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.0 to 3.4.1 in /e2e #23

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps cypress from 3.4.0 to 3.4.1.

Release notes *Sourced from [cypress's releases](https://github.com/cypress-io/cypress/releases).* > ## 3.4.1 > *Released 7/29/2019* > > **Dashboard Features:** > > - We’re excited to announce [GitHub integration](https://on.cypress.io/github-integration) for the [Cypress Dashboard](https://on.cypress.io/dashboard). You can now get timely and useful test run information within pull-requests via status checks and pull-request comments. Learn all about it on [our blog](https://www.cypress.io/blog/2019/07/29/github-integration-for-the-cypress-dashboard/). Addresses [#981](https://github-redirect.dependabot.com/cypress-io/cypress/issues/981). > > **Bugfixes:** > > - Fixed a bug where the content of pages using non-UTF-8 character encoding would become corrupted when opened in Cypress. Fixes [#3479](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3479), [#1543](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1543), and [#3650](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3650). > - Fixed a regression introduced in [3.4.0](https://on.cypress.io/changelog#3-4-0) that caused an error to be thrown when chaining together multiple assertions using the `and` chainable getter. Fixes [#4833](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4833). > - The `include` and `includes` assertion chainers now correctly work the same as `contain` and `contains` assertion chainers. Fixes [#4833](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4833). > - Cypress now correctly works offline on Windows when visiting a localhost URL. Fixes [#4763](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4763). > - [`cy.type()`](https://on.cypress.io/type) now factors in the `readonly` property of `` elements, and will wait for this property to be `false` before attempting to type. Fixes [#1246](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1246). > - Variables beginning with `top` and `location` in your application code are no longer modified when `modifyObstructiveCode` is `true`. Fixes [#4794](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4794). > - We removed erroneous socket connections when the browser is initially launching. Fixes [#4776](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4776). > - Fixed a bug when dismissing pinned snapshots that would cause the page to be wiped with nothing rendered. Fixes [#4864](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4864). > - We upgraded the `mocha-teamcity-reporter` dependency so that it no longer errors in certain situations when trying to access duration on tests. Fixes [#4654](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4654). > - We upgraded the `lodash` dependency to fix a security vulnerability warning. Fixes [#4699](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4699), [#4730](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4730), [#4743](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4743). > > **Misc:** > > - We now ensure we are shipping with production versions of dependencies such as `react`, `mobx`, etc. This should help to prevent conflicts with Developer Tools extensions and increase performance by reducing memory, heap allocation, and overall JS bundle size. Addresses [#4844](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4844). > - Video recordings now wait after all tests finish to ensure that the video captures the final rendered frames of the browser. This prevents the last few paints from being cut off. Fixes [#2370](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2370). > - Cypress now looks for any npm proxy configuration values as a fallback when no other system proxy configuration is found. This brings this feature into parity with how npm reads off proxy configuration values during an `npm install`. Addresses [#4719](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4719). > - We updated the messaging when there is a failure downloading Cypress to recommend checking your proxy settings. Addresses [#1662](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1662). > - A warning message now displays if you attempt to run the Cypress binary directly instead of going through the cypress `npm` package. Addresses [#1573](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1573). > - There are newly added examples in the TypeScript definitions for [custom commands](https://on.cypress.io/custom-commands), [`cy.location()`](https://on.cypress.io/location) and [`.should()`](https://on.cypress.io/should). Addresses [#3684](https://github-redirect.dependabot.com/cypress-io/cypress/issues/3684) and [#4715](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4715). > - The types for the [`cy.contains(content, options)`](https://on.cypress.io/contains) syntax have been added. Addresses [#4727](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4727). > - Types for `cy.once()` have been added. Addressed in [#4788](https://github-redirect.dependabot.com/cypress-io/cypress/pull/4788). > - There is now a `{ parseSpecialCharSequences: false }` option to [`cy.type()`](https://on.cypress.io/type) that disables parsing the special character sequences found between the `{}` characters. This will now type what you've provided literally without any special parsing. Fixes [#4287](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4287). > - You can now zoom in the main Test Runner window and also the Electron browser. Corresponding keyboard shortcuts for Zoom in, Zoom out and Actual Size are also available. Addresses [#1231](https://github-redirect.dependabot.com/cypress-io/cypress/issues/1231). > - When viewing the Test Runner's main window at its smallest size, the header text no longer incorrectly wraps. Addresses [#86](https://github-redirect.dependabot.com/cypress-io/cypress/issues/86). > - We're continuing to make process in converting our codebase from CoffeeScript to JavaScript. Addresses [#2690](https://github-redirect.dependabot.com/cypress-io/cypress/issues/2690) in [#4781](https://github-redirect.dependabot.com/cypress-io/cypress/pull/4781) and [#4817](https://github-redirect.dependabot.com/cypress-io/cypress/pull/4817). > - We increased the cypress binary verification phase from 10 seconds to 30 seconds to accomodate underpowered or overwhelmed machines typically found in CI environments. Addresses [#4624](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4624). > > **Documentation Changes:** > > - We have new instructions on how to set up [GitHub Integration](https://on.cypress.io/github-integration) with the Cypress Dashboard. > - Updated instructions for adding types for custom commands in the [TypeScript Support](https://on.cypress.io/typescript-support#Types-for-custom-commands) doc. Addressed in [#1901](https://github-redirect.dependabot.com/cypress-io/cypress-documentation/pull/1901) > - Added a section about video encoding and how to speed up the encoding time to [Screenshots and Videos](https://on.cypress.io/screenshots-and-videos#Video-encoding) doc. Addressed in [#1880](https://github-redirect.dependabot.com/cypress-io/cypress-documentation/pull/1880) > > **Dependency Updates** > > - Upgraded `@ffmpeg-installer/ffmpeg` from `1.0.17` to `1.0.19`. Addressed in [#4792](https://github-redirect.dependabot.com/cypress-io/cypress/pull/4792). > - Upgraded `browserify` from `13.3.0` to `16.3.0`. Addressed in [#4751](https://github-redirect.dependabot.com/cypress-io/cypress/pull/4751), [#4825](https://github-redirect.dependabot.com/cypress-io/cypress/pull/4825) and [#4826](https://github-redirect.dependabot.com/cypress-io/cypress/pull/4826). > - Upgraded `data-uri-to-buffer` from `1.2.0` to `2.0.1`. Addressed in [#4622](https://github-redirect.dependabot.com/cypress-io/cypress/pull/4622). > - Upgraded `duplexify` from `4.0.0` to `4.1.1`. Addressed in [#4853](https://github-redirect.dependabot.com/cypress-io/cypress/pull/4853). > - Upgraded `graceful-fs` from `4.1.15` to `4.2.0`. Addressed in [#4818](https://github-redirect.dependabot.com/cypress-io/cypress/pull/4818). > - Upgraded `lodash` from `4.17.11` to `4.17.15`. Addressed in [#4684](https://github-redirect.dependabot.com/cypress-io/cypress/pull/4684), [#4709](https://github-redirect.dependabot.com/cypress-io/cypress/pull/4709), [#4784](https://github-redirect.dependabot.com/cypress-io/cypress/pull/4784). > ... (truncated)
Commits - [`ac6af44`](https://github.com/cypress-io/cypress/commit/ac6af44ab9d3f31d2dfce73f39fcc0279e61e960) release 3.4.1 [skip ci] - [`285fe40`](https://github.com/cypress-io/cypress/commit/285fe40753d04d9fb16e91b99573f20d6a32bae7) release 3.4.1 [skip ci] - [`680a2fc`](https://github.com/cypress-io/cypress/commit/680a2fccd29fb583f7d17a17056a9d15c2d26af9) gitignore packages/example/cypress ([#4862](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4862)) - [`b52209c`](https://github.com/cypress-io/cypress/commit/b52209c59fa081acb8e9a035c66c25b8c6c5dd71) chore(deps): Update dependency @cypress/react-tooltip to versio… ([#4861](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4861)) - [`11784c3`](https://github.com/cypress-io/cypress/commit/11784c3af2fe699fec934f763a120e7f58b8f9d3) CLI: increase smoke test timeout to 30s ([#4859](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4859)) - [`3111ae1`](https://github.com/cypress-io/cypress/commit/3111ae102740efd7e9004528c66bbc2515afe2df) updated example spec files - [`a7dfda9`](https://github.com/cypress-io/cypress/commit/a7dfda986531f9176468de4156e3f1215869c342) Show warning when binary is run directly (outside npm module) ([#4701](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4701)) - [`d73d350`](https://github.com/cypress-io/cypress/commit/d73d350cfb9280fc0c7b76c464fab7e45e9b979d) Allow video to be recorded till the end of the test ([#4804](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4804)) - [`0e867e0`](https://github.com/cypress-io/cypress/commit/0e867e0bda7e060dd1207df62737e39cefb89d77) chore(deps): update dependency dtslint to version 0.9.0 🌟 ([#4852](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4852)) - [`06ee0ca`](https://github.com/cypress-io/cypress/commit/06ee0ca238b18fa6d432c95d8ec2437a8c507f9a) Fix erroneous socket connections to undefinedCHANGE_ME_PATH ([#4799](https://github-redirect.dependabot.com/cypress-io/cypress/issues/4799)) - Additional commits viewable in [compare view](https://github.com/cypress-io/cypress/compare/v3.4.0...v3.4.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 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). To ignore the version in this PR you can just close it - `@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) Finally, you can contact us by mentioning @dependabot.