Skip to content

Commit ac0e57b

Browse files
Bump tsx from 4.9.3 to 4.9.4 (#1752)
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.9.3 to 4.9.4. <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.9.4</h2> <h2><a href="https://github.com/privatenumber/tsx/compare/v4.9.3...v4.9.4">4.9.4</a> (2024-05-10)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>tsImport:</strong> import module from commonjs (<a href="https://github.com/privatenumber/tsx/commit/48f0a7552fb6743fa06b63f6f600a9af95cb19f9">48f0a75</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.9.4"><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/48f0a7552fb6743fa06b63f6f600a9af95cb19f9"><code>48f0a75</code></a> fix(tsImport): import module from commonjs</li> <li><a href="https://github.com/privatenumber/tsx/commit/d6a5f05f69cdde8a45fbd4c341f26bad8b1127c9"><code>d6a5f05</code></a> test: upgrade fs-fixture</li> <li><a href="https://github.com/privatenumber/tsx/commit/58e6d6830b5e184b41b83b39d9fd255a1e9b55d4"><code>58e6d68</code></a> chore: improve contributing guide</li> <li><a href="https://github.com/privatenumber/tsx/commit/a78af3e5344bb9749fb840e48beab58647decd1d"><code>a78af3e</code></a> chore: rename funding.json</li> <li>See full diff in <a href="https://github.com/privatenumber/tsx/compare/v4.9.3...v4.9.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tsx&package-manager=npm_and_yarn&previous-version=4.9.3&new-version=4.9.4)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 714034f commit ac0e57b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4428,9 +4428,9 @@ tsup@^8.0.0:
44284428
tree-kill "^1.2.2"
44294429

44304430
tsx@^4.6.2:
4431-
version "4.9.3"
4432-
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.9.3.tgz#801ca18ca22b3d2f7acd89d4b888aa2425ea1302"
4433-
integrity sha512-czVbetlILiyJZI5zGlj2kw9vFiSeyra9liPD4nG+Thh4pKTi0AmMEQ8zdV/L2xbIVKrIqif4sUNrsMAOksx9Zg==
4431+
version "4.9.4"
4432+
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.9.4.tgz#a7c37d944f0d88743c8b6bb030adb3cfc488435a"
4433+
integrity sha512-TlSJTVn2taGGDgdV3jAqCj7WQ/CafCB5p4SbG7W2Bl/0AJWH1ShJlBbc0y2lOFTjQEVAAULSTlmehw/Mwv3S/Q==
44344434
dependencies:
44354435
esbuild "~0.20.2"
44364436
get-tsconfig "^4.7.3"

0 commit comments

Comments
 (0)