2025-01-22 (v3.14.0)
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.tsin TypeScript projects - Added
eslint.config.*totsconfig.node.jsonand fixed other eslint issues by @haoqunjiang in #669 - Use the
defineConfigWithVueTshelper from@vue/eslint-config-typescript14.3
- Updated ESLint to ^9.18.0 to use
- Better handling of prompt messages's i18n support:
- fix: extend
Intl.getCanonicalLocaleserror message by @btea in #650 - fix: don't show error when locale is
C/C.UTF-8by @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