Changelog

vitejs/vite · · 4 commits

Dependency updates and a docs fix

Mostly dependency bumps, plus a docs correction for library build format defaults.

Docs now reflect the real library format defaults (dfedoryshchev369ed60)

The build.lib.formats docs were corrected to explain the actual defaults: ['es', 'umd'] for a single entry and ['es', 'cjs'] for multiple entries. That removes a misleading @default note and should reduce confusion for library builds.

Other misc changes

  • Dependency updates across the repo, including rolldown/rolldown-plugin-dts/tsdown and several docs/playground package bumps (fef682d, 3c345e4, 04175fb)
  • Small docs formatting/type cleanup in API guides and shared options docs (fef682d)
  • Playground test expectation adjusted after CSS asset naming changed (3c345e4)