chore(deps): update dependency cypress to v8.7.0 #900

Merged
konrad merged 1 commits from renovate/cypress-8.x into main 2021-10-26 06:01:27 +00:00
Member

This PR contains the following updates:

Package Type Update Change
cypress devDependencies minor 8.6.0 -> 8.7.0

Release Notes

cypress-io/cypress

v8.7.0

Compare Source

Released 10/25/2021

Features:

  • There are changes to how "slow" tests are determined and displayed in Cypress.
    Addresses #​18496.
    • Added a slowTestThreshold
      configuration option to customize when tests are considered "slow" during
      cypress run. A test that runs slower than the given threshold will display
      in orange text in the default 'spec' reporter. This configuration can be set
      in your Cypress config file or via specific
      test configuration.
    • The default slow test threshold was changed from 75ms (Mocha's default) to
      10000ms for e2e tests and 250ms for component tests. To restore the old
      behavior, you can add "slowTestThreshold": 75 to your Cypress config file.
    • All tests will show the time the test ran in milliseconds during
      cypress run with the default 'spec' reporter.
  • Users can pass an overwrite: true option to Cypress.Screenshot.defaults to
    change default behavior to overwrite existing screenshots without having to
    set overwrite for each cy.screenshot() command. Addresses
    #​7955.

Bugfixes:

  • Fixed a regression introduced in 8.6.0 where videos recorded in
    Electron to the Dashboard were not playable in the Firefox or Safari browser
    and were not compatible with QuickTime player in MacOS.
  • Fixed a regression introduced in 8.6.0 so that the warning about the
    projectRoot directory not being writeable will now display correctly. Fixes
    #​18485.
  • Improved the error message when running Cypress without non-root permissions.
    Fixes #​18445.
  • An error now throws when invalid options are passed to the selectorPriority
    configuration option of Cypress.SelectorPlayground.defaults. Valid values
    are data-*, id, class, tag, attribute, or nth-child. Fixes
    #​7745.

Dependency Updates:

  • Pinned resolution of ua-parser-js to 0.7.24 to avoid dependency resolution
    to the compromised package versions. Please read the
    security advisory and
    take actions advised as soon as possible. Addressed in
    #​18611

Configuration

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

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

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

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


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cypress](https://github.com/cypress-io/cypress) | devDependencies | minor | [`8.6.0` -> `8.7.0`](https://renovatebot.com/diffs/npm/cypress/8.6.0/8.7.0) | --- ### Release Notes <details> <summary>cypress-io/cypress</summary> ### [`v8.7.0`](https://github.com/cypress-io/cypress/releases/v8.7.0) [Compare Source](https://github.com/cypress-io/cypress/compare/v8.6.0...v8.7.0) *Released 10/25/2021* **Features:** - There are changes to how "slow" tests are determined and displayed in Cypress. Addresses [#&#8203;18496](https://github.com/cypress-io/cypress/pull/18496). - Added a [`slowTestThreshold`](https://docs.cypress.io/guides/references/configuration#Timeouts) configuration option to customize when tests are considered "slow" during `cypress run`. A test that runs slower than the given threshold will display in orange text in the default 'spec' reporter. This configuration can be set in your Cypress config file or via specific [test configuration](https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests#Test-Configuration). - The default slow test threshold was changed from 75ms (Mocha's default) to 10000ms for e2e tests and 250ms for component tests. To restore the old behavior, you can add `"slowTestThreshold": 75` to your Cypress config file. - All tests will show the time the test ran in milliseconds during `cypress run` with the default 'spec' reporter. - Users can pass an `overwrite: true` option to `Cypress.Screenshot.defaults` to change default behavior to overwrite existing screenshots without having to set `overwrite` for each `cy.screenshot()` command. Addresses [#&#8203;7955](https://github.com/cypress-io/cypress/issues/7955). **Bugfixes:** - Fixed a regression introduced in [8.6.0](https://docs.cypress.io/guides/references/changelog#&#8203;8-6-0) where videos recorded in Electron to the Dashboard were not playable in the Firefox or Safari browser and were not compatible with QuickTime player in MacOS. - Fixed a regression introduced in [8.6.0](https://docs.cypress.io/guides/references/changelog#&#8203;8-6-0) so that the warning about the `projectRoot` directory not being writeable will now display correctly. Fixes [#&#8203;18485](https://github.com/cypress-io/cypress/issues/18485). - Improved the error message when running Cypress without non-root permissions. Fixes [#&#8203;18445](https://github.com/cypress-io/cypress/issues/18445). - An error now throws when invalid options are passed to the `selectorPriority` configuration option of `Cypress.SelectorPlayground.defaults`. Valid values are `data-*`, `id`, `class`, `tag`, `attribute`, or `nth-child`. Fixes [#&#8203;7745](https://github.com/cypress-io/cypress/issues/7745). **Dependency Updates:** - Pinned resolution of `ua-parser-js` to `0.7.24` to avoid dependency resolution to the compromised package versions. Please read the [security advisory](https://github.com/advisories/GHSA-pjwm-rvh2-c87w) and take actions advised as soon as possible. Addressed in [#&#8203;18611](https://github.com/cypress-io/cypress/pull/18611) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2021-10-25 22:02:23 +00:00
renovate added 1 commit 2021-10-25 22:02:23 +00:00
continuous-integration/drone/pr Build is passing Details
3edb60aadb
chore(deps): update dependency cypress to v8.7.0
konrad merged commit 20d57c2446 into main 2021-10-26 06:01:27 +00:00
konrad deleted branch renovate/cypress-8.x 2021-10-26 06:01:27 +00:00
Author
Member

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (8.7.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

### Renovate Ignore Notification As this PR has been closed unmerged, Renovate will now ignore this update (8.7.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the `ignoreDeps` array of your renovate config. If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
This repo is archived. You cannot comment on pull requests.
No description provided.