Skip to content

Commit a7bfaa9

Browse files
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

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
},
9595
"dependencies": {
9696
"@vizzly-testing/bear-den": "0.1.2",
97-
"@vizzly-testing/honeydiff": "^0.10.3",
97+
"@vizzly-testing/honeydiff": "^0.11.0",
9898
"ansis": "^4.2.0",
9999
"commander": "^14.0.0",
100100
"cosmiconfig": "^9.0.0",

pnpm-lock.yaml

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ minimumReleaseAgeStrict: true
1515
minimumReleaseAgeIgnoreMissingTime: false
1616
minimumReleaseAgeExclude:
1717
- '@vizzly-testing/bear-den@0.1.2'
18-
- '@vizzly-testing/honeydiff@0.10.3'
18+
- '@vizzly-testing/honeydiff@0.11.0'
1919
onlyBuiltDependencies:
2020
- canvas
2121
- esbuild

0 commit comments

Comments
 (0)