stack.pulse
#stacks/esbuild/tooling

esbuild release notes, breaking changes, and upgrade notes.

An extremely fast bundler for the web StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
5
breaking
1
security
1
deprecated
0
migrations
0

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

esbuild releases from GitHub

StackPulse watches esbuild release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
v0.28.0mediumbreakingfeatureApr 2, 2026

v0.28.0

This release introduces support for the TC39 import text proposal, adds integrity checks to esbuild's fallback download path, and updates the Go compiler to version 1.26.1.

affected

Users relying on esbuild's fallback download path for installation may be affected by the new integrity checks.

action

Ensure that your installation process accommodates the new integrity checks for esbuild's binaries.

release_signals
-Integrity checks for downloaded binaries are now enforced, which could affect installations that rely on the fallback download path.
+Support for `with { type: 'text' }` imports, aligning with the TC39 import text proposal.
+Integrity checks added to the fallback download path for esbuild's platform-specific packages.
view source on github->