mirror of
https://github.com/maputnik/editor.git
synced 2026-06-15 03:37:27 +00:00
chore(deps-dev): Bump cypress from 15.0.0 to 15.1.0 (#1343)
Bumps [cypress](https://github.com/cypress-io/cypress) from 15.0.0 to 15.1.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.1.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15.1.0">https://docs.cypress.io/app/references/changelog#15.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/591de461fd8ca9a56af617845b2c55b5b23ebf29"><code>591de46</code></a> chore: release 15.1.0 (<a href="https://redirect.github.com/cypress-io/cypress/issues/32401">#32401</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/8d0aee00b129a87bb285df9665018b9c1589d1ee"><code>8d0aee0</code></a> fix: wrap the <code>tsx</code> loader path in quotes (<a href="https://redirect.github.com/cypress-io/cypress/issues/32400">#32400</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/21be37e72e475be2122ab91f8119e48f1d82c32f"><code>21be37e</code></a> fix: move <code>@cypress/schematic</code> npm registry query to https (<a href="https://redirect.github.com/cypress-io/cypress/issues/32390">#32390</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/30f8bc39682013d0715e40bfd84712e32b9f133e"><code>30f8bc3</code></a> chore: fix the package name in docs. (<a href="https://redirect.github.com/cypress-io/cypress/issues/32399">#32399</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/61307b09943fb5bcf3271279f3fd2f95dadd27d2"><code>61307b0</code></a> chore(deps): remove sharp dependency resolution (<a href="https://redirect.github.com/cypress-io/cypress/issues/32378">#32378</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/d0570f8fec3b6d661d902e558fefbadf430b0b40"><code>d0570f8</code></a> chore: Update Chrome (beta) to 140.0.7339.41 (<a href="https://redirect.github.com/cypress-io/cypress/issues/32375">#32375</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/695fa95c3ee687293c603bfecc497a71c88ae8c3"><code>695fa95</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/32387">#32387</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/505eb1397d509f197ca0f4ce299ee13d13b3112a"><code>505eb13</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/32386">#32386</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/ef6ad2aeb61b8fd78c05393b645adb11befe5e7f"><code>ef6ad2a</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/32385">#32385</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/58bee2839c9326a305002c233bbf9e9684442363"><code>58bee28</code></a> fix: force gtk version 3 to avoid Electron 36 from crashing (<a href="https://redirect.github.com/cypress-io/cypress/issues/32372">#32372</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v15.0.0...v15.1.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:
+1
-1
@@ -123,7 +123,7 @@
|
||||
"@types/wicg-file-system-access": "^2023.10.6",
|
||||
"@vitejs/plugin-react": "^5.0.2",
|
||||
"cors": "^2.8.5",
|
||||
"cypress": "^15.0.0",
|
||||
"cypress": "^15.1.0",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"eslint": "^9.34.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
|
||||
Reference in New Issue
Block a user