mirror of
https://github.com/maputnik/editor.git
synced 2026-01-11 16:00:05 +00:00
Bump cypress from 14.0.1 to 14.0.2 (#1049)
Bumps [cypress](https://github.com/cypress-io/cypress) from 14.0.1 to 14.0.2. <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.0.2</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#14-0-2">https://docs.cypress.io/app/references/changelog#14-0-2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="6f067bcab5"><code>6f067bc</code></a> chore: release 14.0.2 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31021">#31021</a>)</li> <li><a href="4441a8f629"><code>4441a8f</code></a> chore: do NOT encode backslash as this will cause pathing issues on windows (...</li> <li><a href="e8e2d92ac2"><code>e8e2d92</code></a> misc: Updated mismatched dependencies warning message to be neutral (<a href="https://redirect.github.com/cypress-io/cypress/issues/31011">#31011</a>)</li> <li><a href="46a473dfaf"><code>46a473d</code></a> fix: retry instance creation when the Cloud request fails (<a href="https://redirect.github.com/cypress-io/cypress/issues/31019">#31019</a>)</li> <li><a href="37ad2329d6"><code>37ad232</code></a> fix: Error codeframes in retry failures display the code that produced the er...</li> <li><a href="2a57c8ba15"><code>2a57c8b</code></a> fix: make sure privileged commands can run when there is a space in the spec ...</li> <li><a href="fdb58d43f1"><code>fdb58d4</code></a> chore: Update relative references to internal packages to <a href="https://github.com/packages"><code>@packages</code></a> reference...</li> <li><a href="239f3d061a"><code>239f3d0</code></a> chore: Update v8 snapshot cache - windows (<a href="https://redirect.github.com/cypress-io/cypress/issues/31008">#31008</a>)</li> <li><a href="3535ae2c3c"><code>3535ae2</code></a> chore: Update v8 snapshot cache - darwin (<a href="https://redirect.github.com/cypress-io/cypress/issues/31007">#31007</a>)</li> <li><a href="1cec53b3f7"><code>1cec53b</code></a> chore: Update v8 snapshot cache - linux (<a href="https://redirect.github.com/cypress-io/cypress/issues/31006">#31006</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v14.0.1...v14.0.2">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.5",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"cors": "^2.8.5",
|
||||
"cypress": "^14.0.1",
|
||||
"cypress": "^14.0.2",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"eslint": "^9.19.0",
|
||||
"eslint-plugin-react": "^7.37.4",
|
||||
@@ -4748,9 +4748,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "14.0.1",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.1.tgz",
|
||||
"integrity": "sha512-gBAvKZE3f6eBaW1v8OtrwAFP90rjNZjjOO40M2KvOvmwVXk96Ps5Yjyck1EzGkXmNCaC/8kXFOY/1KD/wsaWpQ==",
|
||||
"version": "14.0.2",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.2.tgz",
|
||||
"integrity": "sha512-3qqTU2JoVY262qkYg9I2nohwxcfsJk0dSVp/LXAjD94Jz2y6411Mf/l5uHEHiaANrOmMcHbzYgOd/ueDsZlS7A==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
"@types/wicg-file-system-access": "^2023.10.5",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"cors": "^2.8.5",
|
||||
"cypress": "^14.0.1",
|
||||
"cypress": "^14.0.2",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"eslint": "^9.19.0",
|
||||
"eslint-plugin-react": "^7.37.4",
|
||||
|
||||
Reference in New Issue
Block a user