Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@sxzz/eslint-config ^7.2.8 -> ^7.3.0 age confidence
@sxzz/prettier-config ^2.2.4 -> ^2.2.5 age confidence
@types/node (source) ^24.10.0 -> ^24.10.1 age confidence
pnpm (source) 10.20.0 -> 10.23.0 age confidence
rollup (source) ^4.53.0 -> ^4.53.3 age confidence
tsdown (source) ^0.16.1 -> ^0.16.6 age confidence
vite (source) ^7.2.2 -> ^7.2.4 age confidence
vitest (source) ^4.0.8 -> ^4.0.13 age confidence

Release Notes

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

v7.3.0

Compare Source

   🚀 Features
    View changes on GitHub

v7.2.10

Compare Source

   🚀 Features
    View changes on GitHub

v7.2.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
sxzz/prettier-config (@​sxzz/prettier-config)

v2.2.5

Compare Source

No significant changes

    View changes on GitHub
pnpm/pnpm (pnpm)

v10.23.0: pnpm 10.23

Compare Source

Minor Changes

  • Added --lockfile-only option to pnpm list #​10020.

Patch Changes

  • pnpm self-update should download pnpm from the configured npm registry #​10205.
  • pnpm self-update should always install the non-executable pnpm package (pnpm in the registry) and never the @pnpm/exe package, when installing v11 or newer. We currently cannot ship @pnpm/exe as pkg doesn't work with ESM #​10190.
  • Node.js runtime is not added to "dependencies" on pnpm add, if there's a engines.runtime setting declared in package.json #​10209.
  • The installation should fail if an optional dependency cannot be installed due to a trust policy check failure #​10208.
  • pnpm list and pnpm why now display npm: protocol for aliased packages (e.g., foo npm:[email protected]) #​8660.
  • Don't add an extra slash to the Node.js mirror URL #​10204.
  • pnpm store prune should not fail if the store contains Node.js packages #​10131.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.22.0: pnpm 10.22

Compare Source

Minor Changes

  • Added support for trustPolicyExclude #​10164.

    You can now list one or more specific packages or versions that pnpm should allow to install, even if those packages don't satisfy the trust policy requirement. For example:

    trustPolicy: no-downgrade
    trustPolicyExclude:
      - [email protected]
      - [email protected] || 5.102.1
  • Allow to override the engines field on publish by the publishConfig.engines field.

Patch Changes

  • Don't crash when two processes of pnpm are hardlinking the contents of a directory to the same destination simultaneously #​10179.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.21.0

Compare Source

rollup/rollup (rollup)

v4.53.3

Compare Source

2025-11-19

Bug Fixes
  • Fix an error where too many modules where flagged for having an unused external import (#​6182)
  • Fix an error where an assignment was wrongly tree-shaken when mutating it (#​6183)
Pull Requests

v4.53.2

Compare Source

2025-11-10

Bug Fixes
  • Do not throw when using invalid escape sequences in template literals (#​6177)
Pull Requests

v4.53.1

Compare Source

2025-11-07

Bug Fixes
Pull Requests
rolldown/tsdown (tsdown)

v0.16.6

Compare Source

   🚀 Features
    View changes on GitHub

v0.16.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.16.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.16.3

Compare Source

   🏎 Performance
    View changes on GitHub

v0.16.2

Compare Source

   🚀 Features
  • Upgrade rolldown to v1.0.0-beta.49  -  by @​sxzz (48181)
  • entry: Auto enable glob, support infer entry extension  -  by @​sxzz and jinghaihan (2c525)
    View changes on GitHub
vitejs/vite (vite)

v7.2.4

Compare Source

Bug Fixes

v7.2.3

Compare Source

Bug Fixes
Performance Improvements
Miscellaneous Chores
vitest-dev/vitest (vitest)

v4.0.13

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.11

Compare Source

   🚀 Experimental Features
   🏎 Performance
    View changes on GitHub

v4.0.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.9

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: 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 added the dependencies label Sep 8, 2025
@bolt-new-by-stackblitz
Copy link

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

@socket-security
Copy link

socket-security bot commented Sep 8, 2025

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​sxzz/​prettier-config@​2.2.4 ⏵ 2.2.577 +1310077 +290 +1100
Updatedvitest@​4.0.8 ⏵ 4.0.1398 -210079 -2199 -1100
Updated@​types/​node@​24.10.0 ⏵ 24.10.110010081 +195100
Updated@​sxzz/​eslint-config@​7.2.8 ⏵ 7.3.082 -110010096 +1100
Updatedvite@​7.2.2 ⏵ 7.2.498 +110082 +199 +2100
Updatedtsdown@​0.16.1 ⏵ 0.16.698 -210092 -896 -4100
Updatedrollup@​4.53.0 ⏵ 4.53.397 -310010099 -1100

View full report

@pkg-pr-new
Copy link

pkg-pr-new bot commented Sep 8, 2025

Open in StackBlitz

npm i https://pkg.pr.new/unplugin-ast@107

commit: d2643e3

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from fc82c8d to 7e7a5a9 Compare September 15, 2025 08:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 0ab0d70 to 3449ad9 Compare September 22, 2025 16:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from c75bca6 to f0791dc Compare September 29, 2025 20:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from a1f8b2b to bd86ddb Compare November 6, 2025 07:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5e4e729 to dcf16a7 Compare November 7, 2025 17:04
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Nov 7, 2025
@renovate renovate bot closed this Nov 7, 2025
@renovate renovate bot changed the title fix(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Nov 10, 2025
@renovate renovate bot reopened this Nov 10, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 54450b3 to c5967a2 Compare November 14, 2025 11:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 3542914 to 74894ad Compare November 20, 2025 18:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 74894ad to d2643e3 Compare November 21, 2025 17:35
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