Update dependency cypress to v7.4.0 #517

Merged
konrad merged 1 commits from renovate/cypress-7.x into main 2021-05-24 21:42:53 +00:00
Member

This PR contains the following updates:

Package Type Update Change
cypress devDependencies minor 7.3.0 -> 7.4.0

Release Notes

cypress-io/cypress

v7.4.0

Compare Source

Released 05/24/2021

Features:

  • Cypress now detects and supports testing in the Chrome Beta browser. Addresses #​16376.
  • There are new keyboard shortcuts to continue (c) and to go to the next test (n) when the Test Runner is paused via .pause() and to toggle auto-scrolling of the Test Runner (a). Addresses #​248.

Bugfixes:

  • cy.request() can now send binary files in form data. Fixes #​1647.
  • cy.request() can now send blob data. Fixes #​6178.
  • Fixed an issue where cy.wait() could yield the incorrect result when used with cy.intercept() and several simultaneous requests. Fixes #​16451.
  • Improved the way that cy.intercept() matchers are displayed in the Command Log when using RouteMatcher properties besides url and method. Fixes #​9403.
  • cy.intercept() argument validation has been improved. Invalid hostnames and extra arguments passed to cy.intercept() now result in an error. Addressed in #​16577.
  • cy.screenshot() no longer incorrectly captures parts of the Test Runner UI during component testing. Fixes #​16543.
  • Spec files that containing spaces in the path will now properly open during cypress open-ct. Fixes #​16278.
  • Cypress now correctly uses the componentFolder and testFiles values from returned from plugins in the component testing runner. Fixes #​16424.
  • Video recordings in Chrome, Chromium, and Electron browsers will no longer drop frames, with the frequency increasing along with the length of the video. Fixes #​16648.
  • Tests located outside of the projectRoot will now open in IDE and generate studio commands when saved. Fixes #​16255.
  • config in the plugins file will now display in alphabetical order. Fixes #​16564.

Dependency Updates:

  • Upgraded dependency-tree from 7.0.2 to 8.1.0. Addressed in #​16464.
  • Upgraded extract-zip from 1.7.0 to 2.0.1. Fixes #​6896

Renovate 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 | [`7.3.0` -> `7.4.0`](https://renovatebot.com/diffs/npm/cypress/7.3.0/7.4.0) | --- ### Release Notes <details> <summary>cypress-io/cypress</summary> ### [`v7.4.0`](https://github.com/cypress-io/cypress/releases/v7.4.0) [Compare Source](https://github.com/cypress-io/cypress/compare/v7.3.0...v7.4.0) _Released 05/24/2021_ **Features:** - Cypress now detects and supports testing in the Chrome Beta browser. Addresses [#&#8203;16376](https://github.com/cypress-io/cypress/issues/16376). - There are new keyboard shortcuts to continue (c) and to go to the next test (n) when the Test Runner is paused via `.pause()` and to toggle auto-scrolling of the Test Runner (a). Addresses [#&#8203;248](https://github.com/cypress-io/cypress/issues/248). **Bugfixes:** - [`cy.request()`](/api/commands/request) can now send binary files in form data. Fixes [#&#8203;1647](https://github.com/cypress-io/cypress/issues/1647). - [`cy.request()`](/api/commands/request) can now send blob data. Fixes [#&#8203;6178](https://github.com/cypress-io/cypress/issues/6178). - Fixed an issue where [`cy.wait()`](/api/commands/wait) could yield the incorrect result when used with [`cy.intercept()`](/api/commands/intercept) and several simultaneous requests. Fixes [#&#8203;16451](https://github.com/cypress-io/cypress/issues/16451). - Improved the way that [`cy.intercept()`](/api/commands/intercept) matchers are displayed in the Command Log when using `RouteMatcher` properties besides `url` and `method`. Fixes [#&#8203;9403](https://github.com/cypress-io/cypress/issues/9403). - [`cy.intercept()`](/api/commands/intercept) argument validation has been improved. Invalid hostnames and extra arguments passed to `cy.intercept()` now result in an error. Addressed in [#&#8203;16577](https://github.com/cypress-io/cypress/issues/16577). - [`cy.screenshot()`](/api/commands/screenshot) no longer incorrectly captures parts of the Test Runner UI during component testing. Fixes [#&#8203;16543](https://github.com/cypress-io/cypress/issues/16543). - Spec files that containing spaces in the path will now properly open during `cypress open-ct`. Fixes [#&#8203;16278](https://github.com/cypress-io/cypress/issues/16278). - Cypress now correctly uses the `componentFolder` and `testFiles` values from returned from plugins in the component testing runner. Fixes [#&#8203;16424](https://github.com/cypress-io/cypress/issues/16424). - Video recordings in Chrome, Chromium, and Electron browsers will no longer drop frames, with the frequency increasing along with the length of the video. Fixes [#&#8203;16648](https://github.com/cypress-io/cypress/issues/16648). - Tests located outside of the `projectRoot` will now open in IDE and generate studio commands when saved. Fixes [#&#8203;16255](https://github.com/cypress-io/cypress/issues/16255). - `config` in the plugins file will now display in alphabetical order. Fixes [#&#8203;16564](https://github.com/cypress-io/cypress/issues/16564). **Dependency Updates:** - Upgraded `dependency-tree` from `7.0.2` to `8.1.0`. Addressed in [#&#8203;16464](https://github.com/cypress-io/cypress/issues/16464). - Upgraded `extract-zip` from `1.7.0` to `2.0.1`. Fixes [#&#8203;6896](https://github.com/cypress-io/cypress/issues/6896) </details> --- ### Renovate 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-05-24 21:01:54 +00:00
renovate added 1 commit 2021-05-24 21:01:55 +00:00
continuous-integration/drone/pr Build is passing Details
6fcc137232
Update dependency cypress to v7.4.0
konrad merged commit 62004556ad into main 2021-05-24 21:42:53 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.