Skip to content

Commit 3d48718

Browse files
committed
chore: rename repo name
1 parent 7e153f8 commit 3d48718

File tree

23 files changed

+55
-55
lines changed

23 files changed

+55
-55
lines changed

.github/workflows/close-cant-reproduce-issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
close-issues:
12-
if: github.repository == 'vuejs/core-vapor'
12+
if: github.repository == 'vuejs/vue-vapor'
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: can't reproduce

.github/workflows/lock-closed-issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
action:
12-
if: github.repository == 'vuejs/core-vapor'
12+
if: github.repository == 'vuejs/vue-vapor'
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: dessant/lock-threads@v5

.github/workflows/size-data.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818

1919
jobs:
2020
upload:
21-
if: github.repository == 'vuejs/core-vapor'
21+
if: github.repository == 'vuejs/vue-vapor'
2222
runs-on: ubuntu-latest
2323

2424
steps:

.github/workflows/size-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
size-report:
1919
runs-on: ubuntu-latest
2020
if: >
21-
github.repository == 'vuejs/core-vapor' &&
21+
github.repository == 'vuejs/vue-vapor' &&
2222
github.event.workflow_run.event == 'pull_request' &&
2323
github.event.workflow_run.conclusion == 'success'
2424
steps:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: pnpm run test-dts
5656

5757
continuous-release:
58-
if: github.repository == 'vuejs/core-vapor'
58+
if: github.repository == 'vuejs/vue-vapor'
5959
runs-on: ubuntu-latest
6060
permissions:
6161
contents: read

packages-private/template-explorer/src/options.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const App = {
4444
h(
4545
'a',
4646
{
47-
href: `https://github.com/vuejs/core-vapor/tree/${__COMMIT__}`,
47+
href: `https://github.com/vuejs/vue-vapor/tree/${__COMMIT__}`,
4848
target: `_blank`,
4949
},
5050
`@${__COMMIT__}`,

packages/compiler-core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "git+https://github.com/vuejs/core-vapor.git",
36+
"url": "git+https://github.com/vuejs/vue-vapor.git",
3737
"directory": "packages/compiler-core"
3838
},
3939
"keywords": [
@@ -42,9 +42,9 @@
4242
"author": "Evan You",
4343
"license": "MIT",
4444
"bugs": {
45-
"url": "https://github.com/vuejs/core-vapor/issues"
45+
"url": "https://github.com/vuejs/vue-vapor/issues"
4646
},
47-
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-core#readme",
47+
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/compiler-core#readme",
4848
"dependencies": {
4949
"@babel/parser": "catalog:",
5050
"@vue/shared": "workspace:*",

packages/compiler-dom/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"repository": {
4040
"type": "git",
41-
"url": "git+https://github.com/vuejs/core-vapor.git",
41+
"url": "git+https://github.com/vuejs/vue-vapor.git",
4242
"directory": "packages/compiler-dom"
4343
},
4444
"keywords": [
@@ -47,9 +47,9 @@
4747
"author": "Evan You",
4848
"license": "MIT",
4949
"bugs": {
50-
"url": "https://github.com/vuejs/core-vapor/issues"
50+
"url": "https://github.com/vuejs/vue-vapor/issues"
5151
},
52-
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-dom#readme",
52+
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/compiler-dom#readme",
5353
"dependencies": {
5454
"@vue/shared": "workspace:*",
5555
"@vue/compiler-core": "workspace:*"

packages/compiler-sfc/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"repository": {
3131
"type": "git",
32-
"url": "git+https://github.com/vuejs/core-vapor.git",
32+
"url": "git+https://github.com/vuejs/vue-vapor.git",
3333
"directory": "packages/compiler-sfc"
3434
},
3535
"keywords": [
@@ -38,9 +38,9 @@
3838
"author": "Evan You",
3939
"license": "MIT",
4040
"bugs": {
41-
"url": "https://github.com/vuejs/core-vapor/issues"
41+
"url": "https://github.com/vuejs/vue-vapor/issues"
4242
},
43-
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-sfc#readme",
43+
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/compiler-sfc#readme",
4444
"dependencies": {
4545
"@babel/parser": "catalog:",
4646
"@vue/compiler-core": "workspace:*",

packages/compiler-ssr/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/vuejs/core-vapor.git",
18+
"url": "git+https://github.com/vuejs/vue-vapor.git",
1919
"directory": "packages/compiler-ssr"
2020
},
2121
"keywords": [
@@ -24,9 +24,9 @@
2424
"author": "Evan You",
2525
"license": "MIT",
2626
"bugs": {
27-
"url": "https://github.com/vuejs/core-vapor/issues"
27+
"url": "https://github.com/vuejs/vue-vapor/issues"
2828
},
29-
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-ssr#readme",
29+
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/compiler-ssr#readme",
3030
"dependencies": {
3131
"@vue/shared": "workspace:*",
3232
"@vue/compiler-dom": "workspace:*"

packages/compiler-vapor/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "git+https://github.com/vuejs/core-vapor.git",
27+
"url": "git+https://github.com/vuejs/vue-vapor.git",
2828
"directory": "packages/compiler-vapor"
2929
},
3030
"keywords": [
@@ -33,9 +33,9 @@
3333
"author": "Evan You",
3434
"license": "MIT",
3535
"bugs": {
36-
"url": "https://github.com/vuejs/core-vapor/issues"
36+
"url": "https://github.com/vuejs/vue-vapor/issues"
3737
},
38-
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-vapor#readme",
38+
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/compiler-vapor#readme",
3939
"dependencies": {
4040
"@vue/compiler-dom": "workspace:*",
4141
"@vue/shared": "workspace:*",

packages/reactivity/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"sideEffects": false,
2929
"repository": {
3030
"type": "git",
31-
"url": "git+https://github.com/vuejs/core-vapor.git",
31+
"url": "git+https://github.com/vuejs/vue-vapor.git",
3232
"directory": "packages/reactivity"
3333
},
3434
"buildOptions": {
@@ -46,9 +46,9 @@
4646
"author": "Evan You",
4747
"license": "MIT",
4848
"bugs": {
49-
"url": "https://github.com/vuejs/core-vapor/issues"
49+
"url": "https://github.com/vuejs/vue-vapor/issues"
5050
},
51-
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/reactivity#readme",
51+
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/reactivity#readme",
5252
"dependencies": {
5353
"@vue/shared": "workspace:*"
5454
}

packages/runtime-core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"sideEffects": false,
3434
"repository": {
3535
"type": "git",
36-
"url": "git+https://github.com/vuejs/core-vapor.git",
36+
"url": "git+https://github.com/vuejs/vue-vapor.git",
3737
"directory": "packages/runtime-core"
3838
},
3939
"keywords": [
@@ -42,9 +42,9 @@
4242
"author": "Evan You",
4343
"license": "MIT",
4444
"bugs": {
45-
"url": "https://github.com/vuejs/core-vapor/issues"
45+
"url": "https://github.com/vuejs/vue-vapor/issues"
4646
},
47-
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/runtime-core#readme",
47+
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/runtime-core#readme",
4848
"dependencies": {
4949
"@vue/shared": "workspace:*",
5050
"@vue/reactivity": "workspace:*",

packages/runtime-dom/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"repository": {
3838
"type": "git",
39-
"url": "git+https://github.com/vuejs/core-vapor.git",
39+
"url": "git+https://github.com/vuejs/vue-vapor.git",
4040
"directory": "packages/runtime-dom"
4141
},
4242
"keywords": [
@@ -45,9 +45,9 @@
4545
"author": "Evan You",
4646
"license": "MIT",
4747
"bugs": {
48-
"url": "https://github.com/vuejs/core-vapor/issues"
48+
"url": "https://github.com/vuejs/vue-vapor/issues"
4949
},
50-
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/runtime-dom#readme",
50+
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/runtime-dom#readme",
5151
"dependencies": {
5252
"@vue/shared": "workspace:*",
5353
"@vue/runtime-core": "workspace:*",

packages/runtime-shared/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"repository": {
3434
"type": "git",
35-
"url": "git+https://github.com/vuejs/core-vapor.git",
35+
"url": "git+https://github.com/vuejs/vue-vapor.git",
3636
"directory": "packages/runtime-shared"
3737
},
3838
"keywords": [
@@ -41,7 +41,7 @@
4141
"author": "Evan You",
4242
"license": "MIT",
4343
"bugs": {
44-
"url": "https://github.com/vuejs/core-vapor/issues"
44+
"url": "https://github.com/vuejs/vue-vapor/issues"
4545
},
46-
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/runtime-shared#readme"
46+
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/runtime-shared#readme"
4747
}

packages/runtime-test/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/vuejs/core-vapor.git",
15+
"url": "git+https://github.com/vuejs/vue-vapor.git",
1616
"directory": "packages/runtime-test"
1717
},
1818
"keywords": [
@@ -21,9 +21,9 @@
2121
"author": "Evan You",
2222
"license": "MIT",
2323
"bugs": {
24-
"url": "https://github.com/vuejs/core-vapor/issues"
24+
"url": "https://github.com/vuejs/vue-vapor/issues"
2525
},
26-
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/runtime-test#readme",
26+
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/runtime-test#readme",
2727
"dependencies": {
2828
"@vue/shared": "workspace:*",
2929
"@vue/runtime-core": "workspace:*"

packages/runtime-vapor/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"repository": {
2424
"type": "git",
25-
"url": "git+https://github.com/vuejs/core-vapor.git",
25+
"url": "git+https://github.com/vuejs/vue-vapor.git",
2626
"directory": "packages/runtime-vapor"
2727
},
2828
"keywords": [
@@ -31,9 +31,9 @@
3131
"author": "Evan You",
3232
"license": "MIT",
3333
"bugs": {
34-
"url": "https://github.com/vuejs/core-vapor/issues"
34+
"url": "https://github.com/vuejs/vue-vapor/issues"
3535
},
36-
"homepage": "https://github.com/vuejs/core-vapor/tree/dev/packages/runtime-vapor#readme",
36+
"homepage": "https://github.com/vuejs/vue-vapor/tree/dev/packages/runtime-vapor#readme",
3737
"dependencies": {
3838
"@vue/shared": "workspace:*",
3939
"@vue/reactivity": "workspace:*",

packages/runtime-vapor/src/dom/template.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function template(html: string) {
1414
export function children(node: Node, ...paths: number[]): Node {
1515
for (const idx of paths) {
1616
// In various situations, select the quickest approach.
17-
// See https://github.com/vuejs/core-vapor/pull/263
17+
// See https://github.com/vuejs/vue-vapor/pull/263
1818
node =
1919
idx === 0
2020
? node.firstChild!

packages/server-renderer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"repository": {
3535
"type": "git",
36-
"url": "git+https://github.com/vuejs/core-vapor.git",
36+
"url": "git+https://github.com/vuejs/vue-vapor.git",
3737
"directory": "packages/server-renderer"
3838
},
3939
"keywords": [
@@ -42,9 +42,9 @@
4242
"author": "Evan You",
4343
"license": "MIT",
4444
"bugs": {
45-
"url": "https://github.com/vuejs/core-vapor/issues"
45+
"url": "https://github.com/vuejs/vue-vapor/issues"
4646
},
47-
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/server-renderer#readme",
47+
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/server-renderer#readme",
4848
"peerDependencies": {
4949
"vue": "workspace:*"
5050
},

packages/shared/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"repository": {
3434
"type": "git",
35-
"url": "git+https://github.com/vuejs/core-vapor.git",
35+
"url": "git+https://github.com/vuejs/vue-vapor.git",
3636
"directory": "packages/shared"
3737
},
3838
"keywords": [
@@ -41,7 +41,7 @@
4141
"author": "Evan You",
4242
"license": "MIT",
4343
"bugs": {
44-
"url": "https://github.com/vuejs/core-vapor/issues"
44+
"url": "https://github.com/vuejs/vue-vapor/issues"
4545
},
46-
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/shared#readme"
46+
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/shared#readme"
4747
}

packages/vue-compat/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040
},
4141
"repository": {
4242
"type": "git",
43-
"url": "git+https://github.com/vuejs/core-vapor.git"
43+
"url": "git+https://github.com/vuejs/vue-vapor.git"
4444
},
4545
"keywords": [
4646
"vue"
4747
],
4848
"author": "Evan You",
4949
"license": "MIT",
5050
"bugs": {
51-
"url": "https://github.com/vuejs/core-vapor/issues"
51+
"url": "https://github.com/vuejs/vue-vapor/issues"
5252
},
53-
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/vue-compat#readme",
53+
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/vue-compat#readme",
5454
"dependencies": {
5555
"@babel/parser": "catalog:",
5656
"estree-walker": "catalog:",

packages/vue-vapor/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@
4545
},
4646
"repository": {
4747
"type": "git",
48-
"url": "git+https://github.com/vuejs/core-vapor.git"
48+
"url": "git+https://github.com/vuejs/vue-vapor.git"
4949
},
5050
"keywords": [
5151
"vue"
5252
],
5353
"author": "Evan You",
5454
"license": "MIT",
5555
"bugs": {
56-
"url": "https://github.com/vuejs/core-vapor/issues"
56+
"url": "https://github.com/vuejs/vue-vapor/issues"
5757
},
58-
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/vapor#readme",
58+
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/vapor#readme",
5959
"dependencies": {
6060
"@vue/runtime-vapor": "workspace:*",
6161
"@vue/compiler-vapor": "workspace:*"

packages/vue/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,17 @@
9494
},
9595
"repository": {
9696
"type": "git",
97-
"url": "git+https://github.com/vuejs/core-vapor.git"
97+
"url": "git+https://github.com/vuejs/vue-vapor.git"
9898
},
9999
"keywords": [
100100
"vue"
101101
],
102102
"author": "Evan You",
103103
"license": "MIT",
104104
"bugs": {
105-
"url": "https://github.com/vuejs/core-vapor/issues"
105+
"url": "https://github.com/vuejs/vue-vapor/issues"
106106
},
107-
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/vue#readme",
107+
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/vue#readme",
108108
"dependencies": {
109109
"@vue/shared": "workspace:*",
110110
"@vue/vapor": "workspace:*",

0 commit comments

Comments
 (0)