Skip to content

chore(deps): update devdependencies (non-major) (patch)#375

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/patch-devdependencies-(non-major)
Jan 1, 2026
Merged

chore(deps): update devdependencies (non-major) (patch)#375
renovate[bot] merged 1 commit intomainfrom
renovate/patch-devdependencies-(non-major)

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2026

This PR contains the following updates:

Package Change Age Confidence
@eslint/js (source) 9.39.19.39.2 age confidence
@types/node (source) 22.19.122.19.3 age confidence
@typescript-eslint/eslint-plugin (source) 8.48.08.48.1 age confidence
@typescript-eslint/parser (source) 8.48.08.48.1 age confidence
eslint (source) 9.39.19.39.2 age confidence
oxlint-tsgolint 0.8.30.8.6 age confidence
prettier (source) 3.7.33.7.4 age confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.39.2

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.48.1

Compare Source

🩹 Fixes
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#​11764, #​11759)
  • eslint-plugin: honor ignored base types on generic classes (#​11767)
  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#​11769)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.48.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

eslint/eslint (eslint)

v9.39.2

Compare Source

oxc-project/tsgolint (oxlint-tsgolint)

v0.8.6

Compare Source

What's Changed

Full Changelog: oxc-project/tsgolint@v0.8.5...v0.8.6

v0.8.5

Compare Source

What's Changed

New Contributors

Full Changelog: oxc-project/tsgolint@v0.8.4...v0.8.5

v0.8.4

Compare Source

What's Changed

Full Changelog: oxc-project/tsgolint@v0.8.3...v0.8.4

prettier/prettier (prettier)

v3.7.4

Compare Source

diff

LWC: Avoid quote around interpolations (#​18383 by @​kovsu)
<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#​18393 by @​fisker)
// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;

// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#​18395 by @​fisker)
// Input
type X = (A | B) & (
  // comment
  A | B
);

// Prettier 3.7.3 (first format)
type X = (A | B) &
  (// comment
  A | B);

// Prettier 3.7.3 (second format)
type X = (
  | A
  | B // comment
) &
  (A | B);

// Prettier 3.7.4
type X = (A | B) &
  // comment
  (A | B);

Configuration

📅 Schedule: Branch creation - On day 1 of the month ( * * 1 * * ) (UTC), Automerge - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC).

🚦 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 1, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 1, 2026

@renovate renovate bot merged commit 31d2ad0 into main Jan 1, 2026
6 checks passed
@renovate renovate bot deleted the renovate/patch-devdependencies-(non-major) branch January 1, 2026 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file v2.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants