The nodeVersion configuration option now defaults to system. The behavior
of the system option has changed to always use the Node.js binary/version
that launched Cypress. If Cypress was not launched via the terminal, Cypress
will use the bundled Node.js version. This could change the behavior of code
within your pluginsFile since it may be run in your system Node.js
version. Addresses
#18684.
Windows 32-bit is no longer supported in Cypress. Addresses
#17962.
An error will now be thrown if an invalid value is passed to Cypress.config.
Previously invalid values were ignored and could cause unexpected behavior.
Addresses #18589.
cy.contains() no longer yields the <body> element when it matches the
content of <script> or <style> tags. Addresses
#14861.
Attempting to add an existing built-in Cypress command using
Cypress.Commands.add() will now throw an error, indicating that
Cypress.Commands.overwrite() should be used instead to overwrite the
behavior of existing commands. Addresses
#18572.
Custom command implementations are now typed based on the declared custom
chainables. Addresses
#17496.
The bundled Node.js version was upgraded from 14.17.0 to 16.5.0. This
could change the behavior of code within the pluginsFile when using the
bundled Node.js version of Cypress. Addressed in
#18317.
Deprecations:
The nodeVersion configuration option has been deprecated and will be removed
in a future release.
Features:
When null is passed as the encoding to cy.readFile() or cy.fixture(),
the file is treated as binary and read as a Buffer. Similarly, null passed
as the encoding to cy.writeFile() allows direct writing of buffers. If the
encoding is unspecified, the default remains utf8, matching the current
behavior. Addresses
#18534.
Bugfixes:
Sticky elements within a fixed container will now be able to be properly
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 8.7.0 to 9.0.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>9.0.0</h2>
<p><em>Released 11/10/2021</em></p>
<p><strong>Breaking Changes:</strong></p>
<ul>
<li>The <code>nodeVersion</code> configuration option now defaults to <code>system</code>. The behavior
of the <code>system</code> option has changed to always use the Node.js binary/version
that launched Cypress. If Cypress was not launched via the terminal, Cypress
will use the <code>bundled</code> Node.js version. This could change the behavior of code
within your <code>pluginsFile</code> since it may be run in your <code>system</code> Node.js
version. Addresses
<a href="https://github.com/cypress-io/cypress/issues/18684">#18684</a>.</li>
<li>Windows 32-bit is no longer supported in Cypress. Addresses
<a href="https://github.com/cypress-io/cypress/issues/17962">#17962</a>.</li>
<li>An error will now be thrown if an invalid value is passed to <code>Cypress.config</code>.
Previously invalid values were ignored and could cause unexpected behavior.
Addresses <a href="https://github.com/cypress-io/cypress/pull/18589">#18589</a>.</li>
<li><code>cy.contains()</code> no longer yields the <code><body></code> element when it matches the
content of <code><script></code> or <code><style></code> tags. Addresses
<a href="https://github.com/cypress-io/cypress/issues/14861">#14861</a>.</li>
<li>Attempting to add an existing built-in Cypress command using
<code>Cypress.Commands.add()</code> will now throw an error, indicating that
<code>Cypress.Commands.overwrite()</code> should be used instead to overwrite the
behavior of existing commands. Addresses
<a href="https://github.com/cypress-io/cypress/issues/18572">#18572</a>.</li>
<li>Custom command implementations are now typed based on the declared custom
chainables. Addresses
<a href="https://github.com/cypress-io/cypress/issues/17496">#17496</a>.</li>
<li>The bundled Node.js version was upgraded from <code>14.17.0</code> to <code>16.5.0</code>. This
could change the behavior of code within the <code>pluginsFile</code> when using the
bundled Node.js version of Cypress. Addressed in
<a href="https://github.com/cypress-io/cypress/pull/18317">#18317</a>.</li>
</ul>
<p><strong>Deprecations:</strong></p>
<ul>
<li>The <code>nodeVersion</code> configuration option has been deprecated and will be removed
in a future release.</li>
</ul>
<p><strong>Features:</strong></p>
<ul>
<li>When <code>null</code> is passed as the encoding to <code>cy.readFile()</code> or <code>cy.fixture()</code>,
the file is treated as binary and read as a Buffer. Similarly, <code>null</code> passed
as the encoding to <code>cy.writeFile()</code> allows direct writing of buffers. If the
encoding is unspecified, the default remains <code>utf8</code>, matching the current
behavior. Addresses
<a href="https://github.com/cypress-io/cypress/issues/18534">#18534</a>.</li>
</ul>
<p><strong>Bugfixes:</strong></p>
<ul>
<li>Sticky elements within a fixed container will now be able to be properly</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cypress-io/cypress/commit/50d10700262645cc3953e647186e21eb117e4d52"><code>50d1070</code></a> release 9.0.0</li>
<li><a href="https://github.com/cypress-io/cypress/commit/1ff7839a19a5dd4a4891a0e46263183d06d66849"><code>1ff7839</code></a> feat: 9.0 release (<a href="https://github.com/cypress-io/cypress/issues/17497">#17497</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/869feeaa4cbc1b551041effe4d8e840379102ed3"><code>869feea</code></a> feat: ensure major release</li>
<li><a href="https://github.com/cypress-io/cypress/commit/46386687857eac176b7b0e484c2548112c8fe932"><code>4638668</code></a> have conduit app wait on localhost:3000</li>
<li><a href="https://github.com/cypress-io/cypress/commit/b338d91eb8d4ad943a3fbc43e5536024b3fb4d19"><code>b338d91</code></a> fix install-required-node</li>
<li><a href="https://github.com/cypress-io/cypress/commit/8f93f179d47dc02e760f0a08f6a809f57c464a61"><code>8f93f17</code></a> use --legacy-peer-deps</li>
<li><a href="https://github.com/cypress-io/cypress/commit/41586b7a4bcfd37308f9bc6409eaed3835d3d99e"><code>41586b7</code></a> feat: ensure major release</li>
<li><a href="https://github.com/cypress-io/cypress/commit/68c95b03cdc45e7fe9ae2685b370db5194a8a9c1"><code>68c95b0</code></a> fix darwin node install</li>
<li><a href="https://github.com/cypress-io/cypress/commit/1e8dc009d8477fc761d2ad45ff961e2d7fd423a2"><code>1e8dc00</code></a> Merge branch 'develop' into 9.0-release</li>
<li><a href="https://github.com/cypress-io/cypress/commit/a5cf5c0982c04bb955df051bb0390556c7c9a5ea"><code>a5cf5c0</code></a> chore(driver): fix integration test retry configuration (<a href="https://github.com/cypress-io/cypress/issues/18643">#18643</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v8.7.0...v9.0.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 8.7.0 to 9.0.0.
Release notes
Sourced from cypress's releases.
... (truncated)
Commits
50d1070release 9.0.01ff7839feat: 9.0 release (#17497)869feeafeat: ensure major release4638668have conduit app wait on localhost:3000b338d91fix install-required-node8f93f17use --legacy-peer-deps41586b7feat: ensure major release68c95b0fix darwin node install1e8dc00Merge branch 'develop' into 9.0-releasea5cf5c0chore(driver): fix integration test retry configuration (#18643)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 conflictsmentioned in commit
5158e0b6d8