Bump esbuild from 0.27.2 to removed in /javascript in the npm_and_yarn group across 1 directory#904
Conversation
Bumps the npm_and_yarn group with 1 update in the /javascript directory: [esbuild](https://github.com/evanw/esbuild). Removes `esbuild` --- updated-dependencies: - dependency-name: esbuild dependency-version: dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Augment PR SummarySummary: Dependabot update affecting the JavaScript toolchain in Changes:
Technical Notes: The updated lockfile indicates Vite 8’s Node engine requirement ( 🤖 Was this summary useful? React with 👍 or 👎 |
| "sass": "^1.83.4", | ||
| "typescript": "^5.7.3", | ||
| "vite": "^7.3.2" | ||
| "vite": "^8.0.16" |
There was a problem hiding this comment.
vite is being upgraded to v8, which (per package-lock.json) declares engines.node as ^20.19.0 || >=22.12.0; installs/builds under older Node versions may start warning or failing. Consider ensuring any non-Docker dev/CI paths that run npm ci are aligned with that minimum.
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
| "@types/react-modal": "^3.16.3", | ||
| "@types/yaireo__tagify": "^4.27.0", | ||
| "@vitejs/plugin-react": "^4.3.3", | ||
| "@vitejs/plugin-react": "^6.0.2", |
There was a problem hiding this comment.
The PR title/description frames this as an esbuild change, but the only direct manifest change is a major bump of @vitejs/plugin-react (and vite). Consider aligning the PR metadata so reviewers know to look for Vite 8 upgrade implications rather than only an esbuild removal.
Severity: low
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
Bumps the npm_and_yarn group with 1 update in the /javascript directory: esbuild.
Removes
esbuildDependabot 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.