You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flagon.apache.org by GitBox <gi...@apache.org> on 2022/04/18 07:04:00 UTC

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #240: Bump cypress from 9.5.3 to 9.5.4

dependabot[bot] opened a new pull request, #240:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/240

   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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.com/cypress-io/cypress/issues/19749">#19749</a>
   and <a href="https://github-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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 />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cypress&package-manager=npm_and_yarn&previous-version=9.5.3&new-version=9.5.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@flagon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #240: Bump cypress from 9.5.3 to 9.5.4

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #240:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/240#issuecomment-1114556700

   Superseded by #245.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@flagon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #240: Bump cypress from 9.5.3 to 9.5.4

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #240: Bump cypress from 9.5.3 to 9.5.4
URL: https://github.com/apache/incubator-flagon-useralejs/pull/240


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@flagon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org