mirror of
https://github.com/maputnik/editor.git
synced 2026-06-19 21:57:34 +00:00
chore(deps-dev): Bump cypress from 14.3.2 to 14.3.3 (#1183)
Bumps [cypress](https://github.com/cypress-io/cypress) from 14.3.2 to 14.3.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>v14.3.3</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#14-3-3">https://docs.cypress.io/app/references/changelog#14-3-3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/242fb5661af2bac747b57d77b2f67de1b47eceae"><code>242fb56</code></a> chore: release 14.3.3 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31650">#31650</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/2e57751bd56a52ad4edc68f6b7e5eaa3af602249"><code>2e57751</code></a> internal: update data-cy for cloud studio in studio.cy.ts (<a href="https://redirect.github.com/cypress-io/cypress/issues/31649">#31649</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/1119625a395c5630ca6291c0b3416a76c2475ffc"><code>1119625</code></a> fix: no longer hang when piping stdout+stderr to a file under certain conditi...</li> <li><a href="https://github.com/cypress-io/cypress/commit/6d03bd0e4fbc637427e29c9d1eb9578e514843fb"><code>6d03bd0</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31647">#31647</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/5b8032ac9f22a235c60c4c766675d59f0bed8593"><code>5b8032a</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31646">#31646</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/182e636bb702096a1396d8e3430b003bd65ced13"><code>182e636</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31645">#31645</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/8cf4aadbf6988ab18d9b44487310a180f0a23308"><code>8cf4aad</code></a> chore: fix duplicate changelog entry (<a href="https://redirect.github.com/cypress-io/cypress/issues/31644">#31644</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/7e14583e9664bb5765b68a3879deba4d5e8078e1"><code>7e14583</code></a> chore: Update Chrome (stable) to 136.0.7103.59 and Chrome (beta) to 137.0.715...</li> <li><a href="https://github.com/cypress-io/cypress/commit/53f7aaec5605a9efffb09fdf5a4a266031c14b05"><code>53f7aae</code></a> misc: Assertion dropdown UI update (<a href="https://redirect.github.com/cypress-io/cypress/issues/31598">#31598</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/acaaf304fe0f9c5591d72e9cc8512bdd57b835ed"><code>acaaf30</code></a> chore: (studio) set up infrastructure for cypress in cypress tests for cloud ...</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v14.3.2...v14.3.3">compare view</a></li> </ul> </details> <br /> [](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@
|
||||
"@types/wicg-file-system-access": "^2023.10.6",
|
||||
"@vitejs/plugin-react": "^4.4.1",
|
||||
"cors": "^2.8.5",
|
||||
"cypress": "^14.3.2",
|
||||
"cypress": "^14.3.3",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"eslint": "^9.26.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
|
||||
Reference in New Issue
Block a user