-
Notifications
You must be signed in to change notification settings - Fork 0
vp migrate beta test #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # pkg.pr.new registry bridge (added by test-pkg-pr-new-migrate.sh) | ||
| registry=https://pkg-pr-registry-bridge.render.vip/ | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| vp staged |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "recommendations": ["VoidZero.vite-plus-extension-pack"] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| { | ||
| "editor.defaultFormatter": "oxc.oxc-vscode", | ||
| "[javascript]": { | ||
| "editor.defaultFormatter": "oxc.oxc-vscode" | ||
| }, | ||
| "[javascriptreact]": { | ||
| "editor.defaultFormatter": "oxc.oxc-vscode" | ||
| }, | ||
| "[typescript]": { | ||
| "editor.defaultFormatter": "oxc.oxc-vscode" | ||
| }, | ||
| "[typescriptreact]": { | ||
| "editor.defaultFormatter": "oxc.oxc-vscode" | ||
| }, | ||
| "oxc.fmt.configPath": "./vite.config.ts", | ||
| "editor.formatOnSave": true, | ||
| "editor.formatOnSaveMode": "file", | ||
| "editor.codeActionsOnSave": { | ||
| "source.fixAll.oxc": "explicit" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| <!--VITE PLUS START--> | ||
|
|
||
| # Using Vite+, the Unified Toolchain for the Web | ||
|
|
||
| This project is using Vite+, a unified toolchain built on top of Vite, Rolldown, Vitest, tsdown, Oxlint, Oxfmt, and Vite Task. Vite+ wraps runtime management, package management, and frontend tooling in a single global CLI called `vp`. Vite+ is distinct from Vite, and it invokes Vite through `vp dev` and `vp build`. Run `vp help` to print a list of commands and `vp <command> --help` for information about a specific command. | ||
|
|
||
| Docs are local at `node_modules/vite-plus/docs` or online at https://viteplus.dev/guide/. | ||
|
|
||
| ## Review Checklist | ||
|
|
||
| - [ ] Run `vp install` after pulling remote changes and before getting started. | ||
| - [ ] Run `vp check` and `vp test` to format, lint, type check and test changes. | ||
| - [ ] Check if there are `vite.config.ts` tasks or `package.json` scripts necessary for validation, run via `vp run <script>`. | ||
| - [ ] If setup, runtime, or package-manager behavior looks wrong, run `vp env doctor` and include its output when asking for help. | ||
|
|
||
| <!--VITE PLUS END--> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -43,25 +43,21 @@ | |
| "build:states": "node ./scripts/states.ts", | ||
| "prepublishOnly": "vp run build", | ||
| "ci": "vp check", | ||
| "release": "release-it" | ||
| "release": "release-it", | ||
| "prepare": "vp config" | ||
| }, | ||
| "devDependencies": { | ||
| "@vitest/coverage-v8": "4.1.5", | ||
| "@vitest/browser-webdriverio": "catalog:", | ||
| "@vitest/coverage-v8": "4.1.9", | ||
| "release-it": "20.0.1", | ||
| "vite": "npm:@voidzero-dev/vite-plus-core@0.1.16", | ||
| "vite": "catalog:", | ||
| "vite-plugin-dts": "4.5.4", | ||
| "vite-plus": "0.1.19", | ||
| "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.16", | ||
| "vite-plus": "catalog:", | ||
| "vitest": "catalog:", | ||
| "webdriverio": "9.27.0" | ||
| }, | ||
| "engines": { | ||
| "node": "^20.19.0 || >=22.12.0" | ||
| }, | ||
| "packageManager": "pnpm@10.33.0", | ||
| "pnpm": { | ||
| "overrides": { | ||
| "vite": "npm:@voidzero-dev/vite-plus-core@0.1.16", | ||
| "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.16" | ||
| } | ||
| } | ||
| "packageManager": "pnpm@10.33.0" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since "packageManager": "pnpm@10.33.0",
"pnpm": {
"overrides": {
"vite": "catalog:",
"vitest": "catalog:"
}
} |
||
| } | ||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| overrides: | ||
| vite: "catalog:" | ||
| vitest: "catalog:" | ||
| catalog: | ||
|
Comment on lines
+1
to
+4
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In pnpm, the Please remove this block from catalog: |
||
| vite: npm:@voidzero-dev/vite-plus-core@0.0.0-commit.941383b070d18b3e1ae20738d80019a0b72a398a | ||
| vitest: 4.1.9 | ||
| vite-plus: 0.0.0-commit.941383b070d18b3e1ae20738d80019a0b72a398a | ||
| "@vitest/browser-webdriverio": 4.1.9 | ||
| allowBuilds: | ||
| edgedriver: true | ||
| geckodriver: true | ||
| peerDependencyRules: | ||
| allowAny: | ||
| - vite | ||
| - vitest | ||
| allowedVersions: | ||
| vite: "*" | ||
| vitest: "*" | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The custom registry bridge
https://pkg-pr-registry-bridge.render.vip/seems to have been added automatically by a migration test script (test-pkg-pr-new-migrate.sh). Committing this to the repository will force all developers and CI environments to use this temporary registry bridge, which can lead to slow builds, installation failures, or security risks if the bridge is unavailable or compromised.Please remove
.npmrcfrom the commit or restore the default registry configuration.