mirror of
https://github.com/maputnik/editor.git
synced 2026-01-24 22:30:02 +00:00
chore(deps-dev): Bump cypress from 14.4.0 to 14.4.1 (#1219)
Bumps [cypress](https://github.com/cypress-io/cypress) from 14.4.0 to 14.4.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>v14.4.1</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#14-4-1">https://docs.cypress.io/app/references/changelog#14-4-1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="dfc91e3703"><code>dfc91e3</code></a> chore: release 14.4.1</li> <li><a href="7e87ae9afd"><code>7e87ae9</code></a> chore(deps): update dependency browser-tools to v2 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31811">#31811</a>)</li> <li><a href="280c417334"><code>280c417</code></a> internal: (studio) skip cancelling studio on watched:file:changed (<a href="https://redirect.github.com/cypress-io/cypress/issues/31804">#31804</a>)</li> <li><a href="fed81d47c8"><code>fed81d4</code></a> internal: (studio) set up hot reloading for the studio bundle (<a href="https://redirect.github.com/cypress-io/cypress/issues/31796">#31796</a>)</li> <li><a href="68469a67e9"><code>68469a6</code></a> fix: add cy.then timeouts to cy.session (<a href="https://redirect.github.com/cypress-io/cypress/issues/31788">#31788</a>)</li> <li><a href="fc629c57c8"><code>fc629c5</code></a> chore: Update Chrome (beta) to 138.0.7204.4 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31800">#31800</a>)</li> <li><a href="08b11b7c4a"><code>08b11b7</code></a> chore: Update Chrome (stable) to 137.0.7151.55 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31794">#31794</a>)</li> <li><a href="5dc876eebd"><code>5dc876e</code></a> misc: Update nested groups design (<a href="https://redirect.github.com/cypress-io/cypress/issues/31739">#31739</a>)</li> <li><a href="acb9427fcb"><code>acb9427</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31791">#31791</a>)</li> <li><a href="739a51f55e"><code>739a51f</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31792">#31792</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v14.4.0...v14.4.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 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.5.1",
|
||||
"cors": "^2.8.5",
|
||||
"cypress": "^14.4.0",
|
||||
"cypress": "^14.4.1",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"eslint": "^9.28.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
@@ -4918,9 +4918,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "14.4.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.4.0.tgz",
|
||||
"integrity": "sha512-/I59Fqxo7fqdiDi3IM2QKA65gZ7+PVejXg404/I8ZSq+NOnrmw+2pnMUJzpoNyg7KABcEBmgpkfAqhV98p7wJA==",
|
||||
"version": "14.4.1",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.4.1.tgz",
|
||||
"integrity": "sha512-YSGvVXtTqSGRTyHbaxHI5dHU/9xc5ymaTIM4BU85GKhj980y6XgA3fShSpj5DatS8knXMsAvYItQxVQFHGpUtw==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
"@types/wicg-file-system-access": "^2023.10.6",
|
||||
"@vitejs/plugin-react": "^4.5.1",
|
||||
"cors": "^2.8.5",
|
||||
"cypress": "^14.4.0",
|
||||
"cypress": "^14.4.1",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"eslint": "^9.28.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
|
||||
Reference in New Issue
Block a user