Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config 4.13.2 -> 4.14.1 age adoption passing confidence
@types/estree (source) 1.0.7 -> 1.0.8 age adoption passing confidence
@types/node (source) 22.15.29 -> 22.15.30 age adoption passing confidence
acorn 8.14.1 -> 8.15.0 age adoption passing confidence
pnpm (source) 10.11.1 -> 10.12.1 age adoption passing confidence
rollup (source) 4.41.1 -> 4.42.0 age adoption passing confidence
shadcn-docs-nuxt (source) 1.0.1 -> 1.0.2 age adoption passing confidence

Release Notes

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

v4.14.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.14.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.13.3

Compare Source

No significant changes

    View changes on GitHub
acornjs/acorn (acorn)

v8.15.0

Compare Source

pnpm/pnpm (pnpm)

v10.12.1

Minor Changes
  • Experimental. Added support for global virtual stores. When enabled, node_modules contains only symlinks to a central virtual store, rather to node_modules/.pnpm. By default, this central store is located at <store-path>/links (you can find the store path by running pnpm store path).

    In the central virtual store, each package is hard linked into a directory whose name is the hash of its dependency graph. This allows multiple projects on the system to symlink shared dependencies from this central location, significantly improving installation speed when a warm cache is available.

    This is conceptually similar to how NixOS manages packages, using dependency graph hashes to create isolated and reusable package directories.

    To enable the global virtual store, set enableGlobalVirtualStore: true in your root pnpm-workspace.yaml, or globally via:

    pnpm config -g set enable-global-virtual-store true

    NOTE: In CI environments, where caches are typically cold, this setting may slow down installation. pnpm automatically disables the global virtual store when running in CI.

    Related PR: #​8190

  • The pnpm update command now supports updating catalog: protocol dependencies and writes new specifiers to pnpm-workspace.yaml.
  • Added two new CLI options (--save-catalog and --save-catalog-name=<name>) to pnpm add to save new dependencies as catalog entries. catalog: or catalog:<name> will be added to package.json and the package specifier will be added to the catalogs or catalog[<name>] object in pnpm-workspace.yaml #​9425.
  • Semi-breaking. The keys used for side-effects caches have changed. If you have a side-effects cache generated by a previous version of pnpm, the new version will not use it and will create a new cache instead #​9605.
  • Added a new setting called ci for explicitly telling pnpm if the current environment is a CI or not.
Patch Changes
  • Sort versions printed by pnpm patch using semantic versioning rules.
  • Improve the way the error message displays mismatched specifiers. Show differences instead of 2 whole objects #​9598.
  • Revert #​9574 to fix a regression #​9596.
rollup/rollup (rollup)

v4.42.0

Compare Source

2025-06-06

Features
  • Add option to allow the input to be located in the output in watch mode (#​5966)
Pull Requests

v4.41.2

Compare Source

2025-06-06

Bug Fixes
  • Detect named export usages in dynamic imports with then and non-arrow function expressions (#​5977)
  • Do not replace usages of constant variables with their values for readability (#​5968)
Pull Requests
ZTL-UwU/shadcn-docs-nuxt (shadcn-docs-nuxt)

v1.0.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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.

Copy link

vercel bot commented Jun 9, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
magic-regexp-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 9, 2025 7:41pm

Copy link

github-actions bot commented Jun 9, 2025

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 358 359 ▲ (+0.28%)
Lines 156336 157117 ▲ (+0.50%)
Identifiers 153652 154431 ▲ (+0.50%)
Symbols 259483 260018 ▲ (+0.21%)
Types 53734 53851 ▲ (+0.22%)
Instantiations 623140 623199 ▲ (+0.01%)
Memory used 259017K 289868K ▲ (+10.64%)
I/O read 0.03s 0.03s ± (0.00%)
I/O write 0s 0s ± (0.00%)
Parse time 0.93s 0.96s ± (+3.12%)
Bind time 0.41s 0.4s ± (-2.50%)
Check time 2.03s 2.08s ± (+2.40%)
Emit time 0.1s 0.1s ± (0.00%)
Total time 3.49s 3.55s ± (+1.69%)

Copy link

codspeed-hq bot commented Jun 9, 2025

CodSpeed Performance Report

Merging #582 will not alter performance

Comparing renovate/all-minor-patch (5fd7a7b) with main (f62f5d8)

Summary

✅ 6 untouched benchmarks

Copy link

github-actions bot commented Jun 9, 2025

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 357 358 ▲ (+0.28%)
Lines 156335 157116 ▲ (+0.50%)
Identifiers 153659 154438 ▲ (+0.50%)
Symbols 259492 260027 ▲ (+0.21%)
Types 53762 53879 ▲ (+0.22%)
Instantiations 623189 623248 ▲ (+0.01%)
Memory used 267903K 263954K ▼ (-1.50%)
I/O read 0.03s 0.03s ± (0.00%)
I/O write 0s 0s ± (0.00%)
Parse time 1s 0.98s ± (-2.04%)
Bind time 0.41s 0.41s ± (0.00%)
Check time 2.07s 2.09s ± (+0.96%)
Emit time 0.1s 0.1s ± (0.00%)
Total time 3.58s 3.59s ± (+0.28%)

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1036cc to 5fd7a7b Compare June 9, 2025 19:40
Copy link

github-actions bot commented Jun 9, 2025

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 357 358 ▲ (+0.28%)
Lines 156335 157116 ▲ (+0.50%)
Identifiers 153654 154433 ▲ (+0.50%)
Symbols 259402 259937 ▲ (+0.21%)
Types 53705 53822 ▲ (+0.22%)
Instantiations 623086 623145 ▲ (+0.01%)
Memory used 288601K 260042K ▼ (-10.98%)
I/O read 0.03s 0.02s ▼ (-50.00%)
I/O write 0s 0s ± (0.00%)
Parse time 0.95s 0.98s ± (+3.06%)
Bind time 0.42s 0.42s ± (0.00%)
Check time 2.13s 2.12s ± (-0.47%)
Emit time 0.12s 0.11s ± (-9.09%)
Total time 3.61s 3.63s ± (+0.55%)

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