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


   Bumps [cypress](https://github.com/cypress-io/cypress) from 7.3.0 to 8.3.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>8.3.0</h2>
   <p><em>Released 08/16/2021</em></p>
   <p><strong>Features:</strong></p>
   <ul>
   <li>The instructions for recording a run have been updated for some users.
   Addressed in <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/17317";>#17317</a>.</li>
   </ul>
   <p><strong>Performance:</strong></p>
   <ul>
   <li>We addressed an issue that increased CPU usage during video recording in
   Chrome 89+/Electron 12+. Fixes
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/16152";>#16152</a>.</li>
   <li>Fixed a regression in <a 
href="https://docs.cypress.io/guides/references/changelog#7-2-0";>7.2.0</a> that 
would
   cause <code>cy.visit()</code> to take longer to fire its load event in some
   circumstances. Fixes
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/16671";>#16671</a>.</li>
   </ul>
   <p><strong>Bugfixes:</strong></p>
   <ul>
   <li>Fixed an issue that could cause intermittent OpenSSL errors when the 
local CA
   cert cache becomes corrupted. Fixes
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/8705";>#8705</a>.</li>
   <li>Fixed a regression in <a 
href="https://docs.cypress.io/guides/references/changelog#7-2-0";>7.2.0</a> 
causing the
   menu bar of Cypress to not be clickable in Windows. Fixes
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/16323";>#16323</a>.</li>
   <li><code>res.send</code> of <code>cy.intercept()</code> will no longer 
override JSON-related content
   types. Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/17084";>#17084</a>.</li>
   <li>The <code>times</code> option of <code>cy.intercept</code> now works 
properly with <code>req.reply</code>.
   Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/17139";>#17139</a>.</li>
   <li>Fixed a regression in <a 
href="https://docs.cypress.io/guides/references/changelog#8-0-0";>8.0.0</a> where
   Cypress would always warn that <code>chromeWebSecurity</code> is set to 
&quot;false&quot; when it
   wasn't. Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/17614";>#17614</a>.</li>
   </ul>
   <p><strong>Dependency Updates:</strong></p>
   <ul>
   <li>Upgraded Chrome browser version used during <code>cypress run</code> and 
when selecting
   Electron browser in <code>cypress open</code> from <code>89</code> to 
<code>91</code>. Addressed in
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/17408";>#17408</a>.</li>
   <li>Upgraded bundled Node.js version from <code>14.6.0</code> to 
<code>14.17.0</code>. Addressed in
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/17408";>#17408</a>.</li>
   <li>Upgraded <code>electron</code> from <code>12.0.0-beta.14</code> to 
<code>13.1.7</code>. Addressed in
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/17408";>#17408</a>.</li>
   <li>Upgraded <code>url-parse</code> from <code>1.5.1</code> to 
<code>1.5.2</code>. Addressed in
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/17719";>#17719</a>.</li>
   </ul>
   <h2>8.2.0</h2>
   <p><em>Released 08/04/2021</em></p>
   <p><strong>Features:</strong></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/b076c242a952bc1ca4bda9f41868f3f4b638d57b";><code>b076c24</code></a>
 release 8.3.0</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/3c027552a4d50b83e27ba50d7e56d444e3b24445";><code>3c02755</code></a>
 fix(deps): update dependency url-parse to v1.5.2 [security] (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/17719";>#17719</a>)</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/72218b3a1a4b1cb39188fa78e774826e6fd2eb8a";><code>72218b3</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/17709";>#17709</a>
 from cypress-io/66e8896b66-master-into-develop</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/13e56e258c55468dc59c787a33c77df44af63ff8";><code>13e56e2</code></a>
 Merge branch 'develop' into 66e8896b66-master-into-develop</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/24774b6624d42e3604981c8f5f6fb457fdf4b416";><code>24774b6</code></a>
 feat: updated record run instructions (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/17317";>#17317</a>)</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/94c366c3d8c0ae7ad62d39a9ed21ca9cf7a95407";><code>94c366c</code></a>
 Merge branch 'develop' into 66e8896b66-master-into-develop</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/4d2d7e07aa83360a1d2f826e54d09d079b07d3ff";><code>4d2d7e0</code></a>
 chore: skip session e2e spec  ci (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/17718";>#17718</a>)</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/3ab80fd3a10ef525de727985b4dc34aff0e590a2";><code>3ab80fd</code></a>
 Merge branch 'develop' into 66e8896b66-master-into-develop</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/66e8896b66207e9ce2d1a5dd9f66f73fe58a1e7e";><code>66e8896</code></a>
 fix(vite-dev-server): chain update all specs when changing child  (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/17693";>#17693</a>)</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/b9b276fc18ffc5550846d7065eef62c93c5b7167";><code>b9b276f</code></a>
 chore: release <code>@​cypress/react-v5</code>.9.4</li>
   <li>Additional commits viewable in <a 
href="https://github.com/cypress-io/cypress/compare/v7.3.0...v8.3.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=7.3.0&new-version=8.3.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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to