File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments