Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/catch-all-single-type-exemption.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/boxed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @unthrown/boxed

## 5.6.0

### Patch Changes

- unthrown@5.6.0

## 5.5.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/boxed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unthrown/boxed",
"version": "5.5.0",
"version": "5.6.0",
"description": "Boxed interop for unthrown",
"keywords": [
"boxed",
Expand Down
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# unthrown

## 5.6.0

## 5.5.0

## 5.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unthrown",
"version": "5.5.0",
"version": "5.6.0",
"description": "Explicit errors as values, with a separate defect (panic) channel",
"keywords": [
"defect",
Expand Down
6 changes: 6 additions & 0 deletions packages/effect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @unthrown/effect

## 5.6.0

### Patch Changes

- unthrown@5.6.0

## 5.5.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/effect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unthrown/effect",
"version": "5.5.0",
"version": "5.6.0",
"description": "Effect interop for unthrown",
"keywords": [
"effect",
Expand Down
6 changes: 6 additions & 0 deletions packages/neverthrow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @unthrown/neverthrow

## 5.6.0

### Patch Changes

- unthrown@5.6.0

## 5.5.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/neverthrow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unthrown/neverthrow",
"version": "5.5.0",
"version": "5.6.0",
"description": "neverthrow interop for unthrown",
"keywords": [
"errors-as-values",
Expand Down
14 changes: 14 additions & 0 deletions packages/oxlint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @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 (#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.

## 5.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oxlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unthrown/oxlint",
"version": "5.5.0",
"version": "5.6.0",
"description": "oxlint plugin enforcing unthrown's conventions",
"keywords": [
"errors-as-values",
Expand Down
6 changes: 6 additions & 0 deletions packages/standard-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @unthrown/standard-schema

## 5.6.0

### Patch Changes

- unthrown@5.6.0

## 5.5.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unthrown/standard-schema",
"version": "5.5.0",
"version": "5.6.0",
"description": "Standard Schema (Zod, Valibot, ArkType, …) interop for unthrown",
"keywords": [
"arktype",
Expand Down
2 changes: 2 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @unthrown/vitest

## 5.6.0

## 5.5.0
Comment on lines +3 to 5

## 5.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unthrown/vitest",
"version": "5.5.0",
"version": "5.6.0",
"description": "Vitest matchers for unthrown",
"keywords": [
"errors-as-values",
Expand Down
Loading