Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# setup-vp installs vp (version resolved from the pnpm catalog), the
# Node.js and pnpm pinned in devEngines, and the project dependencies,
# with lockfile-keyed caching.
- uses: voidzero-dev/setup-vp@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0
- uses: voidzero-dev/setup-vp@a8f9aba07c5d294a209256cc6426a5b3d431ee94 # main
with:
cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# setup-vp installs vp (version resolved from the pnpm catalog), the
# Node.js and pnpm pinned in devEngines, and the project dependencies,
# with lockfile-keyed caching.
- uses: voidzero-dev/setup-vp@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0
- uses: voidzero-dev/setup-vp@a8f9aba07c5d294a209256cc6426a5b3d431ee94 # main
with:
cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# setup-vp installs vp (version resolved from the pnpm catalog), the
# Node.js and pnpm pinned in devEngines, and the project dependencies,
# with lockfile-keyed caching.
- uses: voidzero-dev/setup-vp@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0
- uses: voidzero-dev/setup-vp@a8f9aba07c5d294a209256cc6426a5b3d431ee94 # main
with:
cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/void-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# setup-vp installs vp (version resolved from the pnpm catalog), the
# Node.js and pnpm pinned in devEngines, and the project dependencies,
# with lockfile-keyed caching.
- uses: voidzero-dev/setup-vp@313600b80b104eadebb9111787d37a2e83e014ca # v1.17.0
- uses: voidzero-dev/setup-vp@a8f9aba07c5d294a209256cc6426a5b3d431ee94 # main
with:
cache: true

Expand Down
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# vite-plus preview build registry bridge (auto-added by vp)
registry=https://registry-bridge.viteplus.dev/
644 changes: 322 additions & 322 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ minimumReleaseAgeExclude:
- vite-plus
- '@voidzero-dev/vite-plus-*'
catalog:
vite: npm:@voidzero-dev/vite-plus-core@0.2.9
vitest: 4.1.10
vite-plus: 0.2.9
vite: npm:@voidzero-dev/vite-plus-core@0.0.0-commit.8b5f2064803292e4338ba6ac3b72e57a6585097b
vitest: 4.1.11
vite-plus: 0.0.0-commit.8b5f2064803292e4338ba6ac3b72e57a6585097b
overrides:
vite@*: 'catalog:'
vitest@*: 'catalog:'
Expand Down