Skip to content

chore(deps): update all non-major dependencies#644

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#644
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@nuxtjs/plausible 3.0.03.0.2 age confidence dependencies patch
@types/node (source) 24.10.024.10.15 age confidence devDependencies patch
acorn 8.15.08.16.0 age confidence devDependencies minor
bumpp 10.3.110.4.1 age confidence devDependencies minor
danielroe/provenance-action v0.1.0v0.1.1 age confidence action patch
expect-type 1.2.21.3.0 age confidence devDependencies minor
pnpm (source) 10.21.010.30.3 age confidence packageManager minor
rollup (source) 4.52.44.59.0 age confidence devDependencies minor
shadcn-docs-nuxt (source) 1.1.21.1.9 age confidence dependencies patch
vue-router (source) 5.0.25.0.3 age confidence dependencies patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

nuxt-modules/plausible (@​nuxtjs/plausible)

v3.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
acornjs/acorn (acorn)

v8.16.0

Compare Source

antfu-collective/bumpp (bumpp)

v10.4.1

Compare Source

   🚀 Features
    View changes on GitHub

v10.4.0

Compare Source

No significant changes

    View changes on GitHub

v10.3.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
danielroe/provenance-action (danielroe/provenance-action)

v0.1.1

Compare Source

compare changes

🚀 Enhancements
  • Add support for bun.lock (#​12)
📖 Documentation
  • Use @main constraint for example (237ceea)
❤️ Contributors
mmkal/expect-type (expect-type)

v1.3.0

Compare Source

What's Changed

Full Changelog: mmkal/expect-type@v1.2.2...v1.3.0

pnpm/pnpm (pnpm)

v10.30.3

Compare Source

v10.30.2

Compare Source

v10.30.1: pnpm 10.30.1

Compare Source

Patch Changes

  • Use the /-/npm/v1/security/audits/quick endpoint as the primary audit endpoint, falling back to /-/npm/v1/security/audits when it fails #​10649.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx

v10.30.0: pnpm 10.30

Compare Source

Minor Changes

  • pnpm why now shows a reverse dependency tree. The searched package appears at the root with its dependents as branches, walking back to workspace roots. This replaces the previous forward-tree output which was noisy and hard to read for deeply nested dependencies.

Patch Changes

  • Revert pnpm why dependency pruning to prefer correctness over memory consumption. Reverted PR: #​7122.
  • Optimize pnpm why and pnpm list performance in workspaces with many importers by sharing the dependency graph and materialization cache across all importers instead of rebuilding them independently for each one #​10596.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx

v10.29.3

Compare Source

v10.29.2

Compare Source

v10.29.1: pnpm 10.29.1

Compare Source

Minor Changes

  • The pnpm dlx / pnpx command now supports the catalog: protocol. Example: pnpm dlx shx@catalog:.
  • Support configuring auditLevel in the pnpm-workspace.yaml file #​10540.
  • Support bare workspace: protocol without version specifier. It is now treated as workspace:* and resolves to the concrete version during publish #​10436.

Patch Changes

  • Fixed pnpm list --json returning incorrect paths when using global virtual store #​10187.

  • Fix pnpm store path and pnpm store status using workspace root for path resolution when storeDir is relative #​10290.

  • Fixed pnpm run -r failing with "No projects matched the filters" when an empty pnpm-workspace.yaml exists #​10497.

  • Fixed a bug where catalogMode: strict would write the literal string "catalog:" to pnpm-workspace.yaml instead of the resolved version specifier when re-adding an existing catalog dependency #​10176.

  • Fixed the documentation URL shown in pnpm completion --help to point to the correct page at https://pnpm.io/completion #​10281.

  • Skip local file: protocol dependencies during pnpm fetch. This fixes an issue where pnpm fetch would fail in Docker builds when local directory dependencies were not available #​10460.

  • Fixed pnpm audit --json to respect the --audit-level setting for both exit code and output filtering #​10540.

  • update tar to version 7.5.7 to fix security issue

    Updating the version of dependency tar to 7.5.7 because the previous one have a security vulnerability reported here: CVE-2026-24842

  • Fix pnpm audit --fix replacing reference overrides (e.g. $foo) with concrete versions #​10325.

  • Fix shamefullyHoist set via updateConfig in .pnpmfile.cjs not being converted to publicHoistPattern #​10271.

  • pnpm help should correctly report if the currently running pnpm CLI is bundled with Node.js #​10561.

  • Add a warning when the current directory contains the PATH delimiter character. On macOS, folder names containing forward slashes (/) appear as colons (:) at the Unix layer. Since colons are PATH separators in POSIX systems, this breaks PATH injection for node_modules/.bin, causing binaries to not be found when running commands like pnpm exec #​10457.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.28.2: pnpm 10.28.2

Compare Source

Patch Changes

  • Security fix: prevent path traversal in directories.bin field.

  • When pnpm installs a file: or git: dependency, it now validates that symlinks point within the package directory. Symlinks to paths outside the package root are skipped to prevent local data from being leaked into node_modules.

    This fixes a security issue where a malicious package could create symlinks to sensitive files (e.g., /etc/passwd, ~/.ssh/id_rsa) and have their contents copied when the package is installed.

    Note: This only affects file: and git: dependencies. Registry packages (npm) have symlinks stripped during publish and are not affected.

  • Fixed optional dependencies to request full metadata from the registry to get the libc field, which is required for proper platform compatibility checks #​9950.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.28.1

Compare Source

v10.28.0

Compare Source

v10.27.0

Compare Source

v10.26.2: pnpm 10.26.2

Compare Source

Patch Changes

  • Improve error message when a package version exists but does not meet the minimumReleaseAge constraint. The error now clearly states that the version exists and shows a human-readable time since release (e.g., "released 6 hours ago") #​10307.

  • Fix installation of Git dependencies using annotated tags #​10335.

    Previously, pnpm would store the annotated tag object's SHA in the lockfile instead of the actual commit SHA. This caused ERR_PNPM_GIT_CHECKOUT_FAILED errors because the checked-out commit hash didn't match the stored tag object hash.

  • Binaries of runtime engines (Node.js, Deno, Bun) are written to node_modules/.bin before lifecycle scripts (install, postinstall, prepare) are executed #​10244.

  • Try to avoid making network calls with preferOffline #​10334.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.1: pnpm 10.26.1

Compare Source

Patch Changes

  • Don't fail on pnpm add, when blockExoticSubdeps is set to true #​10324.
  • Always resolve git references to full commits and ensure HEAD points to the commit after checkout #​10310.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.0

Compare Source

v10.25.0

Compare Source

v10.24.0

Compare Source

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:is-odd@3.0.1) #​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:
      - chokidar@4.0.3
      - webpack@4.47.0 || 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
rollup/rollup (rollup)

v4.59.0

Compare Source

2026-02-22

Features
  • Throw when the generated bundle contains paths that would leave the output directory (#​6276)
Pull Requests

v4.58.0

Compare Source

2026-02-20

Features
  • Also support __NO_SIDE_EFFECTS__ annotation before variable declarations declaring function expressions (#​6272)
Pull Requests

v4.57.1

Compare Source

2026-01-30

Bug Fixes
  • Fix heap corruption issue in Windows (#​6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#​6254)
Pull Requests

v4.57.0

Compare Source

2026-01-27

Features
  • Add import attributes to all plugin hooks that did not provide them yet (#​5700)
  • Deprecate returning import attributes from load or transform hooks as that will no longer be supported with rollup 5 (#​5700)
Pull Requests

v4.56.0

Compare Source

2026-01-22

Features
  • Track object property inclusions of dynamic namespace members (#​6230)
Bug Fixes
  • Handle methods that access dynamically imported namespace members via this (#​6230)
Pull Requests

v4.55.3

Compare Source

2026-01-21

Bug Fixes
  • Fix JSX semicolon insert position in variable declarations (#​6241)
Pull Requests

v4.55.2

Compare Source

2026-01-19

Bug Fixes
  • Sort manual chunks by execution order to reduce circular dependency issues (#​6240)
Pull Requests

v4.55.1

Compare Source

2026-01-05

Bug Fixes
  • Fix artifact reference for OpenBSD (#​6231)
Pull Requests

v4.54.0

Compare Source

2025-12-20

Features
  • Enable tree-shaking for Symbol.hasInstance, Symbol.dispose and Symbol.asyncDispose properties if unused (#​6046)
Bug Fixes
  • Ensure that well-known-Symbol-valued properties are not tree-shaken except in select cases (#​6046)
  • Ensure namespace properties are included when referenced only from a try-catch (#​6216)
Pull Requests

Configuration

📅 Schedule: Branch creation - "on Monday" (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.

@vercel
Copy link

vercel bot commented Oct 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
magic-regexp-docs Ready Ready Preview, Comment Feb 26, 2026 7:19pm

@github-actions
Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 372 406 ▲ (+8.37%)
Lines 167679 186857 ▲ (+10.26%)
Identifiers 156399 168232 ▲ (+7.03%)
Symbols 260215 267778 ▲ (+2.82%)
Types 53581 53581 ± (0.00%)
Instantiations 396483 396483 ± (0.00%)
Memory used 372646K 378014K ▲ (+1.42%)
I/O read 0.03s 0.02s ▼ (-50.00%)
I/O write 0s 0s ± (0.00%)
Parse time 0.8s 0.91s ± (+12.09%)
Bind time 0.34s 0.36s ± (+5.56%)
Check time 2s 2.03s ± (+1.48%)
Emit time 0.09s 0.1s ± (+10.00%)
Total time 3.23s 3.41s ± (+5.28%)

@codspeed-hq
Copy link

codspeed-hq bot commented Oct 20, 2025

Merging this PR will not alter performance

✅ 6 untouched benchmarks


Comparing renovate/all-minor-patch (6d2e702) with main (1f8e8b2)

Open in CodSpeed

@github-actions
Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 372 406 ▲ (+8.37%)
Lines 167679 187043 ▲ (+10.35%)
Identifiers 156399 168293 ▲ (+7.07%)
Symbols 260215 267825 ▲ (+2.84%)
Types 53581 53581 ± (0.00%)
Instantiations 396483 396483 ± (0.00%)
Memory used 339365K 381273K ▲ (+10.99%)
I/O read 0.03s 0.03s ± (0.00%)
I/O write 0s 0s ± (0.00%)
Parse time 0.81s 0.85s ± (+4.71%)
Bind time 0.34s 0.36s ± (+5.56%)
Check time 1.96s 2.01s ± (+2.49%)
Emit time 0.1s 0.1s ± (0.00%)
Total time 3.21s 3.32s ± (+3.31%)

@github-actions
Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 352 386 ▲ (+8.81%)
Lines 156446 175810 ▲ (+11.01%)
Identifiers 149778 161672 ▲ (+7.36%)
Symbols 253745 261355 ▲ (+2.91%)
Types 53581 53581 ± (0.00%)
Instantiations 396483 396483 ± (0.00%)
Memory used 360892K 343918K ▼ (-4.94%)
I/O read 0.02s 0.03s ▲ (+33.33%)
I/O write 0s 0s ± (0.00%)
Parse time 0.79s 0.84s ± (+5.95%)
Bind time 0.33s 0.35s ± (+5.71%)
Check time 2s 1.94s ± (-3.09%)
Emit time 0.1s 0.1s ± (0.00%)
Total time 3.22s 3.23s ± (+0.31%)

@github-actions
Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 352 386 ▲ (+8.81%)
Lines 156446 175810 ▲ (+11.01%)
Identifiers 149778 161672 ▲ (+7.36%)
Symbols 253745 261355 ▲ (+2.91%)
Types 53581 53581 ± (0.00%)
Instantiations 396483 396483 ± (0.00%)
Memory used 359720K 350011K ▼ (-2.77%)
I/O read 0.02s 0.02s ± (0.00%)
I/O write 0s 0s ± (0.00%)
Parse time 0.82s 0.85s ± (+3.53%)
Bind time 0.32s 0.34s ± (+5.88%)
Check time 2.01s 1.95s ± (-3.08%)
Emit time 0.09s 0.09s ± (0.00%)
Total time 3.24s 3.23s ± (-0.31%)

@github-actions
Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 352 386 ▲ (+8.81%)
Lines 156446 175810 ▲ (+11.01%)
Identifiers 149778 161672 ▲ (+7.36%)
Symbols 253745 261355 ▲ (+2.91%)
Types 53581 53581 ± (0.00%)
Instantiations 396483 396483 ± (0.00%)
Memory used 358948K 350833K ▼ (-2.31%)
I/O read 0.02s 0.03s ▲ (+33.33%)
I/O write 0s 0s ± (0.00%)
Parse time 0.8s 0.87s ± (+8.05%)
Bind time 0.33s 0.35s ± (+5.71%)
Check time 2.2s 2.08s ± (-5.77%)
Emit time 0.1s 0.09s ± (-11.11%)
Total time 3.43s 3.39s ± (-1.18%)

@github-actions
Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 352 386 ▲ (+8.81%)
Lines 156446 175810 ▲ (+11.01%)
Identifiers 149778 161672 ▲ (+7.36%)
Symbols 253745 261355 ▲ (+2.91%)
Types 53581 53581 ± (0.00%)
Instantiations 396483 396483 ± (0.00%)
Memory used 351035K 344407K ▼ (-1.92%)
I/O read 0.03s 0.03s ± (0.00%)
I/O write 0s 0s ± (0.00%)
Parse time 0.79s 0.85s ± (+7.06%)
Bind time 0.33s 0.35s ± (+5.71%)
Check time 2.06s 1.97s ± (-4.57%)
Emit time 0.1s 0.1s ± (0.00%)
Total time 3.27s 3.26s ± (-0.31%)

@github-actions
Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 352 386 ▲ (+8.81%)
Lines 156446 175810 ▲ (+11.01%)
Identifiers 149778 161672 ▲ (+7.36%)
Symbols 253745 261355 ▲ (+2.91%)
Types 53581 53581 ± (0.00%)
Instantiations 396483 396483 ± (0.00%)
Memory used 350407K 348118K ▼ (-0.66%)
I/O read 0.02s 0.03s ▲ (+33.33%)
I/O write 0s 0s ± (0.00%)
Parse time 0.8s 0.83s ± (+3.61%)
Bind time 0.33s 0.35s ± (+5.71%)
Check time 2.04s 2s ± (-2.00%)
Emit time 0.1s 0.1s ± (0.00%)
Total time 3.27s 3.27s ± (0.00%)

@github-actions
Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 352 386 ▲ (+8.81%)
Lines 156446 175810 ▲ (+11.01%)
Identifiers 149778 161672 ▲ (+7.36%)
Symbols 253745 261355 ▲ (+2.91%)
Types 53581 53581 ± (0.00%)
Instantiations 396483 396483 ± (0.00%)
Memory used 357397K 347909K ▼ (-2.73%)
I/O read 0.02s 0.03s ▲ (+33.33%)
I/O write 0s 0s ± (0.00%)
Parse time 0.8s 0.85s ± (+5.88%)
Bind time 0.32s 0.35s ± (+8.57%)
Check time 2.01s 2s ± (-0.50%)
Emit time 0.1s 0.09s ± (-11.11%)
Total time 3.22s 3.3s ± (+2.42%)

@github-actions
Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 355 389 ▲ (+8.74%)
Lines 159892 179179 ▲ (+10.76%)
Identifiers 152369 164349 ▲ (+7.29%)
Symbols 252910 260587 ▲ (+2.95%)
Types 49252 49252 ± (0.00%)
Instantiations 390222 390222 ± (0.00%)
Memory used 343927K 264381K ▼ (-30.09%)
I/O read 0.03s 0.03s ± (0.00%)
I/O write 0s 0s ± (0.00%)
Parse time 0.62s 0.66s ± (+6.06%)
Bind time 0.24s 0.29s ± (+17.24%)
Check time 1.48s 1.48s ± (0.00%)
Emit time 0.07s 0.14s ± (+50.00%)
Total time 2.41s 2.56s ± (+5.86%)

@github-actions
Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 355 389 ▲ (+8.74%)
Lines 159892 179179 ▲ (+10.76%)
Identifiers 152369 164349 ▲ (+7.29%)
Symbols 252910 260587 ▲ (+2.95%)
Types 49252 49253 ▲ (+0.00%)
Instantiations 390222 390222 ± (0.00%)
Memory used 304257K 330083K ▲ (+7.82%)
I/O read 0.03s 0.03s ± (0.00%)
I/O write 0s 0s ± (0.00%)
Parse time 0.68s 0.74s ± (+8.11%)
Bind time 0.28s 0.34s ± (+17.65%)
Check time 1.6s 1.61s ± (+0.62%)
Emit time 0.08s 0.07s ± (-14.29%)
Total time 2.63s 2.76s ± (+4.71%)

@github-actions
Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 355 389 ▲ (+8.74%)
Lines 159892 179179 ▲ (+10.76%)
Identifiers 152369 164349 ▲ (+7.29%)
Symbols 252910 260587 ▲ (+2.95%)
Types 49252 49253 ▲ (+0.00%)
Instantiations 390222 390222 ± (0.00%)
Memory used 348734K 285546K ▼ (-22.13%)
I/O read 0.04s 0.03s ▼ (-33.33%)
I/O write 0s 0s ± (0.00%)
Parse time 0.65s 0.7s ± (+7.14%)
Bind time 0.27s 0.31s ± (+12.90%)
Check time 1.48s 1.57s ± (+5.73%)
Emit time 0.07s 0.07s ± (0.00%)
Total time 2.47s 2.65s ± (+6.79%)

@github-actions
Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 355 389 ▲ (+8.74%)
Lines 159892 179179 ▲ (+10.76%)
Identifiers 152369 164349 ▲ (+7.29%)
Symbols 252910 260587 ▲ (+2.95%)
Types 49252 49253 ▲ (+0.00%)
Instantiations 390222 390222 ± (0.00%)
Memory used 304036K 330393K ▲ (+7.98%)
I/O read 0.02s 0.03s ▲ (+33.33%)
I/O write 0s 0s ± (0.00%)
Parse time 0.66s 0.71s ± (+7.04%)
Bind time 0.28s 0.31s ± (+9.68%)
Check time 1.5s 1.51s ± (+0.66%)
Emit time 0.07s 0.07s ± (0.00%)
Total time 2.51s 2.6s ± (+3.46%)

@github-actions
Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 355 389 ▲ (+8.74%)
Lines 159892 179179 ▲ (+10.76%)
Identifiers 152369 164349 ▲ (+7.29%)
Symbols 252910 260587 ▲ (+2.95%)
Types 49252 49253 ▲ (+0.00%)
Instantiations 390222 390222 ± (0.00%)
Memory used 304102K 329732K ▲ (+7.77%)
I/O read 0.03s 0.03s ± (0.00%)
I/O write 0s 0s ± (0.00%)
Parse time 0.66s 0.71s ± (+7.04%)
Bind time 0.27s 0.33s ± (+18.18%)
Check time 1.46s 1.43s ± (-2.10%)
Emit time 0.07s 0.07s ± (0.00%)
Total time 2.46s 2.54s ± (+3.15%)

@github-actions
Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 355 389 ▲ (+8.74%)
Lines 159892 179179 ▲ (+10.76%)
Identifiers 152369 164349 ▲ (+7.29%)
Symbols 252910 260587 ▲ (+2.95%)
Types 49252 49253 ▲ (+0.00%)
Instantiations 390222 390222 ± (0.00%)
Memory used 348303K 270435K ▼ (-28.79%)
I/O read 0.03s 0.04s ▲ (+25.00%)
I/O write 0s 0s ± (0.00%)
Parse time 0.64s 0.67s ± (+4.48%)
Bind time 0.27s 0.32s ± (+15.62%)
Check time 1.57s 1.51s ± (-3.97%)
Emit time 0.07s 0.13s ± (+46.15%)
Total time 2.54s 2.62s ± (+3.05%)

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.

0 participants