what stackpulse tracks
esbuild releases from GitHub
StackPulse watches esbuild release notes and keeps the original source link close to every summary.
An extremely fast bundler for the web StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches esbuild release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This release addresses a security vulnerability in esbuild's local development server on Windows, adds integrity checks to the Deno API, and fixes several bugs related to module evaluation, the `new` operator, and variable renaming.
Users of esbuild's local development server on Windows and those using the Deno API are directly affected by the security fixes.
Update to version 0.28.1 to benefit from security fixes and bug improvements.
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.
Users relying on esbuild's fallback download path for installation may be affected by the new integrity checks.
Ensure that your installation process accommodates the new integrity checks for esbuild's binaries.
This release fixes an issue with the lowering of `define` semantics for TypeScript parameter properties, ensuring class fields are correctly generated for environments that do not support them.
Developers using TypeScript parameter properties with esbuild in environments that do not support class fields are affected.
Upgrade to version 0.27.7 to ensure correct lowering of TypeScript parameter properties.
This release fixes a regression in the `metafile` feature, corrects an edge case in async generator transformation, and improves TypeScript parameter properties handling. It also adds support for the `es2025` target in `tsconfig.json`.
Users relying on async generator transformations, `metafile` functionality, or TypeScript parameter properties may be affected.
Update to v0.27.5 to benefit from bug fixes and improvements.
This release fixes a regression with CSS media queries, addresses an edge case with the `inject` feature, and improves API handling of large metafiles.
Users relying on CSS media queries or the `inject` feature may be affected by the fixes.
Update to version 0.27.4 to benefit from the fixes.