chore: bump @openhop/web to beta.3 + openhop CLI to beta.5#102
Merged
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
WalkthroughThis PR performs a coordinated version bump across the OpenHop monorepo. The web package version is advanced from 0.1.0-beta.2 to 0.1.0-beta.3, and the CLI package version is bumped to 0.1.0-beta.5 with its web dependency updated to match. The CLI entrypoint version string is synchronized accordingly. ChangesVersion Bump 0.1.0-beta.5
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
naorsabag
added a commit
that referenced
this pull request
May 10, 2026
The bump in #102 only updated the package.json versions; the lockfile still pinned cli@0.1.0-beta.4 + @openhop/web@0.1.0-beta.2. That mismatch made `npm ci` rebuild the cli workspace, which fired its prepare script (`tsc --noEmit && esbuild ...`) — and tsc failed because @openhop/server hadn't been built yet at that step. CI on this PR caught it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
naorsabag
added a commit
that referenced
this pull request
May 10, 2026
* ci: fix Pages base path + add npm publish workflow Pages - Pages was 404'ing because the action couldn't auto-create the site (`enablement: false` is the default in actions/configure-pages@v5). Pass `enablement: true` so a fresh clone deploys without flipping the toggle in repo Settings. - Repo is naorsabag/openhop (lowercase) but the workflow was passing `VITE_BASE: /OpenHop/`. The Pages site URL is https://naorsabag.github.io/openhop/ — assets 404 if Vite builds with the wrong case. Updated the test + comment to match. Publish - New workflow that publishes @openhop/web and openhop on master push whenever either package.json version differs from what's already on the npm registry under the `beta` tag. Web ships first (CLI depends on it). NPM_TOKEN secret is set on the repo. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * chore: sync package-lock with beta.3/beta.5 bump The bump in #102 only updated the package.json versions; the lockfile still pinned cli@0.1.0-beta.4 + @openhop/web@0.1.0-beta.2. That mismatch made `npm ci` rebuild the cli workspace, which fired its prepare script (`tsc --noEmit && esbuild ...`) — and tsc failed because @openhop/server hadn't been built yet at that step. CI on this PR caught it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Revert "chore: sync package-lock with beta.3/beta.5 bump" This reverts commit 708260e. * fix(cli): drop prepare hook — build runs at pack/publish time only `prepare` was firing on every `npm ci` (and inconsistently — sometimes the workspace prepare order let it succeed, sometimes it ran before @openhop/server's dist existed and failed with TS2307). The build is only needed to produce the publishable tarball, so collapse it into prepack which fires automatically on `npm publish` (and during the publish workflow's tarball preparation). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * ci: prettier-format publish.yml --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bundles into the published betas:
🤖 Generated with Claude Code
Summary by CodeRabbit