bahmutov / cypress-book-todomvc

Cypress tests inside README that update the screenshots
https://glebbahmutov.com/cypress-book-todomvc/
11 stars 2 forks source link

chore(deps): update dependency cypress to v6.2.1 #25

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cypress 6.2.0 -> 6.2.1 age adoption passing confidence

Release Notes

cypress-io/cypress ### [`v6.2.1`](https://togithub.com/cypress-io/cypress/releases/v6.2.1) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v6.2.0...v6.2.1) _Released 1/4/2021_ **Bugfixes:** - Test retries, when retrying on several failed tests, will no longer cause hanging during `cypress run`. Fixes [#​9040](https://togithub.com/cypress-io/cypress/issues/9040). - `multipart/form-data` is no longer wrongly encoded when using [`cy.intercept()`](https://on.cypress.io/intercept). This should prevent `Unexpected end of multipart data` errors on the back end service where the request was pointing to. Fixes [#​9359](https://togithub.com/cypress-io/cypress/issues/9359). - [`cy.contains()`](https://on.cypress.io/contains) no longer throws an error when a single quote is used inside its argument when RegExp. Fixes [#​8626](https://togithub.com/cypress-io/cypress/issues/8626). - Passing `capture: 'runner'` to a [`cy.screenshot()`](https://on.cypress.io/screenshot) command inside [`.within()`](https://on.cypress.io/within) now screenshots the entire Test Runner as expected. Fixes [#​14253](https://togithub.com/cypress-io/cypress/issues/14253). - [`Cypress.dom.isJquery()`](https://on.cypress.io/dom#Is-jQuery) now always returns a boolean instead of `undefined` sometimes. Fixes [#​14278](https://togithub.com/cypress-io/cypress/issues/14278). - `calledOnceWith` and `calledOnceWithExactly` sinon matchers no longer throw an error when used within Cypress. Fixes [#​9644](https://togithub.com/cypress-io/cypress/issues/9644). - We now pass `--disable-backgrounding-occluded-windows` as a default flag to Chrome to prevent backgrounding rendering when the Cypress window is occluded. Fixes [#​9604](https://togithub.com/cypress-io/cypress/issues/9604). **Misc:** - After login, if a name is undefined on your profile, the Test Runner will show the profile's email and link to instructions to update the name. Addresses [#​14288](https://togithub.com/cypress-io/cypress/issues/14288). **Dependency Updates:** - Upgraded `devtools-protocol` from `0.0.734984` to `0.0.839267`. Addressed in [#​14353](https://togithub.com/cypress-io/cypress/issues/14353). - Upgraded `electron` from `11.0.3` to `11.1.1`. Addressed in [#​14352](https://togithub.com/cypress-io/cypress/issues/14352).

Renovate configuration

:date: Schedule: "after 10pm every weekday,every weekend,before 5am every weekday" (UTC).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



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