mirror of
https://github.com/maputnik/editor.git
synced 2026-06-03 05:47:26 +00:00
chore(deps-dev): Bump cypress from 15.15.0 to 15.16.0 (#1918)
Bumps [cypress](https://github.com/cypress-io/cypress) from 15.15.0 to 15.16.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.16.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-16-0">https://docs.cypress.io/app/references/changelog#15-16-0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/22aaf2371462ec13f138fd96c11e8f9f885ed575"><code>22aaf23</code></a> chore: bump cypress-example-kitchensink to 6.0.2 for release (<a href="https://redirect.github.com/cypress-io/cypress/issues/33921">#33921</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/448155c6248aadc696c7add55f96c4cc1a01deca"><code>448155c</code></a> fix(cli): use verbose Listr renderer in CI for install + verify output (<a href="https://redirect.github.com/cypress-io/cypress/issues/33890">#33890</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/01cd8873d3e2b50279d581407d0ea98168af85fb"><code>01cd887</code></a> chore: surface wrong-passphrase client cert PEM errors consistently in OpenSS...</li> <li><a href="https://github.com/cypress-io/cypress/commit/4534d04c861ef14fbcc06bf7331cc4d8656b977c"><code>4534d04</code></a> fix: pin <code>@sinonjs/fake-timers</code> type resolution in bundled sinon types (<a href="https://redirect.github.com/cypress-io/cypress/issues/33886">#33886</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/d7cd85a43d1a64d2388bf4ff0876989e47093213"><code>d7cd85a</code></a> refactor(server): convert unit test specs to TypeScript (<a href="https://redirect.github.com/cypress-io/cypress/issues/33899">#33899</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/2d5366d794e642cd8f6d057cfd443b08d72e9476"><code>2d5366d</code></a> test: preserve allowCypressEnv in subscription test config rewrites (<a href="https://redirect.github.com/cypress-io/cypress/issues/33910">#33910</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/fcee42556c8145c1a347864feb00e2617ee18db7"><code>fcee425</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/33909">#33909</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/986c3b2b886bbca3a7b29c1960439c614d70a300"><code>986c3b2</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/33903">#33903</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/de76502f4d7600126a5c45ed7601ed77468defd2"><code>de76502</code></a> chore: Update v8 snapshot cache - linux (<a href="https://redirect.github.com/cypress-io/cypress/issues/33875">#33875</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/247a0333a8a5d97e80079bce65def84a70560c3f"><code>247a033</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/33901">#33901</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v15.15.0...v15.16.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.7",
|
||||
"cors": "^2.8.6",
|
||||
"cypress": "^15.15.0",
|
||||
"cypress": "^15.16.0",
|
||||
"cypress-plugin-tab": "^2.0.0",
|
||||
"eslint": "^10.4.1",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
|
||||
Reference in New Issue
Block a user