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


   Bumps [cypress](https://github.com/cypress-io/cypress) from 9.3.1 to 9.5.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>9.5.0</h2>
   <p><em>Released 2/15/2022</em></p>
   <p><strong>Features:</strong></p>
   <ul>
   <li>Enhancements were made to the error experience in both run mode and open 
mode
   to improve readability and provide meaningful stack traces. Addressed in
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20124";>#20124</a>.</li>
   <li>Updated the <code>cy.request()</code> log message to hide the origin 
when it matched the
   browser origin to make debugging easier. This reduces the length of the log
   message that could be partially hidden if a long url is requested. Addressed
   in <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20009";>#20009</a>.</li>
   <li>Updates were made to log the <code>ShadowRoot</code> and 
<code>Document</code> elements as HTML
   elements. Previously these would be logged as enumerated objects, which were
   difficult to evaluate. Addressed in
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20049";>#20049</a>.</li>
   <li>Updated the terminal output generated in Cypress run mode to de-emphasis 
the
   <code>node</code> path in the run header. Addressed in
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20120";>#20120</a>.</li>
   </ul>
   <p><strong>Bugfixes:</strong></p>
   <ul>
   <li>Fixed an issue where files attached during <code>.selectFile()</code> 
could have the
   wrong <code>File</code> prototype. Fixes
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20003";>#20003</a>.</li>
   <li>Updated <code>.select()</code> to only dispatch the <code>change</code> 
and <code>input</code> events when the
   selected option is not the currently selected option. This change aligns
   <code>.select()</code> with the browser. Fixes
   <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/19494";>#19494</a>.</li>
   <li>Updated <code>.type(' ')</code> to align with the W3C standards where a 
click event
   should be dispatched when the Space key is pressed and the current focus is 
on
   a state-changing element with type <code>button</code>, <code>image</code>, 
<code>submit</code> or <code>reset</code>.
   Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/20067";>#20067</a>.</li>
   </ul>
   <h2>9.4.1</h2>
   <p><em>Released 1/31/2022</em></p>
   <p><strong>Bugfixes:</strong></p>
   <ul>
   <li>Fixed a regression in <a 
href="https://docs.cypress.io/guides/references/changelog#9-4-0";>9.4.0</a> 
where the
   line endings in the public NPM package prevented some users from running
   Cypress. Fixes <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/19986";>#19986</a>.</li>
   </ul>
   <h2>9.4.0</h2>
   <p><em>Released 1/31/2022</em></p>
   <p><strong>Features</strong></p>
   <ul>
   <li>Enhancements were made to <code>.selectFile()</code> after receiving 
feedback after its
   initial release in <a 
href="https://docs.cypress.io/guides/references/changelog#9-3-0";>9.3.0</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/1e6f51a3d1cf2a8ddc4855fbb903f7a84b49d24a";><code>1e6f51a</code></a>
 release 9.5.0 [skip ci]</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/507b96f83445441a33f89b4c8143cb231d234fbe";><code>507b96f</code></a>
 chore: Update Chrome (stable) to 98.0.4758.102 (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20192";>#20192</a>)</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/e8d7120c9785a29dd5e99dd2a5b27b89b2676328";><code>e8d7120</code></a>
 Merge remote-tracking branch 'origin/master' into develop</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/dff45ca030532159a6e738866a38a008d0727d60";><code>dff45ca</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20142";>#20142</a>
 from cypress-io/9b967e06f5-master-into-develop</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/2bad703348bdc9d35a00cfe0262023f26a639410";><code>2bad703</code></a>
 Merge branch 'develop' into 9b967e06f5-master-into-develop</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/a3f0d63387afbe5395b569ec03e8e3f5f2915918";><code>a3f0d63</code></a>
 chore: enable volar.takeOverMode</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/2c88f0c58ec3c1bd8421a05259fc2ab893191f99";><code>2c88f0c</code></a>
 fix: Update <code>.type(' ')</code> to not emit clicks when the keyup event 
has been pre...</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/a1e6d5cad1444e27791b344b2b311196620c1c73";><code>a1e6d5c</code></a>
 test: remove redundant &quot;other projects&quot; CI jobs (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20133";>#20133</a>)</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/02cc29af9eb40aaf050f3facf0083210f3cca068";><code>02cc29a</code></a>
 chore(driver): move cy.focused and cy.root into their own files (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20054";>#20054</a>)</li>
   <li><a 
href="https://github.com/cypress-io/cypress/commit/4b50f9eec39149389d6f13b1305791b74711b153";><code>4b50f9e</code></a>
 feat: gray out the path to system node in cypress run header (<a 
href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/20121";>#20121</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/cypress-io/cypress/compare/v9.3.1...v9.5.0";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~bluewindscypress";>bluewindscypress</a>, a new 
releaser for cypress since your current version.</p>
   </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.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: dev-unsubscr...@flagon.apache.org

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


Reply via email to