release 0.8.0 - #50
Merged
Merged
Conversation
Consumes the @select transaction and dependency-collection changeset from #49. The fixed runtime family moves 0.7.2 -> 0.8.0 together, with every intra-family dependency, devDependency, and peerDependency re-pinned to the exact released version. @retreejs/react-eslint-plugin is versioned independently and is unchanged at 0.1.1. @retreejs/benchmark-cli stays at 0.6.0 with its family dependencies bumped, matching the 0.7.2 release. Generated by npm run version:packages. Verified with npm run test (917), npm run typecheck, and npm run publish:packages -- --dry-run, whose preflight confirmed the lockstep version, the exact intra-family pins, the publish-shape gates, and a successful dry run of all seven packages.
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.
Release PR for #49. Generated by
npm run version:packageson a branch cut frommainafter the merge, per CONTRIBUTING.md.Versions
The fixed runtime family moves 0.7.2 → 0.8.0 together:
@retreejs/core@retreejs/query@retreejs/react@retreejs/devtools@retreejs/convex@retreejs/react-convex@retreejs/createOutside the fixed group, unchanged as expected:
@retreejs/react-eslint-pluginstays at 0.1.1 (versioned independently, no changeset), and@retreejs/benchmark-clistays at 0.6.0 with its family dependencies bumped to 0.8.0 — same shape as the 0.7.2 release.Pins
Every intra-family
dependencies,devDependencies, andpeerDependenciesentry is re-pinned to the exact released version:No ranges survive anywhere in the family manifests. This is the first release to use the widen/re-pin step added in #49 —
version:packageswidened the peer pins to a range only while changesets computed bump types, then re-pinned them — and it is what makes this a 0.8.0 rather than a 1.0.0. Without it, the exact peer pins escalate the whole fixed family to a major.Verification
npm cithennpm run version:packages— the documented flow, no manual edits.npm run test— 917 passed.npm run typecheck— clean across every package and sample.npm run publish:packages -- --dry-run— the complete preflight passed:Lockstep version: 0.8.0Selected package intra-family pins match the lockstep version.lint:packages passed for every publishable package.(publint--strict, attw--profile esm-only, Node import smoke over every entry)npm publish --dry-runsucceeded for all seven packages.Reviewer notes
@retreejs/core's changelog carries the full entry; the other six have an empty## 0.8.0heading. That is a side effect of suppressing the peer escalation: the dependents are released by thefixedgroup rather than because of a dependency bump, so changesets emits no "Updated dependencies" line for them. Previous releases showed those lines. Cosmetic, but it is a visible difference from 0.7.2 — worth a look if you'd rather they read differently.Behavior changes shipping in this minor (from the #49 changeset, repeated here since this is the release):
ReactiveNode.onChangednow runs before the node's dependency and@selectrefresh rather than after.@selectgetter runs fewer times per flush, so its notification count can differ.After merge
Publishing is deliberately manual and does not happen on merge. Run the
Releaseworkflow onmain: