Closed renovate[bot] closed 4 years ago
Merging #113 into master will not change coverage by
%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #113 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 8 8
=========================================
Hits 8 8
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 d429984...cc45de0. Read the comment docs.
This PR contains the following updates:
4.2.0
->4.3.0
Release Notes
cypress-io/cypress
### [`v4.3.0`](https://togithub.com/cypress-io/cypress/releases/v4.3.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v4.2.0...v4.3.0) _Released 3/30/2020_ **Features:** - [Errors shown in the Test Runner](https://on.cypress.io/debugging#Errors) have a new design including an expandable stack trace, better highlighting of code elements, and 'Learn more' links that link to relevant Cypress documentation. This is part of our larger improvements to error display with more exciting features to come. Addresses [#3762](https://togithub.com/cypress-io/cypress/issues/3762). - When you open a Cypress project, clicking on the **Settings** tab and clicking into the **Experiments** panel will display the [experimental features](https://on.cypress.io/configuration#Experiments) that are available and whether they are enabled for your project. - Added support for setting cookie `sameSite` values via `cy.setCookie()`. Addresses [#2437](https://togithub.com/cypress-io/cypress/issues/2437). - Added experimental support for adding `sameSite` values to the objects yielded from [`cy.setCookie()`](https://on.cypress.io/setcookie), [`cy.getCookie()`](https://on.cypress.io/getcookie), and [`cy.getCookies()`](https://on.cypress.io/getcookies). Users can enable this by setting the [`experimentalGetCookiesSameSite`](https://on.cypress.io/configuration#Experiments) configuration value to `true`. In Cypress 5, this will be the default. Addresses [#2437](https://togithub.com/cypress-io/cypress/issues/2437). - Added support for the `SameSite` cookie attribute in `cy.request()`, `cy.visit()`, and proxied HTTP requests. Addresses [#6757](https://togithub.com/cypress-io/cypress/issues/6757). - When an assertion is retried (using [`.should()`](https://on.cypress.io/should)) and fails, it now shows the diff in the `stdout`. Addresses [#6722](https://togithub.com/cypress-io/cypress/issues/6722). **Bugfixes:** - Fixed a regression in [4.2.0](https://on.cypress.io/changelog-4-2-0) where cypress installation could fail if Git is not installed. Fixes [#6752](https://togithub.com/cypress-io/cypress/issues/6752). - Fixed a regression in [3.5.0](https://on.cypress.io/changelog-3-5-0) where certain HTTP requests could fail with `Parse Error: Invalid header value char` or `Parse Error: Header overflow`. Fixes [#5602](https://togithub.com/cypress-io/cypress/issues/5602). - Fixed a regression in [4.2.0](https://on.cypress.io/changelog-4-2-0) where Electron deprecation warnings were printed to stderr in open mode. Fixes [#6750](https://togithub.com/cypress-io/cypress/issues/6750). - Cookies set with a Domain containing an unknown TLD are now sent along for all requests. For example, a cookie like `foo=bar; Domain=.cypress.test` will now be sent during [cy.request()](https://on.cypress.io/request) to `http://local.cypress.test`. Fixes [#6628](https://togithub.com/cypress-io/cypress/issues/6628). - We fixed a situation where a cross-origin errors could incorrectly throw in Chrome. Fixes [#5270](https://togithub.com/cypress-io/cypress/issues/5270). - Visibility checks against `vue-fragment` elements no longer throw an unexpected error. Fixes [#6745](https://togithub.com/cypress-io/cypress/issues/6745). - The stack trace is now properly shown in the console when clicking the command for tests having an `.only` that throw an error. Fixes [#6744](https://togithub.com/cypress-io/cypress/issues/6744). - `firefoxGcInterval` can now correctly be set to `null`. Fixes [#6825](https://togithub.com/cypress-io/cypress/issues/6825). - Cypress will no longer crash the process if an empty video chunk is received. Addressed in [#6818](https://togithub.com/cypress-io/cypress/pull/6818). - Assertions failures on DOM elements no longer show unexpected diffs when they weren't retried. Fixes [#6723](https://togithub.com/cypress-io/cypress/pull/6723). **Misc:** - Security warnings no longer show in Mac OS when opening Cypress since our application now undergoes notarization from Apple. Addresses [#5791](https://togithub.com/cypress-io/cypress/issues/5791). - The previously used spec filter in the Test Runner is now saved and restored for projects without an ID. Addresses [#6739](https://togithub.com/cypress-io/cypress/issues/6739). - We collect more env information from Travis builds for potential use in the Cypress Dashboard. Addresses [#6808](https://togithub.com/cypress-io/cypress/issues/6808). - We now collect env information from Netlify builds (for example when using {% url "cypress-io/netlify-plugin-cypress"Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.