What's Changed
- Updated dependencies, most notably:
- Updated dependency vite to ^6.0.11 to address a moderate security issue
- Better ESLint + TypeScript integration:
- Updated ESLint to ^9.18.0 to use
eslint.config.ts
in TypeScript projects - Added
eslint.config.*
totsconfig.node.json
and fixed other eslint issues by @haoqunjiang in #669 - Use the
defineConfigWithVueTs
helper from@vue/eslint-config-typescript
14.3
- Updated ESLint to ^9.18.0 to use
- Better handling of prompt messages's i18n support:
- fix: extend
Intl.getCanonicalLocales
error message by @btea in #650 - fix: don't show error when locale is
C
/C.UTF-8
by @haoqunjiang in #657
- fix: extend
New Contributors
- @kevinmarrec made their first contribution in #654
- @shi0rik0 made their first contribution in #658
Full Changelog: v3.13.0...v3.14.0