-
-
Notifications
You must be signed in to change notification settings - Fork 68
chore(deps): update all non-major dependencies #644
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,435
−1,449
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Diagnostics Comparison:Click to expand
|
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
|
97ea911 to
b4a151d
Compare
Diagnostics Comparison:Click to expand
|
b4a151d to
bdd8172
Compare
Diagnostics Comparison:Click to expand
|
bdd8172 to
2afd834
Compare
Diagnostics Comparison:Click to expand
|
2afd834 to
a82748b
Compare
Diagnostics Comparison:Click to expand
|
a82748b to
aec266e
Compare
Diagnostics Comparison:Click to expand
|
aec266e to
df9d4d8
Compare
Diagnostics Comparison:Click to expand
|
df9d4d8 to
4420f30
Compare
Diagnostics Comparison:Click to expand
|
4420f30 to
61e0d47
Compare
Diagnostics Comparison:Click to expand
|
4399cb4 to
0a46541
Compare
Diagnostics Comparison:Click to expand
|
0a46541 to
66950c4
Compare
Diagnostics Comparison:Click to expand
|
66950c4 to
6d4558c
Compare
Diagnostics Comparison:Click to expand
|
6d4558c to
0768d76
Compare
Diagnostics Comparison:Click to expand
|
0768d76 to
5141380
Compare
Diagnostics Comparison:Click to expand
|
5141380 to
d4c523f
Compare
Diagnostics Comparison:Click to expand
|
d4c523f to
37eaef1
Compare
Diagnostics Comparison:Click to expand
|
37eaef1 to
f9bce01
Compare
Diagnostics Comparison:Click to expand
|
f9bce01 to
1e60392
Compare
Diagnostics Comparison:Click to expand
|
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.
This PR contains the following updates:
24.10.0→24.10.1010.3.1→10.4.0v0.1.0→v0.1.11.2.2→1.3.010.21.0→10.28.24.52.4→4.57.11.1.2→1.1.8Release Notes
antfu-collective/bumpp (bumpp)
v10.4.0Compare Source
No significant changes
View changes on GitHub
v10.3.2Compare Source
🐞 Bug Fixes
View changes on GitHub
danielroe/provenance-action (danielroe/provenance-action)
v0.1.1Compare Source
compare changes
🚀 Enhancements
📖 Documentation
@mainconstraint for example (237ceea)❤️ Contributors
mmkal/expect-type (expect-type)
v1.3.0Compare Source
What's Changed
Full Changelog: mmkal/expect-type@v1.2.2...v1.3.0
pnpm/pnpm (pnpm)
v10.28.2: pnpm 10.28.2Compare Source
Patch Changes
Security fix: prevent path traversal in
directories.binfield.When pnpm installs a
file:orgit: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 intonode_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:andgit: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
libcfield, which is required for proper platform compatibility checks #9950.Platinum Sponsors
Gold Sponsors
v10.28.1Compare Source
v10.28.0Compare Source
v10.27.0Compare Source
v10.26.2: pnpm 10.26.2Compare Source
Patch Changes
Improve error message when a package version exists but does not meet the
minimumReleaseAgeconstraint. 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_FAILEDerrors 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/.binbefore lifecycle scripts (install, postinstall, prepare) are executed #10244.Try to avoid making network calls with preferOffline #10334.
Platinum Sponsors
Gold Sponsors
v10.26.1: pnpm 10.26.1Compare Source
Patch Changes
pnpm add, whenblockExoticSubdepsis set totrue#10324.HEADpoints to the commit after checkout #10310.Platinum Sponsors
Gold Sponsors
v10.26.0Compare Source
v10.25.0Compare Source
v10.24.0Compare Source
v10.23.0: pnpm 10.23Compare Source
Minor Changes
--lockfile-onlyoption topnpm list#10020.Patch Changes
pnpm self-updateshould download pnpm from the configured npm registry #10205.pnpm self-updateshould always install the non-executable pnpm package (pnpm in the registry) and never the@pnpm/exepackage, when installing v11 or newer. We currently cannot ship@pnpm/exeaspkgdoesn't work with ESM #10190.pnpm add, if there's aengines.runtimesetting declared inpackage.json#10209.pnpm listandpnpm whynow display npm: protocol for aliased packages (e.g.,foo npm:[email protected]) #8660.pnpm store pruneshould not fail if the store contains Node.js packages #10131.Platinum Sponsors
Gold Sponsors
v10.22.0: pnpm 10.22Compare 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:
Allow to override the
enginesfield on publish by thepublishConfig.enginesfield.Patch Changes
Platinum Sponsors
Gold Sponsors
rollup/rollup (rollup)
v4.57.1Compare Source
2026-01-30
Bug Fixes
Pull Requests
process.report.getReport()calls in a child process for robust environment detection (@alan-agius4, @lukastaegert)v4.57.0Compare Source
2026-01-27
Features
loadortransformhooks as that will no longer be supported with rollup 5 (#5700)Pull Requests
v4.56.0Compare Source
2026-01-22
Features
Bug Fixes
this(#6230)Pull Requests
v4.55.3Compare Source
2026-01-21
Bug Fixes
Pull Requests
v4.55.2Compare Source
2026-01-19
Bug Fixes
Pull Requests
492b0c8(@renovate[bot])v4.55.1Compare Source
2026-01-05
Bug Fixes
Pull Requests
v4.54.0Compare Source
2025-12-20
Features
Symbol.hasInstance,Symbol.disposeandSymbol.asyncDisposeproperties if unused (#6046)Bug Fixes
Pull Requests
4f806de(@renovate[bot], @lukastaegert)v4.53.5Compare Source
2025-12-16
Bug Fixes
Pull Requests
v4.53.4Compare Source
2025-12-15
Bug Fixes
Symbol.disposeandSymbol.asyncDisposeproperties are never removed with(await) usingdeclarations. (#6209)Pull Requests
v4.53.3Compare Source
2025-11-19
Bug Fixes
Pull Requests
v4.53.2Compare Source
2025-11-10
Bug Fixes
Pull Requests
v4.53.1Compare Source
2025-11-07
Bug Fixes
Pull Requests
v4.53.0Compare Source
2025-11-07
Features
Pull Requests
v4.52.5Compare Source
2025-10-18
Bug Fixes
Pull Requests
ZTL-UwU/shadcn-docs-nuxt (shadcn-docs-nuxt)
v1.1.8Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.1.7Compare Source
🌐 i18n
zhcnandzhtwas alternative language codesView changes on GitHub
v1.1.6Compare Source
🐞 Bug Fixes
v1.1.5Compare Source
v1.1.4Compare 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.
This PR was generated by Mend Renovate. View the repository job log.