mirror of
https://github.com/maputnik/editor.git
synced 2026-04-15 22:10:00 +00:00
chore(deps-dev): Bump cypress from 15.13.0 to 15.13.1 (#1797)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [cypress](https://github.com/cypress-io/cypress) from 15.13.0 to 15.13.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>v15.13.1</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-13-1">https://docs.cypress.io/app/references/changelog#15-13-1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="ab6082263b"><code>ab60822</code></a> chore: release cypress app 15.3.1 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33571">#33571</a>)</li> <li><a href="5fa0657272"><code>5fa0657</code></a> chore(deps): update dependency cypress-example-kitchensink to 6.0.0 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33549">#33549</a>)</li> <li><a href="0ff43c1789"><code>0ff43c1</code></a> chore(npm/react): migrate to <code>@packages/eslint-config</code> (<a href="https://redirect.github.com/cypress-io/cypress/issues/33426">#33426</a>)</li> <li><a href="44fd8b95dd"><code>44fd8b9</code></a> perf: skip git status and git log calls in run mode (<a href="https://redirect.github.com/cypress-io/cypress/issues/33552">#33552</a>)</li> <li><a href="80e20d26d9"><code>80e20d2</code></a> chore: Update v8 snapshot cache - darwin (<a href="https://redirect.github.com/cypress-io/cypress/issues/33557">#33557</a>)</li> <li><a href="532979a63a"><code>532979a</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/33562">#33562</a>)</li> <li><a href="58bbebcbcd"><code>58bbebc</code></a> chore(deps): update actions/setup-node action to v5 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33544">#33544</a>)</li> <li><a href="d6114cbfab"><code>d6114cb</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/33547">#33547</a>)</li> <li><a href="28441711af"><code>2844171</code></a> dependency: Upgrade node-forge to ^1.4.0 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33546">#33546</a>)</li> <li><a href="60325bb11f"><code>60325bb</code></a> fix: reject cy.intercept delay values >= 2^31 (<a href="https://redirect.github.com/cypress-io/cypress/issues/33377">#33377</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v15.13.0...v15.13.1">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.4",
|
||||
"cors": "^2.8.6",
|
||||
"cypress": "^15.13.0",
|
||||
"cypress": "^15.13.1",
|
||||
"cypress-plugin-tab": "^2.0.0",
|
||||
"eslint": "^10.2.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
@@ -5602,9 +5602,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "15.13.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.13.0.tgz",
|
||||
"integrity": "sha512-hJ9sY++TUC/HlUzHVJpIrDyqKMjlhx5PTXl/A7eA91JNEtUWkJAqefQR5mo9AtLra/9+m+JJaMg2U5Qd0a74Fw==",
|
||||
"version": "15.13.1",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.13.1.tgz",
|
||||
"integrity": "sha512-jLkgo75zlwo7PhXp0XJot+zIfFSDzN1SvTml6Xf3ETM1XHRWnH3Q4LAR3orCo/BsnxPnhjG3m5HYSvn9DAtwBg==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
"@vitejs/plugin-react": "^5.1.4",
|
||||
"@vitest/coverage-v8": "^4.1.4",
|
||||
"cors": "^2.8.6",
|
||||
"cypress": "^15.13.0",
|
||||
"cypress": "^15.13.1",
|
||||
"cypress-plugin-tab": "^2.0.0",
|
||||
"eslint": "^10.2.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
|
||||
Reference in New Issue
Block a user