2023-12-16 (v3.9.1)
Notable Changes
- Updated dependency versions, most notably:
- Update TypeScript to ~5.3.0 https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/
- Update
@vue/tsconfig
to v0.5.0, which turnsnoEmit
on by default and provides atsconfig.lib.json
for library authors https://github.com/vuejs/tsconfig/pull/26/files
- Use
"type": "module"
in Nightwatch projects by @cexbrayat in #404 Now all the templates are using"type": "module"
in theirpackage.json
s.
Full Changelog: v3.9.0...v3.9.1