Skip to content

chore(deps-dev): bump tsx from 4.22.2 to 4.22.4#221

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

chore(deps-dev): bump tsx from 4.22.2 to 4.22.4#221
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tsx-4.22.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Copy link
Copy Markdown
Contributor

Bumps tsx from 4.22.2 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:

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
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file frontend Frontend/UI changes labels May 20, 2026
@vercel

vercel Bot commented May 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
volvox-website Ready Ready Preview, Comment Jun 13, 2026 4:05am

Request Review

@claude

claude Bot commented May 20, 2026

Copy link
Copy Markdown
Contributor

Claude encountered an error —— View job


I'll analyze this and get back to you.

@greptile-apps

greptile-apps Bot commented May 20, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Bumps the tsx devDependency from 4.22.2 to 4.22.4, picking up three bug fixes: resolving CommonJS directory requires inside dependencies, decoding typed loader source, and preserving the entrypoint with TypeScript preload hooks.

  • package.json: specifier updated from ^4.21.0 to ^4.22.4.
  • pnpm-lock.yaml: tsx resolved version updated, plus cascading transitive bumps to esbuild (0.28.0→0.28.1), acorn (8.16.0→8.17.0), terser (5.47.1→5.48.0), watchpack (2.5.1→2.5.2), webpack-sources (3.4.1→3.5.0), react-is (19.2.6→19.2.7), and @types/node (25.9.0→25.9.3). All are patch-level updates in their respective semver ranges.

Confidence Score: 5/5

Routine devDependency patch bump with no production code changes; all transitive updates are within already-permitted semver ranges.

Only package.json and the lockfile are touched. Every changed package is a patch-level update, and tsx is used exclusively as a dev tool (TypeScript runner). No application logic, API contracts, or runtime behavior is affected.

No files require special attention.

Important Files Changed

Filename Overview
package.json Bumps the tsx devDependency specifier from ^4.21.0 to ^4.22.4 to pick up two patch releases containing bug fixes.
pnpm-lock.yaml Lockfile updated to reflect tsx 4.22.4 and cascading transitive bumps: esbuild 0.28.0→0.28.1, acorn 8.16.0→8.17.0, terser 5.47.1→5.48.0, watchpack 2.5.1→2.5.2 (drops glob-to-regexp dep), webpack-sources 3.4.1→3.5.0, react-is 19.2.6→19.2.7, @types/node 25.9.0→25.9.3.

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

@augmentcode

augmentcode Bot commented May 20, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: Updates the dev dependency tsx to ^4.22.3.
Why: Brings in the latest upstream bug fixes for the tsx-based test runner used by pnpm test.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

Bumps [tsx](https://github.com/privatenumber/tsx) from 4.22.2 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.22.2...v4.22.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump tsx from 4.22.2 to 4.22.3 chore(deps-dev): bump tsx from 4.22.2 to 4.22.4 Jun 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/tsx-4.22.3 branch from 1437acf to a3b5a6b Compare June 13, 2026 04:04
@morph-subagents

Copy link
Copy Markdown

🤖 Morph Preview Test

Preview URL: https://volvox-website-b6nu6oa4h-volvox-llc.vercel.app

AI Summary

Issues:

  • Navigation links for "Services" and "Contact" are missing from the header and footer, preventing verification of these sections.
  • No dedicated "Contact" section or form was found on the page.

Verified:

  • Home page hero section and all main sections (Products, Blog, Community, About) render correctly without layout breaks.
  • Navigation links for "Products", "Blog", "Community", and "About" correctly scroll to their respective sections.
  • Footer content, including copyright and social media links (Discord, GitHub, Twitter, etc.), is present and rendering correctly.

Notes:

  • The site structure appears to have changed or differs from the provided test plan, as "Services" and "Contact" are not accessible via the main navigation.

Attachments:

todo.md:

  • Load the home page and verify the hero section text is visible.
  • Scroll through the entire home page to check for rendering issues.
  • Click on "About" in the navigation bar and verify it scrolls/navigates.
  • Click on "Services" or "Work" in the navigation bar.
  • Click on "Contact" and verify the contact section or page appears.
  • Verify the footer contains copyright or contact information.

Recording

Preview Recording

View full session →


Automated testing by Morph

@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #229.

@dependabot dependabot Bot closed this Jun 15, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/tsx-4.22.3 branch June 15, 2026 23:40
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 frontend Frontend/UI changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant