Skip to content

chore(deps): update all dependencies#24

Merged
have-renovate[bot] merged 1 commit intomainfrom
renovate/all-dependencies
Jan 16, 2026
Merged

chore(deps): update all dependencies#24
have-renovate[bot] merged 1 commit intomainfrom
renovate/all-dependencies

Conversation

@have-renovate
Copy link
Copy Markdown
Contributor

@have-renovate have-renovate Bot commented Dec 30, 2025

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 24.10.4 -> 24.10.9 age confidence
pnpm (source) 10.26.2 -> 10.28.0 age confidence
vite (source) 7.3.0 -> 7.3.1 age confidence

Release Notes

pnpm/pnpm (pnpm)

v10.28.0: pnpm 10.28

Compare Source

Minor Changes
  • Add support for a hook called beforePacking that can be used to customize the package.json contents at publish time #​3816.
  • In some cases, a filtered install (i.e. pnpm install --filter ...) was slower than running pnpm install without any filter arguments. This performance regression is now fixed. Filtered installs should be as fast or faster than a full install #​10408.
Patch Changes
  • Do not add a symlink to the project into the store's project registry if the store is in a subdirectory of the project #​10411.
  • It should be possible to declare the requiredScripts setting in pnpm-workspace.yaml #​10261.
Platinum Sponsors
Bit
Gold Sponsors
Discord CodeRabbit Workleap
Stackblitz Vite

v10.27.0: pnpm 10.27

Compare Source

Minor Changes
  • Adding trustPolicyIgnoreAfter allows you to ignore trust policy checks for packages published more than a specified time ago#​10352.

  • Added project registry for global virtual store prune support.

    Projects using the store are now registered via symlinks in {storeDir}/v10/projects/. This enables pnpm store prune to track which packages are still in use by active projects and safely remove unused packages from the global virtual store.

  • Semi-breaking. Changed the location of unscoped packages in the virtual global store. They will now be stored under a directory named @ to maintain a uniform 4-level directory depth.

  • Added mark-and-sweep garbage collection for global virtual store.

    pnpm store prune now removes unused packages from the global virtual store's links/ directory. The algorithm:

    1. Scans all registered projects for symlinks pointing to the store
    2. Walks transitive dependencies to mark reachable packages
    3. Removes any package directories not marked as reachable

    This includes support for workspace monorepos - all node_modules directories within a project (including those in workspace packages) are scanned.

Patch Changes
  • Throw an error if the value of the tokenHelper or <url>:tokenHelper setting contains an environment variable.
  • Git dependencies with build scripts should respect the dangerouslyAllowAllBuilds settings #​10376.
  • Skip the package manager check when running with --global and a project packageManager is configured, and warn that the check is skipped.
  • pnpm store prune should not fail if the dlx cache directory has files, not only directories #​10384
  • Fixed a bug (#​9759) where pnpm add would incorrectly modify a catalog entry in pnpm-workspace.yaml to its exact version.
Platinum Sponsors
Bit
Gold Sponsors
Discord CodeRabbit Workleap
Stackblitz Vite
vitejs/vite (vite)

v7.3.1

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "" (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 has been generated by Renovate Bot.

@have-renovate have-renovate Bot force-pushed the renovate/all-dependencies branch from 04c112a to c206e81 Compare January 7, 2026 06:36
@have-renovate have-renovate Bot changed the title chore(deps): update pnpm to v10.27.0 chore(deps): update all dependencies Jan 7, 2026
@have-renovate have-renovate Bot force-pushed the renovate/all-dependencies branch 4 times, most recently from aadc1e2 to 7c7ee94 Compare January 13, 2026 15:59
@have-renovate have-renovate Bot force-pushed the renovate/all-dependencies branch from 7c7ee94 to 22c22ca Compare January 15, 2026 18:16
@have-renovate have-renovate Bot merged commit 664aeb9 into main Jan 16, 2026
2 checks passed
@have-renovate have-renovate Bot deleted the renovate/all-dependencies branch January 16, 2026 17:46
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