Changelog

vitejs/vite · · 4 commits

Vite tightens pnpm fs handling and deps

Fixes pnpm global store access, bumps devtools peer range, and cleans up a few broken docs/playground links and comments.

pnpm global store paths are now allowed in fs restrictions (btea092320b)

Vite now reads node_modules/.modules.yaml to detect pnpm's virtual store directory and adds it to the filesystem allowlist when needed. This fixes projects using pnpm GVS so Vite can serve files that live outside the workspace root.

Devtools peer dependency range is updated (jnoordsijd2c2bc0)

The @vitejs/devtools peer dependency was bumped from ^0.1.18 to ^0.3.0, aligning Vite with the newer devtools package release.

Other misc changes

  • Fixed broken docs links in the Vite 5.1 announcement and features guide.
  • Cleaned up Tailwind playground comments.