Skip to content

chore(deps): bump esbuild and vite in /Tools/Viewer#43

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/Tools/Viewer/multi-3ef1a22f08
Closed

chore(deps): bump esbuild and vite in /Tools/Viewer#43
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/Tools/Viewer/multi-3ef1a22f08

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown

Removes esbuild. It's no longer used after updating ancestor dependency vite. These dependencies need to be updated together.

Removes esbuild

Updates vite from 5.4.21 to 8.1.4

Release notes

Sourced from vite's releases.

v8.1.4

Please refer to CHANGELOG.md for details.

v8.1.3

Please refer to CHANGELOG.md for details.

v8.1.2

Please refer to CHANGELOG.md for details.

v8.1.1

Please refer to CHANGELOG.md for details.

create-vite@8.1.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.1.0

Please refer to CHANGELOG.md for details.

v8.1.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.1.0-beta.0

Please refer to CHANGELOG.md for details.

v8.1.0-beta.0

Please refer to CHANGELOG.md for details.

v8.0.16

Please refer to CHANGELOG.md for details.

v8.0.15

Please refer to CHANGELOG.md for details.

v8.0.14

Please refer to CHANGELOG.md for details.

v8.0.13

Please refer to CHANGELOG.md for details.

v8.0.12

Please refer to CHANGELOG.md for details.

v8.0.11

Please refer to CHANGELOG.md for details.

v8.0.10

Please refer to CHANGELOG.md for details.

v8.0.9

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

8.1.4 (2026-07-09)

Features

Bug Fixes

  • build: add workaround for building on stackblitz (#22840) (575c32c)
  • build: keep import.meta.url in preload function as-is (#22839) (f1f90ed)
  • deps: update all non-major dependencies (#22865) (d4295a9)
  • deps: update rolldown-related dependencies (#22866) (7cf07e4)
  • html: avoid backtracking in import-only check (#22848) (b5868c0)
  • optimizer: avoid optimizer run for transform request before init (#22852) (72a5e21)
  • ssr: align named export function call stacktrace column with Node (#22829) (173a1b6)
  • strip pure CSS chunk imports when chunkImportMap is enabled (#22841) (648bd04)

Documentation

Miscellaneous Chores

  • deps: update dependency postcss-modules to v9 (#22867) (a9539d6)

Code Refactoring

Tests

Build System

8.1.3 (2026-07-02)

Bug Fixes

8.1.2 (2026-06-30)

Bug Fixes

  • deps: revert es-module-lexer to 2.1.0 (#22827) (0d3bd7c)
  • restore, "fix: resolve pnpm .modules.yaml from workspace root instead of cwd (#22757)" (#22825) (efb98cc)

... (truncated)

Commits

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 this major version will 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 version will 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 dependency will 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.

Removes [esbuild](https://github.com/evanw/esbuild). It's no longer used after updating ancestor dependency [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together.


Removes `esbuild`

Updates `vite` from 5.4.21 to 8.1.4
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.1.4/packages/vite)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version:
  dependency-type: indirect
- dependency-name: vite
  dependency-version: 8.1.4
  dependency-type: direct:development
...

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 Jul 9, 2026
@onevcat

onevcat commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Superseded by #48, which consolidates all four Tools/Viewer bumps: vite 5→7 (clears the esbuild advisory), @vitejs/plugin-react 4→5 (pulls @babel/core 7.29.7), and a lockfile regen that pulls shell-quote 1.9.0 into concurrently's range. npm audit is now clean.

@onevcat onevcat closed this Jul 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/Tools/Viewer/multi-3ef1a22f08 branch July 13, 2026 07:40
Microcrab pushed a commit to Microcrab/sim-use that referenced this pull request Jul 15, 2026
…advisories

The four Tools/Viewer dependabot PRs (lycorp-jp#43lycorp-jp#46) all reduce to two direct
devDependency bumps plus a lockfile regeneration:

- vite ^5.3.3 → ^7.3.6 pulls esbuild 0.25+ (was 0.21.5), clearing the
  moderate esbuild dev-server SSRF advisory (GHSA-67mh-4wv8-2f99) — this is
  the "big one" that dependabot framed as both lycorp-jp#43 (esbuild+vite) and lycorp-jp#45
  (vite+plugin-react). vite 7 (not 8) keeps esbuild rather than moving to
  rolldown, so no config churn.
- @vitejs/plugin-react ^4.3.1 → ^5.2.0 (peer vite ^7 ok) pulls @babel/core
  7.29.7 (lycorp-jp#46).
- Regenerating the lockfile pulls shell-quote 1.9.0 (satisfies concurrently's
  existing ^1.8.1 range), clearing the critical shell-quote advisory
  (GHSA-w7jw-789q-3m8p, lycorp-jp#44) with no direct-dep change.

`npm audit` now reports 0 vulnerabilities (was 1 critical + 1 high + 1
moderate + 1 low). `npm run build` and `make viewer` produce byte-identical
SPA output (same hashed chunk names), so the committed
Sources/SimUse/Resources/viewer/ bundle is unchanged. Supersedes lycorp-jp#43lycorp-jp#46.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: onevcat <onevcat@gmail.com>
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.

1 participant