bcgov / CONN-CCBC-portal

Intake for application process for Connected Communities BC funding program
Apache License 2.0
4 stars 3 forks source link

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

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

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 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)
RRanath commented 3 months ago

@dependabot rebase

dependabot[bot] commented 3 months ago

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.