release: arktype 2.2.3 + dependents#1635
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes — coordinated patch release bumping all publishable workspace packages and documenting the fixes merged since arktype 2.2.2.
- Bumped package versions in 8
package.jsonfiles (arktype2.2.2 → 2.2.3,@ark/*and dependents by one patch each). - Added
ark/type/CHANGELOG.mdentry for 2.2.3 covering the four post-2.2.2 fixes with correct PR and author credits. - No dependency version updates were required because all internal packages use
workspace:*references.
Kimi K2 (free via Pullfrog for OSS) | 𝕏
Bumps all publishable packages and documents the fixes merged since 2.2.2: - fix type.fn.raw throwing at runtime (#1631, @aarsh767) - anchor versioned UUID validation (#1602, @WolfieLeader) - fix inferred output of declared morphs (#1579, @eralmansouri) - allow Object.prototype method names as keys (#1586, @kaigritun) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Qk4c4vPUecBDYbd4p3yE1H
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.

Bumps all publishable packages by one patch and documents the fixes merged since 2.2.2.
Changelog (arktype 2.2.3)
type.fn.rawthrowing at runtime — wasundefinedand threw; now aliases the real parser. fix(type): wire uptype.fn.rawat runtime #1631, thanks @aarsh767string.uuidno longer accepts strings that merely contain a UUID. fix(type): anchor UUID #versioned regex to reject partial matches #1602, thanks @WolfieLeaderdeclared morphs — output side now wraps inOut<...>to match non-declared inference. fix declare type issue (#1578) #1579, thanks @eralmansouriObject.prototypemethod names as keys —constructor/toString/hasOwnPropertyno longer flagged as duplicate keys. fix: allow prototype method names as object keys #1586, thanks @kaigritunVersion bumps
Docs-only merges since 2.2.2 (#1472, #1585, #1501) are intentionally omitted from the changelog.
🤖 Generated with Claude Code
https://claude.ai/code/session_01Qk4c4vPUecBDYbd4p3yE1H