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


   Bumps [cypress](https://github.com/cypress-io/cypress) from 8.3.0 to 8.4.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>8.4.1</h2>
   <p><em>Released 09/17/2021</em></p>
   <p><strong>Bugfixes:</strong></p>
   <ul>
   <li>Cypress will no longer crash when setting up a project to record to the
   Dashboard or viewing the runs or record key for a previously set up project.
   Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18129";>#18129</a>.</li>
   <li>The branch collected for Drone CI now correctly reflects the source PR 
branch
   for showing in the Cypress Dashboard. Fixes
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/17860";>#17860</a>.</li>
   </ul>
   <h2>8.4.0</h2>
   <p><em>Released 09/13/2021</em></p>
   <p><strong>Features:</strong></p>
   <ul>
   <li>When the URL contains non-ASCII characters, you can use the new 
<code>decode</code>
   option of <code>cy.url()</code> to decode it. Addresses
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/17399";>#17399</a>.</li>
   </ul>
   <p><strong>Bugfixes:</strong></p>
   <ul>
   <li>Cypress now better handles situations where the extension was installed 
in a
   read-only location. Fixes
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/3852";>#3852</a>.</li>
   <li>A clearer error message is now thrown for <code>.check()</code> or 
<code>.uncheck()</code> when
   there are no matching value attributes found.
   Fixes<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/7379";>#7379</a>.</li>
   <li>Hooks will no longer rerun on unrelated tests in some situations after a
   domain navigation. Fixes
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/17705";>#17705</a>.</li>
   <li><code>clientCertificate</code> types have been added for the Cypress 
configuration. Fixes
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/17799";>#17799</a>.</li>
   </ul>
   <h2>8.3.1</h2>
   <p><em>Released 08/27/2021</em></p>
   <p><strong>Performance:</strong></p>
   <ul>
   <li>Projects will now open much faster on MacOS Big Sur with improved browser
   detection performance. Fixes
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/17773";>#17773</a>.</li>
   </ul>
   <p><strong>Bugfixes:</strong></p>
   <ul>
   <li>Fixed a regression in <a 
href="https://docs.cypress.io/guides/references/changelog#8-3-0";>8.3.0</a> 
where the
   correct exit code would not be issued during <code>cypress run-ct</code> 
while running in
   the Electron browser. Fixes
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/17752";>#17752</a>
 and</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/32b9f935d86dc932744afbcd57d2c6ae94048526";><code>32b9f93</code></a>
 release 8.4.1 [skip ci]</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/863e3680bb7a02de191b62028928f89d99c14d7a";><code>863e368</code></a>
 fix: GH env variable for test other projects (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18147";>#18147</a>)</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/1b989c5baa6261aef44e3642800edc02aebf3b76";><code>1b989c5</code></a>
 fix(open_project): remove unnecessary fn wrapping from tryToCalls (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18146";>#18146</a>)</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/41524a9ab3352d3ad2ff36c71692a84ee46d4e33";><code>41524a9</code></a>
 change <a 
href="https://github.com/ts-expect-error";><code>@​ts-expect-error</code></a> 
-&gt; <a href="https://github.com/ts-ignore";><code>@​ts-ignore</code></a> (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18047";>#18047</a>)</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/3ba3b6fed34a95a1dfa087fac46426ce14ded38e";><code>3ba3b6f</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18116";>#18116</a>
 from cypress-io/16092021-wip-args</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/ec4748ca2d98347e01e88cd4a79298019c708a23";><code>ec4748c</code></a>
 return all specs from findSpecs, improve types</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/390e1a276bf52c881404829c4a5873203b3f7ad6";><code>390e1a2</code></a>
 typescript</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/1346fa936577b285fddc4ac569830dca23932c48";><code>1346fa9</code></a>
 remove unused code</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/efb40620a6332648301069beb797484b35af356b";><code>efb4062</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18101";>#18101</a>
 from cypress-io/chore/remove-legacy-javascripts-config</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/f82c08e3eaa98c9a696c8814e80b8c33e45571a7";><code>f82c08e</code></a>
 fix: Update DRONE branch used for Dashboard (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18062";>#18062</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/cypress-io/cypress/compare/v8.3.0...v8.4.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=8.3.0&new-version=8.4.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