Enhancements were made to the error experience in both run mode and open mode
to improve readability and provide meaningful stack traces. Addressed in
#20124.
Updated the cy.request() log message to hide the origin when it matched the
browser origin to make debugging easier. This reduces the length of the log
message that could be partially hidden if a long url is requested. Addressed
in #20009.
Updates were made to log the ShadowRoot and Document elements as HTML
elements. Previously these would be logged as enumerated objects, which were
difficult to evaluate. Addressed in
#20049.
Updated the terminal output generated in Cypress run mode to de-emphasis the
node path in the run header. Addressed in
#20120.
Bugfixes:
Fixed an issue where files attached during .selectFile() could have the
wrong File prototype. Fixes
#20003.
Updated .select() to only dispatch the change and input events when the
selected option is not the currently selected option. This change aligns
.select() with the browser. Fixes
#19494.
Updated .type(' ') to align with the W3C standards where a click event
should be dispatched when the Space key is pressed and the current focus is on
a state-changing element with type button, image, submit or reset.
Fixes #20067.
This version was pushed to npm by bluewindscypress, a new releaser for cypress since your current version.
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.4.1 to 9.5.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.5.0</h2>
<p><em>Released 2/15/2022</em></p>
<p><strong>Features:</strong></p>
<ul>
<li>Enhancements were made to the error experience in both run mode and open mode
to improve readability and provide meaningful stack traces. Addressed in
<a href="https://github.com/cypress-io/cypress/issues/20124">#20124</a>.</li>
<li>Updated the <code>cy.request()</code> log message to hide the origin when it matched the
browser origin to make debugging easier. This reduces the length of the log
message that could be partially hidden if a long url is requested. Addressed
in <a href="https://github.com/cypress-io/cypress/issues/20009">#20009</a>.</li>
<li>Updates were made to log the <code>ShadowRoot</code> and <code>Document</code> elements as HTML
elements. Previously these would be logged as enumerated objects, which were
difficult to evaluate. Addressed in
<a href="https://github.com/cypress-io/cypress/issues/20049">#20049</a>.</li>
<li>Updated the terminal output generated in Cypress run mode to de-emphasis the
<code>node</code> path in the run header. Addressed in
<a href="https://github.com/cypress-io/cypress/issues/20120">#20120</a>.</li>
</ul>
<p><strong>Bugfixes:</strong></p>
<ul>
<li>Fixed an issue where files attached during <code>.selectFile()</code> could have the
wrong <code>File</code> prototype. Fixes
<a href="https://github.com/cypress-io/cypress/issues/20003">#20003</a>.</li>
<li>Updated <code>.select()</code> to only dispatch the <code>change</code> and <code>input</code> events when the
selected option is not the currently selected option. This change aligns
<code>.select()</code> with the browser. Fixes
<a href="https://github.com/cypress-io/cypress/issues/19494">#19494</a>.</li>
<li>Updated <code>.type(' ')</code> to align with the W3C standards where a click event
should be dispatched when the Space key is pressed and the current focus is on
a state-changing element with type <code>button</code>, <code>image</code>, <code>submit</code> or <code>reset</code>.
Fixes <a href="https://github.com/cypress-io/cypress/pull/20067">#20067</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cypress-io/cypress/commit/1e6f51a3d1cf2a8ddc4855fbb903f7a84b49d24a"><code>1e6f51a</code></a> release 9.5.0 [skip ci]</li>
<li><a href="https://github.com/cypress-io/cypress/commit/507b96f83445441a33f89b4c8143cb231d234fbe"><code>507b96f</code></a> chore: Update Chrome (stable) to 98.0.4758.102 (<a href="https://github.com/cypress-io/cypress/issues/20192">#20192</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/e8d7120c9785a29dd5e99dd2a5b27b89b2676328"><code>e8d7120</code></a> Merge remote-tracking branch 'origin/master' into develop</li>
<li><a href="https://github.com/cypress-io/cypress/commit/dff45ca030532159a6e738866a38a008d0727d60"><code>dff45ca</code></a> Merge pull request <a href="https://github.com/cypress-io/cypress/issues/20142">#20142</a> from cypress-io/9b967e06f5-master-into-develop</li>
<li><a href="https://github.com/cypress-io/cypress/commit/2bad703348bdc9d35a00cfe0262023f26a639410"><code>2bad703</code></a> Merge branch 'develop' into 9b967e06f5-master-into-develop</li>
<li><a href="https://github.com/cypress-io/cypress/commit/a3f0d63387afbe5395b569ec03e8e3f5f2915918"><code>a3f0d63</code></a> chore: enable volar.takeOverMode</li>
<li><a href="https://github.com/cypress-io/cypress/commit/2c88f0c58ec3c1bd8421a05259fc2ab893191f99"><code>2c88f0c</code></a> fix: Update <code>.type(' ')</code> to not emit clicks when the keyup event has been pre...</li>
<li><a href="https://github.com/cypress-io/cypress/commit/a1e6d5cad1444e27791b344b2b311196620c1c73"><code>a1e6d5c</code></a> test: remove redundant "other projects" CI jobs (<a href="https://github.com/cypress-io/cypress/issues/20133">#20133</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/02cc29af9eb40aaf050f3facf0083210f3cca068"><code>02cc29a</code></a> chore(driver): move cy.focused and cy.root into their own files (<a href="https://github.com/cypress-io/cypress/issues/20054">#20054</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/4b50f9eec39149389d6f13b1305791b74711b153"><code>4b50f9e</code></a> feat: gray out the path to system node in cypress run header (<a href="https://github.com/cypress-io/cypress/issues/20121">#20121</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v9.4.1...v9.5.0">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~bluewindscypress">bluewindscypress</a>, a new releaser for cypress since your current version.</p>
</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.4.1 to 9.5.0.
Release notes
Sourced from cypress's releases.
Commits
1e6f51arelease 9.5.0 [skip ci]507b96fchore: Update Chrome (stable) to 98.0.4758.102 (#20192)e8d7120Merge remote-tracking branch 'origin/master' into developdff45caMerge pull request #20142 from cypress-io/9b967e06f5-master-into-develop2bad703Merge branch 'develop' into 9b967e06f5-master-into-developa3f0d63chore: enable volar.takeOverMode2c88f0cfix: Update.type(' ')to not emit clicks when the keyup event has been pre...a1e6d5ctest: remove redundant "other projects" CI jobs (#20133)02cc29achore(driver): move cy.focused and cy.root into their own files (#20054)4b50f9efeat: gray out the path to system node in cypress run header (#20121)Maintainer changes
This version was pushed to npm by bluewindscypress, a new releaser for cypress since your current version.
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
mastercd27cccf- Build(deps-dev): bump cypress from 9.4.1 to 9.5.0Compare with previous version
mentioned in commit
6b38f544ab