the-mmm-agency / muskoka-district-rentals

https://muskoka-district-rentals.netlify.com
MIT License
0 stars 0 forks source link

Update dependency @percy/cypress to v2 - autoclosed #96

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
@percy/cypress optionalDependencies major ^1.0.9 -> ^2.0.0

Release Notes

percy/percy-cypress ### [`v2.2.0`](https://togithub.com/percy/percy-cypress/blob/master/CHANGELOG.md#​220httpsgithubcompercypercy-cypresscomparev211v220-2019-10-08) [Compare Source](https://togithub.com/percy/percy-cypress/compare/v2.1.1...v2.2.0) ##### Features - :sparkles: Add request headers option for asset-discovery ([#​159](https://togithub.com/percy/percy-cypress/issues/159)) ([a595f48](https://togithub.com/percy/percy-cypress/commit/a595f48)) #### [2.1.1](https://togithub.com/percy/percy-cypress/compare/v2.1.0...v2.1.1) (2019-09-20) ##### Bug Fixes - add `percyCSS` option to types ([#​156](https://togithub.com/percy/percy-cypress/issues/156)) ([7475783](https://togithub.com/percy/percy-cypress/commit/7475783)) ### [`v2.1.1`](https://togithub.com/percy/percy-cypress/blob/master/CHANGELOG.md#​220httpsgithubcompercypercy-cypresscomparev211v220-2019-10-08) [Compare Source](https://togithub.com/percy/percy-cypress/compare/v2.1.0...v2.1.1) ##### Features - :sparkles: Add request headers option for asset-discovery ([#​159](https://togithub.com/percy/percy-cypress/issues/159)) ([a595f48](https://togithub.com/percy/percy-cypress/commit/a595f48)) #### [2.1.1](https://togithub.com/percy/percy-cypress/compare/v2.1.0...v2.1.1) (2019-09-20) ##### Bug Fixes - add `percyCSS` option to types ([#​156](https://togithub.com/percy/percy-cypress/issues/156)) ([7475783](https://togithub.com/percy/percy-cypress/commit/7475783)) ### [`v2.1.0`](https://togithub.com/percy/percy-cypress/blob/master/CHANGELOG.md#​210httpsgithubcompercypercy-cypresscomparev201v210-2019-09-17) [Compare Source](https://togithub.com/percy/percy-cypress/compare/v2.0.1...v2.1.0) ##### Features - Add the ability to pass per-snapshot CSS ([#​154](https://togithub.com/percy/percy-cypress/issues/154)) ([02b976f](https://togithub.com/percy/percy-cypress/commit/02b976f)) #### [2.0.1](https://togithub.com/percy/percy-cypress/compare/v2.0.0...v2.0.1) (2019-08-26) ##### Bug Fixes - pass minHeight option along to agent ([#​148](https://togithub.com/percy/percy-cypress/issues/148)) ([44c2152](https://togithub.com/percy/percy-cypress/commit/44c2152)) ### [`v2.0.1`](https://togithub.com/percy/percy-cypress/blob/master/CHANGELOG.md#​210httpsgithubcompercypercy-cypresscomparev201v210-2019-09-17) [Compare Source](https://togithub.com/percy/percy-cypress/compare/v2.0.0...v2.0.1) ##### Features - Add the ability to pass per-snapshot CSS ([#​154](https://togithub.com/percy/percy-cypress/issues/154)) ([02b976f](https://togithub.com/percy/percy-cypress/commit/02b976f)) #### [2.0.1](https://togithub.com/percy/percy-cypress/compare/v2.0.0...v2.0.1) (2019-08-26) ##### Bug Fixes - pass minHeight option along to agent ([#​148](https://togithub.com/percy/percy-cypress/issues/148)) ([44c2152](https://togithub.com/percy/percy-cypress/commit/44c2152)) ### [`v2.0.0`](https://togithub.com/percy/percy-cypress/blob/master/CHANGELOG.md#​200httpsgithubcompercypercy-cypresscomparev109v200-2019-08-02) [Compare Source](https://togithub.com/percy/percy-cypress/compare/v1.0.9...v2.0.0) ##### Bug Fixes - Use `cy.task` for health check rather than `cy.exec` (BREAKING CHANGE) ([#​140](https://togithub.com/percy/percy-cypress/issues/140)) ([40550f7](https://togithub.com/percy/percy-cypress/commit/40550f7)), closes [#​104](https://togithub.com/percy/percy-cypress/issues/104) [#​104](https://togithub.com/percy/percy-cypress/issues/104) [#​138](https://togithub.com/percy/percy-cypress/issues/138) ##### BREAKING CHANGES - ## The problem In all of the Percy SDKs we do a thing called a "heath check", which makes sure the Percy agent server is open and ready to accept the DOM we're going to `POST` to it. If the health check fails, we will disable Percy in the SDK so we're not failing your tests due to Percy not running. In the Cypress SDK, this was implemented in an interesting way due a limitation with `cy.request`. The TL:DR of that is we can't `.catch` a failed request, so we needed to use `cy.exec` to health check & gracefully fall out. You can read a little more about that limitation here: [cypress-io/cypress#​3161](https://togithub.com/cypress-io/cypress/issues/3161) #### [1.0.9](https://togithub.com/percy/percy-cypress/compare/v1.0.8...v1.0.9) (2019-05-08) ##### Bug Fixes - Add TypeScript types. Closes [#​89](https://togithub.com/percy/percy-cypress/issues/89) ([#​96](https://togithub.com/percy/percy-cypress/issues/96)) ([6548bf7](https://togithub.com/percy/percy-cypress/commit/6548bf7)), closes [/github.com/percy/percy-cypress/pull/96#issuecomment-490487665](https://togithub.com//github.com/percy/percy-cypress/pull/96/issues/issuecomment-490487665) #### [1.0.8](https://togithub.com/percy/percy-cypress/compare/v1.0.7...v1.0.8) (2019-05-02) ##### Bug Fixes - Properly pass user agent ([#​93](https://togithub.com/percy/percy-cypress/issues/93)) ([9b9f5e6](https://togithub.com/percy/percy-cypress/commit/9b9f5e6)) #### [1.0.7](https://togithub.com/percy/percy-cypress/compare/v1.0.6...v1.0.7) (2019-04-30) ##### Bug Fixes - Open `@percy/agent` version range (tilde over caret) ([#​92](https://togithub.com/percy/percy-cypress/issues/92)) ([0e4b3f9](https://togithub.com/percy/percy-cypress/commit/0e4b3f9)), closes [/github.com/npm/node-semver#caret-ranges-123-025-004](https://togithub.com//github.com/npm/node-semver/issues/caret-ranges-123-025-004) [/github.com/npm/node-semver#tilde-ranges-123-12-1](https://togithub.com//github.com/npm/node-semver/issues/tilde-ranges-123-12-1) #### [1.0.6](https://togithub.com/percy/percy-cypress/compare/v1.0.5...v1.0.6) (2019-04-09) ##### Bug Fixes - Require [@​percy/agent](https://togithub.com/percy/agent) 0.2.2. Resolves issue [#​58](https://togithub.com/percy/percy-cypress/issues/58) ([#​80](https://togithub.com/percy/percy-cypress/issues/80)) ([15c59be](https://togithub.com/percy/percy-cypress/commit/15c59be))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.

codeclimate[bot] commented 5 years ago

Code Climate has analyzed commit 8d4e969c and detected 0 issues on this pull request.

View more on Code Climate.