Skip to content

chore(deps-dev): bump tsx from 4.21.0 to 4.22.4 - #76

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tsx-4.22.4
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tsx-4.22.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bumps tsx from 4.21.0 to 4.22.4.

Release notes

Sourced from tsx's releases.

v4.22.4

4.22.4 (2026-05-31)

Bug Fixes

  • resolve CommonJS directory requires inside dependencies (#803) (1ce8463)

This release is also available on:

v4.22.3

4.22.3 (2026-05-19)

Bug Fixes

  • decode typed loader source (dce02fc)
  • preserve entrypoint with TypeScript preload hooks (68f72f3)

This release is also available on:

v4.22.2

4.22.2 (2026-05-18)

Bug Fixes

  • preserve CJS JSON require in ESM hooks (35b700b)
  • preserve named exports from CommonJS TypeScript (11de737)
  • support module.exports require(esm) interop (cf8f199)

This release is also available on:

v4.22.1

4.22.1 (2026-05-17)

Bug Fixes

  • resolve tsconfig path aliases containing a colon (#780) (6979f28)

This release is also available on:

... (truncated)

Commits
  • 1ce8463 fix: resolve CommonJS directory requires inside dependencies (#803)
  • dce02fc fix: decode typed loader source
  • 68f72f3 fix: preserve entrypoint with TypeScript preload hooks
  • 69455cf test: cover package exports for ambiguous ESM reexports
  • 35b700b fix: preserve CJS JSON require in ESM hooks
  • ef807db chore: update testing dependencies
  • 3917090 test: document compatibility test taxonomy
  • de8113f refactor: centralize Node capability facts
  • c1f62db test: consolidate tsconfig path edge coverage
  • 4e08174 test: consolidate loader hook coverage
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for tsx since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 19, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 19, 2026

Copy link
Copy Markdown

Deploying agent-render with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5b7940b
Status: ✅  Deploy successful!
Preview URL: https://ac288fc8.agent-render.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-tsx.agent-render.pages.dev

View logs

@socket-security

socket-security Bot commented Jun 19, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedtsx@​4.21.0 ⏵ 4.22.4100 +110082 +192100

View full report

@greptile-apps

greptile-apps Bot commented Jun 19, 2026

Copy link
Copy Markdown

Greptile Summary

Bumps the tsx dev dependency from 4.21.0 to 4.22.4, picking up several bug fixes in TypeScript/ESM/CJS interop.

  • tsx 4.22.x bug fixes: resolves CommonJS directory requires inside dependencies, preserves CJS JSON require in ESM hooks, fixes named exports from CommonJS TypeScript, and improves tsconfig path alias handling (including aliases with colons).
  • Lock file: esbuild for tsx moves from ~0.27 to ~0.28 as a nested dependency, and get-tsconfig is no longer a direct dependency of tsx. Metadata-only peer/dev flag changes affect several unrelated packages.

Confidence Score: 5/5

Safe to merge — this is a dev-only dependency bump with only bug fixes and no breaking changes.

tsx is a devDependency used only for TypeScript execution during development. All changes are bug fixes (CJS/ESM interop, tsconfig path aliases), and the lock file is consistent with the package.json constraint update. No production code or APIs are affected.

No files require special attention.

Important Files Changed

Filename Overview
package.json Bumps tsx devDependency from ^4.21.0 to ^4.22.4 — a clean version constraint update
package-lock.json Lock file updated: tsx 4.22.4 now bundles esbuild ~0.28 (up from ~0.27) as a nested dependency and drops get-tsconfig as a direct dep; peer/dev metadata flags adjusted for several other packages

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[package.json\ntsx: ^4.21.0 → ^4.22.4] --> B[package-lock.json]
    B --> C[tsx 4.22.4]
    C --> D[esbuild ~0.28.1\nnested dep]
    C -->|removed| E[get-tsconfig\nno longer direct dep]
    D --> F[Platform binaries\ne.g. @esbuild/linux-x64]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[package.json\ntsx: ^4.21.0 → ^4.22.4] --> B[package-lock.json]
    B --> C[tsx 4.22.4]
    C --> D[esbuild ~0.28.1\nnested dep]
    C -->|removed| E[get-tsconfig\nno longer direct dep]
    D --> F[Platform binaries\ne.g. @esbuild/linux-x64]
Loading

Reviews (2): Last reviewed commit: "chore(deps-dev): bump tsx from 4.21.0 to..." | Re-trigger Greptile

@kilo-code-bot

kilo-code-bot Bot commented Jun 19, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (2 files)
  • package.json — dev dependency tsx bumped ^4.21.0^4.22.4
  • package-lock.json — generated lock file (skipped per review rules)
Notes

This is a Dependabot dev dependency bump. tsx is a devDependency used only by the selfhosted:dev script (node --import tsx selfhosted/server.ts).

  • Version change is minor (4.21.0 → 4.22.4) within the same major; release notes list only bug fixes.
  • Transitive esbuild moves ~0.27.0~0.28.0; both require Node >=18, and the repo engines field specifies >=20.10.0, so the constraint is satisfied.
  • tsx drops its internal get-tsconfig dependency; this is internal to tsx and does not affect consumers.
  • No security vulnerabilities, runtime errors, logic bugs, or breaking API changes identified.
Previous Review Summary (commit d9e9433)

Current summary above is authoritative. Previous snapshots are kept for context only.

Previous review (commit d9e9433)

Status: No Issues Found | Recommendation: Merge

Files Reviewed (2 files)
  • package.json — dev dependency tsx bumped ^4.21.0^4.22.4
  • package-lock.json — generated lock file (skipped per review rules)
Notes

This is a Dependabot dev dependency bump. tsx is a devDependency used only by the selfhosted:dev script (node --import tsx selfhosted/server.ts).

  • Version change is minor (4.21.0 → 4.22.4) within the same major; release notes list only bug fixes.
  • Transitive esbuild moves ~0.27.0~0.28.0; both require Node >=18, and the repo engines field specifies >=20.10.0, so the constraint is satisfied.
  • tsx drops its internal get-tsconfig dependency; this is internal to tsx and does not affect consumers.
  • No security vulnerabilities, runtime errors, logic bugs, or breaking API changes identified.

Reviewed by GLM-5.2 · Input: 53.2K · Output: 2.7K · Cached: 146.7K

Bumps [tsx](https://github.com/privatenumber/tsx) from 4.21.0 to 4.22.4.
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.21.0...v4.22.4)

---
updated-dependencies:
- dependency-name: tsx
  dependency-version: 4.22.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tsx-4.22.4 branch from d9e9433 to 5b7940b Compare June 19, 2026 16:49
@baanish

baanish commented Jun 19, 2026

Copy link
Copy Markdown
Owner

Superseded by #79, which bumps this dependency (and the rest of the safe batch) together and is merged into main. react/react-dom were bumped in lockstep there to satisfy the peer constraint that broke #78 alone.

@baanish baanish closed this Jun 19, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/tsx-4.22.4 branch June 19, 2026 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant