Commit 3e5fdd7
chore(deps): drop @byteslice/result 0.3.0 bump, fix zod 3.25 API
The dependabot group included @byteslice/result 0.2 → 0.3, which is a
breaking change despite the 0.x semver (FailureOption was tightened to
require Error shape, breaking every Result<T, ProtectError> site across
protect and stack packages). Revert to ^0.2.0 and ignore future bumps
in dependabot.yml until a major-version migration is done.
zod 3.25 dropped the experimental `error:` create-param; switch the
cli config schema to the canonical `required_error:`.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 97ea4df commit 3e5fdd7
6 files changed
Lines changed: 25 additions & 14 deletions
File tree
- .github
- packages
- cli/src/config
- protect-dynamodb
- protect
- stack
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments