build(deps-dev): bump esbuild from 0.25.12 to 0.28.1 in the npm_and_yarn group across 1 directory#10
Conversation
Bumps the npm_and_yarn group with 1 update in the / directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.25.12 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.12...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
VesperReviewed commits
Here is an analysis of the proposed changes, focusing on correctness, performance, and dependency management. 1. Performance & Best Practices
2. Correctness & Dependency Issues
RecommendationRevert the invalid versions of
package-lock.json
@@ -31,11 +30,11 @@
"autoprefixer": "^10.4.21",
"electron": "^42.2.0",
"electron-builder": "^26.8.1",
- "esbuild": "^0.28.1",
+ "esbuild": "^0.25.0",
"tailwindcss": "^4.1.14",
"tsx": "^4.22.4",
"typescript": "~5.8.2",
- "vite": "^8.0.16"
+ "vite": "^6.2.3" |
| "electron-builder": "^26.8.1", | ||
| "esbuild": "^0.25.0", | ||
| "esbuild": "^0.28.1", | ||
| "tailwindcss": "^4.1.14", |
There was a problem hiding this comment.
Note: While the diff below modifies
package-lock.jsondirectly to match the requested format, you should apply these version corrections to yourpackage.jsonfirst, an...
| "tailwindcss": "^4.1.14", | |
| "esbuild": "^0.25.0", |
| "typescript": "~5.8.2", | ||
| "vite": "^6.2.3" | ||
| "vite": "^8.0.16" | ||
| } |
There was a problem hiding this comment.
Note: While the diff below modifies
package-lock.jsondirectly to match the requested format, you should apply these version corrections to yourpackage.jsonfirst, an...
| } | |
| "vite": "^6.2.3" |
Bumps the npm_and_yarn group with 1 update in the / directory: esbuild.
Updates
esbuildfrom 0.25.12 to 0.28.1Release 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.