Skip to content

chore(deps-dev): bump vite from 6.4.1 to 6.4.2#55

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-6.4.2
Open

chore(deps-dev): bump vite from 6.4.1 to 6.4.2#55
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-6.4.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 17, 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 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 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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 17, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
handout-powerpoint-addin Ready Ready Preview, Comment Apr 17, 2026 10:35am

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 17, 2026

Greptile Summary

This PR is an automated dependabot security patch that bumps vite from 6.4.1 to 6.4.2 in the apps/powerpoint-addin workspace. The update addresses two security/correctness fixes in Vite's dev server.

Key changes:

  • apps/powerpoint-addin/package.json: version specifier updated from ^6.3.1^6.4.2
  • pnpm-lock.yaml: resolved version updated to 6.4.2, along with transitive dependency bumps (postcss 8.5.8 → 8.5.10, tinyglobby 0.2.15 → 0.2.16)
  • pnpm-lock.yaml: Widespread removal of libc fields from platform-specific optional packages (@img/sharp-*, @next/swc-*, @rollup/rollup-linux-*) — this is an unexpected side-effect beyond the vite bump itself

Security fixes included in 6.4.2:

  • Path traversal vulnerability in the optimize deps sourcemap handler (#22161)
  • server.fs deny-list not applied to the env transport endpoint (#22159)

Confidence Score: 5/5

Safe to merge — patches two dev-server security vulnerabilities with no breaking changes.

This is a patch-level security update to a dev-only dependency. Both fixes address dev server path-traversal / file-system restriction issues that only affect local development servers, not production builds. The transitive dep bumps (postcss, tinyglobby) are minor and low-risk. The libc field removals in the lock file are cosmetic/format-level and do not affect runtime behaviour. No API or build-output changes are expected.

The pnpm-lock.yaml libc removal is worth a quick sanity check, but is not a blocker.

Important Files Changed

Filename Overview
apps/powerpoint-addin/package.json Version specifier for vite updated from ^6.3.1 to ^6.4.2 to pin the security patch baseline
pnpm-lock.yaml Lock file resolved to vite 6.4.2; also removes libc fields from many platform-specific packages — an unexpected change unrelated to the vite bump that may indicate lock file was regenerated with a different pnpm version

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["vite 6.4.1\n(dev dependency)"] -->|dependabot bump| B["vite 6.4.2"]
    B --> C["Security fix #1\nPath traversal in optimize deps\nsourcemap handler (#22161)"]
    B --> D["Security fix #2\nserver.fs check not applied\nto env transport (#22159)"]
    C --> E["Dev server no longer\nserves arbitrary files\nvia sourcemap requests"]
    D --> F["Env transport now respects\nserver.fs.deny allow-list"]
Loading

Fix All in Codex

Reviews (1): Last reviewed commit: "chore(deps-dev): bump vite from 6.4.1 to..." | Re-trigger Greptile

Comment thread pnpm-lock.yaml
Comment on lines 598 to 605

'@img/sharp-libvips-linux-arm@1.2.4':
resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==}
cpu: [arm]
os: [linux]
libc: [glibc]

'@img/sharp-libvips-linux-ppc64@1.2.4':
resolution: {integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Unexpected removal of libc fields across platform packages

This PR removes the libc field from dozens of platform-specific optional packages in the lock file — including @img/sharp-*, @next/swc-*, and @rollup/rollup-linux-* — even though those packages are unrelated to the vite bump.

For example, entries like @img/sharp-linux-arm64 previously carried:

libc: [glibc]

and @img/sharp-linuxmusl-arm64 carried:

libc: [musl]

These fields are used by pnpm to select the correct binary for the host's C runtime (glibc vs musl/Alpine). Removing them means pnpm falls back to matching only on cpu and os, which is typically fine but could theoretically install both variants or skip the correct one on edge-case platforms.

This is a strong indicator that the lock file was regenerated with a different version of pnpm than what produced the original. The change itself is likely benign in practice, but it's worth confirming that the pnpm version used locally/in CI is consistent across the team to avoid a noisy diff on the next pnpm install.

Fix in Codex

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