Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@commencis/eslint-config (source) 2.3.0 -> 2.4.0 age confidence
@commencis/prettier-config (source) 2.0.0 -> 2.1.0 age confidence
@commitlint/cli (source) 20.1.0 -> 20.2.0 age confidence
@commitlint/config-conventional (source) 20.0.0 -> 20.2.0 age confidence
@commitlint/types (source) 20.0.0 -> 20.2.0 age confidence
@eslint/js (source) 9.39.1 -> 9.39.2 age confidence
@next/eslint-plugin-next (source) 15.5.6 -> 15.5.9 age confidence
@typescript-eslint/utils (source) 8.48.0 -> 8.49.0 age confidence
@vitest/coverage-v8 (source) 4.0.14 -> 4.0.15 age confidence
eslint (source) 9.39.1 -> 9.39.2 age confidence
prettier (source) 3.7.3 -> 3.7.4 age confidence
turbo (source) 2.6.1 -> 2.6.3 age confidence
typescript-eslint (source) 8.48.0 -> 8.49.0 age confidence
vitest (source) 4.0.14 -> 4.0.15 age confidence

Release Notes

Commencis/js-toolkit (@​commencis/eslint-config)

v2.4.0

Compare Source

Minor Changes
    • [Release]: Final stable versions before breaking changes. (#​402)
Commencis/js-toolkit (@​commencis/prettier-config)

v2.1.0

Compare Source

Minor Changes
    • [Release]: Final stable versions before breaking changes. (#​402)
conventional-changelog/commitlint (@​commitlint/cli)

v20.2.0

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v20.2.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

conventional-changelog/commitlint (@​commitlint/types)

v20.2.0

Compare Source

Features
eslint/eslint (@​eslint/js)

v9.39.2

Compare Source

vercel/next.js (@​next/eslint-plugin-next)

v15.5.9

Compare Source

v15.5.8

Compare Source

v15.5.7

Compare Source

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

v8.49.0

Compare Source

🩹 Fixes
  • deps: update dependency prettier to v3.7.2 (#​11820)
❤️ Thank You

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

v8.48.1

Compare Source

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

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

vitest-dev/vitest (@​vitest/coverage-v8)

v4.0.15

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.39.2

Compare Source

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);
vercel/turborepo (turbo)

v2.6.3

Compare Source

v2.6.2

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.49.0

Compare Source

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

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

v8.48.1

Compare Source

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

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


Configuration

📅 Schedule: Branch creation - Between 07:00 AM and 09:59 AM, only on Monday ( * 7-9 * * 1 ) in timezone Europe/Istanbul, 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.

@renovate renovate bot requested a review from a team as a code owner December 8, 2025 05:30
@changeset-bot
Copy link

changeset-bot bot commented Dec 8, 2025

⚠️ No Changeset found

Latest commit: f70f5c3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 542d607 to a0b315e Compare December 12, 2025 04:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a0b315e to f70f5c3 Compare December 13, 2025 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant