chore(changeset): downgrade clickable-locations to a patch bump - #883
Merged
Conversation
The OSC 8 clickable file:line links are an additive but small refinement; ship them in a patch release rather than rolling the fixed package group to 0.6.0. Co-Authored-By: Claude Opus 4.8 (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.
Why
The release PR (#827) currently bumps the fixed
react-doctorpackage group to0.6.0solely on the OSC 8 clickable-locations changeset (#864), which is markedminor. That feature is an additive but small refinement — ship it in a patch release instead of rolling the whole group to a new minor.Before:
After:
What changed
.changeset/feat-osc8-clickable-locations.md: bump levelminor→patch. No content/behavior change.Test plan
pnpm changeset status— not run (fresh workspace,node_modulesnot installed); the edit is a single frontmatter field and the changeset format is unchanged.version packagesPR will resolve the fixed group to a patch instead of0.6.0.Note
Low Risk
Release-metadata only; no runtime, API, or build logic changes.
Overview
This PR only edits
.changeset/feat-osc8-clickable-locations.md: the frontmatter bump for"react-doctor"goes fromminortopatch. The changeset body (OSC 8 hyperlinks forfile:linelocations,terminalKindtelemetry, etc.) is unchanged.Effect: the next
version packagesrun will treat that feature as a patch-level release for the fixedreact-doctorgroup instead of driving a minor (e.g. avoiding a0.6.0-style bump for this change alone).Reviewed by Cursor Bugbot for commit d4ba40f. Bugbot is set up for automated code reviews on this repo. Configure here.