mirror of
https://github.com/maputnik/editor.git
synced 2026-01-20 12:20:03 +00:00
chore(deps-dev): Bump cypress from 14.4.1 to 14.5.0 (#1235)
Bumps [cypress](https://github.com/cypress-io/cypress) from 14.4.1 to 14.5.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.5.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#14-5-0">https://docs.cypress.io/app/references/changelog#14-5-0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="79469f5616"><code>79469f5</code></a> chore: release 14.5.0 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31900">#31900</a>)</li> <li><a href="1589cb61be"><code>1589cb6</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31896">#31896</a>)</li> <li><a href="92dda43c23"><code>92dda43</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31895">#31895</a>)</li> <li><a href="5a0d7bf2e3"><code>5a0d7bf</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31894">#31894</a>)</li> <li><a href="d51db04755"><code>d51db04</code></a> chore(deps): update dependency hasha to v5.2.2 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31880">#31880</a>)</li> <li><a href="0fbb215597"><code>0fbb215</code></a> chore: Update Chrome (beta) to 138.0.7204.23 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31876">#31876</a>)</li> <li><a href="a1edbce8f1"><code>a1edbce</code></a> internal: (studio) do not record events if cloud studio is enabled (<a href="https://redirect.github.com/cypress-io/cypress/issues/31858">#31858</a>)</li> <li><a href="b95db82fc6"><code>b95db82</code></a> docs: Fix typo (<a href="https://redirect.github.com/cypress-io/cypress/issues/31888">#31888</a>)</li> <li><a href="d475d2086f"><code>d475d20</code></a> chore: use browser tools to install chrome for testing (<a href="https://redirect.github.com/cypress-io/cypress/issues/31868">#31868</a>)</li> <li><a href="ef1a73b1e0"><code>ef1a73b</code></a> internal: create cloud studio session ID to group telemetry and errors (<a href="https://redirect.github.com/cypress-io/cypress/issues/31833">#31833</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v14.4.1...v14.5.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:
9
package-lock.json
generated
9
package-lock.json
generated
@@ -94,7 +94,7 @@
|
||||
"@types/wicg-file-system-access": "^2023.10.6",
|
||||
"@vitejs/plugin-react": "^4.5.2",
|
||||
"cors": "^2.8.5",
|
||||
"cypress": "^14.4.1",
|
||||
"cypress": "^14.5.0",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"eslint": "^9.29.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
@@ -4918,9 +4918,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/cypress": {
|
||||
"version": "14.4.1",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.4.1.tgz",
|
||||
"integrity": "sha512-YSGvVXtTqSGRTyHbaxHI5dHU/9xc5ymaTIM4BU85GKhj980y6XgA3fShSpj5DatS8knXMsAvYItQxVQFHGpUtw==",
|
||||
"version": "14.5.0",
|
||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-14.5.0.tgz",
|
||||
"integrity": "sha512-1HOnKvWep0LkWuFwPeWkZ0TDl7ivi2/Mz+WNU4dfkeLJaFndS3Ow6TXT7YjuTqLFI2peJKzPKljVUFdymI2K5g==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
@@ -4951,6 +4951,7 @@
|
||||
"figures": "^3.2.0",
|
||||
"fs-extra": "^9.1.0",
|
||||
"getos": "^3.2.1",
|
||||
"hasha": "5.2.2",
|
||||
"is-installed-globally": "~0.4.0",
|
||||
"lazy-ass": "^1.6.0",
|
||||
"listr2": "^3.8.3",
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
"@types/wicg-file-system-access": "^2023.10.6",
|
||||
"@vitejs/plugin-react": "^4.5.2",
|
||||
"cors": "^2.8.5",
|
||||
"cypress": "^14.4.1",
|
||||
"cypress": "^14.5.0",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"eslint": "^9.29.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
|
||||
Reference in New Issue
Block a user