bahmutov / cypress-svelte-unit-test

Unit testing Svelte components in Cypress E2E test runner
162 stars 21 forks source link

Update dependency cypress to v4.7.0 #107

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
cypress devDependencies minor 4.6.0 -> 4.7.0

Release Notes

cypress-io/cypress ### [`v4.7.0`](https://togithub.com/cypress-io/cypress/releases/v4.7.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v4.6.0...v4.7.0) _Released 5/26/2020_ **Features:** - `cy.request()` now supports an `encoding` option that can be used to set the encoding of the response body, defaulting to `utf-8`. Addresses [#​2029](https://togithub.com/cypress-io/cypress/issues/2029) and [#​3576](https://togithub.com/cypress-io/cypress/issues/3576). **Bugfixes:** - We fixed a regression in [4.6.0](https://on.cypress.io/changelog-4-6-0) where the address bar of the application under test would disappear when scrolling commands ran and the application under test would visually shift after taking screenshots. Fixes [#​7443](https://togithub.com/cypress-io/cypress/issues/7443) and [#​7466](https://togithub.com/cypress-io/cypress/issues/7466). - We fixed a regression where test runs could hang when loading spec files with source maps. Fixes [#​7464](https://togithub.com/cypress-io/cypress/issues/7464). **Misc:** - We now display a more descriptive error message when the plugins file does not export a function. Addresses [#​6611](https://togithub.com/cypress-io/cypress/issues/6611).

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.

bahmutov commented 4 years ago

:tada: This PR is included in version 3.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: