What's Changed
- DevTools v7 is no longer experimental.
vite-plugin-vue-devtools
is included in the base template for all new projects. - TypeScript projects now come with
@types/node
v22 and@tsconfig/node22
, as Node.js v22 has recently become the active LTS - fix(oxlint): avoid linting unnecessary files by adding
--ignore-path .gitignore
to thelint:oxlint
script.
Full Changelog: v3.12.0...v3.12.1