mirror of
https://github.com/maputnik/editor.git
synced 2026-02-19 11:00:01 +00:00
Bump cypress from 14.2.1 to 14.3.0 (#1133)
Bumps [cypress](https://github.com/cypress-io/cypress) from 14.2.1 to 14.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>v14.3.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#14-3-0">https://docs.cypress.io/app/references/changelog#14-3-0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="696ba74d05"><code>696ba74</code></a> chore: fix contributor workflow for <code>@packages/app</code> flow component testing (<a href="https://redirect.github.com/cypress-io/cypress/issues/31">#31</a>...</li> <li><a href="83e0d3c794"><code>83e0d3c</code></a> chore: release 14.3.0 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31467">#31467</a>)</li> <li><a href="9a30e6be73"><code>9a30e6b</code></a> chore: remove <code>du</code> check (<a href="https://redirect.github.com/cypress-io/cypress/issues/31465">#31465</a>)</li> <li><a href="1bd9768399"><code>1bd9768</code></a> docs: update contributing requirements for corepack (<a href="https://redirect.github.com/cypress-io/cypress/issues/31463">#31463</a>)</li> <li><a href="cfdeb7af14"><code>cfdeb7a</code></a> feat: cy.press() (<a href="https://redirect.github.com/cypress-io/cypress/issues/31398">#31398</a>)</li> <li><a href="9155e05711"><code>9155e05</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31461">#31461</a>)</li> <li><a href="34ced95ed5"><code>34ced95</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31462">#31462</a>)</li> <li><a href="04126421cf"><code>0412642</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31460">#31460</a>)</li> <li><a href="f16ff6cf0d"><code>f16ff6c</code></a> chore: update snap-shot-core patch package file to match version (<a href="https://redirect.github.com/cypress-io/cypress/issues/31449">#31449</a>)</li> <li><a href="d691e19bdb"><code>d691e19</code></a> chore: fix deprecation warnings and refactor react reporter to use functional...</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v14.2.1...v14.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:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -94,7 +94,7 @@
|
||||
"@types/wicg-file-system-access": "^2023.10.6",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"cors": "^2.8.5",
|
||||
"cypress": "^14.2.1",
|
||||
"cypress": "^14.3.0",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"eslint": "^9.24.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
@@ -4813,9 +4813,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "14.2.1",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.2.1.tgz",
|
||||
"integrity": "sha512-5xd0E7fUp0pjjib1D7ljkmCwFDgMkWuW06jWiz8dKrI7MNRrDo0C65i4Sh+oZ9YHjMHZRJBR0XZk1DfekOhOUw==",
|
||||
"version": "14.3.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.3.0.tgz",
|
||||
"integrity": "sha512-rRfPl9Z0/CczuYybBEoLbDVuT1OGkhYaJ0+urRCshgiDRz6QnoA0KQIQnPx7MJ3zy+VCsbUU1pV74n+6cbJEdg==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
"@types/wicg-file-system-access": "^2023.10.6",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"cors": "^2.8.5",
|
||||
"cypress": "^14.2.1",
|
||||
"cypress": "^14.3.0",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"eslint": "^9.24.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
|
||||
Reference in New Issue
Block a user