Skip to content

Commit c9e9e55

Browse files
authored
chore: next replace core (#6664)
1 parent 5ec16f2 commit c9e9e55

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ body:
6666
required: true
6767
- label: Check that there isn't [already an issue](https://github.com/vitejs/vite/issues) that reports the same bug to avoid creating a duplicate.
6868
required: true
69-
- label: Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/vue-next instead.
69+
- label: Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/core instead.
7070
required: true
7171
- label: Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/vitejs/vite/discussions) or join our [Discord Chat Server](https://chat.vitejs.dev/).
7272
required: true

packages/plugin-vue/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
### Bug Fixes
6161

62-
* **plugin-vue:** fix hmr issue in vuejs/vue-next[#4358](https://github.com/vitejs/vite/issues/4358) ([709e4b0](https://github.com/vitejs/vite/commit/709e4b0428d8cdc8299b22898c76e58d66ca92c9))
62+
* **plugin-vue:** fix hmr issue in vuejs/core[#4358](https://github.com/vitejs/vite/issues/4358) ([709e4b0](https://github.com/vitejs/vite/commit/709e4b0428d8cdc8299b22898c76e58d66ca92c9))
6363

6464

6565

packages/plugin-vue/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface Options {
3232

3333
/**
3434
* Enable Vue reactivity transform (experimental, requires vue@^3.2.25).
35-
* https://github.com/vuejs/vue-next/tree/master/packages/reactivity-transform
35+
* https://github.com/vuejs/core/tree/master/packages/reactivity-transform
3636
*
3737
* - `true`: transform will be enabled for all vue,js(x),ts(x) files except
3838
* those inside node_modules

packages/plugin-vue/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface Options {
4242

4343
/**
4444
* Enable Vue reactivity transform (experimental).
45-
* https://github.com/vuejs/vue-next/tree/master/packages/reactivity-transform
45+
* https://github.com/vuejs/core/tree/master/packages/reactivity-transform
4646
* - `true`: transform will be enabled for all vue,js(x),ts(x) files except
4747
* those inside node_modules
4848
* - `string | RegExp`: apply to vue + only matched files (will include

scripts/release.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* modified from https://github.com/vuejs/vue-next/blob/master/scripts/release.js
2+
* modified from https://github.com/vuejs/core/blob/master/scripts/release.js
33
*/
44
import colors from 'picocolors'
55
import type { ExecaChildProcess, Options as ExecaOptions } from 'execa'

0 commit comments

Comments
 (0)