Update all non-major dependencies #465
Open
+263
−257
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:
22.0.2→22.0.52.0.7→2.0.822.18.13→22.19.70.8.0→0.9.010.20.0→10.28.23.6.2→3.8.11.0.1→1.0.20.15.12→0.20.12.3.10→2.3.11Release Notes
tsconfig/bases (@tsconfig/node22)
v22.0.5Compare Source
v22.0.4Compare Source
v22.0.3Compare Source
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
v10.21.0Compare Source
prettier/prettier (prettier)
v3.8.1Compare Source
v3.8.0Compare Source
diff
🔗 Release note
v3.7.4Compare Source
diff
LWC: Avoid quote around interpolations (#18383 by @kovsu)
TypeScript: Fix comment inside union type gets duplicated (#18393 by @fisker)
TypeScript: Fix unstable comment print in union type comments (#18395 by @fisker)
v3.7.3Compare Source
diff
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by @fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
v3.7.2Compare Source
diff
JavaScript: Fix string print when switching quotes (#18351 by @fisker)
JavaScript: Preserve quote for embedded HTML attribute values (#18352 by @kovsu)
TypeScript: Fix comment in empty type literal (#18364 by @fisker)
v3.7.1Compare Source
diff
API: Fix performance regression in doc printer (#18342 by @fisker)
Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.
v3.7.0Compare Source
diff
🔗 Release Notes
tinylibs/tinyexec (tinyexec)
v1.0.2Compare Source
What's Changed
New Contributors
Full Changelog: tinylibs/tinyexec@1.0.1...1.0.2
rolldown/tsdown (tsdown)
v0.20.1Compare Source
🚀 Features
View changes on GitHub
v0.20.0Compare Source
🚨 Breaking Changes
dts.resolveoption - by @sxzz (16655)🚀 Features
inlineOnlyoption for dts files - by @sxzz (7d89d)🐞 Bug Fixes
parseEnv- by @sxzz (be1b6)🏎 Performance
View changes on GitHub
v0.19.0Compare Source
🚨 Breaking Changes
debugLogstodebug- by @sxzz (bb4e7)silentoption - by @sxzz (59015)debugtodevtools, renamedebug.devtoolstodevtools.ui- by @sxzz (63e6f)legacyoption, removemain&modulefields if pure ESM - by @sxzz (16841)exports.exclude- by @sxzz (53d38)typeswhenexports.legacy- by @lishaduck and @sxzz in #685 (7be6b)🚀 Features
typeAssertutil back - by @sxzz (1d385)css.splittingis disabled - by @jinghaihan and @sxzz in #680 (b737c)enableDebug- by @sxzz (2d922)resolveUserConfig- by @sxzz (c9acb)🐞 Bug Fixes
--ignore-scriptsto avoid lifecycle output - by @Doctor-wu in #661 (1c8b1)🏎 Performance
View changes on GitHub
v0.18.4Compare Source
🚀 Features
mergeConfig- by @sxzz (ccd17)removeNodeProtocol- by @sxzz (90cd6)packageJsonoption - by @sxzz (6d220)View changes on GitHub
v0.18.3Compare Source
🚀 Features
envFile&envPrefixoption - by @toto6038 and @sxzz in #664 (d5493)ignoreRulesoption to filter specified rule - by @zyyv and Copilot in #665 (450b0)🐞 Bug Fixes
PackageJsontype - by @sxzz (dfc43)View changes on GitHub
v0.18.2Compare Source
🚀 Features
noExternal/inlineOnly/exports.exclude- by @sxzz and @TheAlexLichter (84b68)🐞 Bug Fixes
skipNodeModulesBundlefor monorepo - by @sxzz (9a34f)View changes on GitHub
v0.18.1Compare Source
🚀 Features
exportsoption as a stable feature - by @sxzz (ce9e0)🐞 Bug Fixes
View changes on GitHub
v0.18.0Compare Source
🚨 Breaking Changes
rollup-plugin-copy- by @sxzz (e864b)v0.17.4Compare Source
🚨 Breaking Changes
rollup-plugin-copy- by @sxzz (e864b)🚀 Features
excludeoption - by @TheAlexLichter and @sxzz in #340 (9e634)🐞 Bug Fixes
cwdfrom user config - by @sxzz (bc066)View changes on GitHub
v0.17.3Compare Source
🚀 Features
copy- by @kricsleo and @sxzz in #637 (c1fd4)v0.17.4. Please upgrade tov0.17.4and verify the issue.🐞 Bug Fixes
View changes on GitHub
v0.17.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.17.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.17.0Compare Source
🚨 Breaking Changes
Notable features: https://bsky.app/profile/sxzz.dev/post/3m6xi7e7d5k2b
failOnWarnby default in CI - by @sxzz in #617 (245e7)unconfigfrom configLoader - by @sxzz (9d6a7)profilevalue fromesmOnlytoesm-only- by @sxzz (85c10f3)🚀 Features
WatchPlugin- by @sxzz (4ccb2)writeoption - by @sxzz (64fea)build:donehook - by @sxzz (eb45c)1.0.0-beta.53- by @sxzz (a04f2)optionalDependencies- by @sxzz (22fd9)ast-grepfor config file - by @Doctor-wu and @sxzz in #620 (b0b34)🐞 Bug Fixes
requirebeforeimport- by @sxzz (85c0e)🏎 Performance
import-without-cache- by @sxzz (0b7e4)View changes on GitHub
v0.16.8Compare Source
🚀 Features
enabledoption to feature options - by @sxzz (0b244)Deprecation
attw.profile = 'esmOnly', useesm-onlyinstead.View changes on GitHub
v0.16.7Compare Source
🚀 Features
ci-only/local-onlyon addon features - by @sxzz (8bbf0)View changes on GitHub
v0.16.6Compare Source
🚀 Features
View changes on GitHub
v0.16.5Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.16.4Compare Source
🚀 Features
1.0.0-beta.50- by @sxzz (597d9)View changes on GitHub
v0.16.3Compare Source
🏎 Performance
debugwithobug- by @sxzz (222e9)View changes on GitHub
v0.16.2Compare Source
🚀 Features
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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.
This PR was generated by Mend Renovate. View the repository job log.