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.4 to 3.1.5 #5

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps cypress from 3.1.4 to 3.1.5.

Release notes *Sourced from [cypress's releases](https://github.com/cypress-io/cypress/releases).* > ## 3.1.5 > *Released 1/30/2019* > > **Bugfixes:** > > - Fixed issue where the `onLoad` event was never being called when calling `cy.visit()` on the url Cypress is currently navigated to. Fixes [#1311](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1311). > - Fixed regression introduced in `3.1.4` that caused an `InvalidStateError` when visiting a page with an XHR request with a `responseType` other than `text` or `''`. Fixes [#3008](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3008). > - Fixed several issues in Chrome* versions >= 72 in the Cypress proxy that caused using `cy.visit()` with `localhost` to fail, or using `localhost` inside of the `baseUrl` configuration option. Fixes [#1872](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1872) and [#3252](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3252) and [#1777](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1777). > - Fixed another issue in Chrome* versions >= 72 where a scrollable command log would cause the entire application to be scrollable. Fixes [#3253](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3253). > - Fixed not correctly passing the `timeout` option for [`cy.request()`](https://on.cypress.io/request). This should fix some instances where large `timeout` values would cause `ESOCKETTIMEDOUT` errors. Fixes [#2669](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2669). > - Fixed issue where Cypress would inject a script tag before the `` declaration when the document only contained the doctype declaration. Fixes [#2617](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2617). > - The error message when visiting a site with an invalid content-type now prints the correct content-type of the response Cypress received from the web server. Fixes [#3101](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3101). > - Fixed issue where an internal `layout.html` file would inadvertently get loaded instead of the spec file. Fixes [#2891](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2891). > - Fixed issue where the Chromium browser was not detected in Linux due to Cypress not distinguishing between Chrome and Chromium browsers with the same version. Fixes [#1400](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1400). > - Fixed issue of Cypress being unable to play videos with `autoplay`. We now pass the `--no-user-gesture-required` command line switch to Chrome. Fixes [#2376](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2376). > - We now pass the Chromium command line switches `--use-fake-ui-for-media-stream` and `--use-fake-device-for-media-stream` to Chrome by default in order to better support testing webcam functionality. Fixes [#2704](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2704). > - Updated filenames allowed for screenshots to allow more characters that are valid. Fixes [#3052](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3052). > - Fixed TypeScript error caused by `dtslint` dependency introduced in 3.1.4. Fixes [#3024](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3024) and [#3136](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3136). > - Improved error message displayed for `cypress cache` to not display `[object Object]` and made `--help` labels more descriptive. Fixes [#2589](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2589). > > **Misc:** > > - Improved errors shown when opening a project in the Desktop Application. The design is more readable and the error's stack trace is now expandable. Addresses [#2955](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2955). > - Improved experience of search in Desktop Application when there are no results. Addresses [#3146](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3146). > - Updated tooltip content so that it no longer flows outside of the tooltip in the Test Runner when displaying longer routes. Fixes [#2980](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2980). > - Added word labels beside icons in Desktop Application for 'Support' and 'Docs' links. Addresses [#3091](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3091). > - Updated the CLI to no longer silence important stdout from `cypress version`, `cypress cache list` etc commands. Addresses [#2705](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2705). > - Fixed incorrect type definition for options usage for [.then()](https://on.cypress.io/then). Addresses [#3075](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3075). > - Fixed incorrect JSDoc comments in type definition for [.focus()](https://on.cypress.io/focus) and better formatted comments in type definitions. Addresses [#2975](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2975) and [#2954](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2954). > > **Dependency Updates** > > - We've begun automating our dependency update process in order to avoid accidental dependency updates. Addresses [#2990](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2990) and [#3025](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3025). > - Upgraded `sinon` from `3.2.0` to `3.3.0`. Addresses [#1328](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1328). > > **Documentation Changes:** > > - Added example on how to use a fake video for webcam testing to [Browser API doc](https://on.cypress.io/browser-launch-api#Use-fake-video-for-webcam-testing).
Commits - [`411b355`](https://github.com/cypress-io/cypress/commit/411b355055bde2de1b25d71a5b1f01e6da4e908a) release 3.1.5 [skip ci] - [`967f267`](https://github.com/cypress-io/cypress/commit/967f267cfc5c7f44a461d02ebe267900b265a92e) chore: run build-js in all packages with unit tests - [`a97f958`](https://github.com/cypress-io/cypress/commit/a97f958a3f3cfba1fea19cb6d011921fcf187176) ignore type error when filtering browser list - [`d54165b`](https://github.com/cypress-io/cypress/commit/d54165bdfe7e67d50ec0ee3c05787bb40e2f054b) Fix bug where scrollbar would take up full width of test runner instead of on... - [`a1c6e90`](https://github.com/cypress-io/cypress/commit/a1c6e903187466e8a2f451feede6e60c77c9a02c) Add "--proxy-bypass-list=<-loopback>" flag to default chrome args ([#3049](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3049)) - [`acceb79`](https://github.com/cypress-io/cypress/commit/acceb790199afc0b93846556e5bbc570844d2bb5) fix flakey tests ([#3227](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3227)) - [`1341893`](https://github.com/cypress-io/cypress/commit/13418932092bc29770c450ee0a01c6ff9838ebfb) Pass timeout to request library ([#3154](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3154)) - [`ef8b240`](https://github.com/cypress-io/cypress/commit/ef8b240bc0eb38c685f58a496353d2f797ce71ad) improve cache help messages snapshot more ([#2625](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2625)) - [`e2705e9`](https://github.com/cypress-io/cypress/commit/e2705e96ddd2f959ecad0475121046d882d2a211) Normalize headers across package READMEs [skip ci] - [`4858b79`](https://github.com/cypress-io/cypress/commit/4858b795525d81c3a577100525c139d9387103ee) fix tooltip styling ([#3210](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3210)) - Additional commits viewable in [compare view](https://github.com/cypress-io/cypress/compare/v3.1.4...v3.1.5)


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