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/07/25 07:04:00 UTC

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

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

   Bumps [cypress](https://github.com/cypress-io/cypress) from 9.5.3 to 10.3.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>v10.3.1</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#10-3-1">https://docs.cypress.io/guides/references/changelog#10-3-1</a></p>
   <h2>v10.3.0</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#10-3-0">https://docs.cypress.io/guides/references/changelog#10-3-0</a></p>
   <h2>v10.2.0</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#10-2-0">https://docs.cypress.io/guides/references/changelog#10-2-0</a></p>
   <h2>v10.1.0</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#10-1-0">https://docs.cypress.io/guides/references/changelog#10-1-0</a></p>
   <h2>v10.0.3</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#10-0-3">https://docs.cypress.io/guides/references/changelog#10-0-3</a></p>
   <h2>v10.0.2</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#10-0-2">https://docs.cypress.io/guides/references/changelog#10-0-2</a></p>
   <h2>v10.0.1</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#10-0-1">https://docs.cypress.io/guides/references/changelog#10-0-1</a></p>
   <h2>v10.0.0</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#10-0-0">https://docs.cypress.io/guides/references/changelog#10-0-0</a></p>
   <h2>v9.7.0</h2>
   <p><em>Released 5/23/2022</em></p>
   <p><strong>Features:</strong></p>
   <ul>
   <li>The Electron version and shipped Chromium browser version has been updated.
   Addressed in <a href="https://github-redirect.dependabot.com/cypress-io/cypress/pull/21418">#21418</a>.</li>
   </ul>
   <p><strong>Deprecations:</strong></p>
   <ul>
   <li>The <code>Cypress.Cookies.preserveOnce()</code> and <code>Cypress.Cookies.defaults()</code> Cypress
   APIs have been deprecated. In a future release, support for
   <code>Cypress.Cookies.preserveOnce()</code> and <code>Cypress.Cookies.defaults()</code> will be
   removed. Consider using the experimental
   <a href="https://docs.cypress.io/api/commands/session"><code>cy.session()</code></a> command instead to cache and restore
   cookies and other sessions details between tests. Fixed
   <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/21333">#21333</a>.</li>
   </ul>
   <p><strong>Bugfixes:</strong></p>
   <ul>
   <li>Updated the <a href="https://docs.cypress.io/api/commands/contains"><code>cy.contains()</code></a> command to correctly
   error and retry if the provided regex pattern begins with an equal sign and a
   match was not initially found. Previously the command would incorrectly fail
   with a syntax error. Fixed
   <a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/21108">#21108</a>.</li>
   <li>Corrected the <code>cy.session()</code> command log grouping and validation verbiage.</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/ae4a9d89b17e97308704b1f3b5e6df64ef498383"><code>ae4a9d8</code></a> 10.3.1 release</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/1da95a7db1317bd6c66a7d9bf6ba6f8dd5b7d620"><code>1da95a7</code></a> fix: Determine global mode based on whether there is a current project (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/22838">#22838</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/2aa7b93ea1f891bf96e0baf1fb1b426827519562"><code>2aa7b93</code></a> fix: Correct pluralization in Spec Pattern (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/22773">#22773</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/89acf9c8a5e6220f645eb4b2a72a27b056d010e0"><code>89acf9c</code></a> chore: add types to screenshots (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/22768">#22768</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/0aebe4a47d49c94d519fc00af81967ed8da65483"><code>0aebe4a</code></a> trigger build for 10.3.1</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/1643161559daf0ad951e76b3d77b213669002597"><code>1643161</code></a> fix: show info message correctly on &quot;record your first run ui&quot; (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/22413">#22413</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/7c4d5e56ec92954535491ecb146e4fc67a615726"><code>7c4d5e5</code></a> fix: cy.contains(RegExp) handles input[type=submit] correctly (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/21285">#21285</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/1b688694fe7ad7de7ce4ac215024cd128d68bf39"><code>1b68869</code></a> fix: Ensure that file watchers are closed before Electron exits (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/22606">#22606</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/8e07318a9f72c3df012be47d500007571165a87e"><code>8e07318</code></a> feat(npm/vue): expose Test Utils API (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/22757">#22757</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/3d07d53e989d9874e0b90e8c6ac6c1b79353a6bf"><code>3d07d53</code></a> feat: auto-collapse sidebar for window width &lt; lg (<a href="https://github-redirect.dependabot.com/cypress-io/cypress/issues/22393">#22393</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v9.5.3...v10.3.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=9.5.3&new-version=10.3.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-unsubscribe@flagon.apache.org

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


[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #275: Bump cypress from 9.5.3 to 10.3.1

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #275:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/275#issuecomment-1207754373

   Superseded by #278.


-- 
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


[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #275: Bump cypress from 9.5.3 to 10.3.1

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #275: Bump cypress from 9.5.3 to 10.3.1
URL: https://github.com/apache/incubator-flagon-useralejs/pull/275


-- 
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