mirror of
https://github.com/maputnik/editor.git
synced 2026-06-01 21:07:26 +00:00
chore(deps-dev): Bump cypress from 15.12.0 to 15.13.0 (#1757)
Bumps [cypress](https://github.com/cypress-io/cypress) from 15.12.0 to 15.13.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>v15.13.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-13-0">https://docs.cypress.io/app/references/changelog#15-13-0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/18b67d710835b5d8ae1a1c56025ef1b9f2b7df37"><code>18b67d7</code></a> chore: release 15.13.0 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33513">#33513</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/6a1879baa84be714fabece7a792736e7015efebd"><code>6a1879b</code></a> test: fix flake in readFile retries to read when ENOENT (<a href="https://redirect.github.com/cypress-io/cypress/issues/33510">#33510</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/a6f2df60c89a38d5cf498296b80d6467981b230f"><code>a6f2df6</code></a> chore(deps): update dependency cypress-example-kitchensink to 5.2.6 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33508">#33508</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/ab6a7d9b8bd9d8de3a786aaacdd34c33fd6773fd"><code>ab6a7d9</code></a> chore: update changelog wording (<a href="https://redirect.github.com/cypress-io/cypress/issues/33509">#33509</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/28504ddbccc786e90a5e2cb078e6c545adfb3bf9"><code>28504dd</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/33506">#33506</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/5a300aa8d5b63e3a3631b28b9f778f33b5d88cdf"><code>5a300aa</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/33505">#33505</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/1bf3ff8023a62c6f202db76cd25e82ed2836eb79"><code>1bf3ff8</code></a> chore: remove experimentalPromptCommand config (<a href="https://redirect.github.com/cypress-io/cypress/issues/33497">#33497</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/b21fa13daaeab71d767b0c19255b5e01c9654adb"><code>b21fa13</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/33503">#33503</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/6eac7d8e1640e48565e1cb167df1ad0858513fe4"><code>6eac7d8</code></a> chore: display get code button on prompt failure (<a href="https://redirect.github.com/cypress-io/cypress/issues/33480">#33480</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/6dfecdaf82becc252077d8245efd3eb8dacc1837"><code>6dfecda</code></a> dependency: update flatted to 3.4.2 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33501">#33501</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v15.12.0...v15.13.0">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 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
@@ -128,7 +128,7 @@
|
||||
"@vitejs/plugin-react": "^5.1.4",
|
||||
"@vitest/coverage-v8": "^4.1.2",
|
||||
"cors": "^2.8.6",
|
||||
"cypress": "^15.12.0",
|
||||
"cypress": "^15.13.0",
|
||||
"cypress-plugin-tab": "^2.0.0",
|
||||
"eslint": "^10.1.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
|
||||
Reference in New Issue
Block a user