chore(deps): update all non-major dependencies - #177
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovateBotforce-pushed
the
renovate/all-minor-patch
branch
from
July 19, 2026 17:44
d63fb4f to
f132749ComparerenovateBotforce-pushed
the
renovate/all-minor-patch
branch
from
July 19, 2026 23:30
f132749 to
535873eComparerenovateBotforce-pushed
the
renovate/all-minor-patch
branch
from
July 21, 2026 17:45
535873e to
d0bfec5ComparerenovateBotforce-pushed
the
renovate/all-minor-patch
branch
from
July 23, 2026 22:41
d0bfec5 to
4919ca8ComparerenovateBotforce-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
July 30, 2026 04:29
64bcfb3 to
900accaComparerenovateBotforce-pushed
the
renovate/all-minor-patch
branch
9 times, most recently
from
August 7, 2026 13:58
7f991d4 to
be072baComparerenovateBotforce-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
August 14, 2026 20:35
2e72f4d to
4132b0bComparerenovateBotforce-pushed
the
renovate/all-minor-patch
branch
from
August 18, 2026 14:58
4132b0b to
b7424b1ComparerenovateBotforce-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
August 30, 2026 05:01
5907486 to
147bb71ComparerenovateBotforce-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
September 3, 2026 22:27
a226a4f to
15fb9c1ComparerenovateBotforce-pushed
the
renovate/all-minor-patch
branch
from
September 7, 2026 23:27
15fb9c1 to
2c7a185Compare
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 freeto 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:
^1.7.0→^1.8.024.18.0→24.20.0^2.13.1→^2.14.0^0.22.7→^0.23.0^4.23.1→^4.23.13^4.1.10→^4.1.11Release Notes
bombshell-dev/clack (@clack/prompts)
v1.8.0Compare Source
Minor Changes
#592
caa32e8Thanks @gameroman! - ExportCANCEL_SYMBOLconstant from@clack/coreand@clack/prompts#594
37fca4eThanks @dreyfus92! - Add tab-completion to thepathprompt: pressing Tab fills the input with the focused suggestion, so you can quickly descend into deep directories (type/and Tab again). Powered by a new opt-incompleteOnTaboption onautocomplete, which also shows aTab: completehint in the instructions footer. Defaultautocompletebehavior is unchanged.#583
ae636ddThanks @43081j! - Add async validation support to prompts, and validation state rendering to text prompts.Patch Changes
#588
6506135Thanks @danielroe! - Style the guide bar rendered bybox({ withGuide: true })in grey so it matches the gutter drawn bylog,noteand the spinner#599
0547d6fThanks @43081j! - Fixes a withGuide rendering issue leaving extra spaces in text prompts.Updated dependencies [
227583e,caa32e8,37fca4e,ae636dd,b20fa2b]:actions/node-versions (node)
v24.20.0: 24.20.0Compare Source
Node.js 24.20.0
v24.19.0: 24.19.0Compare Source
Node.js 24.19.0
v24.18.1: 24.18.1Compare Source
Node.js 24.18.1
toplenboren/simple-git-hooks (simple-git-hooks)
v2.14.0Compare Source
Minor Changes
2f3ec3fThanks @younggglcy! - feat: silent success if nothing has changedPatch Changes
#146
e9e9367Thanks @colinhacks! - fix: resolve the project root fromINIT_CWDduring postinstall so hooks install correctly on isolatednode_moduleslayouts (pnpm, yarn, bun, and other package managers) regardless of the store directory name#149
f071064Thanks @wmaurer! - fix: install and remove hooks correctly inside a git worktree, including worktrees created withgit worktree add --relative-paths#151
eb795deThanks @DanMat! - fix: don't crashpostinstallwhen the resolved project directory has no package.json — skip instead of throwing an uncaught ENOENTrolldown/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
privatenumber/tsx (tsx)
v4.23.13Compare Source
v4.23.12Compare Source
Bug Fixes
import.metawhen tokens are split by comments or newlines (#829) (ed9d330), closes #828This release is also available on:
v4.23.11Compare Source
v4.23.10Compare Source
Bug Fixes
This release is also available on:
v4.23.9Compare Source
Bug Fixes
This release is also available on:
v4.23.8Compare Source
Bug Fixes
This release is also available on:
v4.23.7Compare Source
Bug Fixes
This release is also available on:
v4.23.6Compare Source
v4.23.5Compare Source
v4.23.4Compare Source
Bug Fixes
This release is also available on:
v4.23.3Compare Source
Bug Fixes
This release is also available on:
v4.23.2Compare Source
vitest-dev/vitest (vitest)
v4.1.11Compare Source
🐞 Bug Fixes
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.