Skip to content

Commit

Permalink
chore: rename repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Oct 5, 2024
1 parent 7e153f8 commit 3d48718
Show file tree
Hide file tree
Showing 23 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close-cant-reproduce-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
close-issues:
if: github.repository == 'vuejs/core-vapor'
if: github.repository == 'vuejs/vue-vapor'
runs-on: ubuntu-latest
steps:
- name: can't reproduce
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
action:
if: github.repository == 'vuejs/core-vapor'
if: github.repository == 'vuejs/vue-vapor'
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

jobs:
upload:
if: github.repository == 'vuejs/core-vapor'
if: github.repository == 'vuejs/vue-vapor'
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
size-report:
runs-on: ubuntu-latest
if: >
github.repository == 'vuejs/core-vapor' &&
github.repository == 'vuejs/vue-vapor' &&
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: pnpm run test-dts

continuous-release:
if: github.repository == 'vuejs/core-vapor'
if: github.repository == 'vuejs/vue-vapor'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion packages-private/template-explorer/src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const App = {
h(
'a',
{
href: `https://github.com/vuejs/core-vapor/tree/${__COMMIT__}`,
href: `https://github.com/vuejs/vue-vapor/tree/${__COMMIT__}`,
target: `_blank`,
},
`@${__COMMIT__}`,
Expand Down
6 changes: 3 additions & 3 deletions packages/compiler-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/core-vapor.git",
"url": "git+https://github.com/vuejs/vue-vapor.git",
"directory": "packages/compiler-core"
},
"keywords": [
Expand All @@ -42,9 +42,9 @@
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/core-vapor/issues"
"url": "https://github.com/vuejs/vue-vapor/issues"
},
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-core#readme",
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/compiler-core#readme",
"dependencies": {
"@babel/parser": "catalog:",
"@vue/shared": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/compiler-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/core-vapor.git",
"url": "git+https://github.com/vuejs/vue-vapor.git",
"directory": "packages/compiler-dom"
},
"keywords": [
Expand All @@ -47,9 +47,9 @@
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/core-vapor/issues"
"url": "https://github.com/vuejs/vue-vapor/issues"
},
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-dom#readme",
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/compiler-dom#readme",
"dependencies": {
"@vue/shared": "workspace:*",
"@vue/compiler-core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/compiler-sfc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/core-vapor.git",
"url": "git+https://github.com/vuejs/vue-vapor.git",
"directory": "packages/compiler-sfc"
},
"keywords": [
Expand All @@ -38,9 +38,9 @@
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/core-vapor/issues"
"url": "https://github.com/vuejs/vue-vapor/issues"
},
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-sfc#readme",
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/compiler-sfc#readme",
"dependencies": {
"@babel/parser": "catalog:",
"@vue/compiler-core": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/compiler-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/core-vapor.git",
"url": "git+https://github.com/vuejs/vue-vapor.git",
"directory": "packages/compiler-ssr"
},
"keywords": [
Expand All @@ -24,9 +24,9 @@
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/core-vapor/issues"
"url": "https://github.com/vuejs/vue-vapor/issues"
},
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-ssr#readme",
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/compiler-ssr#readme",
"dependencies": {
"@vue/shared": "workspace:*",
"@vue/compiler-dom": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/compiler-vapor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/core-vapor.git",
"url": "git+https://github.com/vuejs/vue-vapor.git",
"directory": "packages/compiler-vapor"
},
"keywords": [
Expand All @@ -33,9 +33,9 @@
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/core-vapor/issues"
"url": "https://github.com/vuejs/vue-vapor/issues"
},
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/compiler-vapor#readme",
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/compiler-vapor#readme",
"dependencies": {
"@vue/compiler-dom": "workspace:*",
"@vue/shared": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/reactivity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/core-vapor.git",
"url": "git+https://github.com/vuejs/vue-vapor.git",
"directory": "packages/reactivity"
},
"buildOptions": {
Expand All @@ -46,9 +46,9 @@
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/core-vapor/issues"
"url": "https://github.com/vuejs/vue-vapor/issues"
},
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/reactivity#readme",
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/reactivity#readme",
"dependencies": {
"@vue/shared": "workspace:*"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/runtime-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/core-vapor.git",
"url": "git+https://github.com/vuejs/vue-vapor.git",
"directory": "packages/runtime-core"
},
"keywords": [
Expand All @@ -42,9 +42,9 @@
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/core-vapor/issues"
"url": "https://github.com/vuejs/vue-vapor/issues"
},
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/runtime-core#readme",
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/runtime-core#readme",
"dependencies": {
"@vue/shared": "workspace:*",
"@vue/reactivity": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/runtime-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/core-vapor.git",
"url": "git+https://github.com/vuejs/vue-vapor.git",
"directory": "packages/runtime-dom"
},
"keywords": [
Expand All @@ -45,9 +45,9 @@
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/core-vapor/issues"
"url": "https://github.com/vuejs/vue-vapor/issues"
},
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/runtime-dom#readme",
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/runtime-dom#readme",
"dependencies": {
"@vue/shared": "workspace:*",
"@vue/runtime-core": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/runtime-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/core-vapor.git",
"url": "git+https://github.com/vuejs/vue-vapor.git",
"directory": "packages/runtime-shared"
},
"keywords": [
Expand All @@ -41,7 +41,7 @@
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/core-vapor/issues"
"url": "https://github.com/vuejs/vue-vapor/issues"
},
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/runtime-shared#readme"
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/runtime-shared#readme"
}
6 changes: 3 additions & 3 deletions packages/runtime-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/core-vapor.git",
"url": "git+https://github.com/vuejs/vue-vapor.git",
"directory": "packages/runtime-test"
},
"keywords": [
Expand All @@ -21,9 +21,9 @@
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/core-vapor/issues"
"url": "https://github.com/vuejs/vue-vapor/issues"
},
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/runtime-test#readme",
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/runtime-test#readme",
"dependencies": {
"@vue/shared": "workspace:*",
"@vue/runtime-core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/runtime-vapor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/core-vapor.git",
"url": "git+https://github.com/vuejs/vue-vapor.git",
"directory": "packages/runtime-vapor"
},
"keywords": [
Expand All @@ -31,9 +31,9 @@
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/core-vapor/issues"
"url": "https://github.com/vuejs/vue-vapor/issues"
},
"homepage": "https://github.com/vuejs/core-vapor/tree/dev/packages/runtime-vapor#readme",
"homepage": "https://github.com/vuejs/vue-vapor/tree/dev/packages/runtime-vapor#readme",
"dependencies": {
"@vue/shared": "workspace:*",
"@vue/reactivity": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-vapor/src/dom/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function template(html: string) {
export function children(node: Node, ...paths: number[]): Node {
for (const idx of paths) {
// In various situations, select the quickest approach.
// See https://github.com/vuejs/core-vapor/pull/263
// See https://github.com/vuejs/vue-vapor/pull/263
node =
idx === 0
? node.firstChild!
Expand Down
6 changes: 3 additions & 3 deletions packages/server-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/core-vapor.git",
"url": "git+https://github.com/vuejs/vue-vapor.git",
"directory": "packages/server-renderer"
},
"keywords": [
Expand All @@ -42,9 +42,9 @@
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/core-vapor/issues"
"url": "https://github.com/vuejs/vue-vapor/issues"
},
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/server-renderer#readme",
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/server-renderer#readme",
"peerDependencies": {
"vue": "workspace:*"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/core-vapor.git",
"url": "git+https://github.com/vuejs/vue-vapor.git",
"directory": "packages/shared"
},
"keywords": [
Expand All @@ -41,7 +41,7 @@
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/core-vapor/issues"
"url": "https://github.com/vuejs/vue-vapor/issues"
},
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/shared#readme"
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/shared#readme"
}
6 changes: 3 additions & 3 deletions packages/vue-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/core-vapor.git"
"url": "git+https://github.com/vuejs/vue-vapor.git"
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/core-vapor/issues"
"url": "https://github.com/vuejs/vue-vapor/issues"
},
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/vue-compat#readme",
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/vue-compat#readme",
"dependencies": {
"@babel/parser": "catalog:",
"estree-walker": "catalog:",
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-vapor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/core-vapor.git"
"url": "git+https://github.com/vuejs/vue-vapor.git"
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/core-vapor/issues"
"url": "https://github.com/vuejs/vue-vapor/issues"
},
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/vapor#readme",
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/vapor#readme",
"dependencies": {
"@vue/runtime-vapor": "workspace:*",
"@vue/compiler-vapor": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,17 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/core-vapor.git"
"url": "git+https://github.com/vuejs/vue-vapor.git"
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/core-vapor/issues"
"url": "https://github.com/vuejs/vue-vapor/issues"
},
"homepage": "https://github.com/vuejs/core-vapor/tree/main/packages/vue#readme",
"homepage": "https://github.com/vuejs/vue-vapor/tree/main/packages/vue#readme",
"dependencies": {
"@vue/shared": "workspace:*",
"@vue/vapor": "workspace:*",
Expand Down

0 comments on commit 3d48718

Please sign in to comment.