Skip to content

chore(release): theauth canonical naming, 23 packages#104

Merged
thegdsks merged 1 commit into
mainfrom
release/theauth-naming-v0.5
Jul 19, 2026
Merged

chore(release): theauth canonical naming, 23 packages#104
thegdsks merged 1 commit into
mainfrom
release/theauth-naming-v0.5

Conversation

@thegdsks

Copy link
Copy Markdown
Member

Summary

Version bump for today's TheAuth canonical-naming work. Directly-changed packages (core + 8 others) get a minor bump; 13 workspace dependents cascade a patch bump per this repo's changesets config.

Merging this PR will trigger a real npm publish via publish.yml (fires automatically after CI passes on main, publishing every package whose local version differs from what's on npm). Not merging it myself, flagging for explicit review first.

Corrected two anomalies from pnpm changeset version's raw output

  • express/hono were marked minor in the changeset but computed 3.0.2 -> 4.0.0. Manually corrected to 3.1.0.
  • 13 packages that depend on the changed packages via workspace:* (no real semver range to break) also computed 3.0.2 -> 4.0.0 for what should be a patch-level dependency-update cascade per updateInternalDependencies: patch. Corrected to 3.0.3.

Test plan

  • pnpm install clean
  • pnpm build 28/28 packages
  • node scripts/check-versions.mjs shows a clean, proportionate 23-package publish plan with no anomalous major bumps

… 13 dependents

Bumps @glinr/theauth and 8 directly-changed packages (client, react,
svelte, vue, expo, electron, express, hono) minor per the naming-collision
fix. 13 workspace-dependent packages cascade to a patch bump per
updateInternalDependencies config.

Manually corrected two anomalies in changeset's version output: express
and hono initially computed 3.0.2 -> 4.0.0 for an explicitly-minor change,
and 13 workspace:* dependents of the changed packages also computed
3.0.2 -> 4.0.0 for what should be a patch-level cascade bump. Both
corrected to match semver intent (3.1.0 and 3.0.3 respectively) - a
workspace:* internal dependency carries no real semver range to break,
so neither warranted a major bump.
Copilot AI review requested due to automatic review settings July 19, 2026 01:35

Copilot AI left a comment

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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@thegdsks thegdsks changed the title release: theAuth canonical naming, 23 packages chore(release): theauth canonical naming, 23 packages Jul 19, 2026
@thegdsks
thegdsks merged commit 8b50ca9 into main Jul 19, 2026
5 of 6 checks passed
@thegdsks
thegdsks deleted the release/theauth-naming-v0.5 branch July 19, 2026 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants