t3n / neos-debug

Adds a debug panel to your Neos CMS website
MIT License
30 stars 16 forks source link

Bump cypress from 3.4.1 to 3.6.0 in /e2e #47

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps cypress from 3.4.1 to 3.6.0.

Release notes *Sourced from [cypress's releases](https://github.com/cypress-io/cypress/releases).* > ## 3.6.0 > *Released 10/31/2019* > > **Features:** > > - [`testFiles`](https://on.cypress.io/configuration#Folders-Files) now also accepts an Array of glob patterns when specifying what test files to load in configuration. Addresses [#5401](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5401). > > **Bugfixes:** > > - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) where the maximum size of an HTTP header or body in a stubbed [`cy.route()`](https://on.cypress.io/route) was limited to 8kb causing requests to fail with a 431 HTTP error. Fixes [#5431](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5431). > - We fixed a bug where certain types of uncaught errors originating from the application under test would not route through the [`uncaught:exception`](https://on.cypress.io/catalog-of-events#Uncaught-Exceptions) handler, and thus could not caught and ignored. These errors will also now correctly indicate that they came from application code. Fixes [#987](https://github-redirect.dependabot.com/cypress-io/cypress/issues/987). > - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) that would throw an error during `cypress verify` when running as a non-root user on a non-Windows machine. We now always set the `--no-sandbox` flag when verifying in Electron, even when running as a non-root user. Fixes [#5434](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5434). > - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) where sometimes cookies were not set on the correct URL during a redirect inside of a [`cy.visit()`](https://on.cypress.io/visit) or [`cy.request()`](https://on.cypress.io/request). Fixes [#5432](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5432). > - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) causing environment variables containing unicode values to be incorrectly resolved when read via [`Cypress.env()`](https://on.cypress.io/env). Fixes [#5435](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5435). > - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) that prevented use of `.click()` or `.type()` inside of an iframe element. Fixes [#5449](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5449). Fixes [#5435](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5435). > - We now throw the proper error message when an element cannot be interacted with due to being covered by an element with `position:fixed`. Fixes [#5430](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5430). > - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) that caused some `click` events to not be sent to the correct elements during `.click()`. Fixes [#5459](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5459). > - We updated `.type()` to properly respect focus selection changes during typing. Fixes [#5456](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5456). > - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) that caused selected text to be overwritten while typing a modifer key during `.type()`. Fixes [#5439](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5439). > - We now send all the proper events during `.type()` to input elements with type `date`, `time`, and `datetime-local` so that it now behaves as it did prior to [3.5.0](https://on.cypress.io/changelog-3-5-0). Fixes [#5476](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5476). > - We now properly render iframe placeholder content when previewing DOM snapshots. Fixes [#5295](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5295). > > **Misc:** > > - We no longer log the default option `{multiple: true}` in the Command Log or the console during [`cy.dblclick()`](https://on.cypress.io/dblclick). Addresses [#5406](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5406). > - The text color of inactive tabs within the Cypress Chrome browser has been set to white for better readability. Addresses [#1661](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1661). > > **Dependency Updates** > > - Replaced `express-handlebars` with `squirrelly` to reduce dependency size. Addressed in [#5521](https://github-redirect.dependabot.com/cypress-io/cypress/pull/5521). > - Upgraded `graceful-fs` from `4.2.0` to `4.2.3`. Addressed in [#5497](https://github-redirect.dependabot.com/cypress-io/cypress/pull/5497). > > ## 3.5.0 > *Released 10/23/2019* > > **Features:** > > - We now record video during `cypress run` in Chrome, Chromium, and Canary browsers. This requires passing the name or path of the Chrome browser to the [`--browser` flag](https://on.cypress.io/command-line#cypress-run-browser-lt-browser-name-or-path-gt). Addresses [#4608](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4608). > - There is a new [`.rightclick()`](https://on.cypress.io/rightclick) command to right click on DOM elements. Addresses [#53](https://github-redirect.dependabot.com/cypress-io/cypress/issues/53). > - Cypress now accepts a [`--config-file` argument](https://on.cypress.io/command-line#cypress-run-config-file-lt-config-file-gt) to specify a different file to be used for Cypress configuration. You can also pass `false` to the `--config-file` to not use any configuration file. Addresses [#1369](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1369). > - You can now use your system's Node version by setting the [`nodeVersion`](https://on.cypress.io/configuration#Node-version) to `system` in your configuration. This Node version will be used to build files in your [`integrationFolder`](https://on.cypress.io/configuration#Folders-Files) and "`supportFile`" configuration#Folders-Files and also be used to execute code in your "`pluginsFile`" configuration#Folders-Files. If not set, Cypress will continue to use the Node version bundled with Cypress. Addresses [#4432](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4432). > - "`.dblclick()` dblclick now accepts `position`, `x`, and `y` arguments. Addresses [#116](https://github-redirect.dependabot.com/cypress-io/cypress/issues/116). > - "`.dblclick()` dblclick now accepts `force` and `multiple` in its `options`. Addresses [#116](https://github-redirect.dependabot.com/cypress-io/cypress/issues/116). > - [`.screenshot()`](https://on.cypress.io/screenshot) now accepts a `padding` argument when screenshotting elements that will alter the dimensions of the screenshot of the element. Addresses [#4440](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4440). > - [`cy.visit()`](https://on.cypress.io/visit) now accepts a `qs` option representing an object of query paramaters to be used in the URL. Addresses [#5034](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5034). > - [`cy.viewport()`](https://on.cypress.io/viewport) now allows for viewport sizes up to 4,000 pixels. Addresses [#5181](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5181). > - [`cy.viewport()`](https://on.cypress.io/viewport) accepts new size presets for `iphone-xr`, `iphone-x`, `samsung-s10` and `samsung-note9`. Addresses [#4967](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4967). > - Passing a `~` to `CYPRESS_CACHE_FOLDER` will automatically resolve to the user's home directory. Addresses [#5386](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5386). > > **Bugfixes:** > ... (truncated)
Commits - [`82ffca9`](https://github.com/cypress-io/cypress/commit/82ffca917e32925430ae31dc1b46f1d05822ebde) release 3.6.0 [skip ci] - [`b3e40b0`](https://github.com/cypress-io/cypress/commit/b3e40b08cd688afd45b1d613f73b9fc2ea81f6be) allow list of search patterns in testFiles config option ([#5402](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5402)) - [`93093fb`](https://github.com/cypress-io/cypress/commit/93093fb3cf51130e97ed914c020e31d5a6836764) fix(deps): update dependency graceful-fs to version 4.2.3 🌟 ([#5497](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5497)) - [`c5b323a`](https://github.com/cypress-io/cypress/commit/c5b323a467aa734794fd44248cc7ed7efc73dfd5) set color of inactive tabs to white ([#5503](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5503)) - [`93446a2`](https://github.com/cypress-io/cypress/commit/93446a25f183f37808221eeaa15d31d05f748a17) Fixes flaky test in rerun_spec.coffee. ([#5546](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5546)) - [`232c004`](https://github.com/cypress-io/cypress/commit/232c0046d3df808561a592e063ac977d06fe29c2) capture AUT uncaught errors and properly route them to uncaught… ([#5249](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5249)) - [`249db45`](https://github.com/cypress-io/cypress/commit/249db45363d9005ffa595b29f85495cece160cb0) Use websockets to stub large XHR response bodies instead of hea… ([#5525](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5525)) - [`e405d8a`](https://github.com/cypress-io/cypress/commit/e405d8a9a1671d7f3591925b42adaba1d94ab757) 3.5.0 - send keyboard events for single value change inputs ([#5498](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5498)) - [`91a4477`](https://github.com/cypress-io/cypress/commit/91a4477ad0d293949e19668f028bcbacc7bba174) replace handlebars with squirrelly ([#5521](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5521)) - [`3182f62`](https://github.com/cypress-io/cypress/commit/3182f6257303c1001aae5c6e7fb11accc437c59e) fix iframe placeholder html ([#5296](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5296)) - Additional commits viewable in [compare view](https://github.com/cypress-io/cypress/compare/v3.4.1...v3.6.0)


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.


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #48.