dependabot[bot] opened a new pull request, #552: URL: https://github.com/apache/skywalking-booster-ui/pull/552
Bumps [uuid](https://github.com/uuidjs/uuid) to 14.0.0 and updates ancestor dependencies [uuid](https://github.com/uuidjs/uuid), [vis-timeline](https://github.com/visjs/vis-timeline) and [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together. Updates `uuid` from 8.3.2 to 14.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uuidjs/uuid/releases">uuid's releases</a>.</em></p> <blockquote> <h2>v14.0.0</h2> <h2><a href="https://github.com/uuidjs/uuid/compare/v13.0.0...v14.0.0">14.0.0</a> (2026-04-19)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>expect <code>crypto</code> to be global everywhere (requires node@20+) (<a href="https://redirect.github.com/uuidjs/uuid/issues/935">#935</a>)</li> <li>drop node@18 support (<a href="https://redirect.github.com/uuidjs/uuid/issues/934">#934</a>)</li> </ul> <h3>Features</h3> <ul> <li>drop node@18 support (<a href="https://redirect.github.com/uuidjs/uuid/issues/934">#934</a>) (<a href="https://github.com/uuidjs/uuid/commit/dc4ddb87272ed2843faccd130bcc41d492688bd3">dc4ddb8</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>expect <code>crypto</code> to be global everywhere (requires node@20+) (<a href="https://redirect.github.com/uuidjs/uuid/issues/935">#935</a>) (<a href="https://github.com/uuidjs/uuid/commit/f2c235f93059325fa43e1106e624b5291bb523c4">f2c235f</a>)</li> <li>Use GITHUB_TOKEN for release-please and enable npm provenance (<a href="https://redirect.github.com/uuidjs/uuid/issues/925">#925</a>) (<a href="https://github.com/uuidjs/uuid/commit/ffa31383e8e4e1f0b4e22e504561272041b8738c">ffa3138</a>)</li> </ul> <h2>v13.0.2</h2> <h2><a href="https://github.com/uuidjs/uuid/compare/v13.0.1...v13.0.2">13.0.2</a> (2026-05-04)</h2> <h3>Bug Fixes</h3> <ul> <li>rerelease to fix provenance. (<a href="https://github.com/uuidjs/uuid/commit/49ccb35f78c0c4ce1409dd2f1d89f83caadba10b">49ccb35</a>)</li> </ul> <h2>v13.0.1</h2> <h2><a href="https://github.com/uuidjs/uuid/compare/v13.0.0...v13.0.1">13.0.1</a> (2026-04-27)</h2> <h3>Bug Fixes</h3> <ul> <li>backport fix for GHSA-w5hq-g745-h8pq (<a href="https://github.com/uuidjs/uuid/commit/9d27ddf7046ce496ef39569ff84d948eeff9cb2a">9d27ddf</a>)</li> </ul> <h2>v13.0.0</h2> <h2><a href="https://github.com/uuidjs/uuid/compare/v12.0.0...v13.0.0">13.0.0</a> (2025-09-08)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>make browser exports the default (<a href="https://redirect.github.com/uuidjs/uuid/issues/901">#901</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>make browser exports the default (<a href="https://redirect.github.com/uuidjs/uuid/issues/901">#901</a>) (<a href="https://github.com/uuidjs/uuid/commit/bce9d72a3ae5b9a3dcd8eb21ef6d1820288a427a">bce9d72</a>)</li> </ul> <h2>v12.0.1</h2> <h2><a href="https://github.com/uuidjs/uuid/compare/v12.0.0...v12.0.1">12.0.1</a> (2026-04-29)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md">uuid's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/uuidjs/uuid/compare/v13.0.0...v14.0.0">14.0.0</a> (2026-04-19)</h2> <h3>Security</h3> <ul> <li>Fixes <a href="https://github.com/uuidjs/uuid/security/advisories/GHSA-w5hq-g745-h8pq">GHSA-w5hq-g745-h8pq</a>: <code>v3()</code>, <code>v5()</code>, and <code>v6()</code> did not validate that writes would remain within the bounds of a caller-supplied buffer, allowing out-of-bounds writes when an invalid <code>offset</code> was provided. A <code>RangeError</code> is now thrown if <code>offset < 0</code> or <code>offset + 16 > buf.length</code>.</li> </ul> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><code>crypto</code> is now expected to be globally defined (requires node@20+) (<a href="https://redirect.github.com/uuidjs/uuid/issues/935">#935</a>)</li> <li>drop node@18 support (<a href="https://redirect.github.com/uuidjs/uuid/issues/934">#934</a>)</li> <li>upgrade minimum supported TypeScript version to 5.4.3, in keeping with the project's policy of supporting TypeScript versions released within the last two years</li> </ul> <h2><a href="https://github.com/uuidjs/uuid/compare/v12.0.0...v13.0.0">13.0.0</a> (2025-09-08)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>make browser exports the default (<a href="https://redirect.github.com/uuidjs/uuid/issues/901">#901</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>make browser exports the default (<a href="https://redirect.github.com/uuidjs/uuid/issues/901">#901</a>) (<a href="https://github.com/uuidjs/uuid/commit/bce9d72a3ae5b9a3dcd8eb21ef6d1820288a427a">bce9d72</a>)</li> </ul> <h2><a href="https://github.com/uuidjs/uuid/compare/v11.1.0...v12.0.0">12.0.0</a> (2025-09-05)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>update to [email protected] (<a href="https://redirect.github.com/uuidjs/uuid/issues/887">#887</a>)</li> <li>remove CommonJS support (<a href="https://redirect.github.com/uuidjs/uuid/issues/886">#886</a>)</li> <li>drop node@16 support (<a href="https://redirect.github.com/uuidjs/uuid/issues/883">#883</a>)</li> </ul> <h3>Features</h3> <ul> <li>add node@24 to ci matrix (<a href="https://redirect.github.com/uuidjs/uuid/issues/879">#879</a>) (<a href="https://github.com/uuidjs/uuid/commit/42b6178aa21a593257f0a72abacd220f0b7b8a92">42b6178</a>)</li> <li>drop node@16 support (<a href="https://redirect.github.com/uuidjs/uuid/issues/883">#883</a>) (<a href="https://github.com/uuidjs/uuid/commit/0f38cf10366ab074f9328ae2021eea04d5f2e530">0f38cf1</a>)</li> <li>remove CommonJS support (<a href="https://redirect.github.com/uuidjs/uuid/issues/886">#886</a>) (<a href="https://github.com/uuidjs/uuid/commit/ae786e27265f50bcf7cead196c29f1869297c42f">ae786e2</a>)</li> <li>update to [email protected] (<a href="https://redirect.github.com/uuidjs/uuid/issues/887">#887</a>) (<a href="https://github.com/uuidjs/uuid/commit/c7ee40598ed78584d81ab78dffded9fe5ff20b01">c7ee405</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>improve v4() performance (<a href="https://redirect.github.com/uuidjs/uuid/issues/894">#894</a>) (<a href="https://github.com/uuidjs/uuid/commit/5fd974c12718c8848035650b69b8948f12ace197">5fd974c</a>)</li> <li>restore node: prefix (<a href="https://redirect.github.com/uuidjs/uuid/issues/889">#889</a>) (<a href="https://github.com/uuidjs/uuid/commit/e1f42a354593093ba0479f0b4047dae82d28c507">e1f42a3</a>)</li> </ul> <h2><a href="https://github.com/uuidjs/uuid/compare/v11.0.5...v11.1.0">11.1.0</a> (2025-02-19)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uuidjs/uuid/commit/7c1ea087a8149b57380fc8bb7f68c3a215cb6e4b"><code>7c1ea08</code></a> chore(main): release 14.0.0 (<a href="https://redirect.github.com/uuidjs/uuid/issues/926">#926</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/3d2c5b0342f0fcb52a5ac681c3d47c13e7444b34"><code>3d2c5b0</code></a> Merge commit from fork</li> <li><a href="https://github.com/uuidjs/uuid/commit/f2c235f93059325fa43e1106e624b5291bb523c4"><code>f2c235f</code></a> fix!: expect <code>crypto</code> to be global everywhere (requires node@20+) (<a href="https://redirect.github.com/uuidjs/uuid/issues/935">#935</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/529ef0899f5dd503d2ee90d690585d63d78bc212"><code>529ef08</code></a> chore: upgrade TypeScript and fixup types (<a href="https://redirect.github.com/uuidjs/uuid/issues/927">#927</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/086fd7976f11433edf9ac80be876b3ad243fe087"><code>086fd79</code></a> chore: update dependencies (<a href="https://redirect.github.com/uuidjs/uuid/issues/933">#933</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/dc4ddb87272ed2843faccd130bcc41d492688bd3"><code>dc4ddb8</code></a> feat!: drop node@18 support (<a href="https://redirect.github.com/uuidjs/uuid/issues/934">#934</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/0f1f9c9c9cedbae5a1d363d5406c5dfbabe81404"><code>0f1f9c9</code></a> chore: switch to Biome for parsing and linting (<a href="https://redirect.github.com/uuidjs/uuid/issues/932">#932</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/e2879e64bf125add903c1eff6e0860542c605013"><code>e2879e6</code></a> chore: use maintained version of npm-run-all (<a href="https://redirect.github.com/uuidjs/uuid/issues/930">#930</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/ffa31383e8e4e1f0b4e22e504561272041b8738c"><code>ffa3138</code></a> fix: Use GITHUB_TOKEN for release-please and enable npm provenance (<a href="https://redirect.github.com/uuidjs/uuid/issues/925">#925</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/0423d49df2dc8efc300c804731d25f4d7e0fccc4"><code>0423d49</code></a> docs: remove obsolete v1 option notes (<a href="https://redirect.github.com/uuidjs/uuid/issues/915">#915</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uuidjs/uuid/compare/v8.3.2...v14.0.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for uuid since your current version.</p> </details> <details> <summary>Install script changes</summary> <p>This version adds <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </details> <br /> Updates `vis-timeline` from 7.7.0 to 8.5.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/visjs/vis-timeline/releases">vis-timeline's releases</a>.</em></p> <blockquote> <h2>v8.5.1</h2> <h2><a href="https://github.com/visjs/vis-timeline/compare/v8.5.0...v8.5.1">8.5.1</a> (2026-05-07)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> support UUID v14 and use it in standalone/peer exports (<a href="https://redirect.github.com/visjs/vis-timeline/issues/2056">#2056</a>) (<a href="https://github.com/visjs/vis-timeline/commit/b5f3599684e4ec557cf28780e727266aa3de3d72">b5f3599</a>)</li> </ul> <h2>v8.5.0</h2> <h1><a href="https://github.com/visjs/vis-timeline/compare/v8.4.1...v8.5.0">8.5.0</a> (2025-12-12)</h1> <h3>Features</h3> <ul> <li><strong><a href="https://redirect.github.com/visjs/vis-timeline/issues/1972">#1972</a>:</strong> add Swiss french and Swiss german locales (<a href="https://github.com/visjs/vis-timeline/commit/2180a830d211320179d1dc1cba72363a0d6b3149">2180a83</a>), closes <a href="https://redirect.github.com/visjs/vis-timeline/issues/1972">#1972</a></li> </ul> <h2>v8.4.1</h2> <h2><a href="https://github.com/visjs/vis-timeline/compare/v8.4.0...v8.4.1">8.4.1</a> (2025-12-03)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><a href="https://redirect.github.com/visjs/vis-timeline/issues/1740">#1740</a>:</strong> error in spanish locale (<a href="https://github.com/visjs/vis-timeline/commit/b456e297bdc1a634452479dcbb655a293d76b0b9">b456e29</a>), closes <a href="https://redirect.github.com/visjs/vis-timeline/issues/1740">#1740</a> <a href="https://redirect.github.com/visjs/vis-timeline/issues/1740">#1740</a></li> </ul> <h2>v8.4.0</h2> <h1><a href="https://github.com/visjs/vis-timeline/compare/v8.3.1...v8.4.0">8.4.0</a> (2025-11-07)</h1> <h3>Features</h3> <ul> <li><strong>locales:</strong> add Turkish (<a href="https://redirect.github.com/visjs/vis-timeline/issues/1958">#1958</a>) (<a href="https://github.com/visjs/vis-timeline/commit/48e02574106efdf47d97b61131b527816faba5f1">48e0257</a>)</li> </ul> <h2>v8.3.1</h2> <h2><a href="https://github.com/visjs/vis-timeline/compare/v8.3.0...v8.3.1">8.3.1</a> (2025-09-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency uuid to v13 (<a href="https://redirect.github.com/visjs/vis-timeline/issues/1922">#1922</a>) (<a href="https://github.com/visjs/vis-timeline/commit/e6f58eb08ede226531aa88c0ef0064419396f180">e6f58eb</a>)</li> </ul> <h2>v8.3.0</h2> <h1><a href="https://github.com/visjs/vis-timeline/compare/v8.2.1...v8.3.0">8.3.0</a> (2025-08-10)</h1> <h3>Features</h3> <ul> <li><strong>timeline:</strong> Implement new options 'horizontalScrollKey' (<a href="https://redirect.github.com/visjs/vis-timeline/issues/1670">#1670</a>, <a href="https://redirect.github.com/visjs/vis-timeline/issues/1323">#1323</a>) and 'horizontalScrollInvert' (<a href="https://redirect.github.com/visjs/vis-timeline/issues/1595">#1595</a>) (<a href="https://redirect.github.com/visjs/vis-timeline/issues/1852">#1852</a>) (<a href="https://github.com/visjs/vis-timeline/commit/caab5f2498c4788bd86edfa96271eea80e7dfcaa">caab5f2</a>)</li> </ul> <h2>v8.2.1</h2> <h2><a href="https://github.com/visjs/vis-timeline/compare/v8.2.0...v8.2.1">8.2.1</a> (2025-07-28)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/visjs/vis-timeline/commit/b5f3599684e4ec557cf28780e727266aa3de3d72"><code>b5f3599</code></a> fix(deps): support UUID v14 and use it in standalone/peer exports (<a href="https://redirect.github.com/visjs/vis-timeline/issues/2056">#2056</a>)</li> <li><a href="https://github.com/visjs/vis-timeline/commit/48e03c48acf2724aa44bc69e5e28a7a1ca7ab250"><code>48e03c4</code></a> chore(deps): update dependency npm to v11.14.0 (<a href="https://redirect.github.com/visjs/vis-timeline/issues/2053">#2053</a>)</li> <li><a href="https://github.com/visjs/vis-timeline/commit/88f35e991c814100e4f291548cb94599b3ce8db8"><code>88f35e9</code></a> chore(deps): update pnpm to v10.33.4 (<a href="https://redirect.github.com/visjs/vis-timeline/issues/2052">#2052</a>)</li> <li><a href="https://github.com/visjs/vis-timeline/commit/fe2c92ff532097975f4d66d438289387922dd49b"><code>fe2c92f</code></a> chore(deps): update pnpm to v10.33.3 (<a href="https://redirect.github.com/visjs/vis-timeline/issues/2050">#2050</a>)</li> <li><a href="https://github.com/visjs/vis-timeline/commit/5cd882957decf686e7cff2c514d1f4113db631b5"><code>5cd8829</code></a> chore(deps): update dependency uuid to v13.0.2 (<a href="https://redirect.github.com/visjs/vis-timeline/issues/2049">#2049</a>)</li> <li><a href="https://github.com/visjs/vis-timeline/commit/7c354cbda13151f0834e65ca53043e0268e4b99c"><code>7c354cb</code></a> chore(deps): update dependency uuid to v13.0.1 (<a href="https://redirect.github.com/visjs/vis-timeline/issues/2048">#2048</a>)</li> <li><a href="https://github.com/visjs/vis-timeline/commit/b45277679a61008647eaf677e3dfcf57e3e7beaa"><code>b452776</code></a> chore(deps): update pnpm to v10.33.2 (<a href="https://redirect.github.com/visjs/vis-timeline/issues/2047">#2047</a>)</li> <li><a href="https://github.com/visjs/vis-timeline/commit/e312f45f0f46763d1832ec7fe1b6939346c966b1"><code>e312f45</code></a> chore(deps): update dependency npm to v11.13.0 (<a href="https://redirect.github.com/visjs/vis-timeline/issues/2046">#2046</a>)</li> <li><a href="https://github.com/visjs/vis-timeline/commit/fc9f744547996cbd3241e219d36c724857b4956f"><code>fc9f744</code></a> chore(deps): update pnpm to v10.33.1 (<a href="https://redirect.github.com/visjs/vis-timeline/issues/2045">#2045</a>)</li> <li><a href="https://github.com/visjs/vis-timeline/commit/b5df1f58a806e4bfc3b1d406ae6e14607be7f0b5"><code>b5df1f5</code></a> chore(deps): update node.js to v24.15.0 (<a href="https://redirect.github.com/visjs/vis-timeline/issues/2043">#2043</a>)</li> <li>Additional commits viewable in <a href="https://github.com/visjs/vis-timeline/compare/v7.7.0...v8.5.1">compare view</a></li> </ul> </details> <details> <summary>Install script changes</summary> <p>This version modifies <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </details> <br /> Updates `cypress` from 13.3.2 to 15.15.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.15.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-15-0">https://docs.cypress.io/app/references/changelog#15-15-0</a></p> <h2>v15.14.2</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-14-2">https://docs.cypress.io/app/references/changelog#15-14-2</a></p> <h2>v15.14.1</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-14-1">https://docs.cypress.io/app/references/changelog#15-14-1</a></p> <h2>v15.14.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-14-0">https://docs.cypress.io/app/references/changelog#15-14-0</a></p> <h2>v15.13.1</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-13-1">https://docs.cypress.io/app/references/changelog#15-13-1</a></p> <h2>v15.13.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-13-0">https://docs.cypress.io/app/references/changelog#15-13-0</a></p> <h2>v15.12.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-12-0">https://docs.cypress.io/app/references/changelog#15-12-0</a></p> <h2>v15.11.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-11-0">https://docs.cypress.io/app/references/changelog#15-11-0</a></p> <h2>v15.10.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-10-0">https://docs.cypress.io/app/references/changelog#15-10-0</a></p> <h2>v15.9.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-9-0">https://docs.cypress.io/app/references/changelog#15-9-0</a></p> <h2>v15.8.2</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-8-2">https://docs.cypress.io/app/references/changelog#15-8-2</a></p> <h2>v15.8.1</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-8-1">https://docs.cypress.io/app/references/changelog#15-8-1</a></p> <h2>v15.8.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-8-0">https://docs.cypress.io/app/references/changelog#15-8-0</a></p> <h2>v15.7.1</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-7-1">https://docs.cypress.io/app/references/changelog#15-7-1</a></p> <h2>v15.7.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-7-0">https://docs.cypress.io/app/references/changelog#15-7-0</a></p> <h2>v15.6.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-6-0">https://docs.cypress.io/app/references/changelog#15-6-0</a></p> <h2>v15.5.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#15-5-0">https://docs.cypress.io/app/references/changelog#15-5-0</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/914ad901d9d50e2c744769a445643702ceca774b"><code>914ad90</code></a> chore: narrow CYPRESS_COMMERCIAL_RECOMMENDATIONS override; deflake no-branch ...</li> <li><a href="https://github.com/cypress-io/cypress/commit/1b11ad2663f5e097a3d9c08e4e25d576c2074b05"><code>1b11ad2</code></a> chore(ci): commit v8 snapshot updates via GitHub API (<a href="https://redirect.github.com/cypress-io/cypress/issues/33774">#33774</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/0f864f68aa2f2b005b50fc8367c9a6467a57753c"><code>0f864f6</code></a> internal: cloud-driven app messaging banner (<a href="https://redirect.github.com/cypress-io/cypress/issues/33757">#33757</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/6299c146fb0c5f3aec241a0996eac57a12a924a7"><code>6299c14</code></a> chore: Update v8 snapshot cache - windows (<a href="https://redirect.github.com/cypress-io/cypress/issues/33776">#33776</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/b9575f01e99ca24456d06d32a3b354bba84828e8"><code>b9575f0</code></a> chore: Update v8 snapshot cache - linux (<a href="https://redirect.github.com/cypress-io/cypress/issues/33764">#33764</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/302747ded21c37debb26ab8a1d42b066283cc76d"><code>302747d</code></a> fix(server): retry BiDi sessionSubscribe when Firefox connection not ready (#...</li> <li><a href="https://github.com/cypress-io/cypress/commit/73a3e0e749dae3b0c80ea78dc2687a07672ee2a1"><code>73a3e0e</code></a> fix: serialize ProjectLifecycleManager.refreshLifecycle to avoid IPC race (<a href="https://redirect.github.com/cypress-io/cypress/issues/3">#3</a>...</li> <li><a href="https://github.com/cypress-io/cypress/commit/0f2d3859413656c07ed555a18123e92914f3c426"><code>0f2d385</code></a> test(system-tests): add Node.js 26 binary smoke coverage (<a href="https://redirect.github.com/cypress-io/cypress/issues/33780">#33780</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/e08ac5ed711ba44d8aacad7482181e80617f07bb"><code>e08ac5e</code></a> chore(ci): enable Snyk scans on fork PRs via approval-gated environment (<a href="https://redirect.github.com/cypress-io/cypress/issues/33773">#33773</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/e429e13b252f54fb5fe0b877633e22c9e1be1ae9"><code>e429e13</code></a> chore: Update v8 snapshot cache - darwin (<a href="https://redirect.github.com/cypress-io/cypress/issues/33772">#33772</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v13.3.2...v15.15.0">compare view</a></li> </ul> </details> <details> <summary>Install script changes</summary> <p>This version modifies <code>postinstall</code> script that runs during installation. Review the package contents before updating.</p> </details> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/skywalking-booster-ui/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
