Skip to content

chore(deps): update all non-major dependencies - #177

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#177
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovaterenovateBot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidenceTypeUpdate
@clack/prompts (source)^1.7.0^1.8.0ageconfidencedependenciesminor
node24.18.024.20.0ageconfidenceuses-withminor
simple-git-hooks^2.13.1^2.14.0ageconfidencedevDependenciesminor
tsdown (source)^0.22.7^0.23.0ageconfidencedevDependenciesminor
tsx (source)^4.23.1^4.23.13ageconfidencedevDependenciespatch
vitest (source)^4.1.10^4.1.11ageconfidencedevDependenciespatch

Release Notes

bombshell-dev/clack (@​clack/prompts)

v1.8.0

Compare Source

Minor Changes
  • #​592caa32e8 Thanks @​gameroman! - Export CANCEL_SYMBOL constant from @clack/core and @clack/prompts

  • #​59437fca4e Thanks @​dreyfus92! - Add tab-completion to the path prompt: 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-in completeOnTab option on autocomplete, which also shows a Tab: complete hint in the instructions footer. Default autocomplete behavior is unchanged.

  • #​583ae636dd Thanks @​43081j! - Add async validation support to prompts, and validation state rendering to text prompts.

Patch Changes
actions/node-versions (node)

v24.20.0: 24.20.0

Compare Source

Node.js 24.20.0

v24.19.0: 24.19.0

Compare Source

Node.js 24.19.0

v24.18.1: 24.18.1

Compare Source

Node.js 24.18.1

toplenboren/simple-git-hooks (simple-git-hooks)

v2.14.0

Compare Source

Minor Changes
Patch Changes
  • #​146e9e9367 Thanks @​colinhacks! - fix: resolve the project root from INIT_CWD during postinstall so hooks install correctly on isolated node_modules layouts (pnpm, yarn, bun, and other package managers) regardless of the store directory name

  • #​149f071064 Thanks @​wmaurer! - fix: install and remove hooks correctly inside a git worktree, including worktrees created with git worktree add --relative-paths

  • #​151eb795de Thanks @​DanMat! - fix: don't crash postinstall when the resolved project directory has no package.json — skip instead of throwing an uncaught ENOENT

rolldown/tsdown (tsdown)

v0.23.0

Compare Source

🧭 Migration Guide

Most users can upgrade directly. Before upgrading, run one final build with tsdown@0.22.14 and resolve all deprecation warnings.

  • config:
    • bundle: falseunbundle: true; bundle: true can be removed
    • outExtensionoutExtensions
    • publicDir / --public-dircopy / --copy
    • removeNodeProtocol: truenodeProtocol: 'strip'
    • injectStylecss.inject
  • deps:
    • inlineOnly / deps.onlyAllowBundledeps.onlyBundle
    • skipNodeModulesBundle: truedeps.neverBundle: true
    • resolveDepSubpath now defaults to false; set it to true to preserve the previous behavior
  • dts:
    • Select a generator with dts.generator, for example { generator: 'oxc' }
    • dts.cjsReexport was removed; dual-format builds now generate CJS declarations in a separate pass
  • attw:
    • The default profile changed from strict to esm-only; set profile: 'strict' to preserve the previous checks
  • programmatic API:
    • build() now returns { bundles, watch }; replace const bundles = await build() with const { bundles } = await build()
  • requirements:
    • Node.js 25 is no longer supported; use ^22.18.0, ^24.11.0, or >=26.0.0
    • The packages no longer publish legacy types and typesVersions fallbacks; use TypeScript’s bundler, node16, or nodenext module resolution
🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
🏎 Performance
View changes on GitHub

v0.22.14

Compare Source

🚀 Features
  • Add CLI build concurrency option - by @​sxzz and Jeroen Zwartepoorte(8a14c)
View changes on GitHub

v0.22.13

Compare Source

🚀 Features
  • deps: Support neverBundle: true to externalize all dependencies - by @​sxzz(d30a7)
🐞 Bug Fixes
View changes on GitHub

v0.22.12

Compare Source

🚨 Breaking Changes
View changes on GitHub

v0.22.11

Compare Source

🚀 Features
View changes on GitHub

v0.22.10

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v0.22.9

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v0.22.8

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub
privatenumber/tsx (tsx)

v4.23.13

Compare Source

v4.23.12

Compare Source

Bug Fixes

This release is also available on:

v4.23.11

Compare Source

v4.23.10

Compare Source

Bug Fixes

This release is also available on:

v4.23.9

Compare Source

Bug Fixes
  • map Node test locations (2f55884)
  • support data URLs in tsImport (b94f46f)

This release is also available on:

v4.23.8

Compare Source

Bug Fixes
  • preserve package subpath resolution (be1315e)
  • preserve typeless ESM dependency exports (70dfc5e)

This release is also available on:

v4.23.7

Compare Source

Bug Fixes
  • prevent tsImport cache collisions (4e5a138)

This release is also available on:

v4.23.6

Compare Source

v4.23.5

Compare Source

v4.23.4

Compare Source

Bug Fixes
  • cli: allow async process.once() signal handlers to finish (#​827) (2afc7bb)

This release is also available on:

v4.23.3

Compare Source

Bug Fixes

This release is also available on:

v4.23.2

Compare Source

vitest-dev/vitest (vitest)

v4.1.11

Compare Source

🐞 Bug Fixes
View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 2am and before 3am"
  • Automerge
    • "after 1am and before 2am"

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovateBotforce-pushed the renovate/all-minor-patch branch from d63fb4f to f132749CompareJuly 19, 2026 17:44
@renovaterenovateBot changed the title chore(deps): update devdependency tsdown to ^0.22.9chore(deps): update devdependency tsdown to ^0.22.11Jul 19, 2026
@renovate
renovateBotforce-pushed the renovate/all-minor-patch branch from f132749 to 535873eCompareJuly 19, 2026 23:30
@renovaterenovateBot changed the title chore(deps): update devdependency tsdown to ^0.22.11chore(deps): update devdependency tsdown to ^0.22.12Jul 19, 2026
@renovate
renovateBotforce-pushed the renovate/all-minor-patch branch from 535873e to d0bfec5CompareJuly 21, 2026 17:45
@renovaterenovateBot changed the title chore(deps): update devdependency tsdown to ^0.22.12chore(deps): update devdependency tsdown to ^0.22.13Jul 21, 2026
@renovate
renovateBotforce-pushed the renovate/all-minor-patch branch from d0bfec5 to 4919ca8CompareJuly 23, 2026 22:41
@renovaterenovateBot changed the title chore(deps): update devdependency tsdown to ^0.22.13chore(deps): update devdependency tsdown to ^0.22.14Jul 23, 2026
@renovate
renovateBotforce-pushed the renovate/all-minor-patch branch 2 times, most recently from 64bcfb3 to 900accaCompareJuly 30, 2026 04:29
@renovaterenovateBot changed the title chore(deps): update devdependency tsdown to ^0.22.14chore(deps): update all non-major dependenciesJul 30, 2026
@renovate
renovateBotforce-pushed the renovate/all-minor-patch branch 9 times, most recently from 7f991d4 to be072baCompareAugust 7, 2026 13:58
@renovate
renovateBotforce-pushed the renovate/all-minor-patch branch 2 times, most recently from 2e72f4d to 4132b0bCompareAugust 14, 2026 20:35
@renovate
renovateBotforce-pushed the renovate/all-minor-patch branch from 4132b0b to b7424b1CompareAugust 18, 2026 14:58
@renovate
renovateBotforce-pushed the renovate/all-minor-patch branch 4 times, most recently from 5907486 to 147bb71CompareAugust 30, 2026 05:01
@renovate
renovateBotforce-pushed the renovate/all-minor-patch branch 2 times, most recently from a226a4f to 15fb9c1CompareSeptember 3, 2026 22:27
@renovate
renovateBotforce-pushed the renovate/all-minor-patch branch from 15fb9c1 to 2c7a185CompareSeptember 7, 2026 23:27
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants