Updates were made to silence Electron warnings related to being unable to
connect to dbus. These errors are normal and expected, and do not result in
test failures. Because they are always present when running Electron inside
docker containers, it has incorrectly led people to believe it is the
root-cause of an error within their test run. By silencing these errors, it
will improve the debug experience to allow users to focus on meaningful
warning and error messages. Fixed
#19299.
Updates were made to ensure that all *.enable events are sent if Cypress
becomes disconnected from the Chrome DevTools Protocol and must re-establish a
connection to ensure all command logs are displayed to the user. This fixes an
issue where some command logs, like download or network events, are missing
once Cypress has disconnected and then reconnected to the Chrome DevTools
Protocol. Fixed #20618.
Fixed an issue where cy.type('{enter}') was not sending the Enter key for
Firefox v98+. This was not an issue with Firefox v97 and below. Fixed
#20562.
Fixed a regression in 9.3.0 where glob
patterns provided to the --spec CLI parameter was incorrectly splitting the
patterns in unexpected places when it should have split on commas. Fixes
#20794.
Fixed an issue with cy.root() to respect the
timeout option passed to the command.
Previously, when the timeout option was provided, it was ignored and the
default timeout was used. Fixed
#19985.
Updates were made to decrease the length of the Cypress cache path for Windows
to ensure
installing pre-release versions
of the Cypress binary are within the maximum path length of 260 characters.
Fixed in #20961.
Fixed a regression in 8.6.0 which
prevented .pause() from correctly executing when passing the
--headed --no-exit CLI flags to cypress run. Fixed
#20745.
Fixed a regression in 9.2.0 which would
sometimes throw an expected error on navigation with cy.back() and
cy.go(). Fixed #19749
and #20539.
Corrected the Typescript type for a cookie which was incorrectly typed as
any when the correct type is Cookie. Fixed in
#20513.
Added the missing Cypress.Command.addAll() Typescript types. Fixed
#18886.
Fixed an uncommon error observed in cy.session() where an error was thrown
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.3 to 9.5.4.
<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.4</h2>
<p><em>Released 4/11/2022</em></p>
<p><strong>Bugfixes:</strong></p>
<ul>
<li>Updates were made to silence Electron warnings related to being unable to
connect to dbus. These errors are normal and expected, and do not result in
test failures. Because they are always present when running Electron inside
docker containers, it has incorrectly led people to believe it is the
root-cause of an error within their test run. By silencing these errors, it
will improve the debug experience to allow users to focus on meaningful
warning and error messages. Fixed
<a href="https://github.com/cypress-io/cypress/issues/19299">#19299</a>.</li>
<li>Updates were made to ensure that all <code>*.enable</code> events are sent if Cypress
becomes disconnected from the Chrome DevTools Protocol and must re-establish a
connection to ensure all command logs are displayed to the user. This fixes an
issue where some command logs, like download or network events, are missing
once Cypress has disconnected and then reconnected to the Chrome DevTools
Protocol. Fixed <a href="https://github.com/cypress-io/cypress/issues/20618">#20618</a>.</li>
<li>Fixed an issue where <code>cy.type('{enter}')</code> was not sending the Enter key for
Firefox <code>v98+</code>. This was not an issue with Firefox <code>v97</code> and below. Fixed
<a href="https://github.com/cypress-io/cypress/issues/20562">#20562</a>.</li>
<li>Fixed a regression in <a href="https://docs.cypress.io/guides/references/changelog#9-3-0">9.3.0</a> where glob
patterns provided to the <code>--spec</code> CLI parameter was incorrectly splitting the
patterns in unexpected places when it should have split on commas. Fixes
<a href="https://github.com/cypress-io/cypress/issues/20794">#20794</a>.</li>
<li>Fixed an issue with <code>cy.root()</code> to respect the
<a href="https://docs.cypress.io/api/commands/root#Arguments"><code>timeout</code></a> option passed to the command.
Previously, when the <code>timeout</code> option was provided, it was ignored and the
default timeout was used. Fixed
<a href="https://github.com/cypress-io/cypress/issues/19985">#19985</a>.</li>
<li>Updates were made to decrease the length of the Cypress cache path for Windows
to ensure
<a href="https://docs.cypress.io/guides/getting-started/installing-cypress#Install-pre-release-version">installing pre-release versions</a>
of the Cypress binary are within the maximum path length of 260 characters.
Fixed in <a href="https://github.com/cypress-io/cypress/pulls/20961">#20961</a>.</li>
<li>Fixed a regression in <a href="https://docs.cypress.io/guides/references/changelog#8-6-0">8.6.0</a> which
prevented <code>.pause()</code> from correctly executing when passing the
<code>--headed --no-exit</code> CLI flags to <code>cypress run</code>. Fixed
<a href="https://github.com/cypress-io/cypress/issues/20745">#20745</a>.</li>
<li>Fixed a regression in <a href="https://docs.cypress.io/guides/references/changelog#9-2-0">9.2.0</a> which would
sometimes throw an expected error on navigation with <code>cy.back()</code> and
<code>cy.go()</code>. Fixed <a href="https://github.com/cypress-io/cypress/issues/19749">#19749</a>
and <a href="https://github.com/cypress-io/cypress/issues/20539">#20539</a>.</li>
<li>Corrected the Typescript type for a cookie which was incorrectly typed as
<code>any</code> when the correct type is <code>Cookie</code>. Fixed in
<a href="https://github.com/cypress-io/cypress/pull/20513">#20513</a>.</li>
<li>Added the missing <code>Cypress.Command.addAll()</code> Typescript types. Fixed
<a href="https://github.com/cypress-io/cypress/issue/18886">#18886</a>.</li>
<li>Fixed an uncommon error observed in <code>cy.session()</code> where an error was thrown</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/6fc1bed844ac851d9c984d40e792a7605da1a2b1"><code>6fc1bed</code></a> release 9.5.4 [skip ci]</li>
<li><a href="https://github.com/cypress-io/cypress/commit/6934c0398fea92cc05714b18f21f7f06645a0b70"><code>6934c03</code></a> fix(regression): cy.pause() should not be ignored with `cypress run --headed ...</li>
<li><a href="https://github.com/cypress-io/cypress/commit/4815a5644f5d33cdd7f5f6cec9be92712ca2b6dc"><code>4815a56</code></a> fix: add missing Cypress.Commands.addAll() types (<a href="https://github.com/cypress-io/cypress/issues/20894">#20894</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/c523b92cf8b09fb188b04ef3392b1d74f4dd07f6"><code>c523b92</code></a> Merge remote-tracking branch 'origin/master' into develop</li>
<li><a href="https://github.com/cypress-io/cypress/commit/a81dca7c9ccd3763ca6399d5b2c9ec1e5c0f738f"><code>a81dca7</code></a> chore: Don't store video and screenshot artifacts for runs (<a href="https://github.com/cypress-io/cypress/issues/20979">#20979</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/c18d9ee643cfe93ac0b0d39c1f6fbde681b6603b"><code>c18d9ee</code></a> chore: Update Chrome (beta) to 101.0.4951.26 (<a href="https://github.com/cypress-io/cypress/issues/20957">#20957</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/933e0eb3d427c5e1dac0d6c34d0fb9c01ab30bf7"><code>933e0eb</code></a> chore: remove parallelism from test-binary-against-repo jobs (<a href="https://github.com/cypress-io/cypress/issues/21004">#21004</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/95feb15e30aaadb991e236946160275f8b30b0dc"><code>95feb15</code></a> fix: empty state urls in navigation (<a href="https://github.com/cypress-io/cypress/issues/20948">#20948</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/d5c033fba8572fbd8dcbc656221ab224255001fe"><code>d5c033f</code></a> fix: add safety check for command.clone when cmd does not have args (<a href="https://github.com/cypress-io/cypress/issues/20998">#20998</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/b031803cfb31594054e9797719e2dd3365d43fa1"><code>b031803</code></a> Merge pull request <a href="https://github.com/cypress-io/cypress/issues/20939">#20939</a> from cypress-io/issue-19299-dbus-warnings</li>
<li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v9.5.3...v9.5.4">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.3 to 9.5.4.
Release notes
Sourced from cypress's releases.
... (truncated)
Commits
6fc1bedrelease 9.5.4 [skip ci]6934c03fix(regression): cy.pause() should not be ignored with `cypress run --headed ...4815a56fix: add missing Cypress.Commands.addAll() types (#20894)c523b92Merge remote-tracking branch 'origin/master' into developa81dca7chore: Don't store video and screenshot artifacts for runs (#20979)c18d9eechore: Update Chrome (beta) to 101.0.4951.26 (#20957)933e0ebchore: remove parallelism from test-binary-against-repo jobs (#21004)95feb15fix: empty state urls in navigation (#20948)d5c033ffix: add safety check for command.clone when cmd does not have args (#20998)b031803Merge pull request #20939 from cypress-io/issue-19299-dbus-warningsDependabot 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 conflicts$dependabot recreate
⚠️
dependabotis recreating merge request. All changes will be overwritten! ⚠️✅
dependabotsuccessfuly recreated merge request!added 3 commits
masterCompare with previous version
resolved all threads
aborted the automatic merge because source branch was updated
added 3 commits
master5dbbe316- Build(deps-dev): bump cypress from 9.5.3 to 9.5.4Compare with previous version
mentioned in commit
0bdcbb44d7