build(deps-dev): bump tsx from 4.21.0 to 4.22.4#209
Conversation
Greptile SummaryThis is an automated dependabot bump of the
Confidence Score: 5/5Safe to merge — purely a dev-only dependency version bump with no production code changes. All three changed files are confined to package manifests and the lock file. The tsx upgrade is dev-only (used for TypeScript execution in scripts/tooling), carries only bug fixes, and its transitive dependency changes (esbuild 0.27→0.28, get-tsconfig reclassification) are benign and accurately reflected in the lock file. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
core["packages/core\n(devDep: tsx ^4.22.4)"]
web["packages/web\n(devDep: tsx ^4.22.4)"]
tsx["tsx@4.22.4\n(devOptional)"]
esbuild["esbuild@0.28.0\nnested under tsx/node_modules"]
get_tsconfig["get-tsconfig@4.14.0\n(dev — no longer a tsx dep)"]
core --> tsx
web --> tsx
tsx --> esbuild
tsx -. "dropped dependency" .-> get_tsconfig
Reviews (2): Last reviewed commit: "build(deps-dev): bump tsx from 4.21.0 to..." | Re-trigger Greptile |
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>
d6755da to
2501c3d
Compare
Bumps tsx from 4.21.0 to 4.22.4.
Release notes
Sourced from tsx's releases.
... (truncated)
Commits
1ce8463fix: resolve CommonJS directory requires inside dependencies (#803)dce02fcfix: decode typed loader source68f72f3fix: preserve entrypoint with TypeScript preload hooks69455cftest: cover package exports for ambiguous ESM reexports35b700bfix: preserve CJS JSON require in ESM hooksef807dbchore: update testing dependencies3917090test: document compatibility test taxonomyde8113frefactor: centralize Node capability factsc1f62dbtest: consolidate tsconfig path edge coverage4e08174test: consolidate loader hook coverageMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for tsx since your current version.