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.1 in /e2e #48

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps cypress from 3.4.1 to 3.6.1.

Release notes *Sourced from [cypress's releases](https://github.com/cypress-io/cypress/releases).* > ## 3.6.1 > *Released 11/08/2019* > > **Bugfixes:** > > - The Electron browser no longer hangs when testing applications that have a prompt in a `beforeunload` handler. Fixes [#2118](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2118). > - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) where HTTP redirects could cause strange behavior, including cookies not being set as expected, leading to authentication issues and other problems. Fixes [#5436](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5436) and [#5432](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5432). > - When using [`cy.setCookie()`](https://on.cypress.io/setcookie) with the same `options` Object, Cypress now correctly sets the new cookie instead of the one passed into a previous [`cy.setCookie()`](https://on.cypress.io/setcookie). Fixes [#2701](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2701). > - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) where [`cy.clearCookie()`](https://on.cypress.io/clearcookie) would not act as expected when using certain `baseUrls`. Fixes [#5453](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5453). > - Cypress no longer crashes with the error `Failed to parse or set cookie named "xxx"` when loading certain websites. Fixes [#4990](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4990). > - Cypress now sends the expected headers or request body in a [`cy.visit()`](https://on.cypress.io/visit) to an HTTPS URL using the default port, 443. Fixes [#5367](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5367). > - We fixed a regression in [3.6.0](https://on.cypress.io/changelog-3-6-0) where Cypress would crash with `TypeError: Cannot read property 'length' of null` on some network requests. Fixes [#5585](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5585). > - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) that caused the red target to be rendered incorrectly when specifying offset coordinates to [`.click()`](https://on.cypress.io/click). Fixes [#5635](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5635). > - We fixed a regression in [3.6.0](https://on.cypress.io/changelog-3-6-0) that was causing an incorrect element to receive the `click` event during action commands. Fixes [#5578](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5578). > - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) causing text after using modifier keys in [`.type()`](https://on.cypress.io/type) to not be typed. Fixes [#5622](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5622). > - Elements with `backface-visibility: hidden;` are now accounted for when asserting on the elemtent's visibility. Fixes [#2985](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2985). > - We fixed a bug where a failed Cypress commands would incorrectly throw `cannot read property 'replace' of undefined` if the error's stack was `undefined`. Fixes [#1669](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1669). > - The 'Log In' modal within Cypress when setting up a project now correctly closes when manually closed. Fixes [#5631](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5631). > > **Misc:** > > - We improved the user experience around inspecting events fired during [`.click()`](https://on.cypress.io/click) and [`.type()`](https://on.cypress.io/type) commands within the console. Addresses [#5553](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5553). > - We increased the timeout when connecting to the "Developer Tools Protocol" from 5 seconds to 20 seconds and also added logging for when the connection takes longer than 5 seconds. Addresses [#5610](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5610). > - There is no longer a warning about `Promise.defer` appearing in stderr when running with video recording enabled. Addresses [#5611](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5611). > - Types for [`.rightclick()`](https://on.cypress.io/rightclick) and [`.dblclick()`](https://on.cypress.io/dblclick) have been updated to correctly reflect their accepted options. Addresses [#5617](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5617). > - We're continuing to make progress in converting our codebase from CoffeeScript to JavaScript. Addresses [#2690](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2690) in [#5556](https://github-redirect.dependabot.com/cypress-io/cypress/pull/5556) > > ## 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:** > ... (truncated)
Commits - [`3287fc1`](https://github.com/cypress-io/cypress/commit/3287fc14b8286e0a856d46586f911caf85799879) release 3.6.1 [skip ci] - [`87d41bc`](https://github.com/cypress-io/cypress/commit/87d41bc54c735e52818689b004ce84ec77f7ce03) chore(deps): Update cypress-example-kitchensink to 1.8.1 🌟 ([#5600](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5600)) - [`ab8957a`](https://github.com/cypress-io/cypress/commit/ab8957a3ba353c6db684a4b29eb816680fe3df35) Fixed backface visibility. ([#5591](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5591)) - [`6c39d2e`](https://github.com/cypress-io/cypress/commit/6c39d2ebfd898a5161d0969c321bf82e558d0d90) fix: give proper error message when err.stack is undefined ([#5313](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5313)) - [`1466f7c`](https://github.com/cypress-io/cypress/commit/1466f7cc988c45b43567a2f12a898b238502a21d) Properly close login modal during project setup ([#5647](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5647)) - [`98063ae`](https://github.com/cypress-io/cypress/commit/98063aec64fe42df6680f227a2aaf5692b73af88) Fix cy.clearCookie, fix HTTP redirect behavior, fix cy.visit HT… ([#5478](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5478)) - [`8298881`](https://github.com/cypress-io/cypress/commit/8298881c4f07c22ae8fa022d32c0235b832b98a7) test commit [skip ci] ([#5640](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5640)) - [`2c2549a`](https://github.com/cypress-io/cypress/commit/2c2549aff6021b20941d5021c39cc0878faf6670) Catch stray reads/writes on destroyed stream_buffers ([#5605](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5605)) - [`a45faf2`](https://github.com/cypress-io/cypress/commit/a45faf271a926c516b0f35f6c53c6cf17aa16996) fix capitalization - [`f39241c`](https://github.com/cypress-io/cypress/commit/f39241ca475f97abf7b318861babddf93d50c389) fix coords when specified x,y during click ([#5635](https://github-redirect.dependabot.com/cypress-io/cypress/issues/5635)) - Additional commits viewable in [compare view](https://github.com/cypress-io/cypress/compare/v3.4.1...v3.6.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.


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