Fixed an issue with .type() where click events could be fired on the
incorrect target element because the target focus changed within a key-down
event handler callback. Fixed in
#20525.
Fixed a regression in 9.5.0 where ANSI
colors were not removed from the FireFox warning message about the
chromeWebSecurity configuration option having no effect on the Firefox
browser. Fixes #20496.
Updates were made to the pre-release build setup such that Cypress will use a
unique cache folder for each
pre-release installation
on a machine. This removes the need to run cypress clear cache before
installing a new pre-release version of Cypress or before installing a new
released version of Cypress after a pre-release version had been installed.
Addressed in #20296.
Misc:
Updates were made to explicitly disable the Origin-Agent-Cluster header for
proxied responses to ensure document.domain can continue to be set with
Chrome v106+. This was necessary because Chrome is planning to make
document.domain immutable
in v106+ to relax the same-origin policy by interpreting the
Origin-Agent-Cluster as true, whereas it is currently interpreted as
false. Addresses
#20147.
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.5.1 to 9.5.2.
<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.5.2</h2>
<p><em>Released 3/14/2022</em></p>
<p><strong>Bugfixes:</strong></p>
<ul>
<li>Fixed an issue with <code>.type()</code> where click events could be fired on the
incorrect target element because the target focus changed within a key-down
event handler callback. Fixed in
<a href="https://github.com/cypress-io/cypress/pulls/20525">#20525</a>.</li>
<li>Fixed a regression in <a href="https://docs.cypress.io/guides/references/changelog#9-5-0">9.5.0</a> where ANSI
colors were not removed from the FireFox warning message about the
<code>chromeWebSecurity</code> configuration option having no effect on the Firefox
browser. Fixes <a href="https://github.com/cypress-io/cypress/issues/20496">#20496</a>.</li>
<li>Updates were made to the pre-release build setup such that Cypress will use a
unique cache folder for each
<a href="https://docs.cypress.io/guides/getting-started/installing-cypress.md#Install-pre-release-version">pre-release installation</a>
on a machine. This removes the need to run <code>cypress clear cache</code> before
installing a new pre-release version of Cypress or before installing a new
released version of Cypress after a pre-release version had been installed.
Addressed in <a href="https://github.com/cypress-io/cypress/pulls/20296">#20296</a>.</li>
</ul>
<p><strong>Misc:</strong></p>
<ul>
<li>Updates were made to explicitly disable the <code>Origin-Agent-Cluster</code> header for
proxied responses to ensure <code>document.domain</code> can continue to be set with
Chrome v106+. This was necessary because Chrome is planning to make
<a href="https://developer.chrome.com/blog/immutable-document-domain/"><code>document.domain</code> immutable</a>
in v106+ to relax the same-origin policy by interpreting the
<code>Origin-Agent-Cluster</code> as <code>true</code>, whereas it is currently interpreted as
<code>false</code>. Addresses
<a href="https://github.com/cypress-io/cypress/issues/20147">#20147</a>.</li>
</ul>
<p><strong>Dependency Updates:</strong></p>
<ul>
<li>Upgraded <code>url-parse</code> dependency from <code>1.5.6</code> to <code>1.5.9</code> to address these NVD
security vulnerabilities,
<a href="https://nvd.nist.gov/vuln/detail/CVE-2022-0639">CVE-2022-0639</a>,
<a href="https://nvd.nist.gov/vuln/detail/CVE-2022-0686">CVE-2022-0686</a> and
<a href="https://nvd.nist.gov/vuln/detail/CVE-2022-0691">CVE-2022-0691</a>. Addressed in
<a href="https://github.com/cypress-io/cypress/pull/20386">#20386</a> and
<a href="https://github.com/cypress-io/cypress/issues/20439">#20439</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cypress-io/cypress/commit/793cb3ee7512f7b431aa840c2fca6c8c3da6396c"><code>793cb3e</code></a> release 9.5.2 [skip ci]</li>
<li><a href="https://github.com/cypress-io/cypress/commit/5db2cd996834043b3c825625cf0100957e14a663"><code>5db2cd9</code></a> Merge remote-tracking branch 'origin/master' into develop</li>
<li><a href="https://github.com/cypress-io/cypress/commit/1d07ea5d2cb6ce20a26532297cfe936984ac4346"><code>1d07ea5</code></a> chore: Update Chrome (beta) to 100.0.4896.30 (<a href="https://github.com/cypress-io/cypress/issues/20577">#20577</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/19db0ce0da63544aeeffc1b5445a0d2455baf984"><code>19db0ce</code></a> fix: click event is fired correctly when focus has changed (<a href="https://github.com/cypress-io/cypress/issues/20525">#20525</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/ffba29d343c5ba8a95637fbeb45cf813584ae61f"><code>ffba29d</code></a> test: fix system-tests-firefox downloads flake (<a href="https://github.com/cypress-io/cypress/issues/20549">#20549</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/7d87da9a73f9cc01d294fa99632bd550e803dbb5"><code>7d87da9</code></a> chore: refactor log function to class (<a href="https://github.com/cypress-io/cypress/issues/20382">#20382</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/047aefc4ba0b2eeb60b869e8ac2fab1322034fa8"><code>047aefc</code></a> fix: error regression - unexpected ANSI color chars shown on Firefox warning ...</li>
<li><a href="https://github.com/cypress-io/cypress/commit/2d816284b0f17b44e567f728a5b51163db72e22c"><code>2d81628</code></a> docs: document patch-package best practices (<a href="https://github.com/cypress-io/cypress/issues/20511">#20511</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/ae3c75381aa056f8dc8878bd1649d7e9f614aba1"><code>ae3c753</code></a> fix(deps): update dependency url-parse to v1.5.9 [security] (<a href="https://github.com/cypress-io/cypress/issues/20439">#20439</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/3c286177cc57e699062162d9db9ba12a562e2ccf"><code>3c28617</code></a> fix: use unique install cache folders for betas (<a href="https://github.com/cypress-io/cypress/issues/20296">#20296</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v9.5.1...v9.5.2">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.5.1 to 9.5.2.
Release notes
Sourced from cypress's releases.
Commits
793cb3erelease 9.5.2 [skip ci]5db2cd9Merge remote-tracking branch 'origin/master' into develop1d07ea5chore: Update Chrome (beta) to 100.0.4896.30 (#20577)19db0cefix: click event is fired correctly when focus has changed (#20525)ffba29dtest: fix system-tests-firefox downloads flake (#20549)7d87da9chore: refactor log function to class (#20382)047aefcfix: error regression - unexpected ANSI color chars shown on Firefox warning ...2d81628docs: document patch-package best practices (#20511)ae3c753fix(deps): update dependency url-parse to v1.5.9 [security] (#20439)3c28617fix: use unique install cache folders for betas (#20296)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
26d7217ff5