chore(renovate): Update all non-major dependencies - #131
Conversation
|
7a43eb7 to
c9b1a02
Compare
d6ec099 to
2ac5487
Compare
9e3bddf to
7aac473
Compare
78c6e30 to
0d5e8e2
Compare
7d33ae7 to
d346d81
Compare
5ee73d6 to
792bad6
Compare
226aad5 to
21a7266
Compare
32e9830 to
e98f352
Compare
e98f352 to
b93425b
Compare
tsdown 0.23.0 (rolldown 1.2.9) fails the dts bundling step with "getLogger is not exported by source/core/logging.d.ts" whenever a value is re-exported from one file and separately imported with `import type` from another (source/index.ts exports it as a value, source/types.ts imports it as `import type` for `ReturnType<typeof getLogger>`). Verified locally that only tsdown 0.22.3 vs 0.23.0 determines pass/fail; build and full test suite pass again pinned at 0.22.3. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
3.0.2→3.0.3^0.221.0→^0.222.0^0.79.0→^0.80.0^0.221.0→^0.222.0^0.221.0→^0.222.0^0.221.0→^0.222.0^0.221.0→^0.222.0^0.221.0→^0.222.0^0.221.0→^0.222.0^0.221.0→^0.222.0^0.221.0→^0.222.0^0.221.0→^0.222.0^0.221.0→^0.222.0^0.69.0→^0.70.0^0.221.0→^0.222.0^0.31.0→^0.32.0^0.221.0→^0.222.0^0.221.0→^0.222.0^0.221.0→^0.222.0^0.221.0→^0.222.0^0.31.0→^0.32.0v6.0.9→v6.1.00.22.3→0.23.0Release Notes
changesets/changesets (@changesets/cli)
v3.0.3Compare Source
Patch Changes
#2297
3f163daThanks @Andarist! - Fixed semver ranges (such as>=1.0.0 <2.0.0) getting cut off (>=2.0.0) when updating internal dependencies.#2276
ca9d110Thanks @Andarist! - Fixed pnpm 10 compatibility with npm 12 when reading registry information, packing, and publishing packages.Updated dependencies [
3f163da,bfe9050,e522996]:open-telemetry/opentelemetry-js (@opentelemetry/api-logs)
v0.222.0Compare Source
open-telemetry/opentelemetry-js-contrib (@opentelemetry/auto-instrumentations-node)
v0.80.0Compare Source
Features
Dependencies
open-telemetry/opentelemetry-js-contrib (@opentelemetry/instrumentation-graphql)
v0.70.0Compare Source
Features
open-telemetry/opentelemetry-js-contrib (@opentelemetry/instrumentation-undici)
v0.32.0Compare Source
Features
Bug Fixes
open-telemetry/opentelemetry-js-contrib (@opentelemetry/winston-transport)
v0.32.0Compare Source
Features
Bug Fixes
pnpm/action-setup (pnpm/action-setup)
v6.1.0Compare Source
What's Changed
Full Changelog: pnpm/action-setup@v6.0.10...v6.1.0
v6.0.10Compare Source
rolldown/tsdown (tsdown)
v0.23.0Compare Source
🧭 Migration Guide
Most users can upgrade directly. Before upgrading, run one final build with
tsdown@0.22.14and resolve all deprecation warnings.bundle: false→unbundle: true;bundle: truecan be removedoutExtension→outExtensionspublicDir/--public-dir→copy/--copyremoveNodeProtocol: true→nodeProtocol: 'strip'injectStyle→css.injectinlineOnly/deps.onlyAllowBundle→deps.onlyBundleskipNodeModulesBundle: true→deps.neverBundle: trueresolveDepSubpathnow defaults tofalse; set it totrueto preserve the previous behaviordts.generator, for example{ generator: 'oxc' }dts.cjsReexportwas removed; dual-format builds now generate CJS declarations in a separate passstricttoesm-only; setprofile: 'strict'to preserve the previous checksbuild()now returns{ bundles, watch }; replaceconst bundles = await build()withconst { bundles } = await build()^22.18.0,^24.11.0, or>=26.0.0typesandtypesVersionsfallbacks; use TypeScript’sbundler,node16, ornodenextmodule resolution🚨 Breaking Changes
typesandtypesVersionsfields - by @sxzz (be3ea)esm-only- by @sxzz (9b3cf)deps.onlyAllowBundle- by @sxzz (30c55)resolveDepSubpathby default - by @sxzz (d300f)skipNodeModulesBundle- by @sxzz (f2a3d)dts.generatorthe only way to select generator - by @sxzz (eb75f)🚀 Features
css.modules.localsConvention- by @sxzz and @lazerg (b566f)summaryoption to skip per-file size logs - by @lazerg in #1036 (020e9)🐞 Bug Fixes
unplugin-unusedv0.5+ - by @sxzz (53c78)@import- by @lazerg in #1038 (ebee5)resolveDepSubpathwhenneverBundleistrue- by @lazerg in #1053 (4943c)🏎 Performance
asyncDisposepolyfill - by @sxzz (82675)ansiswithutil.styleText- by @sxzz (be6bf)View changes on GitHub
v0.22.14Compare Source
🚀 Features
View changes on GitHub
v0.22.13Compare Source
🚀 Features
neverBundle: trueto externalize all dependencies - by @sxzz (d30a7)🐞 Bug Fixes
View changes on GitHub
v0.22.12Compare Source
🚨 Breaking Changes
View changes on GitHub
v0.22.11Compare Source
🚀 Features
resolveDepSubpathoption - by @sxzz in #1026 (346cb)View changes on GitHub
v0.22.10Compare Source
🚀 Features
🐞 Bug Fixes
peerDependenciesMetadeps - by @sxzz (bad1b)View changes on GitHub
v0.22.9Compare Source
🚀 Features
🐞 Bug Fixes
onlyImport- by @sxzz in #1019 (a625a)View changes on GitHub
v0.22.8Compare Source
🚀 Features
onlyImportoption - by @sxzz and Claude Fable 5 (c5798)🐞 Bug Fixes
View changes on GitHub
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
Configuration
📅 Schedule: (UTC)
🚦 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.