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
@sxzz/eslint-config ^7.4.0 -> ^7.4.1 age confidence
@types/node (source) ^24.10.1 -> ^24.10.3 age confidence
pnpm (source) 10.24.0 -> 10.25.0 age confidence
prettier (source) ^3.7.3 -> ^3.7.4 age confidence
rolldown-plugin-require-cjs ^0.3.2 -> ^0.3.3 age confidence
tsdown (source) ^0.16.8 -> ^0.17.2 age confidence
vite (source) ^7.2.6 -> ^7.2.7 age confidence
vitest (source) ^4.0.14 -> ^4.0.15 age confidence

Release Notes

sxzz/eslint-config (@​sxzz/eslint-config)

v7.4.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
pnpm/pnpm (pnpm)

v10.25.0

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);
sxzz/rolldown-plugin-require-cjs (rolldown-plugin-require-cjs)

v0.3.3

Compare Source

No significant changes

    View changes on GitHub
rolldown/tsdown (tsdown)

v0.17.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.17.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.17.0

Compare Source

   🚨 Breaking Changes

Notable features: https://bsky.app/profile/sxzz.dev/post/3m6xi7e7d5k2b

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vitejs/vite (vite)

v7.2.7

Compare Source

vitest-dev/vitest (vitest)

v4.0.15

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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 8, 2025
@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 8, 2025

Open in StackBlitz

npm i https://pkg.pr.new/unplugin-vue-jsx@102

commit: 133cc63

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a1e238f to 0d0f327 Compare December 8, 2025 19:08
@socket-security
Copy link

socket-security bot commented Dec 8, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedrolldown-plugin-require-cjs@​0.3.2 ⏵ 0.3.372 +110099 +193 +2100
Updatedvitest@​4.0.14 ⏵ 4.0.1597 -110079 +198 -1100
Updated@​types/​node@​24.10.1 ⏵ 24.10.31001008196 +1100
Updated@​sxzz/​eslint-config@​7.4.0 ⏵ 7.4.182 +1100100 +196100
Updatedvite@​7.2.6 ⏵ 7.2.797 +110082 +199 +1100
Updatedprettier@​3.7.3 ⏵ 3.7.490 +110097 +197 -1100
Updatedtsdown@​0.16.8 ⏵ 0.17.298 +110092 +196 +1100

View full report

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0d0f327 to 86dc453 Compare December 8, 2025 23:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 86dc453 to 133cc63 Compare December 10, 2025 19:15
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