Skip to content

Commit c70ac1d

Browse files
committed
chore(vite-plus): migrate to 0.2.1
1 parent 1cb56fc commit c70ac1d

4 files changed

Lines changed: 460 additions & 475 deletions

File tree

.github/actions/setup-vp/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
echo "vite-plus-version=${version}" >> "$GITHUB_OUTPUT"
2323
2424
- name: Set up Vite+
25-
uses: voidzero-dev/setup-vp@ca1c46663915d6c1042ae23bd39ab85718bfb0fa # v1.10.0
25+
uses: voidzero-dev/setup-vp@2dec1e33f4ab2c6d5bce1b0c4607961bb1a3f7a1 # v1.12.0
2626
with:
2727
version: ${{ steps.versions.outputs.vite-plus-version }}
2828
node-version-file: ${{ inputs.node-version-file }}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"build": "vp pack",
4242
"check": "vp check .",
4343
"clean": "rm -rf .live-build .turbo coverage dist",
44-
"coverage": "vp test --coverage --passWithNoTests",
44+
"coverage": "vp test run --coverage --passWithNoTests",
4545
"dev": "vp pack --watch",
4646
"lint:package": "vp pack && publint --pack pnpm && attw --pack . --profile esm-only",
4747
"lint:unused": "knip",
@@ -57,22 +57,22 @@
5757
"test:compat:bun": "node ./scripts/test-compat-bun.mts",
5858
"test:compat:node": "node ./scripts/test-compat-node.mts",
5959
"test:live": "vp pack && vp test run --config vitest.live.config.ts",
60-
"verify": "vp check . && vp pack && vp test --passWithNoTests && vp test --coverage --passWithNoTests"
60+
"verify": "vp check . && vp pack && vp test --passWithNoTests && vp test run --coverage --passWithNoTests"
6161
},
6262
"dependencies": {
6363
"effect": "4.0.0-beta.83"
6464
},
6565
"devDependencies": {
6666
"@arethetypeswrong/cli": "^0.18.2",
6767
"@types/node": "^25.9.1",
68-
"@vitest/coverage-v8": "4.1.8",
68+
"@vitest/coverage-v8": "4.1.9",
6969
"is-ci": "^4.1.0",
7070
"knip": "^6.14.0",
7171
"playwright": "^1.60.0",
7272
"publint": "^0.3.21",
7373
"typescript": "^6.0.3",
74-
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.22",
75-
"vite-plus": "^0.1.22"
74+
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.1",
75+
"vite-plus": "^0.2.1"
7676
},
7777
"engines": {
7878
"node": ">=24.14.0"

0 commit comments

Comments
 (0)