mirror of
https://github.com/maputnik/editor.git
synced 2026-03-31 06:30:02 +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="18b67d7108"><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="6a1879baa8"><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="a6f2df60c8"><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="ab6a7d9b8b"><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="28504ddbcc"><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="5a300aa8d5"><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="1bf3ff8023"><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="b21fa13daa"><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="6eac7d8e16"><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="6dfecdaf82"><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:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -94,7 +94,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",
|
||||
@@ -5602,9 +5602,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "15.12.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.12.0.tgz",
|
||||
"integrity": "sha512-B2BRcudLfA4NZZP5QpA45J70bu1heCH59V1yKRLHAtiC49r7RV03X5ifUh7Nfbk8QNg93RAsc6oAmodm/+j0pA==",
|
||||
"version": "15.13.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.13.0.tgz",
|
||||
"integrity": "sha512-hJ9sY++TUC/HlUzHVJpIrDyqKMjlhx5PTXl/A7eA91JNEtUWkJAqefQR5mo9AtLra/9+m+JJaMg2U5Qd0a74Fw==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
|
||||
@@ -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