Skip to content

chore(deps): update core tooling#185

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/core-tooling
Open

chore(deps): update core tooling#185
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/core-tooling

Conversation

@renovate

@renovate renovate Bot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eslint (source) ^9.39.2^9.39.4 age confidence
prettier (source) ^3.8.0^3.9.4 age confidence

Release Notes

eslint/eslint (eslint)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

prettier/prettier (prettier)

v3.9.4

Compare Source

v3.9.3

Compare Source

v3.9.2

Compare Source

v3.9.1

Compare Source

v3.9.0

Compare Source

diff

🔗 Release Notes

v3.8.5

Compare Source

v3.8.4

Compare Source

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#​17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a

  - b

- c

  - d

<!-- Prettier 3.8.3 -->
- a
  - b
- c
  - d

<!-- Prettier 3.8.4 -->
- a

  - b

- c

  - d

v3.8.3

Compare Source

diff

SCSS: Prevent trailing comma in if() function (#​18471 by @​kovsu)
// Input
$value: if(sass(false): 1; else: -1);

// Prettier 3.8.2
$value: if(
  sass(false): 1; else: -1,
);

// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

v3.8.2

Compare Source

diff

Angular: Support Angular v21.2 (#​18722, #​19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@&#8203;switch (foo) {
  @&#8203;case (1) {}
  @&#8203;default never;
}

<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @&#8203; character, you should use the "&#&#8203;64;" HTML entity instead. (3:3)

<!-- Prettier 3.8.2 -->
@&#8203;switch (foo) {
  @&#8203;case (1) {}
  @&#8203;default never;
}

arrow function and instanceof expressions.

<!-- Input -->
@&#8203;let fn = (a) =>        a?    1:2;

{{ fn ( a         instanceof b)}}

<!-- Prettier 3.8.1 -->
@&#8203;let fn = (a) =>        a?    1:2;

{{ fn ( a         instanceof b)}}

<!-- Prettier 3.8.2 -->
@&#8203;let fn = (a) => (a ? 1 : 2);

{{ fn(a instanceof b) }}

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@pkg-pr-new

pkg-pr-new Bot commented Jan 28, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/spanner-assert@185

commit: cd9056e

@renovate renovate Bot force-pushed the renovate/core-tooling branch from 8196d70 to 7634e7d Compare February 2, 2026 21:35
@renovate renovate Bot force-pushed the renovate/core-tooling branch 2 times, most recently from 2f556d2 to df8b94c Compare February 17, 2026 16:38
@renovate renovate Bot force-pushed the renovate/core-tooling branch from df8b94c to 7ebe6df Compare February 27, 2026 16:39
@renovate renovate Bot changed the title chore(deps): update dependency prettier to ^3.8.1 chore(deps): update core tooling Feb 27, 2026
@renovate renovate Bot force-pushed the renovate/core-tooling branch 3 times, most recently from 22b2103 to fce03ad Compare March 5, 2026 17:17
@renovate renovate Bot force-pushed the renovate/core-tooling branch 7 times, most recently from 79659a8 to 13bd682 Compare March 14, 2026 01:27
@renovate renovate Bot force-pushed the renovate/core-tooling branch from 13bd682 to cef5329 Compare April 1, 2026 16:53
@renovate renovate Bot force-pushed the renovate/core-tooling branch 2 times, most recently from ae7ac02 to 97ca8d9 Compare April 22, 2026 02:11
@renovate renovate Bot force-pushed the renovate/core-tooling branch from 97ca8d9 to 1d6fda6 Compare April 29, 2026 10:05
@renovate renovate Bot force-pushed the renovate/core-tooling branch from 1d6fda6 to ebb6a25 Compare May 12, 2026 09:33
@renovate renovate Bot force-pushed the renovate/core-tooling branch 4 times, most recently from 6fa4dd1 to 1dc8019 Compare June 3, 2026 23:35
@renovate renovate Bot force-pushed the renovate/core-tooling branch 2 times, most recently from 2a511d4 to d8f6eb5 Compare June 16, 2026 11:40
@renovate renovate Bot force-pushed the renovate/core-tooling branch 4 times, most recently from 5289226 to 8cfee17 Compare July 6, 2026 18:30
@renovate renovate Bot force-pushed the renovate/core-tooling branch from 8cfee17 to cd9056e Compare July 7, 2026 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants