chore(release): version packages - #58
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 15, 2026 00:57
ea3b87d to
9062afe
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@dunky.dev/state-machine-bindings@0.4.0
Minor Changes
#57
2532b06Thanks @ivanbanov! - The translation contract: every target must account for every vocabulary key —mapped, or
nullas a declared drop. Previously the normalize maps wereuntyped, so a new binding compiled everywhere and silently leaked to the host;
now it's a compile error in every target until that target decides.
Bindings exports the contract (
HandlerKey/AttrKey,HandlerTargets/AttrTargets) and the all-dropped basesDROPPED_HANDLERS/DROPPED_ATTRSfor targets that express little of the vocabulary (they inherit
nullforfuture keys; the compile error fires at the base):
No behavior change in the targets; a conformance test per target walks its
ledger and asserts every binding lands on its declared target — or, for a
null, nowhere at all.@dunky.dev/native-state-machine@0.3.3
Patch Changes
#57
2532b06Thanks @ivanbanov! - The translation contract: every target must account for every vocabulary key —mapped, or
nullas a declared drop. Previously the normalize maps wereuntyped, so a new binding compiled everywhere and silently leaked to the host;
now it's a compile error in every target until that target decides.
Bindings exports the contract (
HandlerKey/AttrKey,HandlerTargets/AttrTargets) and the all-dropped basesDROPPED_HANDLERS/DROPPED_ATTRSfor targets that express little of the vocabulary (they inherit
nullforfuture keys; the compile error fires at the base):
No behavior change in the targets; a conformance test per target walks its
ledger and asserts every binding lands on its declared target — or, for a
null, nowhere at all.#59
59f279eThanks @ivanbanov! - Internal dependencies on sibling workspace packages are now pinned to anexact version instead of a caret range, and every package versions
independently — the
@dunky.dev/*lockstep group is gone, so a releasenever bumps a package whose code didn't change.
A caret range between two packages that both sit above a shared dependency
lets a consumer's install resolve to two different physical copies of it
once those packages' required ranges drift apart, silently breaking anything
identity-sensitive in that shared dependency (a singleton, a
WeakMap,module-level state). Pinning exact collapses that to one resolvable version:
a mismatch now fails at publish time instead of surfacing as a runtime bug
in a consumer's app.
Updated dependencies [
2532b06,59f279e]:@dunky.dev/opentui-state-machine@0.3.3
Patch Changes
#57
2532b06Thanks @ivanbanov! - The translation contract: every target must account for every vocabulary key —mapped, or
nullas a declared drop. Previously the normalize maps wereuntyped, so a new binding compiled everywhere and silently leaked to the host;
now it's a compile error in every target until that target decides.
Bindings exports the contract (
HandlerKey/AttrKey,HandlerTargets/AttrTargets) and the all-dropped basesDROPPED_HANDLERS/DROPPED_ATTRSfor targets that express little of the vocabulary (they inherit
nullforfuture keys; the compile error fires at the base):
No behavior change in the targets; a conformance test per target walks its
ledger and asserts every binding lands on its declared target — or, for a
null, nowhere at all.#59
59f279eThanks @ivanbanov! - Internal dependencies on sibling workspace packages are now pinned to anexact version instead of a caret range, and every package versions
independently — the
@dunky.dev/*lockstep group is gone, so a releasenever bumps a package whose code didn't change.
A caret range between two packages that both sit above a shared dependency
lets a consumer's install resolve to two different physical copies of it
once those packages' required ranges drift apart, silently breaking anything
identity-sensitive in that shared dependency (a singleton, a
WeakMap,module-level state). Pinning exact collapses that to one resolvable version:
a mismatch now fails at publish time instead of surfacing as a runtime bug
in a consumer's app.
Updated dependencies [
2532b06]:@dunky.dev/react-state-machine@0.3.3
Patch Changes
#57
2532b06Thanks @ivanbanov! - The translation contract: every target must account for every vocabulary key —mapped, or
nullas a declared drop. Previously the normalize maps wereuntyped, so a new binding compiled everywhere and silently leaked to the host;
now it's a compile error in every target until that target decides.
Bindings exports the contract (
HandlerKey/AttrKey,HandlerTargets/AttrTargets) and the all-dropped basesDROPPED_HANDLERS/DROPPED_ATTRSfor targets that express little of the vocabulary (they inherit
nullforfuture keys; the compile error fires at the base):
No behavior change in the targets; a conformance test per target walks its
ledger and asserts every binding lands on its declared target — or, for a
null, nowhere at all.#59
59f279eThanks @ivanbanov! - Internal dependencies on sibling workspace packages are now pinned to anexact version instead of a caret range, and every package versions
independently — the
@dunky.dev/*lockstep group is gone, so a releasenever bumps a package whose code didn't change.
A caret range between two packages that both sit above a shared dependency
lets a consumer's install resolve to two different physical copies of it
once those packages' required ranges drift apart, silently breaking anything
identity-sensitive in that shared dependency (a singleton, a
WeakMap,module-level state). Pinning exact collapses that to one resolvable version:
a mismatch now fails at publish time instead of surfacing as a runtime bug
in a consumer's app.