From 6da03cf6e4b3127d0e7873c9ca6932fc0018f94e Mon Sep 17 00:00:00 2001 From: Evan You Date: Sat, 12 Oct 2024 18:04:23 +0800 Subject: [PATCH] chore: revert package name change + use non-compact continuous release URLs --- .github/workflows/publish-commit.yml | 2 +- package.json | 4 ++-- packages/plugin-legacy/package.json | 2 +- packages/vite/package.json | 6 +++--- playground/config/__tests__/config.spec.ts | 2 +- playground/external/package.json | 2 +- playground/legacy/package.json | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/publish-commit.yml b/.github/workflows/publish-commit.yml index f3ba7a4b40a5a5..714fd046aa741d 100644 --- a/.github/workflows/publish-commit.yml +++ b/.github/workflows/publish-commit.yml @@ -68,4 +68,4 @@ jobs: working-directory: ./packages/vite run: pnpm build - - run: pnpm dlx pkg-pr-new@0.0 publish --compact --pnpm ./packages/vite + - run: pnpm dlx pkg-pr-new@0.0 publish --pnpm ./packages/vite diff --git a/package.json b/package.json index 79bfb7017fdfc4..04d945df1bede6 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "tsx": "^4.19.1", "typescript": "^5.6.2", "typescript-eslint": "^8.8.0", - "vite": "workspace:rolldown-vite@*", + "vite": "workspace:*", "vitest": "^2.1.2" }, "simple-git-hooks": { @@ -99,7 +99,7 @@ "packageManager": "pnpm@9.12.0", "pnpm": { "overrides": { - "vite": "workspace:rolldown-vite@*" + "vite": "workspace:*" }, "patchedDependencies": { "acorn@8.12.1": "patches/acorn@8.12.1.patch", diff --git a/packages/plugin-legacy/package.json b/packages/plugin-legacy/package.json index 3884258ff19d52..ed5e29b3fc3865 100644 --- a/packages/plugin-legacy/package.json +++ b/packages/plugin-legacy/package.json @@ -57,6 +57,6 @@ "acorn": "^8.12.1", "picocolors": "^1.1.0", "unbuild": "^2.0.0", - "vite": "workspace:rolldown-vite@*" + "vite": "workspace:*" } } diff --git a/packages/vite/package.json b/packages/vite/package.json index 71b80fa15121cb..1f3498a4731757 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,5 +1,5 @@ { - "name": "rolldown-vite", + "name": "vite", "version": "6.0.0-beta.2", "type": "module", "license": "MIT", @@ -62,11 +62,11 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/rolldown/vite.git", + "url": "git+https://github.com/vitejs/vite.git", "directory": "packages/vite" }, "bugs": { - "url": "https://github.com/rolldown/vite/issues" + "url": "https://github.com/vitejs/vite/issues" }, "homepage": "https://vite.dev", "funding": "https://github.com/vitejs/vite?sponsor=1", diff --git a/playground/config/__tests__/config.spec.ts b/playground/config/__tests__/config.spec.ts index d87d4d5de14dfc..b4a665e87e41e8 100644 --- a/playground/config/__tests__/config.spec.ts +++ b/playground/config/__tests__/config.spec.ts @@ -42,7 +42,7 @@ it.runIf(isImportAttributesSupported)( ) expect(config).toMatchInlineSnapshot(` { - "jsonValue": "rolldown-vite", + "jsonValue": "vite", } `) }, diff --git a/playground/external/package.json b/playground/external/package.json index 432c53fb09a24b..bbe09a4a3516c8 100644 --- a/playground/external/package.json +++ b/playground/external/package.json @@ -16,7 +16,7 @@ "devDependencies": { "slash3": "npm:slash@^3.0.0", "slash5": "npm:slash@^5.1.0", - "vite": "workspace:rolldown-vite@*", + "vite": "workspace:*", "vue": "^3.5.11", "vue32": "npm:vue@~3.2.0" } diff --git a/playground/legacy/package.json b/playground/legacy/package.json index 4a6701d2fa00c3..3e4a9ed339fc0d 100644 --- a/playground/legacy/package.json +++ b/playground/legacy/package.json @@ -15,7 +15,7 @@ "preview": "vite preview" }, "devDependencies": { - "vite": "workspace:rolldown-vite@*", + "vite": "workspace:*", "@vitejs/plugin-legacy": "workspace:*", "express": "^4.21.0", "terser": "^5.34.1"