multei / web

Multei web app
https://multei.com.br
MIT License
3 stars 2 forks source link

chore(deps): update cypress #342

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cypress 5.4.0 -> 5.6.0 age adoption passing confidence
cypress-axe 0.8.1 -> 0.12.2 age adoption passing confidence

Release Notes

cypress-io/cypress ### [`v5.6.0`](https://togithub.com/cypress-io/cypress/releases/v5.6.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v5.5.0...v5.6.0) _Released 11/09/2020_ **Features:** - You can now dynamically add aliases for requests intercepted via [`cy.route2()`](https://on.cypress.io/route2). [See an example](https://on.cypress.io/route2#Aliasing-individual-requests). Addresses [#​387](https://togithub.com/cypress-io/cypress/issues/387). - You can now run all integration specs or all component specs separately (or a filtered list of specs) by clicking the appropriate button in the Test Runner in the _Tests_ tab. Addresses [#​8203](https://togithub.com/cypress-io/cypress/issues/8203). - Added a new modifier syntax to [`cy.type()`](https://on.cypress.io/type). You can now type shortcuts like `{ctrl+z}`. Addressed in [#​5694](https://togithub.com/cypress-io/cypress/issues/5694). - We now show a modal with release notes when available when there is a new version of Cypress. Addressed in [#​9006](https://togithub.com/cypress-io/cypress/issues/9006). - In the Test Runner's _Settings_ and _Runs_ tab you can now quickly copy the project id configuration and record key using a copy to clipboard icon. Addresses [#​9002](https://togithub.com/cypress-io/cypress/issues/9002). **Bugfixes:** - Fixed a regression introduced in [4.12.0](https://on.cypress.io/changelog#​4-12-0) where snapshotting caused images to load too many times. Fixes [#​8679](https://togithub.com/cypress-io/cypress/issues/8679). - Using [`cy.visit()`](https://on.cypress.io/visit) on sites with `content-type` of `text-html` followed by parameters (like `text/html;charset=utf-8`) will no longer throw an error about visiting a site with an invalid content-type. Fixes [#​8506](https://togithub.com/cypress-io/cypress/issues/8506) - The `Cannot access 'continueSent' before initialization` error will no longer throw when using [`cy.route2()`](https://on.cypress.io/route2). Fixes [#​8926](https://togithub.com/cypress-io/cypress/issues/8926). - Awaiting a request body when providing a static response stub in [`cy.route2()`](https://on.cypress.io/route2) should now work properly. Addressed in [#​9059](https://togithub.com/cypress-io/cypress/issues/9059). - The way that intercepted [`cy.route2()`](https://on.cypress.io/route2) requests are displayed in the Command Log has been improved, including showing the progress bar correctly. Addresses [#​9053](https://togithub.com/cypress-io/cypress/issues/9053). - The `Cannot read property 'replace' of undefined` error will no longer throw when attempting to generate the stack trace from an error thrown in the application. Fixes [#​7915](https://togithub.com/cypress-io/cypress/issues/7915). - Stack traces in the Command Log originating from application errors where the location is unavailable will no longer show as a clickable link to open in IDE. Fixes [#​9106](https://togithub.com/cypress-io/cypress/issues/9106). - When using the `fixture:` prefix as a stubbed response to [`cy.route()`](https://on.cypress.io/route), JSON fixtures containing only a number or boolean will no longer throw an error. Fixes [#​4899](https://togithub.com/cypress-io/cypress/issues/4899). - Fixed an issue causing failed subresource integrity checks for external scripts. Fixes [#​8983](https://togithub.com/cypress-io/cypress/issues/8983), [#​9049](https://togithub.com/cypress-io/cypress/issues/9049), and [#​8992](https://togithub.com/cypress-io/cypress/issues/8992). **Misc:** - Typings for [`.invoke()`](https://on.cypress.io/invoke) and [`.its()`](https://on.cypress.io/its) now allow for a `timeout` option. Addresses [#​9079](https://togithub.com/cypress-io/cypress/issues/9079). - Typings for `cy.task()` now allow for parameterizing the task return type. Addresses [#​7136](https://togithub.com/cypress-io/cypress/issues/7136). - A clearer error is printed during `cypress cache list` when no cached versions are found. Addresses [#​6303](https://togithub.com/cypress-io/cypress/issues/6303). **Dependency Updates:** - Upgraded `commander` from `^4.1.1` to `^5.1.0`. Addressed in [#​8979](https://togithub.com/cypress-io/cypress/issues/8979). - Upgraded `semver` from `6.3.0` to `7.3.2`. Addressed in [#​9068](https://togithub.com/cypress-io/cypress/issues/9068). - Upgraded `systeminformation` from `4.26.9` to `4.27.11`. Addressed in [#​8979](https://togithub.com/cypress-io/cypress/issues/8979). - Removed `node-webkit-updater`. This should remove some security warnings that were shown during install. Addresses [#​8314](https://togithub.com/cypress-io/cypress/issues/8314). ### [`v5.5.0`](https://togithub.com/cypress-io/cypress/releases/v5.5.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v5.4.0...v5.5.0) _Released 10/26/2020_ **Features:** - [`cy.viewport()`](https://on.cypress.io/viewport) has a new `macbook-16` preset. Addresses [#​8889](https://togithub.com/cypress-io/cypress/issues/8889). - [`.type()`](https://on.cypress.io/type) now fires the `beforeInput` event during typing. _Note: Firefox does not support the `beforeinput` event_. Addresses [#​7088](https://togithub.com/cypress-io/cypress/issues/7088). **Bugfixes:** - Updated the Cypress proxy layer to proxy HTTPS traffic from non-AUT origins. Addressed in [#​8827](https://togithub.com/cypress-io/cypress/issues/8827). - This fixed an issue with [`cy.route2`](https://on.cypress.io/route2) where HTTPS requests to a non-AUT origin would not be intercepted as expected. - [`cy.route2()`](https://on.cypress.io/route2) now properly handles passing a method as its first argument. Fixes [#​8729](https://togithub.com/cypress-io/cypress/issues/8729). - Fixed an issue with [`cy.route2()`](https://on.cypress.io/route2) where a "Cannot set property response of undefined" error would occasionally occur. Fixes [#​8858](https://togithub.com/cypress-io/cypress/issues/8858). - Headers field names passed to [\`cy.route2()](https://on.cypress.io/route2) now case-insensitively match against the field names of incoming HTTP requests. Fixes [#​8921](https://togithub.com/cypress-io/cypress/issues/8921). - Routes that stub fixtures for binary resources (including images) made with [`cy.route2()`](https://on.cypress.io/route2) now serve the correct mime-type and content. Fixes [#​8623](https://togithub.com/cypress-io/cypress/issues/8623). - When [`experimentalNetworkStubbing`](https://on.cypress.io/experiments) is enabled, using [`cy.visit()`](https://on.cypress.io/visit) to URLs that redirect and set Transfer-Encoding: chunked will no longer fail in Cypress with a "Parse Error". Fixes [#​8497](https://togithub.com/cypress-io/cypress/issues/8497). - `cypress.run()` through the [Module API](https://on.cypress.io/module-api) now has a `status` property in the results matching the correct CLI types (`"failed"` or `"finished"`). Addresses [#​8798](https://togithub.com/cypress-io/cypress/issues/8798). - When a value containing an `e` character is passed to the `--ci-build-id` flag, Cypress now properly reads it as a string. Fixes [#​8874](https://togithub.com/cypress-io/cypress/issues/8874). **Misc:** - Updated type definitions to allow for passed either `runMode` or `openMode` to `retries` alone. Addresses [#​8869](https://togithub.com/cypress-io/cypress/issues/8869). **Dependency Updates:** - Upgraded `electron` from `10.1.3` to `10.1.5`. Addresses [#​8927](https://togithub.com/cypress-io/cypress/issues/8927), [#​8975](https://togithub.com/cypress-io/cypress/issues/8975). - This addresses a Chrome security issue, CVE-2020-15999. Addresses [#​8922](https://togithub.com/cypress-io/cypress/issues/8922). - Upgraded `color-string` from `1.5.3` to `1.5.4`. Addresses [#​8945](https://togithub.com/cypress-io/cypress/issues/8945). - Upgraded `pretty-bytes` from `^5.3.0` to `^5.4.1`. Addresses [#​8964](https://togithub.com/cypress-io/cypress/issues/8964).
component-driven/cypress-axe ### [`v0.12.2`](https://togithub.com/component-driven/cypress-axe/releases/v0.12.2) [Compare Source](https://togithub.com/component-driven/cypress-axe/compare/v0.12.1...v0.12.2) ##### Bug Fixes - Don't crash when `require.resolve` is not defined ([#​86](https://togithub.com/component-driven/cypress-axe/issues/86)) ([8365251](https://togithub.com/component-driven/cypress-axe/commit/83652517b2b54f15bc8f83c8621129774f00e899)), closes [#​82](https://togithub.com/component-driven/cypress-axe/issues/82) ### [`v0.12.1`](https://togithub.com/component-driven/cypress-axe/releases/v0.12.1) [Compare Source](https://togithub.com/component-driven/cypress-axe/compare/v0.12.0...v0.12.1) ##### Bug Fixes - Export the Options interface ([#​85](https://togithub.com/component-driven/cypress-axe/issues/85)) ([db50459](https://togithub.com/component-driven/cypress-axe/commit/db50459a5575308437c8d8f16394f2db88176cd4)) ### [`v0.12.0`](https://togithub.com/component-driven/cypress-axe/releases/v0.12.0) [Compare Source](https://togithub.com/component-driven/cypress-axe/compare/v0.11.0...v0.12.0) ##### Features - Allow Cypress 6.0 in peer dependencies ([#​78](https://togithub.com/component-driven/cypress-axe/issues/78)) ([35a74e8](https://togithub.com/component-driven/cypress-axe/commit/35a74e82d875ddb24b62f395a539379ec9627785)) ### [`v0.11.0`](https://togithub.com/component-driven/cypress-axe/releases/v0.11.0) [Compare Source](https://togithub.com/component-driven/cypress-axe/compare/v0.10.0...v0.11.0) ##### Features - TypeScript migration, add typings ([#​77](https://togithub.com/component-driven/cypress-axe/issues/77)) ([9249d2a](https://togithub.com/component-driven/cypress-axe/commit/9249d2a15a45be4167d1ebd4250daff46089ac2f)), closes [#​43](https://togithub.com/component-driven/cypress-axe/issues/43) ### [`v0.10.0`](https://togithub.com/component-driven/cypress-axe/releases/v0.10.0) [Compare Source](https://togithub.com/component-driven/cypress-axe/compare/v0.9.1...v0.10.0) ##### Features - Support Cypress 5 ([#​72](https://togithub.com/component-driven/cypress-axe/issues/72)) ([3fca563](https://togithub.com/component-driven/cypress-axe/commit/3fca5630577a300e1f4a99087a0f2cf6d1297a26)), closes [#​56](https://togithub.com/component-driven/cypress-axe/issues/56) ### [`v0.9.1`](https://togithub.com/component-driven/cypress-axe/releases/v0.9.1) [Compare Source](https://togithub.com/component-driven/cypress-axe/compare/v0.9.0...v0.9.1) ##### Bug Fixes - Build code on npm publish ([373c37f](https://togithub.com/component-driven/cypress-axe/commit/373c37f337fddceeca566c102e47e190813f4a5e)), closes [#​70](https://togithub.com/component-driven/cypress-axe/issues/70) ### [`v0.9.0`](https://togithub.com/component-driven/cypress-axe/releases/v0.9.0) [Compare Source](https://togithub.com/component-driven/cypress-axe/compare/v0.8.2...v0.9.0) ##### Features - Don't bundle axe-core ([#​69](https://togithub.com/component-driven/cypress-axe/issues/69)) ([71e3a50](https://togithub.com/component-driven/cypress-axe/commit/71e3a50a5c6f4493152ac0c9747e3eb966eb408c)), closes [#​65](https://togithub.com/component-driven/cypress-axe/issues/65) [#​59](https://togithub.com/component-driven/cypress-axe/issues/59) ### [`v0.8.2`](https://togithub.com/component-driven/cypress-axe/releases/v0.8.2) [Compare Source](https://togithub.com/component-driven/cypress-axe/compare/v0.8.1...v0.8.2) ##### Bug Fixes - Add semantic-release ([e3e2717](https://togithub.com/component-driven/cypress-axe/commit/e3e2717cb7ea85fe300433159d094d606ad19bb0))

Configuration

:date: Schedule: "every weekend" (UTC).

:vertical_traffic_light: Automerge: Enabled.

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

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.

netlify[bot] commented 3 years ago

Deploy preview failed at Netlify. @jimmyandrade take a look please

Built with commit e2b479fc41c831c001768125a0a6a77457fa9003

https://app.netlify.com/sites/multei/deploys/6086b532902022000894dd3f

codecov[bot] commented 3 years ago

Codecov Report

Merging #342 (ff000de) into master (ae6a61e) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #342   +/-   ##
=======================================
  Coverage   60.22%   60.22%           
=======================================
  Files          54       54           
  Lines         440      440           
  Branches       43       43           
=======================================
  Hits          265      265           
  Misses        156      156           
  Partials       19       19           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3eb551f...98cb433. Read the comment docs.