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.2.0 to 3.3.1 #19

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps cypress from 3.2.0 to 3.3.1.

Release notes *Sourced from [cypress's releases](https://github.com/cypress-io/cypress/releases).* > ## 3.3.1 > *Released 5/23/2019* > > **News:** > > - We've [written a blog post](https://www.cypress.io/blog/2019/05/22/how-we-improved-network-speed-by-300-in-cypress-3-3-0/) about the 300% increase in proxy performance delivered in [3.3.0](https://on.cypress.io/changelog#3-3-0). > > **Bugfixes:** > > - Cypress no longer accidentally prints internal Electron logs when running `cypress run`. This bug would exhibit itself when verifying and running Cypress the first time after installation. You may have seen these logs when running in CI. Fixes [#4255](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4255). > - Fixed a bug for users running external network proxies that prevented requests from completing. Requests should now all work correctly. Fixes [#4257](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4257). > - Fixed a regression in [3.3.0](https://on.cypress.io/changelog#3-3-0) causing large requests such as `multipart/form-data` uploads to hang. Fixes [#4240](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4240), [#4252](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4252), and [#4253](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4253). > - Fixed issue where support for `have.focus`, `not.have.focus`, `be.focused` and `not.be.focused` [assertions](https://on.cypress.io/assertions) were not working. Fixes [#4265](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4265). > - Names given to [.as()](https://on.cypress.io/as) now work properly when they contain a `.` character. Fixes [#3512](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3512). > - The proper error is now thrown when passing `{log: false}` to a Cypress command that failed. Fixes [#3847](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3847). > - Fixed an issue where highlighting a command's snapshot would throw an error when no application was rendered in the AUT frame. Fixes [#4177](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4177). > - We now properly detect the branch name when running Cypress in AppVeyor. Fixed in [#4234](https://github-redirect.dependabot.com/cypress-io/cypress/pull/4234). > > **Misc:** > > - Fix capitalization of `Xvfb` in error messages. Addressed in [#4262](https://github-redirect.dependabot.com/cypress-io/cypress/pull/4262). > > **Documentation Changes:** > > - We have some newly translated documentation in [Chinese](http://on.cypress.io/zh-cn) and [Japanese](http://on.cypress.io/ja). If you'd like to help in translating more, please open a pull request in our [documentation repo](https://github.com/cypress-io/cypress-documentation). > > ## 3.3.0 > *Released 5/17/2019* > > **Features:** > > - Cypress now automatically reads from your system's `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` environment variables and proxies traffic accordingly through Cypress based on these values. This includes network traffic within your application under test, when downloading Cypress, and when accessing 'Runs' within the Test Runner. Please read our new [Proxy Configuration](https://on.cypress.io/proxy-configuration) doc to understand more about proxy configuration in Cypress. Fixes [#672](https://github-redirect.dependabot.com/cypress-io/cypress/issues/672), [#733](https://github-redirect.dependabot.com/cypress-io/cypress/issues/733), [#939](https://github-redirect.dependabot.com/cypress-io/cypress/issues/939), [#1039](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1039), [#1459](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1459), [#1469](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1469), [#1470](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1470), [#1541](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1541), [#1608](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1608), [#2295](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2295), [#3855](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3855), [#3865](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3865), [#1401](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1401) and [#3857](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3857). > - Your project's current proxy settings now display in the [Settings of the Test Runner](https://on.cypress.io/proxy-configuration#View-proxy-settings-in-Cypress). Addresses [#3856](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3856). > - Support for `have.focus`, `not.have.focus`, `be.focused` and `not.be.focused` [assertions](https://on.cypress.io/assertions) have been added. Addresses [#97](https://github-redirect.dependabot.com/cypress-io/cypress/issues/97). > - We now offer a separate 32bit and 64bit build for Windows. Addresses [#716](https://github-redirect.dependabot.com/cypress-io/cypress/issues/716), [#787](https://github-redirect.dependabot.com/cypress-io/cypress/issues/787), [#2095](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2095), [#706](https://github-redirect.dependabot.com/cypress-io/cypress/issues/706), [#3706](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3706), and [#4016](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4016). > - Requests that go through [`cy.visit()`](https://on.cypress.io/visit) or [`cy.request()`](https://on.cypress.io/request) are now automatically retried under the hood when the request fails. This more closely reflects Chrome's default behavior on requests. Addresses [#4013](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4013), [#898](https://github-redirect.dependabot.com/cypress-io/cypress/issues/898) and [#1013](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1013). > - [`cy.visit()`](https://on.cypress.io/visit) and [`cy.request()`](https://on.cypress.io/request) now support new options `retryOnStatusCodeFailure` and `retryOnNetworkFailure` to allow changing Cypress's automatic request retry on status codes and network errors. Addresses [#4013](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4013), [#898](https://github-redirect.dependabot.com/cypress-io/cypress/issues/898) and [#1013](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1013). > - [`.type()`](https://on.cypress.io/type) now supports the special character sequences `{insert}`, `{pageup}`, and `{pagedown}`. Addresses [#3845](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3845). > - We now indicate which XHRs match which alias in the Command Log on [`.wait()`](https://on.cypress.io/wait) when they match an alias multiple times. Addresses [#477](https://github-redirect.dependabot.com/cypress-io/cypress/issues/477). > - The console log when clicking on the [`cy.visit()`](https://on.cypress.io/visit) command now displays its resolved `options` arguments. Addresses [#3721](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3721). > - There's a new 'canceled' XHR status shown on the Command Log to indicate the difference between calling `xhr.abort()` and the browser canceling the request due to page navigation. Addresses [#3973](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3973). > - The Electron browser now runs Chrome Version 61. Addresses [#4000](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4000). > - Running Cypress via `cypress run` now supports scripts of `type="module"`. Fixes [#3696](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3696). > - Exposed [`Cypress.isCy()`](https://on.cypress.io/iscy) method to check if a value is a valid instance of `cy` or a `cy` chainable. Fixes [#3822](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3822). > - There is a new "Download Chromium" menu item in the "Help" menu of the Test Runner links to Cypress's [Chromium Download Tool](https://on.cypress.io/chromium-downloads). Addresses [#3977](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3977) > > **Bugfixes:** > > - Fixed a regression introduced in [3.2.0](https://on.cypress.io/changelog#3-2-0) that caused an error to throw when visiting domains with certain public suffixes. Fixes [#3717](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3717). > - When running Cypress with `NODE_OPTIONS` environment variables set, Cypress no longer issues an incorrect 0 exit code. [#1676](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1676) > ... (truncated)
Commits - [`da3f60a`](https://github.com/cypress-io/cypress/commit/da3f60a28c998b490493484696e914121ddc5f87) release 3.3.1 [skip ci] - [`6850e68`](https://github.com/cypress-io/cypress/commit/6850e68b48708866f6549f37a0f656b884f11caf) do not mutate process.env when verifying ([#4281](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4281)) - [`4521cdc`](https://github.com/cypress-io/cypress/commit/4521cdcc87414def652fb622942d2ab0c2bc4db6) reduce the retry intervals to prevent slow test + timeout - [`167badc`](https://github.com/cypress-io/cypress/commit/167badc587ac09a10ce1e17767c50d3464b23195) retry AppVeyor build after setting GH variables 4 - [`660475a`](https://github.com/cypress-io/cypress/commit/660475a3740eef7041cac6f721945b66e44700cf) retry AppVeyor build after setting GH variables 3 - [`0c8faae`](https://github.com/cypress-io/cypress/commit/0c8faaeca3eab40e4e24bf9a4ed5c93826240dc7) retry AppVeyor build after setting GH variables 2 - [`b50852b`](https://github.com/cypress-io/cypress/commit/b50852bde78fb5bd825648808499e1bf53c284b8) retry AppVeyor build after setting GH variables - [`fdb3895`](https://github.com/cypress-io/cypress/commit/fdb3895a7925f92512745d520a8c59be5ecde4a3) print if we have GH env variables set on AppVeyor - [`94de315`](https://github.com/cypress-io/cypress/commit/94de3155e2aa1de52fa11b9a1611fbc2f4e5e1e8) Merge branch 'develop' of github.com:cypress-io/cypress into develop - [`4ebd4b6`](https://github.com/cypress-io/cypress/commit/4ebd4b6b2bd58dd9c6dbf6312743293ac4dc99df) use latest github commit module version, print if we have variables set - Additional commits viewable in [compare view](https://github.com/cypress-io/cypress/compare/v3.2.0...v3.3.1)


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.


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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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.

Dependabot has been acquired by GitHub  🎉