Skip to content

Commit 15f0b45

Browse files
chore(deps-dev): bump tsx from 4.21.0 to 4.22.0 (#493)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [tsx](https://github.com/privatenumber/tsx) from 4.21.0 to 4.22.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/privatenumber/tsx/releases">tsx's releases</a>.</em></p> <blockquote> <h2>v4.22.0</h2> <h1><a href="https://github.com/privatenumber/tsx/compare/v4.21.1...v4.22.0">4.22.0</a> (2026-05-14)</h1> <h3>Features</h3> <ul> <li>upgrade esbuild to 0.28 (<a href="https://redirect.github.com/privatenumber/tsx/issues/789">#789</a>) (<a href="https://github.com/privatenumber/tsx/commit/b29f6ee4d6872fdef474eb0a89c6d4e982478a77">b29f6ee</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.22.0"><code>npm package (@​latest dist-tag)</code></a></li> </ul> <h2>v4.21.1</h2> <h2><a href="https://github.com/privatenumber/tsx/compare/v4.21.0...v4.21.1">4.21.1</a> (2026-05-14)</h2> <h3>Bug Fixes</h3> <ul> <li>support Node 20.11/21.2 import.meta paths (<a href="https://github.com/privatenumber/tsx/commit/acf3d8ffee39fcb4655956fc052b78666aacbc3d">acf3d8f</a>)</li> <li>support Node.js 24.15.0 (<a href="https://github.com/privatenumber/tsx/commit/c1d2d45432eba7c6ff0785a43b0aeae85b5a3391">c1d2d45</a>)</li> <li>support Node.js 26.1.0 and 25.9.0 (<a href="https://github.com/privatenumber/tsx/commit/1d7e528762a7e4f801175fd7d7d6082b00df3e5c">1d7e528</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.21.1"><code>npm package (@​latest dist-tag)</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/privatenumber/tsx/commit/b29f6ee4d6872fdef474eb0a89c6d4e982478a77"><code>b29f6ee</code></a> feat: upgrade esbuild to 0.28 (<a href="https://redirect.github.com/privatenumber/tsx/issues/789">#789</a>)</li> <li><a href="https://github.com/privatenumber/tsx/commit/0dd17e9cf8cdd89bd0266189b3b5cfc5ad5881f7"><code>0dd17e9</code></a> test: cover registerHooks loader composition</li> <li><a href="https://github.com/privatenumber/tsx/commit/acf3d8ffee39fcb4655956fc052b78666aacbc3d"><code>acf3d8f</code></a> fix: support Node 20.11/21.2 import.meta paths</li> <li><a href="https://github.com/privatenumber/tsx/commit/4bbef803d32e40bf6d298a02a3be70d8691cd45c"><code>4bbef80</code></a> test: cover configDir paths without baseUrl</li> <li><a href="https://github.com/privatenumber/tsx/commit/dddc5cee51949760f13f37b327d18ab1fa351f9c"><code>dddc5ce</code></a> test: cover sync-hook watch reruns and cleanup retries</li> <li><a href="https://github.com/privatenumber/tsx/commit/09e8f8c24ddddd717d40e64219cccb688d43fc59"><code>09e8f8c</code></a> test: assert CLI runs without warnings</li> <li><a href="https://github.com/privatenumber/tsx/commit/1d7e528762a7e4f801175fd7d7d6082b00df3e5c"><code>1d7e528</code></a> fix: support Node.js 26.1.0 and 25.9.0</li> <li><a href="https://github.com/privatenumber/tsx/commit/c1d2d45432eba7c6ff0785a43b0aeae85b5a3391"><code>c1d2d45</code></a> fix: support Node.js 24.15.0</li> <li><a href="https://github.com/privatenumber/tsx/commit/d04672d290bc14a53c3a923e73c0a1f23484567c"><code>d04672d</code></a> test: update node version feature gates</li> <li><a href="https://github.com/privatenumber/tsx/commit/abd863fa4e8686be91710b04797a72d153c909ae"><code>abd863f</code></a> build: bundle get-tsconfig v5</li> <li>Additional commits viewable in <a href="https://github.com/privatenumber/tsx/compare/v4.21.0...v4.22.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for tsx since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tsx&package-manager=npm_and_yarn&previous-version=4.21.0&new-version=4.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d5a62d commit 15f0b45

2 files changed

Lines changed: 113 additions & 137 deletions

File tree

0 commit comments

Comments
 (0)