Skip to content

chore: bump pkg-pr-registry-bridge publish action to latest main (#2106)#2106

Merged
fengmk2 merged 3 commits into
mainfrom
chore/bump-registry-bridge-action
Jul 9, 2026
Merged

chore: bump pkg-pr-registry-bridge publish action to latest main (#2106)#2106
fengmk2 merged 3 commits into
mainfrom
chore/bump-registry-bridge-action

Conversation

@fengmk2

@fengmk2 fengmk2 commented Jul 9, 2026

Copy link
Copy Markdown
Member

Bumps the pinned voidzero-dev/pkg-pr-registry-bridge publish action in publish-preview.yml from 4fbc413 (bridge #60) to f57eaa9 (bridge #61).

The bridge removed its PKG_PR_NEW_BASE var and the Worker's on-demand pkg.pr.new fallback; it now serves preview artifacts only from R2. The action's inputs are unchanged and this step packs locally, so publish behavior here is identical. This just keeps the pin in sync with the deployed bridge.

@netlify

netlify Bot commented Jul 9, 2026

Copy link
Copy Markdown

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit 13e3b99
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/6a4f92b1a5dcd600086e162c

@fengmk2 fengmk2 self-assigned this Jul 9, 2026
@fengmk2 fengmk2 requested review from cpojer and wan9chi July 9, 2026 08:04
@fengmk2 fengmk2 added the preview-build Publish this PR's commits to the registry bridge as preview builds label Jul 9, 2026
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Registry bridge build (13e3b99)

This commit build is published to the registry bridge, which serves these as ordinary npm versions (every other package proxies to npmjs):

Package Version
vite-plus 0.0.0-commit.13e3b9997bd39f518d7542bccf67e83ba926ce56
@voidzero-dev/vite-plus-core 0.0.0-commit.13e3b9997bd39f518d7542bccf67e83ba926ce56

Install the Vite+ CLI built from this commit, then migrate a project:

# macOS / Linux
curl -fsSL https://vite.plus | VP_PR_VERSION=2106 bash
# Windows (PowerShell)
$env:VP_PR_VERSION="2106"; irm https://vite.plus/ps1 | iex

After installing, upgrade the current project's vite-plus to this test build with:

vp migrate

Or point your package manager at the bridge registry https://registry-bridge.viteplus.dev/:

Package manager Registry config
npm / pnpm / Bun .npmrc: registry=https://registry-bridge.viteplus.dev/
Yarn (v2+) .yarnrc.yml: npmRegistryServer: "https://registry-bridge.viteplus.dev/"

Then pin the build (vite aliases to vite-plus-core; pnpm can use a catalog, npm an overrides entry):

{
  "devDependencies": {
    "vite-plus": "0.0.0-commit.13e3b9997bd39f518d7542bccf67e83ba926ce56",
    "vite": "npm:@voidzero-dev/vite-plus-core@0.0.0-commit.13e3b9997bd39f518d7542bccf67e83ba926ce56"
  }
}

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

🐳 Docker preview image

Built from this PR's registry bridge build:

Image Compressed size
ghcr.io/voidzero-dev/vite-plus:pr-2106 243MB
# remove any stale local copy from a previous run, then pull fresh
docker rmi ghcr.io/voidzero-dev/vite-plus:pr-2106 2>/dev/null; docker pull ghcr.io/voidzero-dev/vite-plus:pr-2106

Quick check:

docker run --rm ghcr.io/voidzero-dev/vite-plus:pr-2106 vp --version

See docs/guide/docker.md for usage.

@fengmk2 fengmk2 added preview-build Publish this PR's commits to the registry bridge as preview builds and removed preview-build Publish this PR's commits to the registry bridge as preview builds labels Jul 9, 2026
@fengmk2 fengmk2 added preview-build Publish this PR's commits to the registry bridge as preview builds and removed preview-build Publish this PR's commits to the registry bridge as preview builds labels Jul 9, 2026
@fengmk2 fengmk2 merged commit 6afb440 into main Jul 9, 2026
92 of 110 checks passed
@fengmk2 fengmk2 deleted the chore/bump-registry-bridge-action branch July 9, 2026 14:19
@fengmk2 fengmk2 changed the title Bump pkg-pr-registry-bridge publish action to latest main chore: bump pkg-pr-registry-bridge publish action to latest main (#2106) Jul 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

preview-build Publish this PR's commits to the registry bridge as preview builds

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants