Bump esbuild from 0.28.0 to 0.28.1 - #44
Conversation
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.28.0 to 0.28.1. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.28.0...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis PR bumps esbuild from 0.28.0 to 0.28.1, a patch release that addresses two security advisories (GHSA-g7r4-m6w7-qqqr, GHSA-gv7w-rqvm-qjhr) along with several bug fixes.
Confidence Score: 5/5Safe to merge — this is a well-scoped patch upgrade that closes two published security advisories with no API changes. The change is purely a version bump in package.json and the corresponding lockfile update. The 0.28.1 release is a patch with two security fixes and several correctness bug fixes, none of which alter esbuild's public API. All 27 platform packages are consistently updated and their integrity hashes are present in the lockfile. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[package.json\nesbuild ^0.28.0 → ^0.28.1] --> B[yarn.lock resolved\nesbuild 0.28.1]
B --> C[27 platform-specific\noptional deps updated]
C --> D1["@esbuild/darwin-arm64 0.28.1"]
C --> D2["@esbuild/linux-x64 0.28.1"]
C --> D3["@esbuild/win32-x64 0.28.1"]
C --> D4["... 24 more platforms"]
B --> E[Security fixes applied]
E --> F["GHSA-g7r4-m6w7-qqqr\nPath traversal fix (Windows dev server)"]
E --> G["GHSA-gv7w-rqvm-qjhr\nDeno API integrity checks"]
Reviews (1): Last reviewed commit: "Bump esbuild from 0.28.0 to 0.28.1" | Re-trigger Greptile |
|
Superseded by #69, which updates the full direct and transitive dependency tree, passes typecheck/tests/build, and reports zero Yarn audit vulnerabilities. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps esbuild from 0.28.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 fixesYou can trigger a rebase of this PR 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.