Skip to content

chore(deps-dev): bump tsx from 4.21.0 to 4.23.0#110

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

chore(deps-dev): bump tsx from 4.21.0 to 4.23.0#110
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tsx-4.23.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps tsx from 4.21.0 to 4.23.0.

Release notes

Sourced from tsx's releases.

v4.23.0

4.23.0 (2026-07-03)

Bug Fixes

Features


This release is also available on:

v4.22.5

4.22.5 (2026-07-02)

Bug Fixes

  • isolate hook state per async module.register() registration (a305f36)

This release is also available on:

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)

... (truncated)

Commits
  • 1dfad37 docs: cite esbuild's extension-resolution model in node notes
  • 257bbbb fix: avoid redundant filesystem probes during module resolution
  • c178197 feat: add multi-scenario startup benchmark suite
  • 51800ac docs: add Node internals knowledge base (notes/node)
  • a305f36 fix: isolate hook state per async module.register() registration
  • ca501a9 chore: upgrade skills-npm to v1.2.0
  • 596cd1f test: cover __dirname, __filename, & require.cache in CJS TS file
  • 75d9bf0 test: lock in lenient ESM for ambiguous and CJS-typed packages
  • 1472f3e test: cover ESM-syntax dependency with omitted "type" field
  • 1ce8463 fix: resolve CommonJS directory requires inside dependencies (#803)
  • 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 Jul 6, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tsx-4.23.0 branch 2 times, most recently from 50b7af7 to 8926b28 Compare July 8, 2026 20:20
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.21.0 to 4.23.0.
- [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.23.0)

---
updated-dependencies:
- dependency-name: tsx
  dependency-version: 4.23.0
  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.23.0 branch from 8926b28 to c2a30b4 Compare July 9, 2026 10:35
@dependabot @github

dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #157.

@dependabot dependabot Bot closed this Jul 17, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/tsx-4.23.0 branch July 17, 2026 12:18
ABB65 added a commit that referenced this pull request Jul 17, 2026
…d pending bumps (#158)

* chore(deps): security refresh — resolve critical/high advisories, fold pending bumps

Aggressive dependency pass closing the Dependabot backlog (66 alerts on main).

Direct + toolchain bumps (folds the passing/fixable Dependabot group PRs into one
reviewable change):
- @anthropic-ai/sdk 0.80 -> 0.112, sharp 0.34.5 -> 0.35.3, marked -> 18.0.2,
  vue 3.5.40, vue-router 5.2.0
- testing group (vitest 4.1.10, @vue/test-utils 2.4.11, playwright-core 1.61.1, ...)
- linting group (@nuxt/eslint 1.16, eslint 10.7, @commitlint 21, lint-staged 17)
- tsx 4.23

pnpm overrides for runtime-reachable transitives whose parents pin old versions:
hono ^4.12.25 (MCP loopback server), fast-uri ^3.1.2, fast-xml-parser ^5.7.0,
ws ^8.21.0, qs ^6.15.2, js-cookie ^3.0.7.

A lockfile refresh alone clears the stale advisories on main (shell-quote 1.9.0,
nuxt 4.4.8, vite 7.3.6, devalue 5.8.1, dompurify 3.4.11, tar 7.5.19, ...).

Result: the one critical (shell-quote) and every high are resolved. The only
remaining flagged package is uuid — its advisory needs uuid.v3/v5/v6 called with
a `buf` argument, which Studio's transitive usage (@aws-sdk, uuid.v4) never does,
so a risky cross-SDK major override is deliberately skipped.

The @nuxt/eslint 1.16 bump surfaced real code smells (no-useless-assignment,
preserve-caught-error) — fixed in migrate-postgres, anthropic-ai, cdn-builder,
and the Polar webhook handler.

Supersedes #107, #108, #109, #110, #111.

* fix(deps): revert sharp to 0.34.5 — 0.35.3 fails to load on CI Linux

sharp 0.35.3 crashed the Nuxt server at boot on the CI runner
("Server process exited before becoming ready", sharp.mjs:171 install
error) — its native binary doesn't resolve on linux-x64 there, though it
built fine on darwin-arm64 locally (which is why the local smoke was a
false green). sharp is not a security advisory, so 0.34.5 (known-good on
CI) loses nothing. This also confirms #111's e2e failure was sharp, not a
stale base.

---------

Co-authored-by: Contentrain <mcp@contentrain.io>
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.

0 participants