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

   Bumps [cypress](https://github.com/cypress-io/cypress) from 9.5.3 to 9.6.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.6.1</h2>
   <p><em>Released 5/9/2022</em></p>
   <p><strong>Bugfixes:</strong></p>
   <ul>
   <li>Cypress can now launch on systems where Firefox is installed via 
Snapcraft.
   Fixed <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/19793";>#19793</a>.</li>
   <li>Updates were made to ensure XHR calls are properly displaying the 
response
   body in the command log. Fixed
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/21361";>#21361</a>.</li>
   <li>Fixed <a 
href="https://docs.cypress.io/api/commands/contains";><code>cy.contains()</code></a>
 and
   <a 
href="/api/commands/should"><code>.should(https://github.com/cypress-io/cypress/blob/HEAD/'contain',
 ...)</code></a> to handle finding text that
   contains backslash characters. Fixed
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/19116";>#19116</a></li>
   <li>Updated <a 
href="/api/commands/type"><code>.type(https://github.com/cypress-io/cypress/blob/HEAD/'{enter}')</code></a>
 to support sending the Enter
   keystroke to submit buttons that are not rendered within a form html element,
   but are associated with a form via the <code>form</code> attribute. Fixed
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/21163";>#21163</a>.</li>
   <li>Fixed an issue with <code>cy.session()</code> such that re-running tests 
in open mode
   will now correctly recreate a session. Before this change, an error was 
thrown
   indicating the saved <code>setup</code> function was not a function because 
it was
   serialized. Fixed
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/17805";>#17805</a>.</li>
   </ul>
   <h2>9.6.0</h2>
   <p><em>Released 4/25/2022</em></p>
   <p><strong>Features:</strong></p>
   <ul>
   <li>Now you can easily test multi-domain workflows by using the experimental
   <a 
href="https://docs.cypress.io/api/commands/origin";><code>cy.origin()</code></a> 
command. This feature allows you to test
   across different origins or domains within a single test. This experiment was
   designed to work side-by-side with the <a 
href="https://docs.cypress.io/api/commands/session";><code>cy.session()</code></a>
   experimental feature. You can turn on use of this command by setting the
   <a 
href="https://docs.cypress.io/guides/references/experiments";><code>experimentalSessionAndOrigin</code></a>
 configuration
   option to <code>true</code>. For more details, read
   <a 
href="https://cypress.io/blog/2022/04/25/cypress-9-6-0-easily-test-multi-domain-workflows-with-cy-origin/";>our
 blog post</a>.
   Addressed <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/17336";>#17336</a>
 and
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/944";>#944</a>.
   <ul>
   <li>Added a new configuration option called 
<code>experimentalSessionAndOrigin</code>. This
   option enables support for <a 
href="https://docs.cypress.io/api/commands/session";><code>cy.session()</code></a>
 and
   <a 
href="https://docs.cypress.io/api/commands/origin";><code>cy.origin()</code></a>.</li>
   <li>The <code>experimentalSessionSupport</code> configuration option has 
been removed and
   replaced by the <code>experimentalSessionAndOrigin</code> configuration 
option. Please
   update your configuration to use the new 
<code>experimentalSessionAndOrigin</code>
   option to continue to opt-in to this experimental feature.</li>
   <li>When <code>experimentalSessionAndOrigin</code> is enabled, cross-origin 
requests will
   no longer immediately fail, but instead, time out based on the
   <a 
href="https://docs.cypress.io/guides/references/configuration#Timeouts";><code>pageLoadTimeout</code></a>
   configuration. This allows the request to be appropriately handled by 
the</li>
   </ul>
   </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/5350a5353ca0568cec94aee7755367f98a104b50";><code>5350a53</code></a>
 chore: release 9.6.1 (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/21404";>#21404</a>)</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/37df3cab6430532b63b19586c4da9e5c0beec5cb";><code>37df3ca</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/21395";>#21395</a>
 from cypress-io/ryanm/chore/merge-master</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/2b429605e947325b7074bc9aebc52b47f7faab32";><code>2b42960</code></a>
 Merge branch 'develop' into ryanm/chore/merge-master</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/0d958dc88d6be3128549631ea36abcf792725c67";><code>0d958dc</code></a>
 fix: ensure that proxy logs are updated after the xhr has actually completed 
...</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/d26159ef84e0d60b61cdd55ae027efae67d387a2";><code>d26159e</code></a>
 Merge remote-tracking branch 'origin/master' into ryanm/chore/merge-master</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/331e5412f566490e75d45d52d8111836745c336c";><code>331e541</code></a>
 chore: Re-organize tests in assertions_spec.js (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/21283";>#21283</a>)</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/d1436ee56e28fdd395bf66449f5bb11417d74b61";><code>d1436ee</code></a>
 chore: Distribute tests to desktop-gui containers. Make 
<code>desktop-gui</code> tests f...</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/dbbad318aa9649d9254b831a845cbc3b1628c48b";><code>dbbad31</code></a>
 chore(sessions): add additional tests (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/21338";>#21338</a>)</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/aa6f3b8039495ac37ced4ac581129a020ba66fa4";><code>aa6f3b8</code></a>
 fix: Allow submit button to be outside of the form for implicit submission 
(#...</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/05ef83a87e8b17dee9e343aa88ae4f756979ac43";><code>05ef83a</code></a>
 fix(launcher): support Firefox as a snap (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/21328";>#21328</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/cypress-io/cypress/compare/v9.5.3...v9.6.1";>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.6.1)](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-unsubscr...@flagon.apache.org

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

Reply via email to