chore(deps): bump esbuild to >=0.28.1 (Dependabot alert #79)#181
Merged
Conversation
Adds an esbuild >=0.28.1 pnpm override to resolve Dependabot alert #79 (low severity, transitive via vite/vitest). Was resolving to 0.27.7; now pinned to 0.28.1 across all paths. Build and tests pass on vite@7.3.2.
|
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.



What
Resolves Dependabot alert #79 (LOW) for
esbuild, a transitive dependency pulled in viavite/vitest.Adds
"esbuild": ">=0.28.1"to the existingpnpm.overridesblock inpackage.json(merged, not replacing the other overrides). esbuild was resolving to0.27.7; it now pins to0.28.1across every path.Verification
pnpm install-- clean, lockfile regenerated, single esbuild version (0.28.1) confirmed viapnpm why esbuildpnpm build-- passes (built in 22s, vite@7.3.2 accepts esbuild 0.28.x)pnpm test-- 4/4 vitest tests passNo vite/vitest bump was needed; the installed vite@7.3.2 is compatible with esbuild 0.28.1. No source, UI, or animation changes -- dependency config only.