Commit a7bfaa9
authored
⬆️ Bump Honeydiff to 0.11 (#300)
## Why
Honeydiff 0.11.0 is published with release-package fixes and updated
comparison behavior, so the CLI should test and package against the same
version as the app runtime. This keeps local TDD comparison behavior
aligned with the current Honeydiff release.
## Approach
The CLI dependency moves to ^0.11.0 through pnpm, and the workspace
keeps the release-age policy intact by swapping the existing first-party
Honeydiff exception from 0.10.3 to 0.11.0. That avoids a broad
supply-chain bypass while still allowing this freshly published
first-party package.
## Evidence
The updated native package imports successfully, CLI linting passes,
type assertions pass, and focused command/TDD comparison tests continue
to pass with the new dependency.
## Risk
The release-age exception is intentionally version-specific. It should
be revisited on the next Honeydiff bump rather than expanded to the
whole package scope.1 parent 593b65b commit a7bfaa9
3 files changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments