]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
feat!: update to Vue 2.7
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 30 Jun 2022 14:14:25 +0000 (22:14 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 30 Jun 2022 14:14:25 +0000 (22:14 +0800)
commitc1a0c3aeb301fbd85586d0b5a8ec997f3d656733
tree310340cd8b060683283d8889c60342377485f7f8
parent7ad1ffc145e95b8566da00dde8a0545179a15dc7
feat!: update to Vue 2.7

Known caveats:
1. JSX not yet supported
2. Though `vue-template-compiler` is not required in most cases,
`@vue/test-utils` still requires it as a peer dependency.
3. `IconTooling.vue` was modified to circumvent a type-checking issue:
https://github.com/johnsoncodehk/volar/issues/1526
16 files changed:
.github/workflows/ci.yml
pnpm-lock.yaml
scripts/test.mjs
template/base/package.json
template/base/vite.config.js
template/code/default/src/components/icons/IconTooling.vue
template/code/router/src/components/icons/IconTooling.vue
template/code/typescript-default/src/components/icons/IconTooling.vue
template/code/typescript-router/src/components/icons/IconTooling.vue
template/config/cypress/package.json
template/config/typescript/env.d.ts
template/config/typescript/tsconfig.json
template/entry/default/src/main.js
template/entry/pinia/src/main.js
template/entry/router-and-pinia/src/main.js
template/entry/router/src/main.js