Skip to content

chore(deps-dev): bump vite from 6.4.1 to 6.4.2 in /web#1088

Closed
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/web/vite-6.4.2
Closed

chore(deps-dev): bump vite from 6.4.1 to 6.4.2 in /web#1088
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/web/vite-6.4.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2026

Bumps vite from 6.4.1 to 6.4.2.

Release notes

Sourced from vite's releases.

v6.4.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.4.2 (2026-04-06)

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 7, 2026
@zbigniewsobiecki
Copy link
Copy Markdown
Member

@aaight dude, fix CI

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/vite-6.4.2 branch from d0de00f to c0fc357 Compare April 14, 2026 18:57
@aaight
Copy link
Copy Markdown
Collaborator

aaight commented Apr 14, 2026

Done. The CI check was failing because npm audit --omit=dev --audit-level=high detected a critical axios vulnerability (GHSA-3p68-rc4w-qgx5, GHSA-fvcv-3m26-pcqx) from transitive deps jira.js and trello.js.

Fixed by adding axios: ^1.15.0 to the overrides section in package.json, forcing all transitive axios installs to 1.15.0 (the patched version). Audit now exits clean at --audit-level=high.

🕵️ claude-code · claude-sonnet-4-6 · run details

@zbigniewsobiecki
Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 14, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@zbigniewsobiecki
Copy link
Copy Markdown
Member

@dependabot recreate

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.4.1 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 force-pushed the dependabot/npm_and_yarn/web/vite-6.4.2 branch from b668751 to 492a56e Compare April 14, 2026 19:37
zbigniewsobiecki added a commit that referenced this pull request Apr 14, 2026
Security patches for two advisories blocked on Dependabot:

- vite 6.4.1 → 6.4.2: path traversal in optimize deps sourcemap handler,
  server.fs check for env transport (vitejs/vite#22161, #22159)
- picomatch 4.0.3 → 4.0.4: CVE-2026-33671, CVE-2026-33672

Replaces #1088 and #1058, which were stuck on CI because Dependabot's
lockfile regeneration produced a divergent lockfile vs. dev (dropped
@trpc/server and react-is resolved entries, added platform-specific
tailwindcss-oxide-wasm32-wasi nested entries). Rather than iterate on
@dependabot recreate, bundled both bumps into a single manual PR with
a lockfile regenerated from dev's current state.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@zbigniewsobiecki
Copy link
Copy Markdown
Member

Superseded by #1098 — Dependabot's regenerated lockfile kept diverging from dev (dropped resolved @trpc/server and react-is entries, added platform-specific @tailwindcss/oxide-wasm32-wasi nested entries), so npm ci in CI kept failing. #1098 bundles this bump with the picomatch one from #1058 using a lockfile regenerated cleanly from current dev.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 14, 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.

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/web/vite-6.4.2 branch April 14, 2026 19:51
zbigniewsobiecki added a commit that referenced this pull request Apr 14, 2026
Security patches for two advisories blocked on Dependabot:

- vite 6.4.1 → 6.4.2: path traversal in optimize deps sourcemap handler,
  server.fs check for env transport (vitejs/vite#22161, #22159)
- picomatch 4.0.3 → 4.0.4: CVE-2026-33671, CVE-2026-33672

Replaces #1088 and #1058, which were stuck on CI because Dependabot's
lockfile regeneration produced a divergent lockfile vs. dev (dropped
@trpc/server and react-is resolved entries, added platform-specific
tailwindcss-oxide-wasm32-wasi nested entries). Rather than iterate on
@dependabot recreate, bundled both bumps into a single manual PR with
a lockfile regenerated from dev's current state.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.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.

2 participants