chore(release): theauth canonical naming, 23 packages#104
Merged
Conversation
… 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.
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.
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 outputexpress/honowere markedminorin the changeset but computed3.0.2 -> 4.0.0. Manually corrected to3.1.0.workspace:*(no real semver range to break) also computed3.0.2 -> 4.0.0for what should be a patch-level dependency-update cascade perupdateInternalDependencies: patch. Corrected to3.0.3.Test plan
pnpm installcleanpnpm build28/28 packagesnode scripts/check-versions.mjsshows a clean, proportionate 23-package publish plan with no anomalous major bumps