Skip to content

ci(repo): bump break-check to #59#8732

Merged
jacekradko merged 1 commit into
mainfrom
jacek/bump-break-check-59
Jun 3, 2026
Merged

ci(repo): bump break-check to #59#8732
jacekradko merged 1 commit into
mainfrom
jacek/bump-break-check-59

Conversation

@jacekradko
Copy link
Copy Markdown
Member

Bumps the pinned break-check build from #51 to #59. This is just the BREAK_CHECK_PACKAGE URL; the snapshot/detect invocation is unchanged and stays backwards-compatible.

Worth picking up because the intervening commits fix two failure modes we actually hit. #57 fixes the AI reviewer confirming backwards-compatible changes as breaking (the false positives on #8700), and #59 fixes AI reviews that failed silently on oversized types and still claimed full coverage, which is what forced the spurious 5.0.0 on #8177. #59 also reorders the report breaking-first so the breaking list survives comment truncation, and #57 adds an acknowledgedChanges allowlist we can adopt later if we want to green a verified-safe break by name.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Jun 3, 2026 1:08pm

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jun 3, 2026

🦋 Changeset detected

Latest commit: 8e94212

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Jun 3, 2026

Open in StackBlitz

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@8732

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@8732

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@8732

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@8732

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@8732

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@8732

@clerk/express

npm i https://pkg.pr.new/@clerk/express@8732

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@8732

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@8732

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@8732

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@8732

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@8732

@clerk/react

npm i https://pkg.pr.new/@clerk/react@8732

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@8732

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@8732

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@8732

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@8732

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@8732

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@8732

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@8732

commit: 8e94212

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 3, 2026

Review Change Stack

📝 Walkthrough

Walkthrough

This PR updates the @clerk/break-check dependency used in the API change detection workflow to a new pinned commit and documents the change via a new changeset file.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • clerk/javascript#8677: Both PRs modify .github/workflows/api-changes.yml by changing the pinned package commit SHA used by the API change detection workflow.
  • clerk/javascript#8723: Both PRs modify .github/workflows/api-changes.yml to affect how @clerk/break-check is executed in the workflow.
  • clerk/javascript#8722: Both PRs update .github/workflows/api-changes.yml to pin a new commit of @clerk/break-check and adjust break-check behavior.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'ci(repo): bump break-check to #59' directly and clearly describes the main change: bumping the break-check dependency version from #51 to #59 in CI configuration.
Description check ✅ Passed The description is clearly related to the changeset, explaining why the break-check version is being bumped and detailing the benefits of updating to version #59.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/api-changes.yml:
- Line 49: The BREAK_CHECK_PACKAGE pin value is set to a commit hash that GitHub
reports as missing; open .github/workflows/api-changes.yml and update the
BREAK_CHECK_PACKAGE entry: verify the correct repository/ref for the hash (or
find the actual commit SHA in the clerk/break-check repo) and replace the
current value (aae2962cd76869d26dfc06e438c4af825827078b) with a commit SHA that
exists in clerk/break-check (or change the ref to a tag/branch that resolves),
ensuring the pkg.pr.new URL and GitHub API both resolve to the same valid ref.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: b0b10afa-9ce8-427f-95aa-d24a75019287

📥 Commits

Reviewing files that changed from the base of the PR and between 43dfefa and 8e94212.

📒 Files selected for processing (2)
  • .changeset/bump-break-check-incomplete-ai-reviews.md
  • .github/workflows/api-changes.yml

# break-check, repo clerk/break-check). Pinned to a pkg.pr.new build of a
# specific commit on main.
BREAK_CHECK_PACKAGE: https://pkg.pr.new/clerk/break-check/@clerk/break-check@98cb22591751a1628e4e260064ddffa5647d6de5
BREAK_CHECK_PACKAGE: https://pkg.pr.new/clerk/break-check/@clerk/break-check@aae2962cd76869d26dfc06e438c4af825827078b
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Verify the break-check commit exists and the package URL is accessible

# Check if the commit exists in the clerk/break-check repository
echo "Checking if commit exists in clerk/break-check..."
gh api repos/clerk/break-check/commits/aae2962cd76869d26dfc06e438c4af825827078b \
  --jq '.sha, .commit.message' || echo "ERROR: Commit not found"

# Verify the pkg.pr.new URL returns a valid response
echo -e "\nChecking if package URL is accessible..."
curl -I -s "https://pkg.pr.new/clerk/break-check/@clerk/break-check@aae2962cd76869d26dfc06e438c4af825827078b" | head -n 1

Repository: clerk/javascript

Length of output: 350


Fix pinned commit hash: it doesn’t exist in clerk/break-check (while the pkg URL currently resolves)

In .github/workflows/api-changes.yml (line 49), GitHub API lookup for aae2962cd76869d26dfc06e438c4af825827078b in clerk/break-check returns 404 (commit not found). Meanwhile, https://pkg.pr.new/clerk/break-check/@clerk/break-check@aae2962cd76869d26dfc06e438c4af825827078b responds with HTTP 200. Reconfirm the correct repo/ref for the pinned hash (or update the pin to a commit that actually exists in the target repository).

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.github/workflows/api-changes.yml at line 49, The BREAK_CHECK_PACKAGE pin
value is set to a commit hash that GitHub reports as missing; open
.github/workflows/api-changes.yml and update the BREAK_CHECK_PACKAGE entry:
verify the correct repository/ref for the hash (or find the actual commit SHA in
the clerk/break-check repo) and replace the current value
(aae2962cd76869d26dfc06e438c4af825827078b) with a commit SHA that exists in
clerk/break-check (or change the ref to a tag/branch that resolves), ensuring
the pkg.pr.new URL and GitHub API both resolve to the same valid ref.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 3, 2026

Break Check: no API changes detected across the tracked packages.

Last ran on 8e94212. Pushes that change no tracked declarations (no API surface change vs. base) are skipped and don't update this comment.

@jacekradko jacekradko merged commit b0f56c9 into main Jun 3, 2026
45 checks passed
@jacekradko jacekradko deleted the jacek/bump-break-check-59 branch June 3, 2026 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants