Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump happo-e2e from 2.2.5 to 2.6.0 in /app #3332

Merged
merged 2 commits into from
Jun 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps happo-e2e from 2.2.5 to 2.6.0.

Release notes

Sourced from happo-e2e's releases.

v2.6.0

This minor release has the following changes:

  • improved behavior when copying canvas styles to the inlined img element
  • a fix for resolving css files that are referenced with a relative href path (e.g. "../../assets/styles.css").

v2.5.0

This minor release will make happo-e2e register the checked state of each radio button and checkbox so that they are correctly recreated on Happo's side.

v2.4.1

This patch release fixes an issue where we weren't including assets found in <image href="..."> elements. This led to broken images being displayed in the Happo screenshot. Now we properly include assets found in structures that look something like this:

<svg>
  <g>
    <image x="..." y="..." href="assets/images/some-image.svg"></image>
  </g>
</svg>

v2.4.0

This minor release adds support for a new controller.removeDuplicatesInTimeframe function. It will be used by happo-cypress as a way of cleaning up retried specs.

v2.3.0

This minor release adds support for a new --skippedExamples option that you can use when making the happo-e2e finalize call. The examples you list in the --skippedExamples array are then skipped (assumed unchanged) when Happo makes a comparison with another report.

The --skippedExamples option needs to be an array coded as a JSON string. Each item in the array needs a component, variant, and target, all strings. Here's an example call:

happo-e2e finalize --skippedExamples '[{"component":"Button","variant":"default","target":"chrome-small"}]'

Remember to skip examples in all targets you have defined in .happo.js. If you for instance have targets named "chrome-small" & "firefox-large" in .happo.js, you should add two items per snapshot you are skipping. E.g.

happo-e2e finalize --skippedExamples '[{"component":"Button","variant":"default","target":"chrome-small"}, {"component":"Button","variant":"default","target":"firefox-large"}]'
Commits
  • af39d3d 2.6.0
  • 97e0965 Merge pull request #31 from happo/href-attr
  • 509755d Pick stylesheet href from property
  • 5421621 Merge pull request #30 from happo/canvas-copy-styles
  • adf17e6 Merge pull request #29 from happo/canvas-copy-styles
  • 2ac98f9 2.6.0-rc.1
  • 3c60fd8 Copy computed styles from canvas to image replacement
  • 0ee679f 2.5.0
  • 3d240ba Merge pull request #28 from happo/radio-checked
  • 2616cdb Register what radio buttons and checkboxes were checked
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 3, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/app/happo-e2e-2.6.0 branch from f711ac0 to 810ec25 Compare June 4, 2024 23:09
Bumps [happo-e2e](https://github.com/happo/happo-e2e) from 2.2.5 to 2.6.0.
- [Release notes](https://github.com/happo/happo-e2e/releases)
- [Commits](happo/happo-e2e@v2.2.5...v2.6.0)

---
updated-dependencies:
- dependency-name: happo-e2e
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/app/happo-e2e-2.6.0 branch from 810ec25 to 3ef7307 Compare June 5, 2024 14:58
@RRanath
Copy link
Collaborator

RRanath commented Jun 5, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 5, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@RRanath RRanath merged commit 2a378d7 into main Jun 7, 2024
40 of 42 checks passed
@RRanath RRanath deleted the dependabot/npm_and_yarn/app/happo-e2e-2.6.0 branch June 7, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant