Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2025

This PR contains the following updates:

Package Change 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
@vitest/coverage-v8 (source) ^4.0.14 -> ^4.0.15 age confidence
bullmq (source) 5.65.0 -> 5.65.1 age confidence
i18next (source) ^25.6.3 -> ^25.7.1 age confidence
prettier (source) ^3.7.3 -> ^3.7.4 age confidence
tsx (source) ^4.20.6 -> ^4.21.0 age confidence
turbo (source) ^2.6.1 -> ^2.6.3 age confidence
vite (source) ^7.2.4 -> ^7.2.6 age confidence
vitest (source) ^4.0.14 -> ^4.0.15 age confidence

Release Notes

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

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

v4.0.15

Compare Source

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

v5.65.1

Compare Source

Bug Fixes
  • stalled: prevent lock errors while job is not longer in active state (#​3579) (a8b9d76)
i18next/i18next (i18next)

v25.7.1

Compare Source

  • TS: remove wrong signature 2372.

v25.7.0

Compare Source

  • Enhance cloneInstance to create a new interpolator if interpolation options are passed in. This will address 2371.
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);
privatenumber/tsx (tsx)

v4.21.0

Compare Source

vercel/turborepo (turbo)

v2.6.3

Compare Source

v2.6.2

Compare Source

vitejs/vite (vite)

v7.2.6

Compare Source

7.2.6 (2025-12-01)


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Dec 7, 2025
@renovate renovate bot enabled auto-merge (squash) December 7, 2025 00:55
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 7, 2025

@renovate renovate bot merged commit 2eb284b into main Dec 7, 2025
9 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 7, 2025 02:12
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.

1 participant