Skip to content

Bump esbuild from 0.27.2 to removed in /javascript in the npm_and_yarn group across 1 directory#904

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/javascript/npm_and_yarn-30ae9b537b
Open

Bump esbuild from 0.27.2 to removed in /javascript in the npm_and_yarn group across 1 directory#904
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/javascript/npm_and_yarn-30ae9b537b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 1 update in the /javascript directory: esbuild.

Removes esbuild

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 14, 2026
@augmentcode

augmentcode Bot commented Jun 14, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: Dependabot update affecting the JavaScript toolchain in javascript/, primarily by upgrading Vite and its React plugin.

Changes:

  • Bumped @vitejs/plugin-react from ^4.3.3 to ^6.0.2.
  • Bumped vite from ^7.3.2 to ^8.0.16.
  • Updated javascript/package-lock.json accordingly (large dependency graph change).

Technical Notes: The updated lockfile indicates Vite 8’s Node engine requirement (^20.19.0 || >=22.12.0), so local/CI environments should be compatible.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 2 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread javascript/package.json
"sass": "^1.83.4",
"typescript": "^5.7.3",
"vite": "^7.3.2"
"vite": "^8.0.16"

@augmentcode augmentcode Bot Jun 14, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

Comment thread javascript/package.json
"@types/react-modal": "^3.16.3",
"@types/yaireo__tagify": "^4.27.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^6.0.2",

@augmentcode augmentcode Bot Jun 14, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants