The Electron version and shipped Chromium browser version has been updated.
Addressed in #21418.
Deprecations:
The Cypress.Cookies.preserveOnce() and Cypress.Cookies.defaults() Cypress
APIs have been deprecated. In a future release, support for
Cypress.Cookies.preserveOnce() and Cypress.Cookies.defaults() will be
removed. Consider using the experimental
cy.session() command instead to cache and restore
cookies and other sessions details between tests. Fixed
#21333.
Bugfixes:
Updated the cy.contains() command to correctly
error and retry if the provided regex pattern begins with an equal sign and a
match was not initially found. Previously the command would incorrectly fail
with a syntax error. Fixed
#21108.
Corrected the cy.session() command log grouping and validation verbiage.
This change provides better insights to logs associated with the command.
Fixed #21377.
Removed eventemitter2 third-party type definitions from cy and Cypress
that were unintentionally exposed. Fixed
#20556.
Dependency Updates:
Upgraded the bundled node version shipped with Cypress from 16.5.0 to
16.13.2. Addressed in
#21418.
Upgraded the Chromium browser version used during cypress run and when
selecting Electron browser in cypress open from 94.0.4606.81 to
100.0.4896.75. Addressed in
#21418.
Upgraded electron dependency from 15.5.1 to 18.0.4. Addressed in
#21418.
Commits
d681fd9 Merge pull request #21604 from cypress-io/chore-release-9.7.0
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [cypress](https://github.com/cypress-io/cypress) from 9.6.1 to 9.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/cypress-io/cypress/releases">cypress's releases</a>.</em></p>
<blockquote>
<h2>v9.7.0</h2>
<p><em>Released 5/23/2022</em></p>
<p><strong>Features:</strong></p>
<ul>
<li>The Electron version and shipped Chromium browser version has been updated.
Addressed in <a href="https://github.com/cypress-io/cypress/pull/21418">#21418</a>.</li>
</ul>
<p><strong>Deprecations:</strong></p>
<ul>
<li>The <code>Cypress.Cookies.preserveOnce()</code> and <code>Cypress.Cookies.defaults()</code> Cypress
APIs have been deprecated. In a future release, support for
<code>Cypress.Cookies.preserveOnce()</code> and <code>Cypress.Cookies.defaults()</code> will be
removed. Consider using the experimental
<a href="https://docs.cypress.io/api/commands/session"><code>cy.session()</code></a> command instead to cache and restore
cookies and other sessions details between tests. Fixed
<a href="https://github.com/cypress-io/cypress/issues/21333">#21333</a>.</li>
</ul>
<p><strong>Bugfixes:</strong></p>
<ul>
<li>Updated the <a href="https://docs.cypress.io/api/commands/contains"><code>cy.contains()</code></a> command to correctly
error and retry if the provided regex pattern begins with an equal sign and a
match was not initially found. Previously the command would incorrectly fail
with a syntax error. Fixed
<a href="https://github.com/cypress-io/cypress/issues/21108">#21108</a>.</li>
<li>Corrected the <code>cy.session()</code> command log grouping and validation verbiage.
This change provides better insights to logs associated with the command.
Fixed <a href="https://github.com/cypress-io/cypress/issues/21377">#21377</a>.</li>
<li>Removed <code>eventemitter2</code> third-party type definitions from <code>cy</code> and <code>Cypress</code>
that were unintentionally exposed. Fixed
<a href="https://github.com/cypress-io/cypress/issues/20556">#20556</a>.</li>
</ul>
<p><strong>Dependency Updates:</strong></p>
<ul>
<li>Upgraded the bundled node version shipped with Cypress from <code>16.5.0</code> to
<code>16.13.2</code>. Addressed in
<a href="https://github.com/cypress-io/cypress/pull/21418">#21418</a>.</li>
<li>Upgraded the Chromium browser version used during <code>cypress run</code> and when
selecting Electron browser in <code>cypress open</code> from <code>94.0.4606.81</code> to
<code>100.0.4896.75</code>. Addressed in
<a href="https://github.com/cypress-io/cypress/pull/21418">#21418</a>.</li>
<li>Upgraded <code>electron</code> dependency from <code>15.5.1</code> to <code>18.0.4</code>. Addressed in
<a href="https://github.com/cypress-io/cypress/pull/21418">#21418</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cypress-io/cypress/commit/d681fd929bfeb4ca297d42ad77fc3d0e33dae793"><code>d681fd9</code></a> Merge pull request <a href="https://github.com/cypress-io/cypress/issues/21604">#21604</a> from cypress-io/chore-release-9.7.0</li>
<li><a href="https://github.com/cypress-io/cypress/commit/bf29db49be440fe250bd755c5b3457c25a198200"><code>bf29db4</code></a> chore: release 9.7.0</li>
<li><a href="https://github.com/cypress-io/cypress/commit/884e8e963b917eb96922517bbb314446b5495658"><code>884e8e9</code></a> Trigger Build</li>
<li><a href="https://github.com/cypress-io/cypress/commit/86c205b7d7137a2e98039dc32ee8be7ae24422e8"><code>86c205b</code></a> Merge branch 'master' into develop</li>
<li><a href="https://github.com/cypress-io/cypress/commit/8c1c60f599276402f32d0e604464e69ad7f1a0bd"><code>8c1c60f</code></a> chore: Update Chrome (beta) to 102.0.5005.61 (<a href="https://github.com/cypress-io/cypress/issues/21556">#21556</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/63173a6315d06ffb9a7eeda17c2bad4baeab6875"><code>63173a6</code></a> fix: increase timeouts for does not pause timers when disableTimersAndAnimati...</li>
<li><a href="https://github.com/cypress-io/cypress/commit/7aa9b20592c03049baf42ab260c666cb5c3f4cc6"><code>7aa9b20</code></a> fix: show correct error message. (<a href="https://github.com/cypress-io/cypress/issues/21388">#21388</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/a68e3befef90826f87b051e47c73af2b5efd16e9"><code>a68e3be</code></a> chore: release <code>@cypress/react-v5</code>.12.5</li>
<li><a href="https://github.com/cypress-io/cypress/commit/72ed33c4eaa4823366fb47f212f0c5e609fa2cf0"><code>72ed33c</code></a> fix: add support for Next.js v12.1.6 (<a href="https://github.com/cypress-io/cypress/issues/21516">#21516</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/fdaf5fb22fc0546513ef0e4acb1ba5cb4cdfc5f0"><code>fdaf5fb</code></a> chore: deprecate Cypress.Cookies.preserveOnce and Cypress.Cookies.defaults (#...</li>
<li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v9.6.1...v9.7.0">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps cypress from 9.6.1 to 9.7.0.
Release notes
Sourced from cypress's releases.
Commits
d681fd9Merge pull request #21604 from cypress-io/chore-release-9.7.0bf29db4chore: release 9.7.0884e8e9Trigger Build86c205bMerge branch 'master' into develop8c1c60fchore: Update Chrome (beta) to 102.0.5005.61 (#21556)63173a6fix: increase timeouts for does not pause timers when disableTimersAndAnimati...7aa9b20fix: show correct error message. (#21388)a68e3bechore: release@cypress/react-v5.12.572ed33cfix: add support for Next.js v12.1.6 (#21516)fdaf5fbchore: deprecate Cypress.Cookies.preserveOnce and Cypress.Cookies.defaults (#...Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 2 commits
e7ce57bb- 1 commit from branchmasterCompare with previous version
added 2 commits
0e91bbc1- 1 commit from branchmasterCompare with previous version
added 2 commits
37b66fa1- 1 commit from branchmastere37ee509- Build(deps-dev): bump cypress from 9.6.1 to 9.7.0Compare with previous version