Skip to content

Commit

Permalink
Bump tsx from 4.10.3 to 4.10.4 (#1775)
Browse files Browse the repository at this point in the history
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.10.3 to 4.10.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.10.4</h2>
<h2><a
href="https://github.com/privatenumber/tsx/compare/v4.10.3...v4.10.4">4.10.4</a>
(2024-05-17)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>cjs:</strong> support file url (<a
href="https://redirect.github.com/privatenumber/tsx/issues/18">#18</a>)
(<a
href="https://github.com/privatenumber/tsx/commit/4a8a2dcce25e1223dec65219659065901fd7620f">4a8a2dc</a>)</li>
<li>V8 coverage support (<a
href="https://github.com/privatenumber/tsx/commit/942e9bc55819789f6cabbde85e0bc2bb1d5310c8">942e9bc</a>),
closes <a
href="https://redirect.github.com/privatenumber/tsx/issues/433">privatenumber/tsx#433</a></li>
</ul>
<hr />
<p>This release is also available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/tsx/v/4.10.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/4a8a2dcce25e1223dec65219659065901fd7620f"><code>4a8a2dc</code></a>
fix(cjs): support file url (<a
href="https://redirect.github.com/privatenumber/tsx/issues/18">#18</a>)</li>
<li><a
href="https://github.com/privatenumber/tsx/commit/942e9bc55819789f6cabbde85e0bc2bb1d5310c8"><code>942e9bc</code></a>
fix: V8 coverage support</li>
<li><a
href="https://github.com/privatenumber/tsx/commit/05c382f4b6f17310fbcc09b2580dc262a8a652ca"><code>05c382f</code></a>
style(parseEsm): make filename optional</li>
<li>See full diff in <a
href="https://github.com/privatenumber/tsx/compare/v4.10.3...v4.10.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.10.3&new-version=4.10.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 17, 2024
1 parent 7a6c010 commit 46eeaf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4411,9 +4411,9 @@ tsup@^8.0.0:
tree-kill "^1.2.2"

tsx@^4.6.2:
version "4.10.3"
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.10.3.tgz#c0b1dac1e3ebb3db4465363dc8eef7b3ae0e7538"
integrity sha512-f0g60aFSVRVkzcQkEflh8fPLRfmt+HJHgWi/plG5UgvVaV+9TcpOwJ0sZJSACXmwmjMPg9yQR0BhTLbhkfV2uA==
version "4.10.4"
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.10.4.tgz#4a24716968702ab0d917ef03ed58eee6e8b2646d"
integrity sha512-Gtg9qnZWNqC/OtcgiXfoAUdAKx3/cgKOYvEocAsv+m21MV/eKpV/WUjRXe6/sDCaGBl2/v8S6v29BpUnGMCX5A==
dependencies:
esbuild "~0.20.2"
get-tsconfig "^4.7.5"
Expand Down

0 comments on commit 46eeaf4

Please sign in to comment.