fix(deps): update esbuild to 0.28.1 and tsx to 4.22.4 - #11077
Open
dependabot[bot] wants to merge 2 commits into
Open
fix(deps): update esbuild to 0.28.1 and tsx to 4.22.4#11077dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
Bumps [esbuild](https://github.com/evanw/esbuild) and [tsx](https://github.com/privatenumber/tsx). These dependencies needed to be updated together. Updates `esbuild` from 0.27.3 to 0.28.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.27.3...v0.28.1) Updates `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: esbuild dependency-version: 0.28.1 dependency-type: direct:development - dependency-name: tsx dependency-version: 4.22.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Jul 28, 2026
Preserve the compatible esbuild 0.28.1 and tsx 4.22.4 update while resolving current template dependency conflicts. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The earlier
esbuild 0.28.0target was insufficient: GHSA-g7r4-m6w7-qqqr affects>=0.27.3 <0.28.1. This head now resolves Dependabot alert #99 with the first patched release.esbuildfrom~0.27.3(resolved0.27.3) to~0.28.1(resolved0.28.1).tsxfrom^4.21.0(resolved4.21.0, requiringesbuild ~0.27.0) to^4.22.4(resolved4.22.4, requiringesbuild ~0.28.0) so npm can deduplicate the tree to the patchedesbuild 0.28.1.origin/mainand preserves its unrelated template updates, includingmermaid 11.16.1.maintotemplates/package.jsonandtemplates/package-lock.json; all 27esbuild/platform lock entries resolve to0.28.1.Validation
npm audit --registry=https://packagefeedproxy.microsoft.io/npm/ --json: noesbuildvulnerability; only the unrelated existingbootstrapandimmutablefindings remain.npm test: passed (3 tests).npm run lint: passed.npm run build: passed (existing Sass deprecation warnings only).GET /..\secret.txtrequest toesbuildserve returnedHTTP/1.1 400 Bad Request, and the file outside the serve directory was not returned.Approved feed note
Lockfile-only resolution and audit succeeded through the approved npm proxy. A clean full local restore is currently blocked because the proxy does not yet contain the unrelated
ws@8.21.3tarball already selected by currentmain; no public-registry fallback was used. Local validation used an existing main-compatible dependency tree with the exactesbuild 0.28.1andtsx 4.22.4packages installed through the approved proxy.