chore: release packages - #233
Open
btravers wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Release PR generated by Changesets to publish unthrown and its fixed-version-group packages at 5.6.0, with @unthrown/oxlint containing the substantive minor change for issue #230 (exempting sanctioned P._ uses in no-catch-all-pattern when E is provably a single non-union type or an unresolved type parameter).
Changes:
- Bump package versions from
5.5.0→5.6.0across core and related packages. - Add
5.6.0entries to changelogs (with@unthrown/oxlintdocumenting the #230 rule change). - Remove the consumed changeset file for the oxlint change.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/vitest/package.json | Version bump to 5.6.0 for @unthrown/vitest. |
| packages/vitest/CHANGELOG.md | Adds 5.6.0 release header. |
| packages/standard-schema/package.json | Version bump to 5.6.0 for @unthrown/standard-schema. |
| packages/standard-schema/CHANGELOG.md | Adds 5.6.0 patch entry referencing unthrown@5.6.0. |
| packages/oxlint/package.json | Version bump to 5.6.0 for @unthrown/oxlint. |
| packages/oxlint/CHANGELOG.md | Documents the minor change for no-catch-all-pattern (#230). |
| packages/neverthrow/package.json | Version bump to 5.6.0 for @unthrown/neverthrow. |
| packages/neverthrow/CHANGELOG.md | Adds 5.6.0 patch entry referencing unthrown@5.6.0. |
| packages/effect/package.json | Version bump to 5.6.0 for @unthrown/effect. |
| packages/effect/CHANGELOG.md | Adds 5.6.0 patch entry referencing unthrown@5.6.0. |
| packages/core/package.json | Version bump to 5.6.0 for unthrown (core). |
| packages/core/CHANGELOG.md | Adds 5.6.0 release header. |
| packages/boxed/package.json | Version bump to 5.6.0 for @unthrown/boxed. |
| packages/boxed/CHANGELOG.md | Adds 5.6.0 patch entry referencing unthrown@5.6.0. |
| .changeset/catch-all-single-type-exemption.md | Removes the changeset now incorporated into the release. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+3
to
5
| ## 5.6.0 | ||
|
|
||
| ## 5.5.0 |
btravers
force-pushed
the
changeset-release/main
branch
from
August 14, 2026 11:23
4e6d5c1 to
e438810
Compare
btravers
force-pushed
the
changeset-release/main
branch
from
August 14, 2026 21:33
e438810 to
aaaefed
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
@unthrown/oxlint@5.6.0
Minor Changes
no-catch-all-patternnow exempts the two sanctionedP._uses itself whenthe file proves them (oxlint no-catch-all-pattern: allow P._ when E is a single non-union type #230): the matcher is traced to its receiver, and when an
in-file
Result/AsyncResultannotation (variable, parameter, or in-filefunction return annotation) shows
Eto be a single non-union type — or anunresolved type parameter — the catch-all is the legitimate single arm and
nothing is reported. In-file type aliases are seen through; an imported named
type counts as the single abstraction it names. Where no annotation is in reach
(a receiver imported from another module), the rule reports as before and the
targeted
oxlint-disableremains the escape hatch.@unthrown/boxed@5.6.0
Patch Changes
@unthrown/effect@5.6.0
Patch Changes
@unthrown/neverthrow@5.6.0
Patch Changes
@unthrown/standard-schema@5.6.0
Patch Changes
unthrown@5.6.0
@unthrown/vitest@5.6.0