Added a ready event to the Plugins process to ensure all plugins have
successfully started before the configuration is loaded and the tests start.
Fixed in #19792.
This fixes an issue where the plugin is never executed and leaves Cypress
stuck in the initialization phase, where the user can only view the loading
spinner.
This enables support for node's experimental --loader flag for plugins.
Made a change to the DNS lookup to improve test performances and reliability
on MacOS machines that leverage the VMWare CBCloud SaaS solution. Before this
change, random test failures were observed, as well as hanging tests and
initially pending HTTP and HTTPS responses. Fixed in
#20062.
Fixed a regression in 9.5.0 where ANSI
colors were not removed from the cy.fixtures() error code frame. Fixes
#20208.
Fixed a regression in 9.5.0 where the
test config override errors were formatted incorrectly. Fixes
#20208.
Fixed an issue where Cypress would throw an error when reporting or wrapping
errors with booleans or numbers. Fixes
#19561.
Dependency Updates:
Upgraded url-parse dependency from 1.5.2 to 1.5.6 to avoid authorization
bypass through user-controlled key to address this
NVD security vulnerability.
Addressed in #20270.
Commits
e0bd6ac fix: error regression - strip ansi colors out of cy.fixture() error message (...
ffd3627 test: migrate module_api to system tests (#20265)
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.0 to 9.5.1.
<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.1</h2>
<p><em>Released 2/28/2022</em></p>
<p><strong>Bugfixes:</strong></p>
<ul>
<li>Added a <code>ready</code> event to the Plugins process to ensure all plugins have
successfully started before the configuration is loaded and the tests start.
Fixed in <a href="https://github.com/cypress-io/cypress/issues/19792">#19792</a>.
<ul>
<li>This fixes an issue where the plugin is never executed and leaves Cypress
stuck in the initialization phase, where the user can only view the loading
spinner.</li>
<li>This enables support for node's experimental <code>--loader</code> flag for plugins.</li>
</ul>
</li>
<li>Made a change to the DNS lookup to improve test performances and reliability
on MacOS machines that leverage the VMWare CBCloud SaaS solution. Before this
change, random test failures were observed, as well as hanging tests and
initially pending HTTP and HTTPS responses. Fixed in
<a href="https://github.com/cypress-io/cypress/issues/20062">#20062</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 <code>cy.fixtures()</code> error code frame. Fixes
<a href="https://github.com/cypress-io/cypress/issues/20208">#20208</a>.</li>
<li>Fixed a regression in <a href="https://docs.cypress.io/guides/references/changelog#9-5-0">9.5.0</a> where the
test config override errors were formatted incorrectly. Fixes
<a href="https://github.com/cypress-io/cypress/issues/20208">#20208</a>.</li>
<li>Fixed an issue where Cypress would throw an error when reporting or wrapping
errors with booleans or numbers. Fixes
<a href="https://github.com/cypress-io/cypress/issues/19561">#19561</a>.</li>
</ul>
<p><strong>Dependency Updates:</strong></p>
<ul>
<li>Upgraded <code>url-parse</code> dependency from <code>1.5.2</code> to <code>1.5.6</code> to avoid authorization
bypass through user-controlled key to address this
<a href="https://nvd.nist.gov/vuln/detail/CVE-2022-0512">NVD security vulnerability</a>.
Addressed in <a href="https://github.com/cypress-io/cypress/issues/20270">#20270</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cypress-io/cypress/commit/e0bd6ac2aaf8d00b9233fffefed8f6ed2484bf45"><code>e0bd6ac</code></a> fix: error regression - strip ansi colors out of cy.fixture() error message (...</li>
<li><a href="https://github.com/cypress-io/cypress/commit/ffd3627e4359c405770934d16c0f5bfef6c9c6b8"><code>ffd3627</code></a> test: migrate module_api to system tests (<a href="https://github.com/cypress-io/cypress/issues/20265">#20265</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/995798c3f93f5c4efb251fdde8c077ba39800ca0"><code>995798c</code></a> chore: remove pkg/driver //<a href="https://github.com/ts-nocheck"><code>@ts-nocheck</code></a> final (<a href="https://github.com/cypress-io/cypress/issues/20169">#20169</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/95700aed467b9336e768a757f8a9937a7c43c2c2"><code>95700ae</code></a> chore: fix "cannot find module" in clone-repo-and-checkout-release-branch (<a href="https://github.com/cypress-io/cypress/issues/2">#2</a>...</li>
<li><a href="https://github.com/cypress-io/cypress/commit/3d50292fc836388db91be849fc661fd360729797"><code>3d50292</code></a> Merge pull request <a href="https://github.com/cypress-io/cypress/issues/20191">#20191</a> from sainthkh/issue-19541-part3</li>
<li><a href="https://github.com/cypress-io/cypress/commit/8e420b618cd46b6d11ff0ef0b7785185ed50dbd1"><code>8e420b6</code></a> chore: Update Chrome (beta) to 99.0.4844.45 (<a href="https://github.com/cypress-io/cypress/issues/20234">#20234</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/27e3dc3dc55146dbfc18602988563421ed257d31"><code>27e3dc3</code></a> chore: fix CI cache state for darwin (<a href="https://github.com/cypress-io/cypress/issues/20339">#20339</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/6ea3a8cb063c6370cc6e001a77d540cd5b603899"><code>6ea3a8c</code></a> chore: fixing m1 installation issues for m1 macs (<a href="https://github.com/cypress-io/cypress/issues/20345">#20345</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/3f84b7ed4239cb11b5c230482702151904e63aef"><code>3f84b7e</code></a> fix: revert "fix: treat form-data bodies as binary" (<a href="https://github.com/cypress-io/cypress/issues/20343">#20343</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/05f9ad163ec4ab13dc296b6ec184d28b5cea6670"><code>05f9ad1</code></a> chore: fix net stubbing flake (<a href="https://github.com/cypress-io/cypress/issues/20297">#20297</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v9.5.0...v9.5.1">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.0 to 9.5.1.
Release notes
Sourced from cypress's releases.
Commits
e0bd6acfix: error regression - strip ansi colors out of cy.fixture() error message (...ffd3627test: migrate module_api to system tests (#20265)995798cchore: remove pkg/driver //@ts-nocheckfinal (#20169)95700aechore: fix "cannot find module" in clone-repo-and-checkout-release-branch (#2...3d50292Merge pull request #20191 from sainthkh/issue-19541-part38e420b6chore: Update Chrome (beta) to 99.0.4844.45 (#20234)27e3dc3chore: fix CI cache state for darwin (#20339)6ea3a8cchore: fixing m1 installation issues for m1 macs (#20345)3f84b7efix: revert "fix: treat form-data bodies as binary" (#20343)05f9ad1chore: fix net stubbing flake (#20297)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 3 commits
masterCompare with previous version
added 3 commits
masterCompare with previous version
added 3 commits
master57d6f412- Build(deps-dev): bump cypress from 9.5.0 to 9.5.1Compare with previous version
mentioned in commit
3e7e649d36