Skip to content

chore: release packages - #233

Open
btravers wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: release packages#233
btravers wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@btravers

Copy link
Copy Markdown
Collaborator

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

  • 75aa13a: no-catch-all-pattern now exempts the two sanctioned P._ uses itself when
    the 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 / AsyncResult annotation (variable, parameter, or in-file
    function return annotation) shows E to be a single non-union type — or an
    unresolved 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-disable remains the escape hatch.

@unthrown/boxed@5.6.0

Patch Changes

  • unthrown@5.6.0

@unthrown/effect@5.6.0

Patch Changes

  • unthrown@5.6.0

@unthrown/neverthrow@5.6.0

Patch Changes

  • unthrown@5.6.0

@unthrown/standard-schema@5.6.0

Patch Changes

  • unthrown@5.6.0

unthrown@5.6.0

@unthrown/vitest@5.6.0

Copilot AI lite review requested due to automatic review settings August 13, 2026 20:31

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.05.6.0 across core and related packages.
  • Add 5.6.0 entries to changelogs (with @unthrown/oxlint documenting 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
btravers force-pushed the changeset-release/main branch from 4e6d5c1 to e438810 Compare August 14, 2026 11:23
@btravers
btravers force-pushed the changeset-release/main branch from e438810 to aaaefed Compare August 14, 2026 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants