chore(deps): update dependency cypress to v9.3.1 #1402

Merged
konrad merged 1 commits from renovate/cypress-9.x into main 2022-01-19 06:59:48 +00:00
Member

This PR contains the following updates:

Package Type Update Change
cypress devDependencies minor 9.2.1 -> 9.3.1

Release Notes

cypress-io/cypress

v9.3.1

Compare Source

v9.3.0

Compare Source

Released 1/18/2022

Features:

  • Added a new Cypress command, called
    .selectFile(), to select a file or files in an
    HTML5 input element or simulate dragging a file or files into the browser. The
    API is similar to cypress-file-upload and we have provided a
    migration guide
    for previous users of that plugin. For more details, see
    our blog post.
    Fixes #​19524 and
    #​170.
  • Exposed the Buffer polyfill, as Cypress.Buffer,
    to enable working with binary data. Addressed in
    #​19524.
  • Added the CYPRESS_DOWNLOAD_PATH_TEMPLATE environment variable which can be
    set to a string template for building the download URL for the Cypress binary.
    This environment variable is useful for users who are downloading the Cypress
    binary from a proxy that is not one-to-one with the Cypress's default download
    url. More information can be found in the
    Install Binary
    documentation. Fixes
    #​15697.

Bugfixes:

  • Fixed an issue where the --spec CLI parameter was not working properly when
    passing multiple glob patterns that are separated by commas. Fixes
    #​16102.
  • Fixed an issue with how the CYPRESS_VERIFY_TIMEOUT environment variable was
    read so it can set in a project's package.json or it's .npmrc. Fixes
    #​19559.

Dependency Updates:

  • Upgraded graceful-fs from 4.2.0 to 4.2.9. This upgrade resolves issues
    observed with using graceful-fs v4.2.0 with resolve v1.21+. Addressed in
    #​19676 and resolves
    #​19610.
    • NOTE: This upgrade to graceful-fs breaks Cypress's compatibility with
      Yarn 2. We have observed errors with Yarn 2.4.2 with graceful-fs 4.2.9.
      Before this change, Cypress had minimal Yarn 2 support (see
      #​6377). Between Yarn 3
      fixing multiple bugs and the migration path from Yarn 2 to Yarn 3 being
      minimal, we felt the best step forward was to support and recommend Yarn 3
      over Yarn 2.
  • Upgraded electron from 15.2.0 to 15.3.4. Addressed in
    #​19351.

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, check this box.

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 | minor | [`9.2.1` -> `9.3.1`](https://renovatebot.com/diffs/npm/cypress/9.2.1/9.3.1) | --- ### Release Notes <details> <summary>cypress-io/cypress</summary> ### [`v9.3.1`](https://github.com/cypress-io/cypress/compare/v9.3.0...v9.3.1) [Compare Source](https://github.com/cypress-io/cypress/compare/v9.3.0...v9.3.1) ### [`v9.3.0`](https://github.com/cypress-io/cypress/releases/v9.3.0) [Compare Source](https://github.com/cypress-io/cypress/compare/v9.2.1...v9.3.0) *Released 1/18/2022* **Features:** - Added a new Cypress command, called [`.selectFile()`](https://docs.cypress.io/api/commands/selectfile), to select a file or files in an HTML5 input element or simulate dragging a file or files into the browser. The API is similar to `cypress-file-upload` and we have provided a [migration guide](https://docs.cypress.io/guides/references/migration-guide#Migrating-from-cypress-file-upload-to-selectFile) for previous users of that plugin. For more details, see [our blog post](https://cypress.io/blog/2022/01/18/uploading-files-with-selectfile/). Fixes [#&#8203;19524](https://github.com/cypress-io/cypress/issues/19524) and [#&#8203;170](https://github.com/cypress-io/cypress/issues/170). - Exposed the `Buffer` polyfill, as [`Cypress.Buffer`](https://docs.cypress.io/api/utilities/buffer), to enable working with binary data. Addressed in [#&#8203;19524](https://github.com/cypress-io/cypress/issues/19524). - Added the `CYPRESS_DOWNLOAD_PATH_TEMPLATE` environment variable which can be set to a string template for building the download URL for the Cypress binary. This environment variable is useful for users who are downloading the Cypress binary from a proxy that is not one-to-one with the Cypress's default download url. More information can be found in the [Install Binary](https://docs.cypress.io/guides/getting-started/installing-cypress#Install-binary) documentation. Fixes [#&#8203;15697](https://github.com/cypress-io/cypress/issues/15697). **Bugfixes:** - Fixed an issue where the `--spec` CLI parameter was not working properly when passing multiple glob patterns that are separated by commas. Fixes [#&#8203;16102](https://github.com/cypress-io/cypress/issues/16102). - Fixed an issue with how the `CYPRESS_VERIFY_TIMEOUT` environment variable was read so it can set in a project's `package.json` or it's `.npmrc`. Fixes [#&#8203;19559](https://github.com/cypress-io/cypress/issues/19559). **Dependency Updates:** - Upgraded `graceful-fs` from `4.2.0` to `4.2.9`. This upgrade resolves issues observed with using graceful-fs v4.2.0 with resolve v1.21+. Addressed in [#&#8203;19676](https://github.com/cypress-io/cypress/issues/19676) and resolves [#&#8203;19610](https://github.com/cypress-io/cypress/pull/19610). - **NOTE:** This upgrade to `graceful-fs` breaks Cypress's compatibility with Yarn 2. We have observed errors with Yarn 2.4.2 with `graceful-fs` 4.2.9. Before this change, Cypress had minimal Yarn 2 support (see [#&#8203;6377](https://github.com/cypress-io/cypress/issues/6377)). Between Yarn 3 fixing multiple bugs and the migration path from Yarn 2 to Yarn 3 being minimal, we felt the best step forward was to support and recommend Yarn 3 over Yarn 2. - Upgraded `electron` from `15.2.0` to `15.3.4`. Addressed in [#&#8203;19351](https://github.com/cypress-io/cypress/issues/19351). </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, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2022-01-18 23:03:35 +00:00
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://1402-renovatecypress-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://1402-renovatecypress-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.
renovate changed title from chore(deps): update dependency cypress to v9.3.0 to chore(deps): update dependency cypress to v9.3.1 2022-01-19 06:02:46 +00:00
renovate force-pushed renovate/cypress-9.x from 1f57f47bca to 108d5bd96d 2022-01-19 06:02:47 +00:00 Compare
konrad merged commit 2d7cafd329 into main 2022-01-19 06:59:48 +00:00
konrad deleted branch renovate/cypress-9.x 2022-01-19 06:59:48 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.