Skip to content

chore(deps-dev): bump vite from 5.4.21 to 6.4.2 in /studio/frontend#81

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/studio/frontend/vite-6.4.2
Closed

chore(deps-dev): bump vite from 5.4.21 to 6.4.2 in /studio/frontend#81
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/studio/frontend/vite-6.4.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps vite from 5.4.21 to 6.4.2.

Release notes

Sourced from vite's releases.

v6.4.2

Please refer to CHANGELOG.md for details.

v6.4.1

Please refer to CHANGELOG.md for details.

v6.4.0

Please refer to CHANGELOG.md for details.

v6.3.7

Please refer to CHANGELOG.md for details.

v6.3.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.4.2 (2026-04-06)

6.4.1 (2025-10-20)

6.4.0 (2025-10-15)

  • feat: allow passing down resolved config to vite's createServer (#20932) (ca6455e), closes #20932

6.3.7 (2025-10-14)

  • fix(esbuild): inject esbuild helpers correctly for esbuild 0.25.9+ (#20940) (c59a222), closes #20940

6.3.6 (2025-09-08)

6.3.5 (2025-05-05)

6.3.4 (2025-04-30)

  • fix: check static serve file inside sirv (#19965) (c22c43d), closes #19965
  • fix(optimizer): return plain object when using require to import externals in optimized dependenci (efc5eab), closes #19940
  • refactor: remove duplicate plugin context type (#19935) (d6d01c2), closes #19935

6.3.3 (2025-04-24)

... (truncated)

Commits

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 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.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.21 to 6.4.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.4.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.4.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code labels Apr 27, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 27, 2026 04:21
@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code labels Apr 27, 2026
@github-actions
Copy link
Copy Markdown

⚠️ Major version update — auto-merge skipped. Please review breaking changes before merging.

All compatibility checks passed:

  • ✓ Build + tests
  • ✓ Security audit
  • ✓ License compliance
  • ✓ Backward compatibility

pbertsch added a commit that referenced this pull request May 2, 2026
Resolves all 8 open Dependabot security alerts in one shot.

Go (studio/go.mod):
  golang.org/x/crypto: 0.33.0 → 0.45.0
    - GHSA-#17 (high): DoS via slow/incomplete key exchange
    - GHSA-#19 (med):  unbounded memory consumption
    - GHSA-#20 (med):  panic on malformed message
  golang.org/x/net:    0.35.0 → 0.47.0  (0.45.0 of crypto requires net 0.47.0)
    - GHSA-#16 (med):  HTTP Proxy bypass via IPv6 zone IDs
    - GHSA-#18 (med):  XSS

npm (studio/frontend):
  vite: ^5.4.0 → ^8.0.10
    - GHSA-#15 (med): path traversal in optimized deps .map handling
    - Pulls esbuild ^0.25 transitively, which also clears GHSA-#14

npm (vscode):
  @vscode/vsce: ^2.24.0 → ^3.9.0
    - vsce 3.x dropped its uuid dependency entirely, clearing GHSA-#12
      (uuid <14 missing buffer bounds check) without forcing a uuid
      override on every consumer.

All builds + tests pass: go build, go test, vscode tsc compile, vite
build (Studio frontend). Closes Dependabot PRs #78, #79, #80, #81 (this
covers their scope cleanly in one PR).
@pbertsch
Copy link
Copy Markdown
Contributor

pbertsch commented May 2, 2026

Superseded by #88 which bundles all 8 vulnerable-dep bumps into one chore PR (with a higher golang.org/x/net pin to satisfy crypto 0.45's transitive constraint, and vite ^8 to clear the path-traversal alert that ^6 didn't reach).

@pbertsch pbertsch closed this May 2, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 2, 2026

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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/studio/frontend/vite-6.4.2 branch May 2, 2026 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant