fix(deps): update all non-major dependencies#860
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
fd2a840
2204195 to
fd2a840
Compare
502d5fb
fd2a840 to
502d5fb
Compare
bb31c98
502d5fb to
bb31c98
Compare
9b4d05b
bb31c98 to
9b4d05b
Compare
1799267
9b4d05b to
1799267
Compare
1da01d3
3248f87 to
1da01d3
Compare
95957dd
1da01d3 to
95957dd
Compare
aeb39b7
95957dd to
aeb39b7
Compare
0b8e706
aeb39b7 to
0b8e706
Compare
f4e4410
f4e4410 to
53294ed
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:
^20.1.0→^20.4.3^20.0.0→^20.4.3^1.13.0→^1.13.1^5.0.2→^5.0.3^24.10.1→^24.12.0^14.24.2→^14.25.1^5.5.4→^5.5.5^16.2.7→^16.3.2^3.6.2→^3.8.1^0.16.6→^0.21.0^0.6.2→^0.7.0^7.2.4→^7.3.14.10.3→4.12.0Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v20.4.3Compare Source
Bug Fixes
v20.4.2Compare Source
Note: Version bump only for package @commitlint/cli
v20.4.1Compare Source
Note: Version bump only for package @commitlint/cli
v20.4.0Compare Source
Features
20.3.1 (2026-01-08)
Note: Version bump only for package @commitlint/cli
v20.3.1Compare Source
Note: Version bump only for package @commitlint/cli
v20.3.0Compare Source
Note: Version bump only for package @commitlint/cli
v20.2.0Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v20.4.3Compare Source
Bug Fixes
v20.4.2Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.4.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.4.0Compare Source
Features
20.3.1 (2026-01-08)
Note: Version bump only for package @commitlint/config-conventional
v20.3.1Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.3.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
v20.2.0Compare Source
Note: Version bump only for package @commitlint/config-conventional
discordjs/discord.js (@discordjs/builders)
v1.13.1Compare Source
Bug Fixes
Documentation
sapphiredev/utilities (@sapphire/ts-config)
v5.0.3Compare Source
Changelog
All notable changes to this project will be documented in this file.
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.5.5Compare Source
Patch Changes
#772
7264ed0Thanks @BPScott! - Bump prettier-linter-helpers dependency to v1.0.1#776
77651a3Thanks @aswils! - fix: bump synckit for yarn PnP ESM issuelint-staged/lint-staged (lint-staged)
v16.3.2Compare Source
Patch Changes
2adaf6cThanks @iiroj! - Hide the extracmdwindow on Windows by spawning tasks without thedetachedoption.v16.3.1Compare Source
Patch Changes
cd5d762Thanks @iiroj! - Removenano-spawnas a dependency frompackage.jsonas it was replaced withtinyexecand is no longer used.v16.3.0Compare Source
Minor Changes
#1698
feda37aThanks @iiroj! - Run external processes withtinyexecinstead ofnano-spawn.nano-spawnreplacedexecain lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hopetinyexecimproves the situation.#1699
1346d16Thanks @iiroj! - Removepidtreeas a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and thetaskkillcommand on Windows.Patch Changes
87467aaThanks @iiroj! - Incorrect brace expansions like*.{js}(nothing to expand) are detected exhaustively, instead of just a single pass.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
rolldown/tsdown (tsdown)
v0.21.0Compare Source
v0.21.0 - Notable Changes
Breaking Changes
Dependency options renamed to
depsnamespaceThe dependency-related options have been moved under a new
depsnamespace with clearer names:external->deps.neverBundlenoExternal->deps.alwaysBundleinlineOnly->deps.onlyAllowBundleskipNodeModulesBundle->deps.skipNodeModulesBundleBefore:
After:
The old options still work but are deprecated and will emit warnings.
failOnWarndefault changed from'ci-only'tofalseIf you relied on the previous behavior where warnings would fail the build in CI environments, you now need to explicitly set
failOnWarn: trueorfailOnWarn: 'ci-only'in your config.Node.js < 22.18.0 deprecated
tsdown now emits a deprecation warning when running on Node.js versions below 22.18.0. Plan to upgrade your Node.js version accordingly.
New Features
Experimental Node.js SEA executable bundling (
exe)tsdown can now bundle your TypeScript project into a standalone executable using Node.js Single Executable Applications (SEA). A new
@tsdown/exepackage provides cross-platform executable building support. See the exe documentation for details.Full CSS pipeline with
@tsdown/cssCSS handling has been reimplemented as a native Rolldown plugin and extracted into the
@tsdown/csspackage, providing a complete CSS pipeline with Lightning CSS and PostCSS support via thecss.transformeroption. See the CSS documentation for details.inlinedDependenciesfield in package.jsonWhen using the
exportsfeature, tsdown now auto-generates aninlinedDependenciesfield in your package.json, listing dependencies that are bundled into the output.Object option for
customExportscustomExportsnow supports an object format for more fine-grained control over the generated exports field.Migration Guide
external->deps.neverBundle,noExternal->deps.alwaysBundle, etc.failOnWarn: If you need warnings to fail the build in CI, explicitly setfailOnWarn: 'ci-only'orfailOnWarn: true.Links
🚨 Breaking Changes
failOnWarndefault from 'ci-only' to false - by @sxzz (ad8db)🚀 Features
depsnamespace - by @sxzz (7f509).nodefiles by default - by @sxzz (944e9)@tsdown/csspackage - by @sxzz in #790 (e4cbe)css.transformeroption - by @sxzz in #791 (35bef)css.transformertolightningcss- by @sxzz in #797 (288a5)@tsdown/exe- by @sxzz in #786 (b6833)latestandlatest-ltsfor nodeVersion - by @sxzz (ce7ab)customExports- by @Joery-M and @sxzz in #769 (7fb72)inlinedDependenciesfield to package.json - by @sxzz in #785 (5c71f)🐞 Bug Fixes
failOnWarnto rolldown logs - by @sxzz (149dc)onSuccessin watch mode to prevent duplicate execution - by @sxzz (af748)allis true - by @sxzz (79492)View changes on GitHub
v0.20.3Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.20.2Compare Source
🚀 Features
inlineOnlyclean with hint message on unused - by @jycouet and @sxzz in #725 (13f1c)🐞 Bug Fixes
@types/*- by @kalvenschraut (0be7c)importbeforerequire- by @sxzz (3027a)View changes on GitHub
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
Configuration
📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.