chore(package): update tsx to version 4.10.1
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ tsx (4.7.3 → 4.10.1) · Repo
Release Notes
4.10.1
4.10.1 (2024-05-12)
Bug Fixes
This release is also available on:
4.10.0
4.10.0 (2024-05-11)
Features
- esm api: register to return a namespaced import() method (53bb4aa)
This release is also available on:
4.9.5
4.9.5 (2024-05-11)
Bug Fixes
- esm api: warn on missing module.register (dae9f0d)
This release is also available on:
4.9.4
4.9.4 (2024-05-10)
Bug Fixes
- tsImport: import module from commonjs (48f0a75)
This release is also available on:
4.9.3
4.9.3 (2024-05-06)
Bug Fixes
This release is also available on:
4.9.1
4.9.1 (2024-05-04)
Bug Fixes
This release is also available on:
4.9.0
4.9.0 (2024-05-03)
Features
This release is also available on:
4.8.2
4.8.2 (2024-05-01)
Bug Fixes
- types: cjs/api to use .d.cts (4b1f03c)
This release is also available on:
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 35 commits:
fix(esm): dont add namespace query to bare specifier (#21)test: improve debugging datadocs(node api): note TLA caveatci: test on masterfeat(esm api): register to return a namespaced import() methodtest: assert tsImport doesnt cache importsfix(esm api): warn on missing module.registertest: use local node if it existsfix(tsImport): import module from commonjstest: upgrade fs-fixturechore: improve contributing guidechore: rename funding.jsonfix: import implicit extensions from packagesfix(esm): resolve absolute paths (#544)docs: remove extraneous path from vscode usage (#539)fix(tsImport): handle importing packages (#14)chore(package.json): update keywordsfeat: `register()` & `tsImport()` via `esm/api` (#12)test: node 22 (#13)test(api): CLI usage (#11)refactor: remove unused source map logic (#10)chore(tsconfig): use module: preserverefactor: use node prefix (#9)refactor: esm directory (#8)fix(types): cjs/api to use .d.ctsfix: catchable transform errors (pvtnbr/tsx#7)test: api (#6)docs(node): module.registerfeat: expose CommonJS API via `tsx/cjs/api` (#3)refactor: cjs loader (#2)feat: upgrade dependencies (#4)chore: upgrade dev depschore: fix pnpm workspacedocs: fix pkgroll logoci: fetch tags
🗑️ @esbuild/aix-ppc64 (removed)
🗑️ @esbuild/android-arm (removed)
🗑️ @esbuild/android-arm64 (removed)
🗑️ @esbuild/android-x64 (removed)
🗑️ @esbuild/darwin-arm64 (removed)
🗑️ @esbuild/darwin-x64 (removed)
🗑️ @esbuild/freebsd-arm64 (removed)
🗑️ @esbuild/freebsd-x64 (removed)
🗑️ @esbuild/linux-arm (removed)
🗑️ @esbuild/linux-arm64 (removed)
🗑️ @esbuild/linux-ia32 (removed)
🗑️ @esbuild/linux-loong64 (removed)
🗑️ @esbuild/linux-mips64el (removed)
🗑️ @esbuild/linux-ppc64 (removed)
🗑️ @esbuild/linux-riscv64 (removed)
🗑️ @esbuild/linux-s390x (removed)
🗑️ @esbuild/linux-x64 (removed)
🗑️ @esbuild/netbsd-x64 (removed)
🗑️ @esbuild/openbsd-x64 (removed)
🗑️ @esbuild/sunos-x64 (removed)
🗑️ @esbuild/win32-arm64 (removed)
🗑️ @esbuild/win32-ia32 (removed)
🗑️ @esbuild/win32-x64 (removed)
🗑️ esbuild (removed)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu cancel merge
- Cancels automatic merging of this PR
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)