-
-
Couldn't load subscription status.
- Fork 8.9k
chore(deps): update all non-major dependencies #13967
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
Open
+63
−63
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@renovate
renovate
bot
added
the
dependencies
Pull requests that update a dependency file
label
Oct 6, 2025
Important
Review skipped
Bot user detected.
To trigger a single review, invoke the @coderabbitai review command.
You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.
Comment @coderabbitai help to get the list of available commands and usage tips.
@vue/compiler-core
npm i https://pkg.pr.new/@vue/compiler-core@13967
@vue/compiler-dom
npm i https://pkg.pr.new/@vue/compiler-dom@13967
@vue/compiler-sfc
npm i https://pkg.pr.new/@vue/compiler-sfc@13967
@vue/compiler-ssr
npm i https://pkg.pr.new/@vue/compiler-ssr@13967
@vue/reactivity
npm i https://pkg.pr.new/@vue/reactivity@13967
@vue/runtime-core
npm i https://pkg.pr.new/@vue/runtime-core@13967
@vue/runtime-dom
npm i https://pkg.pr.new/@vue/runtime-dom@13967
@vue/server-renderer
npm i https://pkg.pr.new/@vue/server-renderer@13967
@vue/shared
npm i https://pkg.pr.new/@vue/shared@13967
vue
npm i https://pkg.pr.new/vue@13967
@vue/compat
npm i https://pkg.pr.new/@vue/compat@13967
commit: 3332b67
Size ReportBundles
Usages
|
@renovate
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
7 times, most recently
from
October 11, 2025 16:56
627519f to
9a3df9f
Compare
@renovate
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
October 21, 2025 00:27
b680efb to
c0c86e6
Compare
@renovate
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
October 28, 2025 20:00
4f53fb6 to
0717fb8
Compare
@renovate
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 28, 2025 23:53
0717fb8 to
3332b67
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
^22.18.6->^22.18.13~10.0.3->~10.1.110.17.1->10.20.0v4.1.0->v4.2.0^7.7.2->^7.7.3Release Notes
isaacs/minimatch (minimatch)
v10.1.1Compare Source
v10.1.0Compare Source
pnpm/pnpm (pnpm)
v10.20.0Compare Source
Minor Changes
--alloption inpnpm --helpto list all commands #8628.Patch Changes
latestversion doesn't satisfy the maturity requirement configured byminimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #10100.createcommand should not verify patch info.managePackageManagerVersionstofalse, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #10063.v10.19.0Compare Source
Minor Changes
You can now allow specific versions of dependencies to run postinstall scripts.
onlyBuiltDependenciesnow accepts package names with lists of trusted versions. For example:Related PR: #10104.
Added support for exact versions in
minimumReleaseAgeExclude#9985.You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by
minimumReleaseAge. For example:v10.18.3Compare Source
Patch Changes
verifyDepsBeforeInstall: installand pre/post install scripts that called other pnpm scripts #10060.@scope:registry) being parsed as property paths inpnpm config getwhen--location=projectis used #9362.pnpm config set --location=projectincorrectly handling keys with slashes (auth tokens, registry settings) #9884.pnpm-workspace.yamland.npmrcexist,pnpm config set --location=projectnow writes topnpm-workspace.yaml(matching read priority) #10072.pnpm outdated --long#10040.v10.18.2Compare Source
Patch Changes
pnpm outdated --longshould work #10040.pnpm dlxshould request the full metadata of packages, whenminimumReleaseAgeis set #9963.EPIPEerrors when piping output to other commands #10027.v10.18.1Compare Source
Patch Changes
--lockfile-onlyis used #8320.pnpm setupcreates a command shim to the pnpm executable. This is needed to be able to runpnpm self-updateon Windows #5700.pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when usingpnpm add --save-catalogas originally intended.v10.18.0Compare Source
Minor Changes
Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.
Added configuration options for warning thresholds:
fetchWarnTimeoutMsandfetchMinSpeedKiBps.Warning messages are displayed when requests exceed time thresholds or fall below speed minimums
Related PR: #10025.
Patch Changes
minimumReleaseAgeconfiguration #10030.cleanupUnusedCatalogsconfiguration when removing dependent packages.scriptShellis set tofalse#8748.pnpm dlxshould not fail whenminimumReleaseAgeis set #10037.pnpm/action-setup (pnpm/action-setup)
v4.2.0Compare Source
When there's a
.npmrcfile at the root of the repository, pnpm will be fetched from the registry that is specified in that.npmrcfile #179npm/node-semver (semver)
v7.7.3Compare Source
Bug Fixes
e37e0ca#813 faster paths for compare (#813) (@H4ad)2471d75#811 x-range build metadata support (i529015)Chores
8f05c87#807 bump @npmcli/template-oss from 4.25.0 to 4.25.1 (#807) (@dependabot[bot], @owlstronaut)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.
This PR was generated by Mend Renovate. View the repository job log.