chore(deps): update dependency @cypress/vue to v4.1.0 #2249

Merged
konrad merged 1 commits from renovate/cypress-vue-4.x into main 2022-08-12 11:25:53 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@cypress/vue devDependencies minor 4.0.0 -> 4.1.0

Release Notes

cypress-io/cypress

v4.1.0

Compare Source

Released 2/28/2020

Features:

  • There is a new cypress info command to see the locally detected browsers and other information related to Cypress. Addresses #​4540.
  • You can now click a 'Try Again' button to recheck if the server at the designated baseUrl is running within the warning message during cypress open. Addresses #​3284.
  • There are "collapse all" and "expand all" links in the Test Runner's "Tests" tab to collapse or expand all folders within the "Integration Tests". Addresses #​6282.
  • The plugins file function's config argument now includes projectRoot (absolute path to the root of the project) and configFile (absolute path to the configuration file). Addresses #​5941.

Bugfixes:

  • Fixed a regression where Cypress could throw a "Maximum call stack size exceeded" error when transmitting a circular object over the internal WebSocket. Fixes #​6582.
  • We fixed an issue where using Chromium-family browsers could cause Cypress to throw a "WebSocket is not open: readyState 3" error under certain conditions. Fixes #​5685.
  • We now more thoroughly ensure the parent of an element exists when recursively calling visibility and existence checks in order to prevent some maximum call stack errors. Fixes #​4373.
  • We fixed an issue where a maximum call stack error would throw in some circumstances when xhr.onreadystatechange is accessed. Fixes #​5864.
  • We fixed a regression in 3.5.0 where typing into an iframe with a body element with the contenteditable attribute would throw an error. Fixes #​5930.
  • We now set the default window size when running Chrome headlessly to 1280x720. Fixes #​6210.
  • We fixed an issue where cypress install would not complete on Node.js 8.0.0. Fixes #​6512 and #​6568.
  • {% url "cy.clearLocalStorage()" clearlocalstorage now properly accepts the log option to disable logging. Fixes #​6342.

Misc:

  • The error messages displayed when rerouting to a non same-origin domain has been updated to more accurately reflect the rules around same-origin policy. Addresses #​6048.
  • We fixed an error message that would display the wrong available browser families during validation. Addressed in #​6517.
  • We fixed some typos in some of our error messages. Addressed in #​6508.
  • We're collecting more environment variables when running Cypress with GitLab CI. Addresses #​6231.
  • The typing of cy.$$ has been updated to distinguish differences between it and Cypress.$. "More info here" $#Cypress-vs-cy Addresses #​2027.
  • We're continuing to make progress in converting our codebase from CoffeeScript to JavaScript. Addresses #​2690 in #​6552, #​6523, and #​6545.

Dependency Updates

  • Upgraded electron from 7.1.10 to 7.1.13. Addressed in #​6566.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@cypress/vue](https://github.com/cypress-io/cypress) | devDependencies | minor | [`4.0.0` -> `4.1.0`](https://renovatebot.com/diffs/npm/@cypress%2fvue/4.0.0/4.1.0) | --- ### Release Notes <details> <summary>cypress-io/cypress</summary> ### [`v4.1.0`](https://github.com/cypress-io/cypress/releases/tag/v4.1.0) [Compare Source](https://github.com/cypress-io/cypress/compare/@cypress/vue-v4.0.0...@cypress/vue-v4.1.0) *Released 2/28/2020* **Features:** - There is a new `cypress info` command to see the locally detected browsers and other information related to Cypress. Addresses [#&#8203;4540](https://github.com/cypress-io/cypress/issues/4540). - You can now click a 'Try Again' button to recheck if the server at the designated `baseUrl` is running within the warning message during `cypress open`. Addresses [#&#8203;3284](https://github.com/cypress-io/cypress/issues/3284). - There are "collapse all" and "expand all" links in the Test Runner's "Tests" tab to collapse or expand all folders within the "Integration Tests". Addresses [#&#8203;6282](https://github.com/cypress-io/cypress/issues/6282). - The plugins file function's `config` argument now includes `projectRoot` (absolute path to the root of the project) and `configFile` (absolute path to the configuration file). Addresses [#&#8203;5941](https://github.com/cypress-io/cypress/issues/5941). **Bugfixes:** - Fixed a regression where Cypress could throw a "Maximum call stack size exceeded" error when transmitting a circular object over the internal WebSocket. Fixes [#&#8203;6582](https://github.com/cypress-io/cypress/issues/6582). - We fixed an issue where using Chromium-family browsers could cause Cypress to throw a "WebSocket is not open: readyState 3" error under certain conditions. Fixes [#&#8203;5685](https://github.com/cypress-io/cypress/issues/5685). - We now more thoroughly ensure the parent of an element exists when recursively calling visibility and existence checks in order to prevent some maximum call stack errors. Fixes [#&#8203;4373](https://github.com/cypress-io/cypress/issues/4373). - We fixed an issue where a maximum call stack error would throw in some circumstances when `xhr.onreadystatechange` is accessed. Fixes [#&#8203;5864](https://github.com/cypress-io/cypress/issues/5864). - We fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) where typing into an iframe with a body element with the contenteditable attribute would throw an error. Fixes [#&#8203;5930](https://github.com/cypress-io/cypress/issues/5930). - We now set the default window size when running Chrome headlessly to 1280x720. Fixes [#&#8203;6210](https://github.com/cypress-io/cypress/issues/6210). - We fixed an issue where `cypress install` would not complete on Node.js 8.0.0. Fixes [#&#8203;6512](https://github.com/cypress-io/cypress/issues/6512) and [#&#8203;6568](https://github.com/cypress-io/cypress/issues/6568). - {% url "`cy.clearLocalStorage()`" clearlocalstorage now properly accepts the `log` option to disable logging. Fixes [#&#8203;6342](https://github.com/cypress-io/cypress/issues/6342). **Misc:** - The error messages displayed when rerouting to a non same-origin domain has been updated to more accurately reflect the rules around same-origin policy. Addresses [#&#8203;6048](https://github.com/cypress-io/cypress/issues/6048). - We fixed an error message that would display the wrong available browser families during validation. Addressed in [#&#8203;6517](https://github.com/cypress-io/cypress/pull/6517). - We fixed some typos in some of our error messages. Addressed in [#&#8203;6508](https://github.com/cypress-io/cypress/pull/6508). - We're collecting more environment variables when running Cypress with GitLab CI. Addresses [#&#8203;6231](https://github.com/cypress-io/cypress/issues/6231). - The typing of `cy.$$` has been updated to distinguish differences between it and `Cypress.$`. "More info here" $#Cypress-vs-cy Addresses [#&#8203;2027](https://github.com/cypress-io/cypress/issues/2027). - We're continuing to make progress in converting our codebase from CoffeeScript to JavaScript. Addresses [#&#8203;2690](https://github.com/cypress-io/cypress/issues/2690) in [#&#8203;6552](https://github.com/cypress-io/cypress/pull/6552), [#&#8203;6523](https://github.com/cypress-io/cypress/pull/6523), and [#&#8203;6545](https://github.com/cypress-io/cypress/pull/6545). **Dependency Updates** - Upgraded `electron` from `7.1.10` to `7.1.13`. Addressed in [#&#8203;6566](https://github.com/cypress-io/cypress/pull/6566). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuNCIsInVwZGF0ZWRJblZlciI6IjMyLjE1My40In0=-->
renovate added the
dependencies
label 2022-08-11 16:02:57 +00:00
renovate added 1 commit 2022-08-11 16:02:58 +00:00
continuous-integration/drone/pr Build is passing Details
6260a20414
chore(deps): update dependency @cypress/vue to v4.1.0
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2249-renovate-cypress-vue-4-x--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2249-renovate-cypress-vue-4-x--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
konrad merged commit 600808beb0 into main 2022-08-12 11:25:53 +00:00
konrad deleted branch renovate/cypress-vue-4.x 2022-08-12 11:25:53 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.