2023-07-25 (v3.7.2)
Notable Changes
- Updated dependency versions. Notably:
- Updated dependency
@tsconfig/node18
to v18.- If you want to update to this version in an existing project, please explicitly set
moduleResolution
tobundler
intsconfig.node.json
, see f0e47a6
- If you want to update to this version in an existing project, please explicitly set
- Updated dependency
prettier
to v3.- If you want to update to this version in an existing project, please make sure
@vue/eslint-config-prettier
is also updated to the latest 8.0.0 version.
- If you want to update to this version in an existing project, please make sure
- Updated dependency
- Worked around the type issue in
vitest.config.ts
(b948832)- Please make sure you are on the latest Vite version so that this workaround can take effect.
- Note that pnpm 8 uses
resolution-mode: lowest-direct
by default. So, in an existing project,pnpm install
won't get the latest dependency versions automatically, you need to runpnpm up
manually.
Full Changelog: v3.7.1...v3.7.2