Skip to content

Commit

Permalink
Bump tsx from 3.13.0 to 3.14.0 (#442)
Browse files Browse the repository at this point in the history
* Bump tsx from 3.13.0 to 3.14.0

Bumps [tsx](https://github.com/esbuild-kit/tsx) from 3.13.0 to 3.14.0.
- [Release notes](https://github.com/esbuild-kit/tsx/releases)
- [Changelog](https://github.com/esbuild-kit/tsx/blob/develop/release.config.cjs)
- [Commits](privatenumber/tsx@v3.13.0...v3.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Follow privatenumber/tsx#337

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kenichi Kamiya <kachick1@gmail.com>
  • Loading branch information
dependabot[bot] and kachick authored Oct 18, 2023
1 parent 2bcd294 commit 1d50e14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@tsconfig/strictest": "^2.0.2",
"@types/node": "^20.8.6",
"esbuild": "^0.19.5",
"tsx": "^3.13.0",
"tsx": "^3.14.0",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion scripts/run_tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const testPaths = dirEnts.flatMap((dirent) => dirent.name.endsWith('.test.ts') ?

console.log('Starting to run tests for', testPaths);

execFileSync('node', ['--loader', 'tsx', '--no-warnings', '--test', ...testPaths], {
execFileSync('node', ['--import', 'tsx', '--no-warnings', '--test', ...testPaths], {
// preserving color: https://github.com/nodejs/help/issues/2183#issuecomment-532362821
stdio: 'inherit',
});

0 comments on commit 1d50e14

Please sign in to comment.