Skip to content

Commit 9114925

Browse files
Merge #952
952: build(deps-dev): bump cypress from 13.13.2 to 13.14.2 r=brunoocasali a=dependabot[bot] Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.2 to 13.14.2. <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>v13.14.2</h2> <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-14-2">https://docs.cypress.io/guides/references/changelog#13-14-2</a></p> <h2>v13.14.1</h2> <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-14-1">https://docs.cypress.io/guides/references/changelog#13-14-1</a></p> <h2>v13.14.0</h2> <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-14-0">https://docs.cypress.io/guides/references/changelog#13-14-0</a></p> <h2>v13.13.3</h2> <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-13-3">https://docs.cypress.io/guides/references/changelog#13-13-3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/12d8e0bd6ee1e49cddb3c60283a867fbb2216044"><code>12d8e0b</code></a> chore: release 13.14.2 (<a href="https://redirect.github.com/cypress-io/cypress/issues/30182">#30182</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/770a50255ffa3c873b50925bd298642a7f7d4694"><code>770a502</code></a> fix: revert HiDPI for Wayland users to resolve unknown issues with GLib-GIO-E...</li> <li><a href="https://github.com/cypress-io/cypress/commit/c1b95b5589d421591133ac29e5b8483583eca5aa"><code>c1b95b5</code></a> chore(deps): update dependency mini-css-extract-plugin to v2.9.1 (<a href="https://redirect.github.com/cypress-io/cypress/issues/30151">#30151</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/bbe53286cb9c0dc59d4d12ecff2ca87d7d393afe"><code>bbe5328</code></a> fix: WebSocket Connection Closed crashing from BrowserCriClient (<a href="https://redirect.github.com/cypress-io/cypress/issues/30174">#30174</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/57d7b638d94fd71e3411bc4c84fbb1958d39cb59"><code>57d7b63</code></a> chore: Update Chrome (stable) to 128.0.6613.119 (<a href="https://redirect.github.com/cypress-io/cypress/issues/30171">#30171</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/b83548ade85d6c8da5dec32bf389860a61d38f1a"><code>b83548a</code></a> chore(deps): update dependency eslint-plugin-cypress to v3 (<a href="https://redirect.github.com/cypress-io/cypress/issues/30136">#30136</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/1f5fcf65b2ecb51b4e97b6910818b106aaa75490"><code>1f5fcf6</code></a> chore: fix local node version mismatch issue with better sqlite3 (<a href="https://redirect.github.com/cypress-io/cypress/issues/30158">#30158</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/195cdb11a2af4b124bb15f8a38d62f058614a59d"><code>195cdb1</code></a> chore(deps): remove deprecated <code>`@​types/strip-ansi</code>` (<a href="https://redirect.github.com/cypress-io/cypress/issues/30139">#30139</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/6903db8fca025b025279a17001887337d3c89056"><code>6903db8</code></a> chore: Update Chrome (beta) to 129.0.6668.22 (<a href="https://redirect.github.com/cypress-io/cypress/issues/30149">#30149</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/b2a694fc65d4c66e24891c04444c5afcf0a35640"><code>b2a694f</code></a> chore: sync changelog with what is on docs.cypress.io and fix broken relative...</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v13.13.2...v13.14.2">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=13.13.2&new-version=13.14.2)](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` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - ``@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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 05dec49 + b5dca4b commit 9114925

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"devDependencies": {
6464
"@types/jest": "^29.5.12",
6565
"concurrently": "^8.2.2",
66-
"cypress": "^13.13.2",
66+
"cypress": "^13.14.2",
6767
"eslint": "^8.2.0",
6868
"eslint-config-prettier": "^9.1.0",
6969
"eslint-plugin-cypress": "^2.12.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1967,10 +1967,10 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
19671967
shebang-command "^2.0.0"
19681968
which "^2.0.1"
19691969

1970-
cypress@^13.13.2:
1971-
version "13.13.2"
1972-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.13.2.tgz#c71f8d92056c430b1b879e5313f6de25ccce0eda"
1973-
integrity sha512-PvJQU33933NvS1StfzEb8/mu2kMy4dABwCF+yd5Bi7Qly1HOVf+Bufrygee/tlmty/6j5lX+KIi8j9Q3JUMbhA==
1970+
cypress@^13.14.2:
1971+
version "13.14.2"
1972+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.14.2.tgz#4237eb7b26de2baeaa1f01e585f965d88fca7f39"
1973+
integrity sha512-lsiQrN17vHMB2fnvxIrKLAjOr9bPwsNbPZNrWf99s4u+DVmCY6U+w7O3GGG9FvP4EUVYaDu+guWeNLiUzBrqvA==
19741974
dependencies:
19751975
"@cypress/request" "^3.0.1"
19761976
"@cypress/xvfb" "^1.2.4"

0 commit comments

Comments
 (0)