chore(deps): update dependency cypress to v9.5.3 #1729

Merged
konrad merged 1 commits from renovate/cypress-9.x into main 2022-03-28 21:26:43 +00:00
Member

This PR contains the following updates:

Package Type Update Change
cypress devDependencies patch 9.5.2 -> 9.5.3

Release Notes

cypress-io/cypress

v9.5.3

Compare Source

Released 3/28/2022

Bugfixes:

  • Corrected a logging issue with cy.intercept() where the response status code
    and response body were sometimes missing from the log details in open mode.
    Fixed #​18757.
  • Fixed an issue in cy.readFile() where the command would not retry or provide
    a meaningful error message if null encoding was used and the file was not
    found. Fixed #​20683.
  • Updated the Cypress Keyboard shortcuts to only run the shortcut when the
    pressed shortcut key was not used in conjunction with either the alt,
    ctrl, or shift modifier keys. This fixed an issue where the Cypress
    shortcut handler would override the browser native keyboard shortcut for
    search (ctrl + f). Fixed
    #​20222.
  • Updates were made to correctly escape dollar signs in the
    CYPRESS_DOWNLOAD_PATH_TEMPLATE environment variable. Issues were seen
    utilizing this template when the env was provided from a package manager file.
    Fixed #​19914.
  • Fix the Cypress.Buffer TypeScript type to reference the static constructor
    of Buffer, instead of incorrectly referencing the Buffer instance which
    caused Type errors. Fixes
    #​20542.

Dependency Updates:

  • Upgraded electron dependency from 15.3.4 to 15.3.5 to address the
    CVE-2022-21718 NVD security
    vulnerability. Addressed in
    #​20750.
  • Upgraded minimist dependency from 1.2.5 to 1.2.6. Addressed in
    #​20756.
  • Upgraded nanoid dependency from 3.1.20 to 3.1.31 to address the
    CVE-2021-23566 NVD security
    vulnerability. Addressed in
    #​20726.
  • Upgraded node-forge dependency from 1.0.0 to 1.3.0 to address the
    CVE-2022-24771 NVD security
    vulnerability. Addressed in
    #​20727.

Configuration

📅 Schedule: 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](https://github.com/cypress-io/cypress) | devDependencies | patch | [`9.5.2` -> `9.5.3`](https://renovatebot.com/diffs/npm/cypress/9.5.2/9.5.3) | --- ### Release Notes <details> <summary>cypress-io/cypress</summary> ### [`v9.5.3`](https://github.com/cypress-io/cypress/releases/v9.5.3) [Compare Source](https://github.com/cypress-io/cypress/compare/v9.5.2...v9.5.3) *Released 3/28/2022* **Bugfixes:** - Corrected a logging issue with `cy.intercept()` where the response status code and response body were sometimes missing from the log details in `open` mode. Fixed [#&#8203;18757](https://github.com/cypress-io/cypress/issues/18757). - Fixed an issue in `cy.readFile()` where the command would not retry or provide a meaningful error message if `null` encoding was used and the file was not found. Fixed [#&#8203;20683](https://github.com/cypress-io/cypress/issues/20683). - Updated the Cypress Keyboard shortcuts to only run the shortcut when the pressed shortcut key was not used in conjunction with either the `alt`, `ctrl`, or `shift` modifier keys. This fixed an issue where the Cypress shortcut handler would override the browser native keyboard shortcut for search (`ctrl + f`). Fixed [#&#8203;20222](https://github.com/cypress-io/cypress/issues/20222). - Updates were made to correctly escape dollar signs in the `CYPRESS_DOWNLOAD_PATH_TEMPLATE` environment variable. Issues were seen utilizing this template when the env was provided from a package manager file. Fixed [#&#8203;19914](https://github.com/cypress-io/cypress/issues/19914). - Fix the `Cypress.Buffer` TypeScript type to reference the static constructor of `Buffer`, instead of incorrectly referencing the `Buffer` instance which caused Type errors. Fixes [#&#8203;20542](https://github.com/cypress-io/cypress/issues/20542). **Dependency Updates:** - Upgraded `electron` dependency from `15.3.4` to `15.3.5` to address the [CVE-2022-21718](https://nvd.nist.gov/vuln/detail/CVE-2022-21718) NVD security vulnerability. Addressed in [#&#8203;20750](https://github.com/cypress-io/cypress/issues/20750). - Upgraded `minimist` dependency from `1.2.5` to `1.2.6`. Addressed in [#&#8203;20756](https://github.com/cypress-io/cypress/issues/20756). - Upgraded `nanoid` dependency from `3.1.20` to `3.1.31` to address the [CVE-2021-23566](https://nvd.nist.gov/vuln/detail/CVE-2021-23566) NVD security vulnerability. Addressed in [#&#8203;20726](https://github.com/cypress-io/cypress/pull/20726). - Upgraded `node-forge` dependency from `1.0.0` to `1.3.0` to address the [CVE-2022-24771](https://nvd.nist.gov/vuln/detail/CVE-2022-24771) NVD security vulnerability. Addressed in [#&#8203;20727](https://github.com/cypress-io/cypress/pull/20727). </details> --- ### Configuration 📅 **Schedule**: 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 added the
dependencies
label 2022-03-28 21:06:53 +00:00
renovate added 1 commit 2022-03-28 21:06:53 +00:00
continuous-integration/drone/pr Build is passing Details
5caff2d91d
chore(deps): update dependency cypress to v9.5.3
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://1729-renovate-cypress-9-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://1729-renovate-cypress-9-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 5d7de25a92 into main 2022-03-28 21:26:43 +00:00
konrad deleted branch renovate/cypress-9.x 2022-03-28 21:26:43 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.