mirror of
https://github.com/maputnik/editor.git
synced 2026-06-30 02:57:26 +00:00
chore(deps-dev): Bump cypress from 15.17.0 to 15.18.0 (#1966)
Bumps [cypress](https://github.com/cypress-io/cypress) from 15.17.0 to 15.18.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.18.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-18-0">https://docs.cypress.io/app/references/changelog#15-18-0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/fa083dbc716f2fd1c50ba505ee9c400366c922f6"><code>fa083db</code></a> fix: prevent proxy crash on IPv6 literal hosts in cy.visit (<a href="https://redirect.github.com/cypress-io/cypress/issues/34146">#34146</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/063636c047f63747db9155f9b6dd71874710f0a7"><code>063636c</code></a> chore(ci): only install firefox in UI test jobs that target it (<a href="https://redirect.github.com/cypress-io/cypress/issues/34142">#34142</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/02aa75de2afc9632a1d80a0629099125fb16fb58"><code>02aa75d</code></a> feat: add removeSRIAttributes config option to strip SRI from first-party res...</li> <li><a href="https://github.com/cypress-io/cypress/commit/2d6b11ec3f63c59b1afb563467ceeee889404be0"><code>2d6b11e</code></a> chore(deps): bump undici to 6.27.0 for SNYK-JS-UNDICI-17372658 (<a href="https://redirect.github.com/cypress-io/cypress/issues/34121">#34121</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/56759eaef142cf84d4c8e32b430c73adfaf69f1e"><code>56759ea</code></a> misc: remove the global install warning from cypress install (<a href="https://redirect.github.com/cypress-io/cypress/issues/34139">#34139</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/d47b81db661033eb2ee4cc25851b00609952fa1a"><code>d47b81d</code></a> chore: resync yarn.lock (shell-quote) (<a href="https://redirect.github.com/cypress-io/cypress/issues/34145">#34145</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/19ac7196b0c04a749524db6f6cca4a23df6f1228"><code>19ac719</code></a> chore(ci): remove duplicate test run in npm-webpack-dev-server job (<a href="https://redirect.github.com/cypress-io/cypress/issues/34141">#34141</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/6f96dac9af3caf620381f5fe90141b9c3a939680"><code>6f96dac</code></a> docs: document PR title prefixes, changelog, and template requirements (<a href="https://redirect.github.com/cypress-io/cypress/issues/34128">#34128</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/d70617532c88956b7b412be04ded639d8e941628"><code>d706175</code></a> chore: correct misleading WebKit browser debug log message (<a href="https://redirect.github.com/cypress-io/cypress/issues/34135">#34135</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/fb767947ef37a0191c6514a857bf75e648c5859b"><code>fb76794</code></a> chore: remove no-op CYPRESS_DOWNLOAD_USE_CA environment variable (<a href="https://redirect.github.com/cypress-io/cypress/issues/34131">#34131</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v15.17.0...v15.18.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 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:
Generated
+4
-4
@@ -94,7 +94,7 @@
|
|||||||
"@vitejs/plugin-react": "^5.1.4",
|
"@vitejs/plugin-react": "^5.1.4",
|
||||||
"@vitest/coverage-v8": "^4.1.9",
|
"@vitest/coverage-v8": "^4.1.9",
|
||||||
"cors": "^2.8.6",
|
"cors": "^2.8.6",
|
||||||
"cypress": "^15.17.0",
|
"cypress": "^15.18.0",
|
||||||
"cypress-plugin-tab": "^2.0.0",
|
"cypress-plugin-tab": "^2.0.0",
|
||||||
"eslint": "^10.5.0",
|
"eslint": "^10.5.0",
|
||||||
"eslint-plugin-react": "^7.37.5",
|
"eslint-plugin-react": "^7.37.5",
|
||||||
@@ -5609,9 +5609,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/cypress": {
|
"node_modules/cypress": {
|
||||||
"version": "15.17.0",
|
"version": "15.18.0",
|
||||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.17.0.tgz",
|
"resolved": "https://registry.npmjs.org/cypress/-/cypress-15.18.0.tgz",
|
||||||
"integrity": "sha512-WL5Gcqi1GaDWozBwXmkSAtOPafTsVSRS764iX6xvuz3DPzvBAxbkRyEi4BreVdVWxLDpiYRgZCyJUafBw44njw==",
|
"integrity": "sha512-aLfOYSLlVt1b6QSoVUjbCY27taZlYAT8ST47xQbwd9pvQrY/g5gXi12yItZTB+kxkkj+ZcvUYmRLUC95SlCJsw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
+1
-1
@@ -128,7 +128,7 @@
|
|||||||
"@vitejs/plugin-react": "^5.1.4",
|
"@vitejs/plugin-react": "^5.1.4",
|
||||||
"@vitest/coverage-v8": "^4.1.9",
|
"@vitest/coverage-v8": "^4.1.9",
|
||||||
"cors": "^2.8.6",
|
"cors": "^2.8.6",
|
||||||
"cypress": "^15.17.0",
|
"cypress": "^15.18.0",
|
||||||
"cypress-plugin-tab": "^2.0.0",
|
"cypress-plugin-tab": "^2.0.0",
|
||||||
"eslint": "^10.5.0",
|
"eslint": "^10.5.0",
|
||||||
"eslint-plugin-react": "^7.37.5",
|
"eslint-plugin-react": "^7.37.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user