chore(deps): update dependency happo.io to v13#763
Open
tradeshift-renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency happo.io to v13#763tradeshift-renovate[bot] wants to merge 1 commit intomasterfrom
tradeshift-renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
tssecurity
approved these changes
Jul 1, 2025
|
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.

0 New Issues
0 Fixed Issues
0 Accepted Issues
No data about coverage (0.00% Estimated after merge)
This PR contains the following updates:
^9.1.6->^13.0.0Release Notes
happo/happo.io (happo.io)
v13.0.0Compare Source
This version contains a potentially breaking change for repos that are using Happo via GitHub actions. These changes were originally released as v12.4.1 and v12.4.2, but were reverted in v12.4.3 when they were discovered to be potentially breaking. There are no other changes.
This release fixes an issue where the baseline commit was inconsistently resolved when using Happo in GitHub actions. If you are using a non-zero
fetch-depthwith the checkout action, this version may result in an error like the following:To update to this version, you will need to make sure that your default branch can be accessed via
gitin your workflow.One option is to set
fetch-depth: 0in your checkout action, so that the whole repo is checked out:Although this may come with a performance cost, especially for larger repos. Alternatively, you can stick with a non-zero fetch-depth and add a step to fetch your repo's default branch from
originlike this:What's Changed
Full Changelog: happo/happo.io@v12.4.2...v13.0.0
v12.4.3Compare Source
This version reverts all changes from v12.4.1 and v12.4.2, making it identical to v12.4.0. These changes were accidentally breaking and will be published as v13.0.0. If you are already on v12.4.1 or v12.4.2, you should update directly to v13.0.0 and skip this version.
What's Changed
Full Changelog: happo/happo.io@v12.4.2...v12.4.3
v12.4.2Compare Source
What's Changed
Full Changelog: happo/happo.io@v12.4.1...v12.4.2
v12.4.1Compare Source
What's Changed
Full Changelog: happo/happo.io@v12.4.0...v12.4.1
v12.4.0Compare Source
What's Changed
Full Changelog: happo/happo.io@v12.3.0...v12.4.0
v12.3.0Compare Source
What's Changed
Full Changelog: happo/happo.io@v12.2.3...v12.3.0
v12.2.3Compare Source
What's Changed
HAPPO_FALLBACK_SHASfrom happo-ci by @lencioni in https://github.com/happo/happo.io/pull/341Full Changelog: happo/happo.io@v12.2.2...v12.2.3
v12.2.2Compare Source
Full Changelog: happo/happo.io@v12.2.1...v12.2.2
v12.2.1Compare Source
Full Changelog: happo/happo.io@v12.2.0...v12.2.1
VERBOSE=trueto enable)v12.2.0Compare Source
This minor release adds support for a new
HAPPO_GITHUB_TOKENenvironment variable, used when posting Happo comments to PRs (this is mainly used in GitHub Enterprise on-premise installations). The new variable takes precedence overHAPPO_GITHUB_USER_CREDENTIALSwhich is now deprecated. The most simple way to setHAPPO_GITHUB_TOKENis to usesecrets.GITHUB_TOKENin GitHub actions which is a auth token that is provided automatically to you. E.g.Related to this is also
HAPPO_DELETE_OLD_COMMENTS=truewhich tells Happo to delete previous status comments so that there's only one remaining. This is useful when you have a PR with a lot of changes made.Full list of changes
Full Changelog: happo/happo.io@v12.1.2...v12.2.0
v12.1.2Compare Source
What's Changed
Full Changelog: happo/happo.io@v12.1.1...v12.1.2
v12.1.1Compare Source
What's Changed
Full Changelog: happo/happo.io@v12.1.0...v12.1.1
v12.1.0Compare Source
What's Changed
HAPPO_GITHUB_USER_CREDENTIALSto work with async comparisons by @lencioni in https://github.com/happo/happo.io/pull/335Full Changelog: happo/happo.io@v12.0.1...v12.1.0
v12.0.2Compare Source
What's Changed
This release backports a bugfix from a later version.
HAPPO_FALLBACK_SHASfrom happo-ci by @lencioni in https://github.com/happo/happo.io/pull/341Full Changelog: happo/happo.io@v12.0.1...v12.0.2
v12.0.1Compare Source
What's Changed
Full Changelog: happo/happo.io@v12.0.0...v12.0.1
v12.0.0Compare Source
What's Changed
Breaking Changes
makeRequestfunction removed the deprecatedmaxTriesoption. UseretryCountinstead.Other changes
Full Changelog: happo/happo.io@v11.0.1...v12.0.0
v11.0.1Compare Source
What's Changed
New Contributors
Full Changelog: happo/happo.io@v11.0.0...v11.0.1
v11.0.0Compare Source
Breaking change
The CI scripts now assume the default branch to be named
main. If your default branch is namedmaster, you need to set this environment variable to bring back the old behavior:Full Changelog: happo/happo.io@v10.1.3...v11.0.0
v10.1.3Compare Source
What's Changed
Full Changelog: happo/happo.io@v10.1.2...v10.1.3
v10.1.2Compare Source
What's Changed
Full Changelog: happo/happo.io@v10.1.1...v10.1.2
v10.1.1Compare Source
What's Changed
Full Changelog: happo/happo.io@v10.1.0...v10.1.1
v10.1.0Compare Source
What's Changed
Full Changelog: happo/happo.io@v10.0.0...v10.1.0
v10.0.0Compare Source
What's Changed
Breaking
The
josepackage uses newer syntax that is not supported on node 14, which makes this a breaking change. If you are using node 16 or newer, you should be good to go!Other
Full Changelog: happo/happo.io@v9.1.6...v10.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "every weekday in 2125" (UTC).
🚦 Automerge: Enabled.
♻️ Rebasing: Never, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.