Skip to content

chore: version packages#103

Merged
jacekradko merged 1 commit into
mainfrom
changeset-release/main
Jun 12, 2026
Merged

chore: version packages#103
jacekradko merged 1 commit into
mainfrom
changeset-release/main

Conversation

@clerk-cookie

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@clerk/break-check@0.4.0

Minor Changes

  • #101 1860598 Thanks @jacekradko! - Skip reasons for subpaths API Extractor cannot snapshot are now classified
    into actionable messages instead of echoing AE's raw InternalError text. An
    ambient entry .d.ts (no top-level import or export) is reported as a surface
    AE can never analyze, and an unresolvable type name in the shipped
    declarations is reported as likely-broken published types; both point at
    ignoreSubpaths as the acknowledgment path and keep the original AE first
    line for traceability. Unrecognized messages pass through with only the
    "software defect" boilerplate stripped.

  • #99 4c81537 Thanks @jacekradko! - A reference repair is now reported non-breaking (issue #98). When a breaking
    modification's only diff is swapping module specifiers consumers could not
    resolve (export-blocked, e.g. @clerk/shared/_chunks/index-Cr_OtBLq under
    "./_chunks/*": null, or chunk-shaped with the dependency unlocatable) for
    specifiers that provably resolve against the dependency's exports, the change
    is deterministically downgraded and tagged as a repaired reference in the
    report. The old reference errored (TS2307) or degraded to any downstream, so
    fixing it cannot break anyone. The check is fail-closed: any difference beyond
    the specifier/alias swap, or an introduced specifier that does not provably
    resolve, keeps the change breaking. Opt out with
    downgradeRepairedReferences: false.

    The AI reviewer now also receives deterministic exports-map verdicts
    (referenceResolutions) for every specifier a signature drops or introduces,
    instead of guessing resolvability from path shapes, and cannot escalate a
    deterministically repaired change back to breaking (recorded as
    ai-suggested-escalation, mirroring the downgrade refusal for unresolvable
    references).

@pkg-pr-new

pkg-pr-new Bot commented Jun 12, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@clerk/break-check@103

commit: 27b4d7f

@github-actions

Copy link
Copy Markdown
Contributor

API Changes Report

Generated by Break Check on 2026-06-12T03:37:56.793Z

Summary

Metric Count
Packages analyzed 1
Packages with changes 0
🔴 Breaking changes 0
🟡 Non-breaking changes 0
🟢 Additions 0

No API Changes Detected

All packages have stable APIs with no detected changes.


Report generated by Break Check

@jacekradko
jacekradko merged commit 703a7d9 into main Jun 12, 2026
14 checks passed
@jacekradko
jacekradko deleted the changeset-release/main branch June 12, 2026 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants