EPSIBordeaux / epsi-expert-system

MIT License
1 stars 0 forks source link

chore(deps): update dependency cypress to v3.1.4 #48

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
cypress devDependencies patch 3.1.3 -> 3.1.4 source

Release Notes

cypress-io/cypress ### [`v3.1.4`](https://renovatebot.com/gh/cypress-io/cypress/releases/v3.1.4) [Compare Source](https://renovatebot.com/gh/cypress-io/cypress/compare/v3.1.3...v3.1.4) _Released 12/25/2018_ 🎄Merry Christmas everyone! **Bugfixes:** - Fixed a very longstanding (!) issue where [`.click()`](https://on.cypress.io/click) would fail to click the center coordinates of elements with style `display: inline`. Cypress would instead report that the element was being covered causing the error: `cy.click() failed because this element is being covered by another element`. Fixes [#​210](https://renovatebot.com/gh/cypress-io/cypress/issues/210) - We now no longer abort XHR's which have their `.abort()` method called but are already complete. This fixes an edge case where complete XHR's were having their `disposer` function called in frameworks like `rxJS` which lead to Cypress accidentally re-aborting the XHR's after they were complete. Fixes [#​761](https://renovatebot.com/gh/cypress-io/cypress/issues/761) - Fixed issues involving XHRs displaying as 'aborted' in the Cypress Command Log when they were not actually aborted. Fixes [#​1652](https://renovatebot.com/gh/cypress-io/cypress/issues/1652) - We no longer abort XHR request during the page's `unload` event and allow the browser to handle natively calling abort. Fixes [#​2968](https://renovatebot.com/gh/cypress-io/cypress/issues/2968) - Fixed an issue where Cypress's `devDependencies` were being included in the Windows binary. Fixes [#​2896](https://renovatebot.com/gh/cypress-io/cypress/issues/2896) - Fixed issue where XHR's `onreadystatechange` was not receiving the proper event arguments. Fixes [#​2925](https://renovatebot.com/gh/cypress-io/cypress/issues/2925) - We now properly strip leading paths of files on uncaught errors from Windows OS. Fixes [#​2936](https://renovatebot.com/gh/cypress-io/cypress/issues/2936) **Misc:** - Removed the word 'already' from the Cypress install message in order to be less confusing. Adresses [#​2754](https://renovatebot.com/gh/cypress-io/cypress/issues/2754) - Fixed incomplete type definitions for [`cy.request`](https://on.cypress.io/request). Fixes [#​2305](https://renovatebot.com/gh/cypress-io/cypress/issues/2305) **Dependency Updates** - Upgraded `commit-info` from `2.0.0` to `2.1.1`. Fixes [#​2848](https://renovatebot.com/gh/cypress-io/cypress/issues/2848). - Upgraded `lodash` from `4.17.10` to `4.17.11`. Fixes [#​2929](https://renovatebot.com/gh/cypress-io/cypress/issues/2929).

Renovate configuration

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

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

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

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



This PR has been generated by Renovate Bot. View repository job log here.