build(deps-dev): bump esbuild from 0.25.0 to 0.28.1#103
Conversation
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.0 to 0.28.1. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md) - [Commits](evanw/esbuild@v0.25.0...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Scope — Updates esbuild devDependency from ^0.25.0 to ^0.28.1 in package.json with a matching yarn.lock refresh; only those two paths change. Worth merging to pick up esbuild security fixes (e.g. dev-server path traversal hardening) and current build-toolchain behavior for the prepublishOnly esBuild.ts transpile/bundle step.
Upstream: evanw/esbuild (v0.25.0→v0.28.1 release notes cited in PR body; no upstream issue/PR number cited)
CI — Checks were still pending at review time; branch protection will gate merge.
Regression risk — Low for this repo: esbuild is dev-only, usage in esBuild.ts is standard build() calls without exotic APIs, and the PR matrix workflow exercises install, lint, test, and npm publish --dry-run (which runs prepublishOnly).
Residual risks / follow-ups
- None — because the diff is manifest/lockfile-only,
securitySensitivePathsis empty, and no application runtime code changes; remaining validation is mechanical CI on the Dependabot branch.
Note: Review generated using Cursor model
composer-2.5.
This review was generated by review-bot.
Bumps esbuild from 0.25.0 to 0.28.1.
Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
bb9db84publish 0.28.1 to npm9ff053esecurity: add integrity checks to the Deno API0a9bf21enforce non-negative size in gzip parsere2a1a71security: forbid\\in local dev server requests83a2cbffix #4482: don't inlineusingdeclarations308ad74fix #4471: renaming of nestedvardeclarationsf013f5ffix some typosaafd6e4chore: fix some minor issues in comments (#4462)15300c3follow up: cjs evaluation fixes1bda0c3fix #4461, fix #4467: esm evaluation fixesMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for esbuild since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.