chore(deps): update pnpm catalog#624
Open
renovate[bot] wants to merge 2 commits into
Open
Conversation
🦋 Changeset detectedLatest commit: b4dd883 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
✅ Snapshot test successSee the details: workflow run |
renovate
Bot
force-pushed
the
renovate/pnpm-catalog
branch
from
April 6, 2026 09:45
39742b7 to
d8790c1
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-catalog
branch
2 times, most recently
from
April 8, 2026 17:35
0da657a to
d6a3633
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-catalog
branch
2 times, most recently
from
April 19, 2026 13:03
873c43d to
da851f1
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-catalog
branch
2 times, most recently
from
April 29, 2026 19:27
59b0584 to
48df482
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-catalog
branch
6 times, most recently
from
May 15, 2026 00:56
39a26dd to
2c966d4
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-catalog
branch
2 times, most recently
from
May 18, 2026 12:27
c096e08 to
4d54fb6
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-catalog
branch
3 times, most recently
from
June 1, 2026 17:00
0792173 to
2b62753
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-catalog
branch
6 times, most recently
from
June 14, 2026 00:45
f8b584f to
6a6684c
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-catalog
branch
2 times, most recently
from
June 23, 2026 14:02
d297b52 to
d917361
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-catalog
branch
from
June 29, 2026 20:17
668fa2a to
936e72f
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-catalog
branch
5 times, most recently
from
July 16, 2026 04:47
9ccb501 to
ca86441
Compare
renovate
Bot
force-pushed
the
renovate/pnpm-catalog
branch
from
July 17, 2026 08:53
b3351c9 to
67551f5
Compare
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
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:
22.19.15→22.20.10.3.18→0.3.210.21.4→0.22.73.2.6→3.2.7Release Notes
publint/publint (publint)
v0.3.21Compare Source
Patch Changes
"sideEffects": falsewhen bundler-oriented package fields or conditions are detected and the field is missing. (#228)v0.3.20Compare Source
Patch Changes
Suggest adding
engines.nodewhen it is missing from detected Node.js packages (#226)Loosen "breaking change" wording in lint messages (
7bb3f4f)v0.3.19Compare Source
Patch Changes
Add
NESTED_PACKAGE_JSON_FIELD_IGNOREDto warn when published nestedpackage.jsonfiles define"exports"or"imports", which Node.js ignores outside the package root. (#224)Fix internal browser directory traversal logic (#224)
rolldown/tsdown (tsdown)
v0.22.7Compare Source
🚀 Features
suppressWarningsoption to filter warnings - by @sxzz (dc510)View changes on GitHub
v0.22.6Compare Source
No significant changes
View changes on GitHub
v0.22.5Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.22.4Compare Source
🚀 Features
🐞 Bug Fixes
SOURCEMAP_BROKENwarning - by @ocavue in #982 (84b7c)🏎 Performance
View changes on GitHub
v0.22.3Compare Source
🚨 Breaking Changes
🐞 Bug Fixes
🏎 Performance
View changes on GitHub
v0.22.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.22.1Compare Source
🚀 Features
deps.dtsoption to override dependency bundling for declaration files - by @sxzz (881bf)🐞 Bug Fixes
View changes on GitHub
v0.22.0Compare Source
🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
🔄 Migration Guide
Node.js version
Upgrade to Node.js 22.18.0 or later. Bun and Deno remain supported (experimental).
unrunis no longer bundledIf your environment relies on the
unrunconfig loader (i.e. you're on a Node version without native TypeScript support and use the defaultautoloader), install it manually:npm i -D unrun # or, alternatively, the new tsx loader: npm i -D tsxIf you use Node.js 22.18.0+ with native TypeScript support, no change is needed — the
autoloader will picknative.dtsauto-enabled from tsconfigIf your
tsconfig.jsonhascompilerOptions.declaration: truebut you do not want tsdown to emit.d.tsfiles, opt out explicitly:exports.binauto-detectionAny entry chunk containing a shebang (e.g.
#!/usr/bin/env node) now causes tsdown to write abinfield inpackage.jsonautomatically. The semantics differ slightly from explicitbin: true:truefalseTo opt out entirely:
Links
v0.21.10Compare Source
🚀 Features
View changes on GitHub
v0.21.9Compare Source
🚀 Features
tsdownConfigandtsdownConfigResolvedplugin hooks - by @sxzz in #918 (665e5)🐞 Bug Fixes
View changes on GitHub
v0.21.8Compare Source
🚀 Features
ignoreRulestype to autocomplete known values - by @mrlubos in #892 (c8f5c)extensionsoption for subpath export keys - by @SinhSinhAn and @sxzz in #899 (1bb7a)baseline-widely-availabletarget - by @sxzz in #896 (d6a16)🐞 Bug Fixes
View changes on GitHub
v0.21.7Compare Source
🚀 Features
moduleoption for attw and publint to allow passing imported modules directly - by @sxzz (31e90)🐞 Bug Fixes
View changes on GitHub
v0.21.6Compare Source
🚀 Features
cjsReexportoption to eliminate dual module type hazard - by @mandarini and @sxzz in #856 (875c1)binoption to auto-generate package.json bin field - by @sxzz in #869 (7ebd6)🐞 Bug Fixes
.modulefrom CSS output filenames - by @sxzz in #866 (03ade)View changes on GitHub
v0.21.5Compare Source
🚀 Features
🐞 Bug Fixes
optionalDependenciesby default - by @sxzz (cd24d)@typespackages for dts deep imports - by @brc-dd and @sxzz in #852 (0b276)View changes on GitHub
vitest-dev/vitest (vitest)
v3.2.7Compare Source
🐞 Bug Fixes
View changes on GitHub
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 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.