Version Packages - #25
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
July 31, 2026 03:59
ef0ccd2 to
9542556
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 31, 2026 04:46
9542556 to
173c728
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
[email protected]
Minor Changes
977b2f0: BREAKING CHANGE: Published output now targets ES2022 and requires Node.js
22.13 or newer and TypeScript 5.7 or newer. Invalid numeric options and
generation arguments that were previously accepted now throw a
FraciErrorwith the
INVALID_ARGUMENTcode.Also add lower-bound ORM and TypeScript compatibility coverage and allow Prisma
transaction clients in ordering helpers.
7ecfe80: Add compatibility with Drizzle ORM 0.45 and v1 prereleases and Prisma ORM 7, while preserving support for Drizzle ORM 0.30 and later v0 releases and Prisma ORM 5 and 6.
9866b54: Keep every conflict-retry candidate strictly inside its requested bounds,
including batched generation, and make retry selection logarithmic in
skip.Reject oversized input keys and impractically large generation counts before
expensive work. Replace recursive midpoint construction and repeated array
spreads with stack-safe, allocation-efficient implementations.
Document bytewise database collation requirements and safe group compaction,
and make random-operation benchmarks deterministic.
Patch Changes
published entry points, and ensure the npm package includes its MIT license as
LICENSE.