eXist-db / e2e-core

"Integration tests for exist-db auto-deploy applications"
3 stars 2 forks source link

chore(deps-dev): bump cypress from 3.1.2 to 3.1.3 #2

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps cypress from 3.1.2 to 3.1.3.

Release notes *Sourced from [cypress's releases](https://github.com/cypress-io/cypress/releases).* > ## 3.1.3 > *Released 12/03/2018* > > **Bugfixes:** > > - Fixed regression introduced in [3.1.1](https://on.cypress.io/changelog#3.1.1) with `requestAnimationFrame` that caused some animations not to run. Fixes [#2725](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2725). > - Fixed regression introduced in [3.1.2](https://on.cypress.io/changelog#3.1.2) that caused DOM elements passed to [`cy.wrap()`](https://on.cypress.io/wrap) to no longer yield the proper jQuery array instance. Fixes [#2820](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2820). > - Fixed regression causing invocations of [cy.clock()](https://on.cypress.io/clock) to error on subsequent tests. Fixes [#2850](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2850). > - Fixed issue where a fix included in [3.1.2](https://on.cypress.io/changelog#3.1.2) did not pass the `windowsHide` argument to the proper options. Fixes [#2667](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2667) and [#2809](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2809). > - Passing [`.check({ force: true })`](https://on.cypress.io/check) no longer requires the checkbox or radio to be visible. Fixes [#1376](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1376). > > **Misc** > > - Updated types to support promises as arguments within [`cy.wrap`](https://on.cypress.io/wrap). Fixes [#2807](https://github-redirect.dependabot.com/cypress-io/cypress/pull/2807). > - We now expose all jQuery methods and values onto "`Cypress.$`" $. Fixes [#2830](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2830). > - [`cy.wait()`](https://on.cypress.io/wait) now accepts a separate timeout option for `requestTimeout` and `responseTimeout`. Fixes [#2446](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2446). > > **Dependency Updates** > > - Upgraded nodemon from `^1.8.1` to `^1.8.7`. Fixes [#2864](https://github-redirect.dependabot.com/cypress-io/cypress/pull/2864). > - Upgraded request from `^2.27.0` and `^2.28.0` to `^4.0.0`, Fixes [#2455](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2455). > > **Documentation Changes:** > > - Added `requestTimeout` and `responseTimeout` options to [`cy.wait()`](https://on.cypress.io/wait) > - Added 'History' table to [`cy.wait()`](https://on.cypress.io/wait) > - Added 'Alias' for assertions that are aliases of each other to [`Assertions`](https://on.cypress.io/assertions)
Commits - [`f328cb0`](https://github.com/cypress-io/cypress/commit/f328cb0f284de6252c553ca4b9ee13278074cd9a) release 3.1.3 [skip ci] - [`2f97cb3`](https://github.com/cypress-io/cypress/commit/2f97cb3604915028b7cd36577621ec0cb9181a4a) fix _global.setTimeout being undefined when restoring the clock ([#2875](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2875)) - [`e7b8683`](https://github.com/cypress-io/cypress/commit/e7b8683613563c4107d11fa33ccf9fbd3c9d2d1f) pass the requestAnimationFrame timestamp parameter into the callback function... - [`95dce9d`](https://github.com/cypress-io/cypress/commit/95dce9d8825566fdeca337c29257acb9fd634277) expose all jquery methods and values onto Cypress.$ ([#2873](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2873)) - [`c0ce2c4`](https://github.com/cypress-io/cypress/commit/c0ce2c460b9e2cf023070e05f79388c2a86bafd8) Allow separate request and response timeout overrides in cy.wait ([#2829](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2829)) - [`ca1139a`](https://github.com/cypress-io/cypress/commit/ca1139a09220c4e577c7442759ffa5694a43eaf2) Update types to support promises in wrap ([#2807](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2807)) - [`d57ca55`](https://github.com/cypress-io/cypress/commit/d57ca557499cb2d273701da87b5ffd8d74e5a066) fix windowsHide prop ([#2853](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2853)) - [`742e0d3`](https://github.com/cypress-io/cypress/commit/742e0d3bba9f60780181f98a4f335e5aff06e1e1) Update nodemon to remove malware ([#2864](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2864)) - [`6f9b472`](https://github.com/cypress-io/cypress/commit/6f9b47249e4704521ae7e5fbf4416e834b5ed47a) convert regular array of elements to jquery ([#2870](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2870)) - [`55cc098`](https://github.com/cypress-io/cypress/commit/55cc09873f61936ffeba6cd1a14bd458613b686b) update notes [skip ci] - Additional commits viewable in [compare view](https://github.com/cypress-io/cypress/compare/v3.1.2...v3.1.3)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.