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/01 14:52:54 UTC

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

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


   Bumps [cypress](https://github.com/cypress-io/cypress) from 9.3.1 to 9.5.3.
   <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.3</h2>
   <p><em>Released 3/28/2022</em></p>
   <p><strong>Bugfixes:</strong></p>
   <ul>
   <li>Corrected a logging issue with <code>cy.intercept()</code> where the response status code
   and response body were sometimes missing from the log details in <code>open</code> mode.
   Fixed <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/18757">#18757</a>.</li>
   <li>Fixed an issue in <code>cy.readFile()</code> where the command would not retry or provide
   a meaningful error message if <code>null</code> encoding was used and the file was not
   found. Fixed <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20683">#20683</a>.</li>
   <li>Updated the Cypress Keyboard shortcuts to only run the shortcut when the
   pressed shortcut key was not used in conjunction with either the <code>alt</code>,
   <code>ctrl</code>, or <code>shift</code> modifier keys. This fixed an issue where the Cypress
   shortcut handler would override the browser native keyboard shortcut for
   search (<code>ctrl + f</code>). Fixed
   <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20222">#20222</a>.</li>
   <li>Updates were made to correctly escape dollar signs in the
   <code>CYPRESS_DOWNLOAD_PATH_TEMPLATE</code> environment variable. Issues were seen
   utilizing this template when the env was provided from a package manager file.
   Fixed <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/19914">#19914</a>.</li>
   <li>Fix the <code>Cypress.Buffer</code> TypeScript type to reference the static constructor
   of <code>Buffer</code>, instead of incorrectly referencing the <code>Buffer</code> instance which
   caused Type errors. Fixes
   <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20542">#20542</a>.</li>
   </ul>
   <p><strong>Dependency Updates:</strong></p>
   <ul>
   <li>Upgraded <code>electron</code> dependency from <code>15.3.4</code> to <code>15.3.5</code> to address the
   <a href="https://nvd.nist.gov/vuln/detail/CVE-2022-21718">CVE-2022-21718</a> NVD security
   vulnerability. Addressed in
   <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20750">#20750</a>.</li>
   <li>Upgraded <code>minimist</code> dependency from <code>1.2.5</code> to <code>1.2.6</code>. Addressed in
   <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20756">#20756</a>.</li>
   <li>Upgraded <code>nanoid</code> dependency from <code>3.1.20</code> to <code>3.1.31</code> to address the
   <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-23566">CVE-2021-23566</a> NVD security
   vulnerability. Addressed in
   <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/20726">#20726</a>.</li>
   <li>Upgraded <code>node-forge</code> dependency from <code>1.0.0</code> to <code>1.3.0</code> to address the
   <a href="https://nvd.nist.gov/vuln/detail/CVE-2022-24771">CVE-2022-24771</a> NVD security
   vulnerability. Addressed in
   <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/20727">#20727</a>.</li>
   </ul>
   <h2>9.5.2</h2>
   <p><em>Released 3/14/2022</em></p>
   <p><strong>Bugfixes:</strong></p>
   <ul>
   <li>Fixed an issue with <code>.type()</code> where click events could be fired on the
   incorrect target element because the target focus changed within a key-down</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/1ff8bf8992fb42bdd3981e7d8c41cca6833e9e65"><code>1ff8bf8</code></a> release 9.5.3 [skip ci]</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/51ec479d53ce16c91ca9907d745212ce9f6642be"><code>51ec479</code></a> Empty commit to get a new percy nonce</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/5e93175762ab9364fd5def8019d18c7f1935ceb3"><code>5e93175</code></a> Merge remote-tracking branch 'origin/master' into develop</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/2f862e8add9d9e77a5ac8abad7cfb5b818832b6f"><code>2f862e8</code></a> chore: update release documentation and fix interactive release scripts (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20799">#20799</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/ea122eadc42b60c359916bb4e063ac292fe07ebf"><code>ea122ea</code></a> chore: Update Chrome (stable) to 99.0.4844.84 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20788">#20788</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/5dbedaffd2a2276001b769cfe888345a9d3f3cb3"><code>5dbedaf</code></a> chore: Update Chrome (beta) to 100.0.4896.56 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20778">#20778</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/6915b8e3de012fde9aeb601a3713548709964ae1"><code>6915b8e</code></a> feat: support escaped dollar sign in CYPRESS_DOWNLOAD_PATH_TEMPLATE (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20698">#20698</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/25abf53bc12f6e789eceec8d25f30c5f3f727320"><code>25abf53</code></a> chore(deps): update dependency electron to v15.3.5 [security] (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20750">#20750</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/88556c23c611c224028395d883d56cbdb0cfe0b0"><code>88556c2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20726">#20726</a> from cypress-io/renovate/npm-nanoid-vulnerability</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/d59b7bd0096858ed81892767c1b99945dea7b986"><code>d59b7bd</code></a> fix(deps): update dependency minimist to v1.2.6 🌟 (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20756">#20756</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v9.3.1...v9.5.3">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.3.1&new-version=9.5.3)](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