Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maint(deps-dev): bump the dev-dependencies group in /packages/honeyco…
…mb-opentelemetry-web with 4 updates (#408) Bumps the dev-dependencies group in /packages/honeycomb-opentelemetry-web with 4 updates: [cypress](https://github.com/cypress-io/cypress), [msw](https://github.com/mswjs/msw), [prettier](https://github.com/prettier/prettier) and [rollup](https://github.com/rollup/rollup). Updates `cypress` from 13.16.0 to 13.16.1 <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>v13.16.1</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#13-16-1">https://docs.cypress.io/app/references/changelog#13-16-1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/06aeb9dfddaffc679a4d5c55447767682855d4aa"><code>06aeb9d</code></a> chore: remove unapplicable changelog entry (<a href="https://redirect.github.com/cypress-io/cypress/issues/30705">#30705</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/246b37a8ea44dc9b52969d773113b290a3affe63"><code>246b37a</code></a> chore: release 13.16.1 (<a href="https://redirect.github.com/cypress-io/cypress/issues/30704">#30704</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/3910744347855ce25a9b63e741c64848f3efcb7c"><code>3910744</code></a> chore: Update Chrome (stable) to 131.0.6778.85 and Chrome (beta) to 132.0.683...</li> <li><a href="https://github.com/cypress-io/cypress/commit/32c7b72c7ce6016985f174bc600841ca7c7aa81e"><code>32c7b72</code></a> fix: failing Create Instance api call no longer skips spec (<a href="https://redirect.github.com/cypress-io/cypress/issues/30697">#30697</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/9c2277e73d7986e38dfd7a9055c483ecd9c8ecff"><code>9c2277e</code></a> docs: fix <code>@cypress/grep</code> readme links (<a href="https://redirect.github.com/cypress-io/cypress/issues/30688">#30688</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/12df40ed8c1101c5c4053a1fe63c06fcd2809bc7"><code>12df40e</code></a> fix: support multiple imports of one module with multiple lines (<a href="https://redirect.github.com/cypress-io/cypress/issues/30314">#30314</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/d6d5c6d24655f6c8329d9ea61ef256dfdd7b6dd4"><code>d6d5c6d</code></a> chore: Update v8 snapshot cache - windows (<a href="https://redirect.github.com/cypress-io/cypress/issues/30644">#30644</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/d26572201569118a7a145b52f6b294a61b5a0d73"><code>d265722</code></a> chore: Update v8 snapshot cache - linux (<a href="https://redirect.github.com/cypress-io/cypress/issues/30642">#30642</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/c5bc8e0d66d594b17d8c104dac353ede2462c743"><code>c5bc8e0</code></a> chore: Update v8 snapshot cache - darwin (<a href="https://redirect.github.com/cypress-io/cypress/issues/30643">#30643</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/12af62701d83b4837dc708ff5cff11498976cbf4"><code>12af627</code></a> chore: fix github token issue on windows with v8 snapshot action (<a href="https://redirect.github.com/cypress-io/cypress/issues/30668">#30668</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v13.16.0...v13.16.1">compare view</a></li> </ul> </details> <br /> Updates `msw` from 2.6.6 to 2.6.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mswjs/msw/releases">msw's releases</a>.</em></p> <blockquote> <h2>v2.6.8 (2024-12-07)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>setupServer:</strong> reapply interception after calling <code>server.listen()</code> after <code>server.close()</code> (<a href="https://redirect.github.com/mswjs/msw/issues/2383">#2383</a>) (00da9cad4249b61732ee375d9dbefeb76028cc2b) <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> </ul> <h2>v2.6.7 (2024-12-06)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>setupWorker:</strong> correctly delete internal <code>accept</code> header on passthrough (<a href="https://redirect.github.com/mswjs/msw/issues/2375">#2375</a>) (3f40055b1d3814da4b30e5eb7555e09b1084798c) <a href="https://github.com/smouillour"><code>@smouillour</code></a> <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mswjs/msw/commit/de3bedf8fd9376920add73ef823827dce3593ac9"><code>de3bedf</code></a> chore(release): v2.6.8</li> <li><a href="https://github.com/mswjs/msw/commit/00da9cad4249b61732ee375d9dbefeb76028cc2b"><code>00da9ca</code></a> fix(setupServer): reapply interception after calling <code>server.listen()</code> after ...</li> <li><a href="https://github.com/mswjs/msw/commit/e8d748ea1482a9c69186f7577233ec9ecbe63b4c"><code>e8d748e</code></a> chore(ci): fix broken restore cache key</li> <li><a href="https://github.com/mswjs/msw/commit/6a2cf33e75f676b5f4ac814723b093a36a8b61e1"><code>6a2cf33</code></a> chore(release): v2.6.7</li> <li><a href="https://github.com/mswjs/msw/commit/3f40055b1d3814da4b30e5eb7555e09b1084798c"><code>3f40055</code></a> fix(setupWorker): correctly delete internal <code>accept</code> header on passthrough (#...</li> <li><a href="https://github.com/mswjs/msw/commit/e61ee1236b17f6d12a5cc24e22169fc58e76265f"><code>e61ee12</code></a> chore: use [email protected] for preview releases</li> <li><a href="https://github.com/mswjs/msw/commit/c86ad58e494a8159307a9ebbeb16675e0dc9ba30"><code>c86ad58</code></a> ci: run ci build related tests in parallel (<a href="https://redirect.github.com/mswjs/msw/issues/1907">#1907</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/bd5f47cf1afd0d7138bd99247969f73b69996289"><code>bd5f47c</code></a> chore: update to <code>vitest@2</code> (<a href="https://redirect.github.com/mswjs/msw/issues/2379">#2379</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/48e4c7607082721dc1996350299ccb96330f14d1"><code>48e4c76</code></a> chore: update pnpm to v9.14.0 (<a href="https://redirect.github.com/mswjs/msw/issues/2211">#2211</a>)</li> <li>See full diff in <a href="https://github.com/mswjs/msw/compare/v2.6.6...v2.6.8">compare view</a></li> </ul> </details> <br /> Updates `prettier` from 3.4.1 to 3.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.4.2</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#342">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.4.2</h1> <p><a href="https://github.com/prettier/prettier/compare/3.4.1...3.4.2">diff</a></p> <h4>Treat U+30A0 & U+30FB in Katakana Block as CJK (<a href="https://redirect.github.com/prettier/prettier/pull/16796">#16796</a> by <a href="https://github.com/tats-u"><code>@tats-u</code></a>)</h4> <p>Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.</p> <!-- raw HTML omitted --> <pre lang="md"><code><!-- Input (--prose-wrap=never) --> <p>C言<br /> 語<br /> ・<br /> C++<br /> ・<br /> Go<br /> ・<br /> Rust</p> <p><!-- Prettier 3.4.1 --><br /> C言語・ C++ ・ Go ・ Rust</p> <p><!-- Prettier 3.4.2 --><br /> C言語・C++・Go・Rust<br /> </code></pre></p> <p>U+30A0 can be used as the replacement of the <code>-</code> in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).</p> <h4>Fix comments print on class methods with decorators (<a href="https://redirect.github.com/prettier/prettier/pull/16891">#16891</a> by <a href="https://github.com/fisker"><code>@fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="jsx"><code>// Input class A { @decorator /** * The method description * */ async method(foo: Foo, bar: Bar) { console.log(foo); } } <p>// Prettier 3.4.1<br /> class A {<br /> <a href="https://github.com/decorator"><code>@decorator</code></a><br /> async /**<br /> </tr></table><br /> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/cca946176c3ec04ae46bf7bcb08c5bba8c041682"><code>cca9461</code></a> Release 3.4.2</li> <li><a href="https://github.com/prettier/prettier/commit/572bebe2d450eacd7028cd05d157faf7b50605f8"><code>572bebe</code></a> Fix comments on class methods with decorators (<a href="https://redirect.github.com/prettier/prettier/issues/16891">#16891</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/359c4f02d00a8b95a4ab10046cb4957771abbe65"><code>359c4f0</code></a> chore(deps): update dependency <code>@angular/compiler</code> to v19.0.1 (<a href="https://redirect.github.com/prettier/prettier/issues/16903">#16903</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/64709969fb4ac8b7ec597db27d583ec60b47d7b7"><code>6470996</code></a> chore(deps): update dependency <code>@glimmer/syntax</code> to v0.93.1 (<a href="https://redirect.github.com/prettier/prettier/issues/16904">#16904</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/e13614ffd806ee39bdb1ed8fb1026b538de025af"><code>e13614f</code></a> Correct fit() for fill() (<a href="https://redirect.github.com/prettier/prettier/issues/16899">#16899</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/10db357c5f2c684b07e2103f11b5e3debb736cdc"><code>10db357</code></a> Remove check on <code>TSImportType.isTypeOf</code> (<a href="https://redirect.github.com/prettier/prettier/issues/16892">#16892</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/ac46a4f16eaaf73c1ba82b7cdec6d10ab18ad38a"><code>ac46a4f</code></a> Treat U+30A0 & U+30FB in Katakana Block as CJK (<a href="https://redirect.github.com/prettier/prettier/issues/16796">#16796</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/d52e905869dffd6e870fed453f25aaf2f78b736c"><code>d52e905</code></a> Add test for <a href="https://redirect.github.com/prettier/prettier/issues/16207">#16207</a> (<a href="https://redirect.github.com/prettier/prettier/issues/16890">#16890</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/a1e354d7fc4c8d10b066405369df61fadba75b25"><code>a1e354d</code></a> Clean changelog_unreleased</li> <li><a href="https://github.com/prettier/prettier/commit/99875da4e774680e4569ed12fcbac263aa05a7db"><code>99875da</code></a> Bump Prettier dependency to 3.4.1</li> <li>See full diff in <a href="https://github.com/prettier/prettier/compare/3.4.1...3.4.2">compare view</a></li> </ul> </details> <br /> Updates `rollup` from 4.28.0 to 4.28.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/releases">rollup's releases</a>.</em></p> <blockquote> <h2>v4.28.1</h2> <h2>4.28.1</h2> <p><em>2024-12-06</em></p> <h3>Bug Fixes</h3> <ul> <li>Support running Rollup natively on LoongArch (<a href="https://redirect.github.com/rollup/rollup/issues/5749">#5749</a>)</li> <li>Add optional <code>debugId</code> to <code>SourceMap</code> types (<a href="https://redirect.github.com/rollup/rollup/issues/5751">#5751</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5749">#5749</a>: feat: add support for LoongArch (<a href="https://github.com/darkyzhou"><code>@darkyzhou</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5751">#5751</a>: feat: Add <code>debugId</code> to <code>SourceMap</code> types (<a href="https://github.com/timfish"><code>@timfish</code></a>, <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5752">#5752</a>: chore(deps): update dependency mocha to v11 (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5753">#5753</a>: chore(deps): update dependency vite to v6 (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5754">#5754</a>: fix(deps): update swc monorepo (major) (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5755">#5755</a>: chore(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5756">#5756</a>: Test if saving the Cargo cache can speed up FreeBSD (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md">rollup's changelog</a>.</em></p> <blockquote> <h2>4.28.1</h2> <p><em>2024-12-06</em></p> <h3>Bug Fixes</h3> <ul> <li>Support running Rollup natively on LoongArch (<a href="https://redirect.github.com/rollup/rollup/issues/5749">#5749</a>)</li> <li>Add optional <code>debugId</code> to <code>SourceMap</code> types (<a href="https://redirect.github.com/rollup/rollup/issues/5751">#5751</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5749">#5749</a>: feat: add support for LoongArch (<a href="https://github.com/darkyzhou"><code>@darkyzhou</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5751">#5751</a>: feat: Add <code>debugId</code> to <code>SourceMap</code> types (<a href="https://github.com/timfish"><code>@timfish</code></a>, <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5752">#5752</a>: chore(deps): update dependency mocha to v11 (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5753">#5753</a>: chore(deps): update dependency vite to v6 (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5754">#5754</a>: fix(deps): update swc monorepo (major) (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5755">#5755</a>: chore(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5756">#5756</a>: Test if saving the Cargo cache can speed up FreeBSD (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/e60fb1c5d4e54ed5257495215eeda1bb43cf54ba"><code>e60fb1c</code></a> 4.28.1</li> <li><a href="https://github.com/rollup/rollup/commit/224247b1b95c27a104e32d5c3ffae1f950c06179"><code>224247b</code></a> chore(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/5755">#5755</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/c3283cf454e0e95581b4cf964bbf04a3573cdb72"><code>c3283cf</code></a> Test if saving the Cargo cache can speed up FreeBSD (<a href="https://redirect.github.com/rollup/rollup/issues/5756">#5756</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/87a911cfffdad7e5c4ee6b6e386a681033cdb546"><code>87a911c</code></a> feat: Add <code>debugId</code> to <code>SourceMap</code> types (<a href="https://redirect.github.com/rollup/rollup/issues/5751">#5751</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/1b78f7405e9140e27810c468f3b7ee8fddd2a270"><code>1b78f74</code></a> chore(deps): update dependency mocha to v11 (<a href="https://redirect.github.com/rollup/rollup/issues/5752">#5752</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/89e1c705f280c45fafec9ffbae85ec85a96de1f4"><code>89e1c70</code></a> chore(deps): update dependency vite to v6 (<a href="https://redirect.github.com/rollup/rollup/issues/5753">#5753</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/4d6b077a416af2a6da2a5dd4ed87cb695dc858f1"><code>4d6b077</code></a> feat: add support for LoongArch (<a href="https://redirect.github.com/rollup/rollup/issues/5749">#5749</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/d3464e4bbfd520c2bc67958e8415ff7f2a6a56bb"><code>d3464e4</code></a> fix(deps): update swc monorepo (major) (<a href="https://redirect.github.com/rollup/rollup/issues/5754">#5754</a>)</li> <li>See full diff in <a href="https://github.com/rollup/rollup/compare/v4.28.0...v4.28.1">compare view</a></li> </ul> </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 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information