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


   Bumps [cypress](https://github.com/cypress-io/cypress) from 6.8.0 to 7.2.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>7.2.0</h2>
   <p><em>Released 04/26/2021</em></p>
   <p><strong>Features:</strong></p>
   <ul>
   <li>You can now navigate through folders in the Test Runner using the Tab 
keyboard input and open or close the folder's content with the Enter &amp; 
Space keyboard inputs. Addresses <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/3741";>#3741</a>.</li>
   </ul>
   <p><strong>Performance:</strong></p>
   <ul>
   <li>Fixed a regression in <a 
href="https://docs.cypress.io/guides/references/changelog#7-0-0";>7.0.0</a> that 
caused tests to run slowly, especially when run with constrained CPU resources. 
Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/15853";>#15853</a>.</li>
   <li>Fixed a regression in <a 
href="https://docs.cypress.io/guides/references/changelog#7-0-0";>7.0.0</a> 
causing decreased performance in Chromium browsers due to requesting screencast 
frames when video is disabled. Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/16030";>#16030</a>.</li>
   </ul>
   <p><strong>Bugfixes:</strong></p>
   <ul>
   <li>Fixed a regression in <a 
href="https://docs.cypress.io/guides/references/changelog#7-0-0";>7.0.0</a> that 
caused the Test Runner to crash with an <code>ERR_INVALID_ARG_TYPE</code> type 
error. We now correctly detect a utf8 request body with multi-byte Unicode 
characters. Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/15901";>#15901</a>.</li>
   <li>Reusing <code>cy.intercept()</code> aliases will now work as expected. 
Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/15823";>#15823</a>.</li>
   <li>Fixed an issue in 7.0 where users could get a misleading &quot;must pass 
a handler as the 3rd argument&quot; error when using <code>cy.intercept</code>. 
Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/16117";>#16117</a>.</li>
   <li><code>cypress run-ct</code> no longer hangs on Windows machines. Fixes 
<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/15976";>#15976</a>.</li>
   <li>Hovering over a command log without a snapshot will no longer cause the 
error <code>Cannot read property 'name' of null</code>. Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/15816";>#15816</a>.</li>
   <li>We now throw an error when attempting to <code>.select()</code> an 
<code>&lt;option&gt;</code> within a disabled <code>&lt;fieldset&gt;</code>. 
Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/5951";>#5951</a>.</li>
   <li><code>.type()</code> will no longer change the <code>value</code> 
attribute of button-like inputs with type button, submit, reset, image, radio, 
or checkbox. Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/15913";>#15913</a>.</li>
   <li>Specs will now load when using a relative directory for 
<code>componentFolder</code> outside of the root project when specifying 
<code>--project</code>. Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/16053";>#16053</a>.</li>
   <li>The search input will now display when there are many component spec 
files. Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/16089";>#16089</a>.</li>
   </ul>
   <p><strong>Misc:</strong></p>
   <ul>
   <li>Lodash types have been updated. Addressed in <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/15860";>#15860</a>.</li>
   <li>Types for the selector playground have been added. Addressed in <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/15834";>#15834</a>.</li>
   <li><code>Cypress.Cookies.defaults()</code> now returns the correct type 
instead of <code>void</code>. Addresses <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/15426";>#15426</a>.</li>
   <li><code>.then()</code> will show the correct type when a collection of 
HTMLElements is provided. Addressed in <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/15869";>#15869</a>.</li>
   <li>Improved types for <code>cy.intercept()</code>. Addressed in <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/16167";>#16167</a>.</li>
   </ul>
   <p><strong>Dependency Updates:</strong></p>
   <ul>
   <li>Downgraded the Chromium browser version used during <code>cypress 
run</code> and when selecting Electron browser in <code>cypress open</code> 
from <code>89.0.4348.1</code> to <code>89.0.4328.0</code>. This was done to 
address a performance regression introduced in <a 
href="https://docs.cypress.io/guides/references/changelog#7-0-0";>7.0.0</a>. 
Addressed in <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/16113";>#16113</a>.</li>
   <li>Upgraded <code>systeminformation</code> from <code>5.3.1</code> to 
<code>5.6.4</code>. Addressed in <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/15819";>#15819</a>.</li>
   <li>Replaced <code>lolex</code> with <code>@sinonjs/fake-timers</code>. 
Addressed in <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/15595";>#15595</a>.</li>
   </ul>
   <h2>7.1.0</h2>
   <p><em>Released 04/12/2021</em></p>
   <p><strong>Features:</strong></p>
   <ul>
   <li>The events <code>before:spec</code>, <code>after:spec</code>, 
<code>before:run</code>, and <code>after:run</code> now fire in interactive 
mode in addition to run mode. This requires the 
<code>experimentalInteractiveRunEvents</code> flag to be enabled. Addressed in 
<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/15787";>#15787</a>.</li>
   </ul>
   <p><strong>Bugfixes:</strong></p>
   <ul>
   <li>Viewport configuration set in <code>cypress.json</code> is now correctly 
applied in the Component Test Runner. Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/15899";>#15899</a>.</li>
   <li>Running specs on Windows is now supported in the Component Test Runner. 
Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/15842";>#15842</a>.</li>
   <li>Fixed an issue where crashes in Cypress would cause a misleading 
&quot;Unknown signal: true&quot; error after the actual crash message. Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/15943";>#15943</a>.</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/438e55376a83ce2e4de47bb786215793a7f8e81a";><code>438e553</code></a>
 release 7.2.0 [skip ci]</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/d2dfc30ea2ecbe864185da60966116aaae8246b0";><code>d2dfc30</code></a>
 fix: <code>cy.type()</code> should not change the value attr of button-like 
inputs. (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/16";>#16</a>...</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/338d702632e2d2a807d74013a5798aecbe45b0db";><code>338d702</code></a>
 fix: properly detect <code>cy.intercept(url, routeMatcher, handler)</code> 
overload (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/16";>#16</a>...</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/a1f2464bbe96c9d653df929b8595cc3c3471d552";><code>a1f2464</code></a>
 fix: consider multiple routes when looking for aliases (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/16180";>#16180</a>)</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/48fe3fb5b261e10b71ca89c41f754008be60e0fc";><code>48fe3fb</code></a>
 fix: pass contextIsolation: true (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/16165";>#16165</a>)</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/c503c0beb3f25d4cc2eafc5856835892b35266c6";><code>c503c0b</code></a>
 chore: fix failing &quot;should handle aborted requests&quot; test (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/16170";>#16170</a>)</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/585c36239a05561cf5963b6ab48087b0eb192975";><code>585c362</code></a>
 feat(issue-3741): added keyboard support for folder (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/15648";>#15648</a>)</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/4cfe4b1971c615d615c05ce35b9f7dd5ef8315fc";><code>4cfe4b1</code></a>
 fix(webpack-dev-server): remove hard dependency on html-webpack-plugin v4  
(#...</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/7b55863b749d358dcfc1ed4cb4cea13ccea5a85e";><code>7b55863</code></a>
 chore(deps): downgrade electron to v12.0.0-beta.14 (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/16113";>#16113</a>)</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/684730fb68b0394a5c602421b38fbb4d066bf439";><code>684730f</code></a>
 fix: accept absolute paths in vite dev server (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/16148";>#16148</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/cypress-io/cypress/compare/v6.8.0...v7.2.0";>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=6.8.0&new-version=7.2.0)](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.

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


Reply via email to