Skip to content

chore(deps): update dev tooling#308

Open
shamubot[bot] wants to merge 1 commit intomainfrom
shamubot/dev-tooling
Open

chore(deps): update dev tooling#308
shamubot[bot] wants to merge 1 commit intomainfrom
shamubot/dev-tooling

Conversation

@shamubot
Copy link
Copy Markdown
Contributor

@shamubot shamubot Bot commented Mar 24, 2026

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 24.12.024.12.2 age confidence
oxlint (source) 1.56.01.62.0 age confidence
prettier (source) 3.8.13.8.3 age confidence

Release Notes

oxc-project/oxc (oxlint)

v1.62.0

Compare Source

🚀 Features
  • 348f46c linter: Add respectEslintDisableDirectives option (#​21384) (Christian Vuerings)
🐛 Bug Fixes
  • 8c425db linter: Allow string for jest version in config schema (#​21649) (camc314)

v1.61.1

Compare Source

v1.61.0

Compare Source

🚀 Features
  • 38d8090 linter/jest: Implemented jest version settings in config file. (#​21522) (Said Atrahouch)

v1.60.0

Compare Source

📚 Documentation
  • cfd8a4f linter: Don't rely on old eslint doc for available globals (#​21334) (Nicolas Le Cam)

v1.59.0

Compare Source

🐛 Bug Fixes
  • dd2df87 npm: Export package.json for oxlint and oxfmt (#​20784) (kazuya kawaguchi)

v1.58.0

Compare Source

🚀 Features
📚 Documentation
  • be3dcc1 linter: Add note about node version + custom TS plugin (#​19381) (camc314)

v1.57.0

Compare Source

prettier/prettier (prettier)

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 America/New_York)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Mend Renovate.

@shamubot shamubot Bot force-pushed the shamubot/dev-tooling branch 12 times, most recently from fa42fb0 to c73a5ba Compare March 31, 2026 10:03
@shamubot shamubot Bot changed the title chore(deps): update dependency oxlint to v1.57.0 chore(deps): update dependency oxlint to v1.58.0 Mar 31, 2026
@shamubot shamubot Bot force-pushed the shamubot/dev-tooling branch from c73a5ba to 6ca7f36 Compare April 3, 2026 09:31
@shamubot shamubot Bot changed the title chore(deps): update dependency oxlint to v1.58.0 chore(deps): update dev tooling Apr 3, 2026
@shamubot shamubot Bot force-pushed the shamubot/dev-tooling branch 14 times, most recently from 4c95f08 to 9d168b1 Compare April 7, 2026 10:31
@shamubot shamubot Bot force-pushed the shamubot/dev-tooling branch 15 times, most recently from 964acba to 24ddf93 Compare April 18, 2026 15:03
@shamubot shamubot Bot force-pushed the shamubot/dev-tooling branch 14 times, most recently from 8515caa to b7d15c6 Compare April 21, 2026 01:31
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