Skip to content

2023-07-25 (v3.7.2)

Compare
Choose a tag to compare
@haoqunjiang haoqunjiang released this 25 Jul 05:32
· 418 commits to main since this release
8a328cd

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 to bundler in tsconfig.node.json, see f0e47a6
    • 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.
  • 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 run pnpm up manually.

Full Changelog: v3.7.1...v3.7.2