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.8.0 #35

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.6.0 -> 6.8.0 age adoption passing confidence

Release Notes

cypress-io/cypress ### [`v6.8.0`](https://togithub.com/cypress-io/cypress/releases/v6.8.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v6.7.1...v6.8.0) _Released 3/17/2021_ **User Experience:** - Improved the specs list user interface with a new icon set and accessibility features when in [Component Testing](https://on.cypress.io/component-testing-introduction) mode (alpha). Addressed in [#​15513](https://togithub.com/cypress-io/cypress/issues/15513) **Bugfixes:** - Cypress will no longer exit with an error when recording a run to the Dashboard with empty specfiles. Fixes [#​15512](https://togithub.com/cypress-io/cypress/issues/15512). - When using `experimentalStudio`, [Cypress Studio](https://on.cypress.io/cypress-studio) the icon to add commands will now fully display on long test titles. Fixes [#​15182](https://togithub.com/cypress-io/cypress/issues/15182). ### [`v6.7.1`](https://togithub.com/cypress-io/cypress/releases/v6.7.1) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v6.7.0...v6.7.1) _Released 3/15/2021_ **Bugfixes:** - Interacting with an element that requires scrolling within an element with `scroll-behavior: smooth` no longer fails Cypress's actionability check. Fixes [#​15453](https://togithub.com/cypress-io/cypress/issues/15453). - A regression in [6.7.0](https://on.cypress.io/changelog-6-7-0) has been fixed so that the `projectId` will be written correctly to the `cypress.json` file on initial creation without an extra config object. Fixes [#​15497](https://togithub.com/cypress-io/cypress/issues/15497). ### [`v6.7.0`](https://togithub.com/cypress-io/cypress/releases/v6.7.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v6.6.0...v6.7.0) _Released 3/15/2021_ **Features:** - The `experimentalRunEvents` configuration flag has been removed. You can now listen to `before:run`, `after:run`, `before:spec` and `after:spec` events in the plugins file without needing the [`experimentalRunEvents`](https://on.cypress.io/experiments) configuration option. See the [`before:run`](https://on.cypress.io/before-run-api), [`after:run`](https://on.cypress.io/after-run-api), [`before:spec`](https://on.cypress.io/before-spec-api) and [`after:spec`](https://on.cypress.io/after-spec-api) docs for more information. Addressed in [#​15276](https://togithub.com/cypress-io/cypress/issues/15276). - When canceling a run from the Dashboard, previously only parallelized runs would cancel correctly. Now all recorded runs will respect cancelation and exit early. Addresses [#​1691](https://togithub.com/cypress-io/cypress/issues/1691). - [Test configuration](https://on.cypress.io/writing-and-organizing-tests#Test-Configuration) is now captured and sent when recording to the Dashboard. Addresses [#​15487](https://togithub.com/cypress-io/cypress/issues/15487). - Cypress now sends test details to the Dashboard at the beginning of a recorded run, so historical test code and other data can be provided to the Dashboard upfront. Addressed in [#​14925](https://togithub.com/cypress-io/cypress/issues/14925). - The full stack trace from errors thrown in the preprocessor are now displayed. Addressed in [#​15198](https://togithub.com/cypress-io/cypress/issues/15198). - Configuration values which are changed at runtime prior to tests running are now properly shown as resolved from the spec code within the Module API to indicate where the change originated from. Addresses [#​15486](https://togithub.com/cypress-io/cypress/issues/15486). **Bugfixes:** - FFmpeg will no longer error ("width not divisible by 2") during video recording in Chromium-family browsers, including Chrome, Electron, and Edge. Fixes [#​3491](https://togithub.com/cypress-io/cypress/issues/3491) and [#​15300](https://togithub.com/cypress-io/cypress/issues/15300). - [`cy.wait()`](https://on.cypress.io/wait) no longer falsely returns a timeout when the user aborts an XHR. Fixes [#​9549](https://togithub.com/cypress-io/cypress/issues/9549). - [`.clear()`](https://on.cypress.io/clear) and [`.type('{selectall}{del}')`](https://on.cypress.io/type) now behave the same when they're used against elements that contain text inputs. Fixes [#​8447](https://togithub.com/cypress-io/cypress/issues/8447). - When using `experimentalStudio`, [Cypress Studio](https://on.cypress.io/cypress-studio) now records typing by using the value of the input rather than the keys that were pressed. Studio also no longer records pressing special keys (such as arrows or ctrl) except for Enter. Fixes [#​15023](https://togithub.com/cypress-io/cypress/issues/15023). - Empty jQuery objects are now properly shown in error messages in the Command Log. Fixes [#​14279](https://togithub.com/cypress-io/cypress/issues/14279). - Length assertions on DOM elements now properly show the user-defined assertion message if specified. Fixes [#​14484](https://togithub.com/cypress-io/cypress/issues/14484). **Misc:** - "Test recordings" recorded to the Cypress Dashboard are now referred to as recorded "test results." Addresses [#​15376](https://togithub.com/cypress-io/cypress/issues/15376). - Errors shown from plugins files now display top-aligned. Addressed in [#​15347](https://togithub.com/cypress-io/cypress/issues/15347). **Dependency Updates:** - Upgraded `electron` from `11.2.3` to `11.3.0`. Addressed in [#​15201](https://togithub.com/cypress-io/cypress/issues/15201).

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.