mirror of
https://github.com/maputnik/editor.git
synced 2026-02-05 20:20:02 +00:00
chore(deps-dev): Bump cypress from 15.2.0 to 15.3.0 (#1404)
Bumps [cypress](https://github.com/cypress-io/cypress) from 15.2.0 to 15.3.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.3.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15.3.0">https://docs.cypress.io/app/references/changelog#15.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="556243acd7"><code>556243a</code></a> chore: release 15.3.0 (<a href="https://redirect.github.com/cypress-io/cypress/issues/32553">#32553</a>)</li> <li><a href="0c2bd49320"><code>0c2bd49</code></a> chore: fix changelog (<a href="https://redirect.github.com/cypress-io/cypress/issues/32552">#32552</a>)</li> <li><a href="8755160a68"><code>8755160</code></a> feat: escape key for cy.press (<a href="https://redirect.github.com/cypress-io/cypress/issues/32545">#32545</a>)</li> <li><a href="17c1ede5f6"><code>17c1ede</code></a> chore: run battery of tests against <code>@cypress/grep</code> in CI to make sure we do no...</li> <li><a href="6eb1997df3"><code>6eb1997</code></a> chore: put together phases of ESM conversion as well as each package into the...</li> <li><a href="daca9a316e"><code>daca9a3</code></a> docs: update URLs for cache purging in documentation (<a href="https://redirect.github.com/cypress-io/cypress/issues/32548">#32548</a>)</li> <li><a href="7d5fd90721"><code>7d5fd90</code></a> fix: incorrect loading of ESM based configurations (<a href="https://redirect.github.com/cypress-io/cypress/issues/32515">#32515</a>)</li> <li><a href="a4b03b424c"><code>a4b03b4</code></a> misc: make runnable headers semi-bold font weight (600) (<a href="https://redirect.github.com/cypress-io/cypress/issues/32491">#32491</a>)</li> <li><a href="113425c6cf"><code>113425c</code></a> chore: release <code>@cypress/grep-v5</code>.0.0</li> <li><a href="c83df82db0"><code>c83df82</code></a> breaking: convert <code>@cypress/grep</code> to TypeScript and change what is exported</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v15.2.0...v15.3.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 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:
@@ -128,7 +128,7 @@
|
||||
"@vitejs/plugin-react": "^5.0.3",
|
||||
"@vitest/coverage-v8": "^3.2.4",
|
||||
"cors": "^2.8.5",
|
||||
"cypress": "^15.2.0",
|
||||
"cypress": "^15.3.0",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"eslint": "^9.36.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
|
||||
Reference in New Issue
Block a user