[PR #476] [CLOSED] Bump tsx from 4.19.3 to 4.20.0 #495

Closed
opened 2026-03-03 13:54:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/476
Author: @dependabot[bot]
Created: 6/11/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/tsx-4.20.0


📝 Commits (1)

  • 8ff2b3e Bump tsx from 4.19.3 to 4.20.0

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 package-lock.json (+3 -3)

📄 Description

Bumps tsx from 4.19.3 to 4.20.0.

Release notes

Sourced from tsx's releases.

v4.20.0

4.20.0 (2025-06-11)

Bug Fixes

  • esm: only set json attribute if missing (714e00b)

Features

  • support latest Node versions (ec316d3)

This release is also available on:

v4.19.4

4.19.4 (2025-04-29)

Bug Fixes


This release is also available on:

Commits
  • e97fe67 test: failed pty tests logs
  • 532c50a tests: fix Windows tests
  • ec316d3 feat: support latest Node versions
  • cb09f00 refactor: remove redundant error path check
  • 7720576 chore: show debug logs via TSX_DEBUG
  • ea7bbe9 test: only test latest version of each major
  • 38c93f1 chore: update node types
  • 714e00b fix(esm): only set json attribute if missing
  • 6af2aa9 chore(deps): update dependency node to v20.19.1 (#707)
  • 3c34caa fix: support for Node's --jitless flag (#716)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jehna/humanify/pull/476 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/tsx-4.20.0` --- ### 📝 Commits (1) - [`8ff2b3e`](https://github.com/jehna/humanify/commit/8ff2b3e90d927fab773e7b7463bdfebba1a218a7) Bump tsx from 4.19.3 to 4.20.0 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) </details> ### 📄 Description Bumps [tsx](https://github.com/privatenumber/tsx) from 4.19.3 to 4.20.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.20.0</h2> <h1><a href="https://github.com/privatenumber/tsx/compare/v4.19.4...v4.20.0">4.20.0</a> (2025-06-11)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>esm:</strong> only set json attribute if missing (<a href="https://github.com/privatenumber/tsx/commit/714e00b31ec2b22d092ab682edd7572e3632c8a3">714e00b</a>)</li> </ul> <h3>Features</h3> <ul> <li>support latest Node versions (<a href="https://github.com/privatenumber/tsx/commit/ec316d3efa2ae4ffbc367c9cdd84df869bf5f96f">ec316d3</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.20.0"><code>npm package (@​latest dist-tag)</code></a></li> </ul> <h2>v4.19.4</h2> <h2><a href="https://github.com/privatenumber/tsx/compare/v4.19.3...v4.19.4">4.19.4</a> (2025-04-29)</h2> <h3>Bug Fixes</h3> <ul> <li>support for Node's --jitless flag (<a href="https://redirect.github.com/privatenumber/tsx/issues/716">#716</a>) (<a href="https://github.com/privatenumber/tsx/commit/3c34caa1a16773d5b4ff53dd367d6012e93feaec">3c34caa</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.19.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/e97fe6738767aba0bca18514cc81c73ce1e3cc2c"><code>e97fe67</code></a> test: failed pty tests logs</li> <li><a href="https://github.com/privatenumber/tsx/commit/532c50ade7ab8a36b27e742e3bba9b2b12c12929"><code>532c50a</code></a> tests: fix Windows tests</li> <li><a href="https://github.com/privatenumber/tsx/commit/ec316d3efa2ae4ffbc367c9cdd84df869bf5f96f"><code>ec316d3</code></a> feat: support latest Node versions</li> <li><a href="https://github.com/privatenumber/tsx/commit/cb09f00813ec4e79794187748d45e798cb5da3a0"><code>cb09f00</code></a> refactor: remove redundant error path check</li> <li><a href="https://github.com/privatenumber/tsx/commit/7720576b0fa86d3474963b71f44cb9d70f6bffc1"><code>7720576</code></a> chore: show debug logs via <code>TSX_DEBUG</code></li> <li><a href="https://github.com/privatenumber/tsx/commit/ea7bbe98efb51ed2476cb7010764884cc44eb5db"><code>ea7bbe9</code></a> test: only test latest version of each major</li> <li><a href="https://github.com/privatenumber/tsx/commit/38c93f101df13555d568db810d787ac7073dc0c7"><code>38c93f1</code></a> chore: update node types</li> <li><a href="https://github.com/privatenumber/tsx/commit/714e00b31ec2b22d092ab682edd7572e3632c8a3"><code>714e00b</code></a> fix(esm): only set json attribute if missing</li> <li><a href="https://github.com/privatenumber/tsx/commit/6af2aa9eb5f46e31e52984bd0249a7cbd0339f44"><code>6af2aa9</code></a> chore(deps): update dependency node to v20.19.1 (<a href="https://redirect.github.com/privatenumber/tsx/issues/707">#707</a>)</li> <li><a href="https://github.com/privatenumber/tsx/commit/3c34caa1a16773d5b4ff53dd367d6012e93feaec"><code>3c34caa</code></a> fix: support for Node's --jitless flag (<a href="https://redirect.github.com/privatenumber/tsx/issues/716">#716</a>)</li> <li>Additional commits viewable in <a href="https://github.com/privatenumber/tsx/compare/v4.19.3...v4.20.0">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.19.3&new-version=4.20.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:54:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/humanify#495
No description provided.