chore(js): bump versions for packages with unreleased changes#1948
Merged
Conversation
Each of these packages has source changes merged since its currently published version, so the next release would otherwise be skipped as "already published". Bump the patch version so the merged work ships: - @moq/net 0.1.5 -> 0.1.6 (Group.state encapsulation, refactors) - @moq/hang 0.2.11 -> 0.2.12 (compressed catalog track) - @moq/watch 0.2.17 -> 0.2.18 (HLS routing, compressed catalog) - @moq/publish 0.2.15 -> 0.2.16 (CATALOG_TRACK_COMPRESSED) - @moq/json 0.1.0 -> 0.1.1 (group roll refactor) - @moq/msf 0.1.2 -> 0.1.3 (moq-mux backport) - @moq/signals 0.1.9 -> 0.1.10 (CreateOptions type fix) - @moq/boy 0.2.10 -> 0.2.11 (source updates) loc, token, clock (private), and flate (first release pending) are unchanged or not yet published, so they are left as-is. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AMHkwcjhvK7NgZMmuvtUVT
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
WalkthroughEight 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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
The JS release workflow publishes each package's current
package.jsonversion on push tomain, skipping any version already on the registry. Several packages have had source changes merged since their currently published version, so their next release would be skipped as "already published" and the merged work would never ship.This bumps the patch version for each package whose published version already matches
mainbut whosesrc/has changed since the last release:@moq/netGroup.stateencapsulation, refactors@moq/hangcatalog.json.z)@moq/watch@moq/publishCATALOG_TRACK_COMPRESSED@moq/json@moq/msf@moq/signalsCreateOptionstype fix@moq/boyPatch increments follow the repo's established cadence (the last bump in #1846 was patch-level across the board).
Left unchanged
@moq/loc,@moq/token: only a devDependency (TypeScript) changed, nosrc/change, so the published artifact is unaffected.@moq/clock:"private": true, never published.@moq/flate: at0.1.0but not yet on npm/JSR. Its first release is still pending and it has no changes, so it stays at0.1.0.Test plan
package.jsonfiles remain valid JSON.versionlines, nothing else.bun install --frozen-lockfilevalidates the lockfile (internal deps useworkspace:*/workspace:^, so no lockfile regen needed). Fulljust checkcould not run in this environment because a native dependency's postinstall needs git access that the sandbox blocks; this is unrelated to the version-only change.🤖 Generated with Claude Code
(Written by Claude Opus 4.8)
Generated by Claude Code