Release 0.20.0 prep#8
Merged
Merged
Conversation
Workspace-level pnpm.overrides lifts uuid past the moderate buffer-bounds advisory. gremlin@3.8.1 (latest stable) pins uuid@^9.0.1 directly and only uses uuid.v4(), which is unchanged in v11; uuid@11 still ships CJS so gremlin's require() keeps working. Verified: pnpm audit clean, typecheck clean, all 18 turbo test tasks green across the monorepo. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The Changesets GitHub Action was removed because pre-1.0 it repeatedly forced the fixed group from 0.x to 1.0.0. The release flow is now fully manual from main: pnpm changeset version locally, commit, then pnpm release. Note added so the action is not reintroduced without a documented fix for the 0.x to 1.0 jump. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 the pending changesets queued on development since 0.19.0:
Also updates docs/publishing-guide.md to document the removal of the Changesets GitHub Action (was forcing 0.x to 1.0).
After merge: run
pnpm changeset versionlocally on main, commit, thenpnpm release.