cypress-io / cypress-vue-unit-test

A little helper to unit test Vue components in the Cypress.io E2E test runner
294 stars 23 forks source link

chore(deps): update dependency cypress to v4.12.1 #375

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
cypress devDependencies minor 4.11.0 -> 4.12.1

Release Notes

cypress-io/cypress ### [`v4.12.1`](https://togithub.com/cypress-io/cypress/releases/v4.12.1) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v4.12.0...v4.12.1) _Released 8/5/2020_ **Bugfixes:** - The error `Cannot set property 'err' of undefined` will no longer incorrectly throw when rerunning tests in the Test Runner. Fixes [#​7874](https://togithub.com/cypress-io/cypress/issues/7874). - Skipping the last test before a nested suite with a `before` hook will now correctly run the tests in the suite following the skipped test. Fixes [#​8086](https://togithub.com/cypress-io/cypress/issues/8086). **Dependency Updates:** - Upgraded `md5` from `2.2.1` to `2.3.0`. Addressed in [#​8161](https://togithub.com/cypress-io/cypress/pull/8161). - Upgraded `electron-context-menu` from `0.15.1` to `2.2.0`. Addressed in [#​8180](https://togithub.com/cypress-io/cypress/pull/8180). ### [`v4.12.0`](https://togithub.com/cypress-io/cypress/releases/v4.12.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v4.11.0...v4.12.0) _Released 8/3/2020_ **Features:** - Now you can control whether screenshots are automatically taken on test failure during `cypress run` by setting [screenshotOnRunFailure](https://on.cypress.io/configuration#Screenshots) in your configuration. Addresses [#​5029](https://togithub.com/cypress-io/cypress/issues/5029). - The `pluginsFile` now has access to a readonly `version` property within the `config` object that returns the current Cypress version being run. This will allow plugins to better target specific Cypress versions. Addresses [#​6352](https://togithub.com/cypress-io/cypress/issues/6352). - During `cypress open`, you can now run a subset of all specs by [entering a text search filter and clicking 'Run n tests'](https://on.cypress.io/writing-and-organizing-tests#Run-filtered-specs). Addresses [#​6581](https://togithub.com/cypress-io/cypress/issues/6581). **Bugfixes:** - `position: fixed` elements that have a parent with `pointer-events: none` will now correctly evaluate as visible. Fixes [#​6675](https://togithub.com/cypress-io/cypress/issues/6675). - Applications using custom elements will no longer trigger infinite XHR request loops. Fixes [#​1068](https://togithub.com/cypress-io/cypress/issues/1068). - When snapshotting the DOM, Cypress no longer causes `attributeChangedCallback` to be triggered on custom elements. Fixes [#​7187](https://togithub.com/cypress-io/cypress/issues/7187). - Spec files containing `+` characters now properly run in Cypress. Fixes [#​5909](https://togithub.com/cypress-io/cypress/issues/5909). - When using the `fx` shortcut in [`cy.route()`](https://on.cypress.io/route), an error is now thrown when the fixture file cannot be found. Fixes [#​7818](https://togithub.com/cypress-io/cypress/issues/7818). - Cypress no longer thrown `Cannot read property '__error' of null` error when passing a file containing `null` content to [`cy.fixture()`](https://on.cypress.io/fixture). Fixes [#​8010](https://togithub.com/cypress-io/cypress/issues/8010). - Values containing exponential operators passed to `--env` via the command line are now properly read. Fixes [#​6891](https://togithub.com/cypress-io/cypress/issues/6891). - The "Open in IDE" button no longer disappears from hooks when the tests are manually rerun. Fixes [#​8094](https://togithub.com/cypress-io/cypress/issues/8094). - When [`experimentalSourceRewriting`](https://on.cypress.io/experiments) is enabled, AST rewriting will no longer return an output before the body is done being written. This would happen when the response body was too large and the response would be sent while the body was still being modified. Fixes [#​8043](https://togithub.com/cypress-io/cypress/issues/8043). - When using [`.type()`](https://on.cypress.io/type), Cypress now properly types into an input within an iframe that auto focuses the input. Fixes [#​8111](https://togithub.com/cypress-io/cypress/issues/8111). **Misc:** - Dependencies for our `cypress` npm package are no longer pinned to a specific version. This allows the use of `npm audit fix` to fix security vulnerabilities without needing a patch release from Cypress. Addresses [#​8046](https://togithub.com/cypress-io/cypress/issues/8046). - We now collect environment variables for AWS CodeBuild when recording to the Dashboard. Addressed [#​8101](https://togithub.com/cypress-io/cypress/issues/8101). - Types inside Module API are now accessible via the `CypressCommandLine` namespace. Addresses [#​7309](https://togithub.com/cypress-io/cypress/issues/7309). - We added more type definitions for the [`.should()`](https://on.cypress.io/should) command. Addresses [#​5573](https://togithub.com/cypress-io/cypress/issues/5573). - Cookie command's `expiry` property type is now a Number instead of a String. Addresses [#​8144](https://togithub.com/cypress-io/cypress/issues/8144). - There are some minor visual improvements to the Test Runner's Command Log when hovering, focusing and clicking on hook titles and pending tests. Addressed in [#​8153](https://togithub.com/cypress-io/cypress/pull/8153). **Dependency Updates:** - Upgraded `jimp` from `0.13.0` to `0.14.0`. Addressed in [#​8102](https://togithub.com/cypress-io/cypress/pull/8102). - Upgraded `moment` from `2.26.0` to `2.27.0`. Addressed in [#​8122](https://togithub.com/cypress-io/cypress/pull/8122).

Renovate configuration

:date: Schedule: "every weekend" in timezone America/New_York.

: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.