2023-07-25 (v3.7.2)
Notable Changes
- Updated dependency versions. Notably:
- Updated dependency
@tsconfig/node18to v18.- If you want to update to this version in an existing project, please explicitly set
moduleResolutiontobundlerintsconfig.node.json, see f0e47a6
- If you want to update to this version in an existing project, please explicitly set
- Updated dependency
prettierto v3.- If you want to update to this version in an existing project, please make sure
@vue/eslint-config-prettieris 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-directby default. So, in an existing project,pnpm installwon't get the latest dependency versions automatically, you need to runpnpm upmanually.
Full Changelog: v3.7.1...v3.7.2