Skip to content

chore(deps): bump esbuild to >=0.28.1 (Dependabot alert #79)#181

Merged
Sagargupta16 merged 1 commit into
mainfrom
chore/bump-esbuild
Jun 13, 2026
Merged

chore(deps): bump esbuild to >=0.28.1 (Dependabot alert #79)#181
Sagargupta16 merged 1 commit into
mainfrom
chore/bump-esbuild

Conversation

@Sagargupta16

Copy link
Copy Markdown
Owner

What

Resolves Dependabot alert #79 (LOW) for esbuild, a transitive dependency pulled in via vite/vitest.

Adds "esbuild": ">=0.28.1" to the existing pnpm.overrides block in package.json (merged, not replacing the other overrides). esbuild was resolving to 0.27.7; it now pins to 0.28.1 across every path.

Verification

  • pnpm install -- clean, lockfile regenerated, single esbuild version (0.28.1) confirmed via pnpm why esbuild
  • pnpm build -- passes (built in 22s, vite@7.3.2 accepts esbuild 0.28.x)
  • pnpm test -- 4/4 vitest tests pass

No 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.

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.
@sonarqubecloud

Copy link
Copy Markdown

@Sagargupta16 Sagargupta16 merged commit a6f6cbe into main Jun 13, 2026
8 checks passed
@Sagargupta16 Sagargupta16 deleted the chore/bump-esbuild branch June 13, 2026 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant