dependabot[bot] opened a new pull request, #42971:
URL: https://github.com/apache/superset/pull/42971

   Bumps [tsx](https://github.com/privatenumber/tsx) from 4.23.1 to 4.23.5.
   <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.23.5</h2>
   <h2><a 
href="https://github.com/privatenumber/tsx/compare/v4.23.4...v4.23.5";>4.23.5</a>
 (2026-08-02)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>detect the Node inspector enabled via NODE_OPTIONS (<a 
href="https://github.com/privatenumber/tsx/commit/3c1d051b9f880ec2ce25704e0c126b14fb6dcf15";>3c1d051</a>)</li>
   </ul>
   <hr />
   <p>This release is also available on:</p>
   <ul>
   <li><a href="https://www.npmjs.com/package/tsx/v/4.23.5";><code>npm package 
(@​latest dist-tag)</code></a></li>
   </ul>
   <h2>v4.23.4</h2>
   <h2><a 
href="https://github.com/privatenumber/tsx/compare/v4.23.3...v4.23.4";>4.23.4</a>
 (2026-08-02)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>cli:</strong> allow async process.once() signal handlers to 
finish (<a 
href="https://redirect.github.com/privatenumber/tsx/issues/827";>#827</a>) (<a 
href="https://github.com/privatenumber/tsx/commit/2afc7bbcbd0bb77623737550aefdf816e4bf0a66";>2afc7bb</a>)</li>
   </ul>
   <hr />
   <p>This release is also available on:</p>
   <ul>
   <li><a href="https://www.npmjs.com/package/tsx/v/4.23.4";><code>npm package 
(@​latest dist-tag)</code></a></li>
   </ul>
   <h2>v4.23.3</h2>
   <h2><a 
href="https://github.com/privatenumber/tsx/compare/v4.23.2...v4.23.3";>4.23.3</a>
 (2026-08-02)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>preserve listenerCount overload semantics (<a 
href="https://redirect.github.com/privatenumber/tsx/issues/823";>#823</a>) (<a 
href="https://github.com/privatenumber/tsx/commit/b6574d4307ee3a9c4297ccbd314b6fdaf614d4e7";>b6574d4</a>)</li>
   </ul>
   <hr />
   <p>This release is also available on:</p>
   <ul>
   <li><a href="https://www.npmjs.com/package/tsx/v/4.23.3";><code>npm package 
(@​latest dist-tag)</code></a></li>
   </ul>
   <h2>v4.23.2</h2>
   <h2><a 
href="https://github.com/privatenumber/tsx/compare/v4.23.1...v4.23.2";>4.23.2</a>
 (2026-08-02)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>watch:</strong> exit with 128 + signal number when interrupted 
(<a href="https://redirect.github.com/privatenumber/tsx/issues/820";>#820</a>) 
(<a 
href="https://github.com/privatenumber/tsx/commit/0b00bc84d188c1d8ba56b33b5737b6df3b820911";>0b00bc8</a>)</li>
   </ul>
   <hr />
   <p>This release is also available on:</p>
   <ul>
   <li><a href="https://www.npmjs.com/package/tsx/v/4.23.2";><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/c55004d44127a966304c3dd87cc564c16db2b981";><code>c55004d</code></a>
 test: remove legacy PTY retry</li>
   <li><a 
href="https://github.com/privatenumber/tsx/commit/e368161bf36a4f3698fe3d4c2076e51c2ce7f302";><code>e368161</code></a>
 chore(deps): update pty-spawn to 1.1.1</li>
   <li><a 
href="https://github.com/privatenumber/tsx/commit/8d394960e92168d50ef0f6903efe3913d0729c61";><code>8d39496</code></a>
 ci: validate GitHub Actions workflows</li>
   <li><a 
href="https://github.com/privatenumber/tsx/commit/6fe724e7ac4158dc1de50075698b12c23cd9c6b3";><code>6fe724e</code></a>
 test: clean up timed-out PTY attempts</li>
   <li><a 
href="https://github.com/privatenumber/tsx/commit/e0a053684624000be99ef1bacc84f1c8508458a9";><code>e0a0536</code></a>
 ci: skip unused Windows Node cache</li>
   <li><a 
href="https://github.com/privatenumber/tsx/commit/6d6dd8427e5b4badac5f28a9bcf473b203fae357";><code>6d6dd84</code></a>
 ci: remove broken lock automation</li>
   <li><a 
href="https://github.com/privatenumber/tsx/commit/3c1d051b9f880ec2ce25704e0c126b14fb6dcf15";><code>3c1d051</code></a>
 fix: detect the Node inspector enabled via NODE_OPTIONS</li>
   <li><a 
href="https://github.com/privatenumber/tsx/commit/40380a43d646e56188d7f3e724d5b92f2e9b81ed";><code>40380a4</code></a>
 ci: lock down the release toolchain</li>
   <li><a 
href="https://github.com/privatenumber/tsx/commit/f217b6b74f60e8574e858633f3cac66b452a116f";><code>f217b6b</code></a>
 ci: restrict releases to public repository</li>
   <li><a 
href="https://github.com/privatenumber/tsx/commit/2afc7bbcbd0bb77623737550aefdf816e4bf0a66";><code>2afc7bb</code></a>
 fix(cli): allow async process.once() signal handlers to finish (<a 
href="https://redirect.github.com/privatenumber/tsx/issues/827";>#827</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/privatenumber/tsx/compare/v4.23.1...v4.23.5";>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.23.1&new-version=4.23.5)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to