⬆️ Bump Honeydiff to 0.11#300
Merged
Merged
Conversation
Update the CLI to the published Honeydiff 0.11 package and keep the first-party release-age exception narrow.
Vizzly - Visual Test ResultsCLI Reporter - Waiting for buildNo builds received yet for this pull request.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.