Skip to content

Commit 2cae9ba

Browse files
Bump the prod-dependencies-minor group with 6 updates (#1888)
Bumps the prod-dependencies-minor group with 6 updates: | Package | From | To | | --- | --- | --- | | [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) | `0.26.28` | `0.27.3` | | [css-tree](https://github.com/csstree/csstree) | `3.0.1` | `3.1.0` | | [debug](https://github.com/debug-js/debug) | `4.3.7` | `4.4.0` | | [papaparse](https://github.com/mholt/PapaParse) | `5.4.1` | `5.5.2` | | [react-zoom-pan-pinch](https://github.com/prc5/react-zoom-pan-pinch) | `3.6.1` | `3.7.0` | | [yaml](https://github.com/eemeli/yaml) | `2.6.1` | `2.7.0` | Updates `@floating-ui/react` from 0.26.28 to 0.27.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/floating-ui/floating-ui/releases"><code>@​floating-ui/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​floating-ui/react</code><a href="https://github.com/0"><code>@​0</code></a>.27.3</h2> <h3>Patch Changes</h3> <ul> <li>feat(FloatingFocusManager): accept <code>FloatingRootContext</code> as the <code>context</code> prop</li> <li>fix(useListNavigation): check for virtual pointer on pointerenter</li> <li>refactor: use jsx runtime</li> <li>Update dependencies: <code>@floating-ui/[email protected]</code></li> </ul> <h2><code>@​floating-ui/react</code><a href="https://github.com/0"><code>@​0</code></a>.27.2</h2> <h3>Patch Changes</h3> <ul> <li>fix(FloatingFocusManager): prevent stale <code>inert</code>/<code>aria-hidden</code> attributes from being left on outside elements</li> </ul> <h2><code>@​floating-ui/react</code><a href="https://github.com/0"><code>@​0</code></a>.27.1</h2> <h3>Patch Changes</h3> <ul> <li>fix(FloatingFocusManager): correctly fallback to container</li> <li>fix(FloatingFocusManager): check for ancestor floating focus element during <code>closeOnFocusOut</code></li> <li>fix(FloatingFocusManager): avoid marking tree ancestor floating nodes with <code>data-floating-ui-inert</code> when <code>modal=false</code></li> </ul> <h2><code>@​floating-ui/react</code><a href="https://github.com/0"><code>@​0</code></a>.27.0</h2> <h3>Minor Changes</h3> <ul> <li>chore: deprecate <code>inner</code> and <code>useInnerOffset</code>. This technique of aligning an inner element to the reference has poor performance with longer lists, doesn't fit with the middleware paradigm, doesn't work on touch, and has a better custom alternative using native <code>onScroll</code> that is encouraged instead.</li> <li>breaking: drop React 16 support. 17 is the minimum supported version.</li> <li>fix(useId): add <code>| undefined</code> return type for React 17</li> </ul> <h3>Patch Changes</h3> <ul> <li>feat(FloatingFocusManager): add <code>outsideElementsInert</code> prop. This enables pointer modality without a backdrop.</li> <li>perf(useListNavigation): simplify focusing to remove unneeded asynchronicity</li> <li>fix(useDismiss): allow native clicks to work with <code>referencePress</code></li> <li>fix(useDismiss): read target <code>overflow</code> style for scrollbar press check. Fixes an issue where outside presses would be incorrectly prevented if the target element that was pressed appeared scrollable but was actually not.</li> <li>fix(FloatingFocusManager): check for 'safe-polygon' reason on return focus</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md"><code>@​floating-ui/react</code>'s changelog</a>.</em></p> <blockquote> <h2>0.27.3</h2> <h3>Patch Changes</h3> <ul> <li>feat(FloatingFocusManager): accept <code>FloatingRootContext</code> as the <code>context</code> prop</li> <li>fix(useListNavigation): check for virtual pointer on pointerenter</li> <li>refactor: use jsx runtime</li> <li>Update dependencies: <code>@floating-ui/[email protected]</code></li> </ul> <h2>0.27.2</h2> <h3>Patch Changes</h3> <ul> <li>fix(FloatingFocusManager): prevent stale <code>inert</code>/<code>aria-hidden</code> attributes from being left on outside elements</li> </ul> <h2>0.27.1</h2> <h3>Patch Changes</h3> <ul> <li>fix(FloatingFocusManager): correctly fallback to container</li> <li>fix(FloatingFocusManager): check for ancestor floating focus element during <code>closeOnFocusOut</code></li> <li>fix(FloatingFocusManager): avoid marking tree ancestor floating nodes with <code>data-floating-ui-inert</code> when <code>modal=false</code></li> </ul> <h2>0.27.0</h2> <h3>Minor Changes</h3> <ul> <li>chore: deprecate <code>inner</code> and <code>useInnerOffset</code>. This technique of aligning an inner element to the reference has poor performance with longer lists, doesn't fit with the middleware paradigm, doesn't work on touch, and has a better custom alternative using native <code>onScroll</code> that is encouraged instead.</li> <li>breaking: drop React 16 support. 17 is the minimum supported version.</li> <li>fix(useId): add <code>| undefined</code> return type for React 17</li> </ul> <h3>Patch Changes</h3> <ul> <li>feat(FloatingFocusManager): add <code>outsideElementsInert</code> prop. This enables pointer modality without a backdrop.</li> <li>perf(useListNavigation): simplify focusing to remove unneeded asynchronicity</li> <li>fix(useDismiss): allow native clicks to work with <code>referencePress</code></li> <li>fix(useDismiss): read target <code>overflow</code> style for scrollbar press check. Fixes an issue where outside presses would be incorrectly prevented if the target element that was pressed appeared scrollable but was actually not.</li> <li>fix(FloatingFocusManager): check for 'safe-polygon' reason on return focus</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/floating-ui/floating-ui/commit/b0dfb58949567209fcdca994ff12848942a85ce4"><code>b0dfb58</code></a> chore: version packages (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3187">#3187</a>)</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/1fa2c50ae5a4175e82f77d69a2955ca45e15f30d"><code>1fa2c50</code></a> chore(eslint): add 'eslint-plugin-prettier', apply 'prettier' rules (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3177">#3177</a>)</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/69b5f888400f7cf1f3157da9ca9fabfd438ff736"><code>69b5f88</code></a> feat(FloatingFocusManager): accept <code>FloatingRootContext</code> (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3182">#3182</a>)</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/b6d88be59173af9da75b0f632a6a50c9c5b28244"><code>b6d88be</code></a> fix(useListNavigation): check for virtual pointer on pointerenter (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3184">#3184</a>)</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/568eab7e1b8fc4a4533d462b0ddbc865020c8645"><code>568eab7</code></a> refactor: use jsx runtime (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3186">#3186</a>)</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/6a9f75821398f71bd3d3c644af41d40d06367544"><code>6a9f758</code></a> chore: version packages (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3165">#3165</a>)</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/c9f19ecec22dca1e453918b298d9280de84cff84"><code>c9f19ec</code></a> fix(FloatingFocusManager): prevent stale <code>inert</code>/<code>aria-hidden</code> attributes fro...</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/33bd900c70a8b306671c9187607b7aa74a708407"><code>33bd900</code></a> chore: version packages (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3158">#3158</a>)</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/e24b4fbcdb56fc05353355afe35f404af2653cff"><code>e24b4fb</code></a> fix(FloatingFocusManager): avoid marking tree ancestor floating nodes when `m...</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/c728afa590c81832e374e7c6558fa5d90035205e"><code>c728afa</code></a> fix(FloatingFocusManager): check for floating focus root element (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3159">#3159</a>)</li> <li>Additional commits viewable in <a href="https://github.com/floating-ui/floating-ui/commits/@floating-ui/[email protected]/packages/react">compare view</a></li> </ul> </details> <br /> Updates `css-tree` from 3.0.1 to 3.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/csstree/csstree/releases">css-tree's releases</a>.</em></p> <blockquote> <h2>3.1.0</h2> <ul> <li>Added support for <a href="https://drafts.csswg.org/css-values-5/#boolean">boolean expression multiplier</a> in syntax definition, i.e. <code>&lt;boolean-expr[ test ]&gt;</code> (<a href="https://redirect.github.com/csstree/csstree/issues/304">#304</a>)</li> <li>Added <code>source</code>, <code>startOffset</code>, <code>startLine</code>, and <code>startColumn</code> parameters to <code>OffsetToLocation</code> constructor, eliminating the need to call <code>setSource()</code> after creating a new <code>OffsetToLocation</code> instance</li> <li>Exposed <code>OffsetToLocation</code> class in the main entry point, which was previously accessible only via <code>css-tree/tokenizer</code></li> <li>Fixed <code>Raw</code> node value consumption by ignoring stop tokens inside blocks, resolving an issue where <code>Raw</code> value consumption stopped prematurely. This fix also enables parsing of functions whose content includes stop characters (e.g., semicolons and curly braces) within declaration values, aligning with the latest draft of <a href="https://drafts.csswg.org/css-values-5/">CSS Values and Units L5</a>.</li> <li>Fixed <code>TokenStream#balance</code> computation to handle unmatched brackets correctly. Previously, when encountering a closing bracket, the <code>TokenStream</code> would prioritize it over unmatched opening brackets, leading to improper parsing. For example, the parser would incorrectly consume the declaration value of <code>.a { prop: ([{); }</code> as <code>([{)</code> instead of consuming it until all opened brackets were closed (<code>([{); }</code>). Now, unmatched closing brackets are discarded unless they match the most recent opening bracket on the stack. This change aligns CSSTree with CSS specifications and browser behavior.</li> <li>Fixed syntax definition parser to allow a token to be followed by a multiplier (<a href="https://redirect.github.com/csstree/csstree/issues/303">#303</a>)</li> <li>Fixed location for <code>Layer</code> node (<a href="https://redirect.github.com/csstree/csstree/issues/310">#310</a>)</li> <li>Bumped <code>mdn/data</code> to 2.12.2</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/csstree/csstree/blob/master/CHANGELOG.md">css-tree's changelog</a>.</em></p> <blockquote> <h2>3.1.0 (December 6, 2024)</h2> <ul> <li>Added support for <a href="https://drafts.csswg.org/css-values-5/#boolean">boolean expression multiplier</a> in syntax definition, i.e. <code>&lt;boolean-expr[ test ]&gt;</code> (<a href="https://redirect.github.com/csstree/csstree/issues/304">#304</a>)</li> <li>Added <code>source</code>, <code>startOffset</code>, <code>startLine</code>, and <code>startColumn</code> parameters to <code>OffsetToLocation</code> constructor, eliminating the need to call <code>setSource()</code> after creating a new <code>OffsetToLocation</code> instance</li> <li>Exposed <code>OffsetToLocation</code> class in the main entry point, which was previously accessible only via <code>css-tree/tokenizer</code></li> <li>Fixed <code>Raw</code> node value consumption by ignoring stop tokens inside blocks, resolving an issue where <code>Raw</code> value consumption stopped prematurely. This fix also enables parsing of functions whose content includes stop characters (e.g., semicolons and curly braces) within declaration values, aligning with the latest draft of CSS Values and Units Module Level 5.</li> <li>Fixed <code>TokenStream#balance</code> computation to handle unmatched brackets correctly. Previously, when encountering a closing bracket, the <code>TokenStream</code> would prioritize it over unmatched opening brackets, leading to improper parsing. For example, the parser would incorrectly consume the declaration value of <code>.a { prop: ([{); }</code> as <code>([{)</code> instead of consuming it until all opened brackets were closed (<code>([{); }</code>). Now, unmatched closing brackets are discarded unless they match the most recent opening bracket on the stack. This change aligns CSSTree with CSS specifications and browser behavior.</li> <li>Fixed syntax definition parser to allow a token to be followed by a multiplier (<a href="https://redirect.github.com/csstree/csstree/issues/303">#303</a>)</li> <li>Fixed location for <code>Layer</code> node (<a href="https://redirect.github.com/csstree/csstree/issues/310">#310</a>)</li> <li>Bumped <code>mdn/data</code> to 2.12.2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/csstree/csstree/commit/354254f7859bd9cd22c762fc8fada73a74bf2947"><code>354254f</code></a> 3.1.0</li> <li><a href="https://github.com/csstree/csstree/commit/3e0b93b0549e3760745552f351b13b579c944f56"><code>3e0b93b</code></a> Fix <code>TokenStream#balance</code> computation and</li> <li><a href="https://github.com/csstree/csstree/commit/6b24dcc26d93f827d244c64e75bb9b6c341632bf"><code>6b24dcc</code></a> Fix npm audit warning</li> <li><a href="https://github.com/csstree/csstree/commit/758ccf774f41fa9c6c501cbe18b3e2db02a0cdf5"><code>758ccf7</code></a> Fix location of &lt;layer-name&gt; (<a href="https://redirect.github.com/csstree/csstree/issues/310">#310</a>)</li> <li><a href="https://github.com/csstree/csstree/commit/7cfec03270088f42ee40db1c744e00efe2bc219e"><code>7cfec03</code></a> Bump esbuild to ^0.24.0</li> <li><a href="https://github.com/csstree/csstree/commit/eab1c8e7819786d0ec53a744271c3b90fb0b5659"><code>eab1c8e</code></a> Add <code>source</code>, <code>startOffset</code>, <code>startLine</code>, and <code>startColumn</code> parameters to `Of...</li> <li><a href="https://github.com/csstree/csstree/commit/ab29676545277c8315077f506e53fedd6920ad00"><code>ab29676</code></a> Expose OffsetToLocation in main entry point</li> <li><a href="https://github.com/csstree/csstree/commit/0afee3d88916a2860b48144537027cfb2f48c080"><code>0afee3d</code></a> Update mdn-data to v2.12.2 (<a href="https://redirect.github.com/csstree/csstree/issues/306">#306</a>)</li> <li><a href="https://github.com/csstree/csstree/commit/2c95a514f4680b52012e5477a21cf6c28a6cf0e3"><code>2c95a51</code></a> Add lexer can check at-rules syntax</li> <li><a href="https://github.com/csstree/csstree/commit/511bed50f1d9d66b49aabd3e03d7ec2596dd18a7"><code>511bed5</code></a> Rename &lt;boolean[]&gt; into &lt;boolean-expr[]&gt; (fixes <a href="https://redirect.github.com/csstree/csstree/issues/307">#307</a>)</li> <li>Additional commits viewable in <a href="https://github.com/csstree/csstree/compare/v3.0.1...v3.1.0">compare view</a></li> </ul> </details> <br /> Updates `debug` from 4.3.7 to 4.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/debug-js/debug/releases">debug's releases</a>.</em></p> <blockquote> <h2>4.4.0</h2> <p>Fixes (hopefully) the inefficient regex warnings in <code>.enable()</code>.</p> <p>Minor version as this is invariably going to break certain users who misuse the <code>.enable()</code> API and expected it to work with regexes, which was never supported nor documented. That's on you, sorry - that functionality won't be added back.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/debug-js/debug/compare/4.3.7...4.4.0">https://github.com/debug-js/debug/compare/4.3.7...4.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/debug-js/debug/commit/7e3814cc603bf64fdd69e714e0cf5611ec31f43b"><code>7e3814c</code></a> 4.4.0</li> <li><a href="https://github.com/debug-js/debug/commit/d2d6bf0bab3a0eeeb3a9ce7113cb0a31d8da678f"><code>d2d6bf0</code></a> fix inefficient .enable() regex and .enabled() test</li> <li>See full diff in <a href="https://github.com/debug-js/debug/compare/4.3.7...4.4.0">compare view</a></li> </ul> </details> <br /> Updates `papaparse` from 5.4.1 to 5.5.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/mholt/PapaParse/commits">compare view</a></li> </ul> </details> <br /> Updates `react-zoom-pan-pinch` from 3.6.1 to 3.7.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prc5/react-zoom-pan-pinch/releases">react-zoom-pan-pinch's releases</a>.</em></p> <blockquote> <h2>v3.7.0</h2> <h1><a href="https://github.com/prc5/react-zoom-pan-pinch/compare/v3.6.1...v3.7.0">3.7.0</a> (2025-01-31)</h1> <h3>Bug Fixes</h3> <ul> <li>🐛 lint (<a href="https://github.com/prc5/react-zoom-pan-pinch/commit/ab348dc9619451f196e5f5cd094468403151ea27">ab348dc</a>)</li> <li>Fixed auto align to bounds bugs (<a href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/486">#486</a>) (<a href="https://github.com/prc5/react-zoom-pan-pinch/commit/3643a47a2e50ef4153a86647e7bd266213ef635c">3643a47</a>)</li> <li>Fixes blurry images on safari. (<a href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/497">#497</a>) (<a href="https://github.com/prc5/react-zoom-pan-pinch/commit/5cf057b077fc515eaaaaafb94fd6c6dfec415289">5cf057b</a>)</li> <li>zoom does not work when pinching on mobile (<a href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/499">#499</a>) (<a href="https://github.com/prc5/react-zoom-pan-pinch/commit/d770efb17cd7c882c3180f1591c71123d9381345">d770efb</a>)</li> </ul> <h3>Features</h3> <ul> <li>Support auto align to bounds on resize (<a href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/485">#485</a>) (<a href="https://github.com/prc5/react-zoom-pan-pinch/commit/800beb1f3fa0a8c364871fd8b10a0841959f9aa0">800beb1</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/BetterTyped/react-zoom-pan-pinch/commit/68616a3a02d26bcf7444eab8c1abadf64bc2c730"><code>68616a3</code></a> test: 💍 resize observer polyfill</li> <li><a href="https://github.com/BetterTyped/react-zoom-pan-pinch/commit/ab348dc9619451f196e5f5cd094468403151ea27"><code>ab348dc</code></a> fix: 🐛 lint</li> <li><a href="https://github.com/BetterTyped/react-zoom-pan-pinch/commit/d770efb17cd7c882c3180f1591c71123d9381345"><code>d770efb</code></a> fix: zoom does not work when pinching on mobile (<a href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/499">#499</a>)</li> <li><a href="https://github.com/BetterTyped/react-zoom-pan-pinch/commit/5cf057b077fc515eaaaaafb94fd6c6dfec415289"><code>5cf057b</code></a> fix: Fixes blurry images on safari. (<a href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/497">#497</a>)</li> <li><a href="https://github.com/BetterTyped/react-zoom-pan-pinch/commit/3643a47a2e50ef4153a86647e7bd266213ef635c"><code>3643a47</code></a> fix: Fixed auto align to bounds bugs (<a href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/486">#486</a>)</li> <li><a href="https://github.com/BetterTyped/react-zoom-pan-pinch/commit/800beb1f3fa0a8c364871fd8b10a0841959f9aa0"><code>800beb1</code></a> feat: Support auto align to bounds on resize (<a href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/485">#485</a>)</li> <li>See full diff in <a href="https://github.com/prc5/react-zoom-pan-pinch/compare/v3.6.1...v3.7.0">compare view</a></li> </ul> </details> <br /> Updates `yaml` from 2.6.1 to 2.7.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eemeli/yaml/releases">yaml's releases</a>.</em></p> <blockquote> <h2>v2.7.0</h2> <p>The library is now available on JSR as <a href="https://jsr.io/@eemeli/yaml"><code>@​eemeli/yaml</code></a> and on deno.land/x as <a href="https://deno.land/x/yaml">yaml</a>. In addition to Node.js and browsers, it should work in Deno, Bun, and Cloudflare Workers.</p> <ul> <li>Use .ts extension in all relative imports (<a href="https://redirect.github.com/eemeli/yaml/issues/591">#591</a>)</li> <li>Ignore newline after block seq indicator as space before value (<a href="https://redirect.github.com/eemeli/yaml/issues/590">#590</a>)</li> <li>Require Node.js 14.18 or later (was 14.6) (<a href="https://redirect.github.com/eemeli/yaml/issues/598">#598</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eemeli/yaml/commit/8f512b526a52e245e770be257235f7d37059ca39"><code>8f512b5</code></a> 2.7.0</li> <li><a href="https://github.com/eemeli/yaml/commit/8a7569afff1a7add4560ed2e125eebab1f9683f1"><code>8a7569a</code></a> ci: Add jsr.jsonc &amp; jsr-publish workflow</li> <li><a href="https://github.com/eemeli/yaml/commit/8ef085fa870f2b749e67ce52bb642afb796b7150"><code>8ef085f</code></a> docs: Fix API docs links</li> <li><a href="https://github.com/eemeli/yaml/commit/374c19cfdc051ca81c5a1ce12ca733c2e2a9ec93"><code>374c19c</code></a> style: Really use explicit imports for process.env and Buffer</li> <li><a href="https://github.com/eemeli/yaml/commit/1ab037d64674baf0265dfe6a57c5b3c8c2d5120a"><code>1ab037d</code></a> style: Include explicit type declarations on all public APIs</li> <li><a href="https://github.com/eemeli/yaml/commit/4354c4233d7f75aed47a6d0ab74ab54867892b61"><code>4354c42</code></a> style: Use explicit imports for process.env and Buffer</li> <li><a href="https://github.com/eemeli/yaml/commit/2c55723ab9f1d654d27deb2ed666d1c414a69013"><code>2c55723</code></a> Merge pull request <a href="https://redirect.github.com/eemeli/yaml/issues/591">#591</a> from eemeli/import-ts</li> <li><a href="https://github.com/eemeli/yaml/commit/ab240c17d35bb808a6df8e3039b9ddd6a2de7ac4"><code>ab240c1</code></a> fix: Drop .ts extension from import &amp; export paths in .d.ts files</li> <li><a href="https://github.com/eemeli/yaml/commit/c4c49f9e95db811a6fe7fd529647cb2659f150d0"><code>c4c49f9</code></a> fix: Use separate rather than inline type keyword for TS compatibility</li> <li><a href="https://github.com/eemeli/yaml/commit/3bec004db4206ebb0d4551f981a7f9961077470b"><code>3bec004</code></a> ci: Add deno smoke test</li> <li>Additional commits viewable in <a href="https://github.com/eemeli/yaml/compare/v2.6.1...v2.7.0">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>
1 parent c6dffba commit 2cae9ba

File tree

2 files changed

+48
-41
lines changed

2 files changed

+48
-41
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"vitest": "^3.0.4"
8585
},
8686
"dependencies": {
87-
"@floating-ui/react": "^0.26.28",
87+
"@floating-ui/react": "^0.27.3",
8888
"@monaco-editor/loader": "^1.4.0",
8989
"@monaco-editor/react": "^4.6.0",
9090
"@observablehq/plot": "^0.6.16",
@@ -102,9 +102,9 @@
102102
"clsx": "^2.1.1",
103103
"color": "^4.2.3",
104104
"colord": "^2.9.3",
105-
"css-tree": "^3.0.1",
105+
"css-tree": "^3.1.0",
106106
"dayjs": "^1.11.13",
107-
"debug": "^4.3.7",
107+
"debug": "^4.4.0",
108108
"electron-updater": "6.3.9",
109109
"env-paths": "^3.0.0",
110110
"fast-average-color": "^9.4.0",
@@ -116,7 +116,7 @@
116116
"monaco-yaml": "^5.2.3",
117117
"overlayscrollbars": "^2.10.1",
118118
"overlayscrollbars-react": "^0.5.6",
119-
"papaparse": "^5.4.1",
119+
"papaparse": "^5.5.2",
120120
"parse-srcset": "^1.0.2",
121121
"pngjs": "^7.0.0",
122122
"prop-types": "^15.8.1",
@@ -127,7 +127,7 @@
127127
"react-frame-component": "^5.2.7",
128128
"react-gauge-chart": "^0.5.1",
129129
"react-markdown": "^9.0.3",
130-
"react-zoom-pan-pinch": "^3.6.1",
130+
"react-zoom-pan-pinch": "^3.7.0",
131131
"rehype-highlight": "^7.0.1",
132132
"rehype-raw": "^7.0.0",
133133
"rehype-sanitize": "^6.0.0",
@@ -144,7 +144,7 @@
144144
"use-device-pixel-ratio": "^1.1.2",
145145
"winston": "^3.17.0",
146146
"ws": "^8.18.0",
147-
"yaml": "^2.6.1"
147+
"yaml": "^2.7.0"
148148
},
149149
"resolutions": {
150150
"send@npm:0.18.0": "0.19.0",

yarn.lock

Lines changed: 42 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3548,17 +3548,17 @@ __metadata:
35483548
languageName: node
35493549
linkType: hard
35503550

3551-
"@floating-ui/react@npm:^0.26.28":
3552-
version: 0.26.28
3553-
resolution: "@floating-ui/react@npm:0.26.28"
3551+
"@floating-ui/react@npm:^0.27.3":
3552+
version: 0.27.3
3553+
resolution: "@floating-ui/react@npm:0.27.3"
35543554
dependencies:
35553555
"@floating-ui/react-dom": "npm:^2.1.2"
3556-
"@floating-ui/utils": "npm:^0.2.8"
3556+
"@floating-ui/utils": "npm:^0.2.9"
35573557
tabbable: "npm:^6.0.0"
35583558
peerDependencies:
3559-
react: ">=16.8.0"
3560-
react-dom: ">=16.8.0"
3561-
checksum: 10c0/a42df129e1e976fe8ba3f4c8efdda265a0196c1b66b83f2b9b27423d08dcc765406f893aeff9d830e70e3f14a9d4c490867eb4c32983317cbaa33863b0fae6f6
3559+
react: ">=17.0.0"
3560+
react-dom: ">=17.0.0"
3561+
checksum: 10c0/9ebc4e82af905cfafeb5cde1dfbc15a2541d4eaaf1e13fb6b8acbb9f0c3535a7c331b8dee3ab5bb03acb21716ee2ab155629a6c14c3227cf959bf8ad92594539
35623562
languageName: node
35633563
linkType: hard
35643564

@@ -3569,6 +3569,13 @@ __metadata:
35693569
languageName: node
35703570
linkType: hard
35713571

3572+
"@floating-ui/utils@npm:^0.2.9":
3573+
version: 0.2.9
3574+
resolution: "@floating-ui/utils@npm:0.2.9"
3575+
checksum: 10c0/48bbed10f91cb7863a796cc0d0e917c78d11aeb89f98d03fc38d79e7eb792224a79f538ed8a2d5d5584511d4ca6354ef35f1712659fd569868e342df4398ad6f
3576+
languageName: node
3577+
linkType: hard
3578+
35723579
"@gar/promisify@npm:^1.1.3":
35733580
version: 1.1.3
35743581
resolution: "@gar/promisify@npm:1.1.3"
@@ -9065,13 +9072,13 @@ __metadata:
90659072
languageName: node
90669073
linkType: hard
90679074

9068-
"css-tree@npm:^3.0.1":
9069-
version: 3.0.1
9070-
resolution: "css-tree@npm:3.0.1"
9075+
"css-tree@npm:^3.1.0":
9076+
version: 3.1.0
9077+
resolution: "css-tree@npm:3.1.0"
90719078
dependencies:
9072-
mdn-data: "npm:2.12.1"
9079+
mdn-data: "npm:2.12.2"
90739080
source-map-js: "npm:^1.0.1"
9074-
checksum: 10c0/9f117f3067e68e9edb0b3db0134f420db1a62bede3e84d8835767ecfaa6f8ced5e87989cf39b65ffe65d788c134c8ea9abd7393d7c35838a9da84326adf57a9b
9081+
checksum: 10c0/b5715852c2f397c715ca00d56ec53fc83ea596295ae112eb1ba6a1bda3b31086380e596b1d8c4b980fe6da09e7d0fc99c64d5bb7313030dd0fba9c1415f30979
90759082
languageName: node
90769083
linkType: hard
90779084

@@ -9550,7 +9557,7 @@ __metadata:
95509557
languageName: node
95519558
linkType: hard
95529559

9553-
"debug@npm:4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4, debug@npm:^4.3.7":
9560+
"debug@npm:4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4":
95549561
version: 4.3.7
95559562
resolution: "debug@npm:4.3.7"
95569563
dependencies:
@@ -14407,10 +14414,10 @@ __metadata:
1440714414
languageName: node
1440814415
linkType: hard
1440914416

14410-
"mdn-data@npm:2.12.1":
14411-
version: 2.12.1
14412-
resolution: "mdn-data@npm:2.12.1"
14413-
checksum: 10c0/1a09f441bdd423f2b0ab712665a1a3329fe7b15e9a2dad8c1c10c521ddb204ed186e7ac91052fd53a5ae0a07ac6eae53b5bcbb59ba8a1fb654268611297eea4a
14417+
"mdn-data@npm:2.12.2":
14418+
version: 2.12.2
14419+
resolution: "mdn-data@npm:2.12.2"
14420+
checksum: 10c0/b22443b71d70f72ccc3c6ba1608035431a8fc18c3c8fc53523f06d20e05c2ac10f9b53092759a2ca85cf02f0d37036f310b581ce03e7b99ac74d388ef8152ade
1441414421
languageName: node
1441514422
linkType: hard
1441614423

@@ -15966,10 +15973,10 @@ __metadata:
1596615973
languageName: node
1596715974
linkType: hard
1596815975

15969-
"papaparse@npm:^5.4.1":
15970-
version: 5.4.1
15971-
resolution: "papaparse@npm:5.4.1"
15972-
checksum: 10c0/201f37c4813453fed5bfb4c01816696b099d2db9ff1e8fb610acc4771fdde91d2a22b6094721edb0fedb21ca3c46f04263f68be4beb3e35b8c72278f0cedc7b7
15976+
"papaparse@npm:^5.5.2":
15977+
version: 5.5.2
15978+
resolution: "papaparse@npm:5.5.2"
15979+
checksum: 10c0/83b8c0cf570395581a42331cd9231194dbba43bc8c608026739f5180827506575993dc788def039a9666bc103e2a96075de8732ea8a63e507b74c02aa757bcd5
1597315980
languageName: node
1597415981
linkType: hard
1597515982

@@ -17778,13 +17785,13 @@ __metadata:
1777817785
languageName: node
1777917786
linkType: hard
1778017787

17781-
"react-zoom-pan-pinch@npm:^3.6.1":
17782-
version: 3.6.1
17783-
resolution: "react-zoom-pan-pinch@npm:3.6.1"
17788+
"react-zoom-pan-pinch@npm:^3.7.0":
17789+
version: 3.7.0
17790+
resolution: "react-zoom-pan-pinch@npm:3.7.0"
1778417791
peerDependencies:
1778517792
react: "*"
1778617793
react-dom: "*"
17787-
checksum: 10c0/ec32df7ba9c1b8113fa87e5759c6b697f0f985df1be31b26720c3fdff67dc7f31ac13eabad201d7d5a12f2a4bed637bf7090e8a04f0237618bc751cf37c784d9
17794+
checksum: 10c0/96889849800a953128fe7f9e42bed0d5cbc48d03024995b136f5e972146236688efb24d7381d8e6f09598f5512b4897d2420f62d828a665fdf24b745b7d55911
1778817795
languageName: node
1778917796
linkType: hard
1779017797

@@ -21643,7 +21650,7 @@ __metadata:
2164321650
dependencies:
2164421651
"@chromatic-com/storybook": "npm:^3.2.4"
2164521652
"@eslint/js": "npm:^9.19.0"
21646-
"@floating-ui/react": "npm:^0.26.28"
21653+
"@floating-ui/react": "npm:^0.27.3"
2164721654
"@monaco-editor/loader": "npm:^1.4.0"
2164821655
"@monaco-editor/react": "npm:^4.6.0"
2164921656
"@observablehq/plot": "npm:^0.6.16"
@@ -21690,9 +21697,9 @@ __metadata:
2169021697
clsx: "npm:^2.1.1"
2169121698
color: "npm:^4.2.3"
2169221699
colord: "npm:^2.9.3"
21693-
css-tree: "npm:^3.0.1"
21700+
css-tree: "npm:^3.1.0"
2169421701
dayjs: "npm:^1.11.13"
21695-
debug: "npm:^4.3.7"
21702+
debug: "npm:^4.4.0"
2169621703
electron: "npm:^34.0.2"
2169721704
electron-builder: "npm:^25.1.8"
2169821705
electron-updater: "npm:6.3.9"
@@ -21709,7 +21716,7 @@ __metadata:
2170921716
monaco-yaml: "npm:^5.2.3"
2171021717
overlayscrollbars: "npm:^2.10.1"
2171121718
overlayscrollbars-react: "npm:^0.5.6"
21712-
papaparse: "npm:^5.4.1"
21719+
papaparse: "npm:^5.5.2"
2171321720
parse-srcset: "npm:^1.0.2"
2171421721
pngjs: "npm:^7.0.0"
2171521722
prettier: "npm:^3.4.2"
@@ -21723,7 +21730,7 @@ __metadata:
2172321730
react-frame-component: "npm:^5.2.7"
2172421731
react-gauge-chart: "npm:^0.5.1"
2172521732
react-markdown: "npm:^9.0.3"
21726-
react-zoom-pan-pinch: "npm:^3.6.1"
21733+
react-zoom-pan-pinch: "npm:^3.7.0"
2172721734
rehype-highlight: "npm:^7.0.1"
2172821735
rehype-raw: "npm:^7.0.0"
2172921736
rehype-sanitize: "npm:^6.0.0"
@@ -21756,7 +21763,7 @@ __metadata:
2175621763
vitest: "npm:^3.0.4"
2175721764
winston: "npm:^3.17.0"
2175821765
ws: "npm:^8.18.0"
21759-
yaml: "npm:^2.6.1"
21766+
yaml: "npm:^2.7.0"
2176021767
languageName: unknown
2176121768
linkType: soft
2176221769

@@ -22230,12 +22237,12 @@ __metadata:
2223022237
languageName: node
2223122238
linkType: hard
2223222239

22233-
"yaml@npm:^2.6.1":
22234-
version: 2.6.1
22235-
resolution: "yaml@npm:2.6.1"
22240+
"yaml@npm:^2.7.0":
22241+
version: 2.7.0
22242+
resolution: "yaml@npm:2.7.0"
2223622243
bin:
2223722244
yaml: bin.mjs
22238-
checksum: 10c0/aebf07f61c72b38c74d2b60c3a3ccf89ee4da45bcd94b2bfb7899ba07a5257625a7c9f717c65a6fc511563d48001e01deb1d9e55f0133f3e2edf86039c8c1be7
22245+
checksum: 10c0/886a7d2abbd70704b79f1d2d05fe9fb0aa63aefb86e1cb9991837dced65193d300f5554747a872b4b10ae9a12bc5d5327e4d04205f70336e863e35e89d8f4ea9
2223922246
languageName: node
2224022247
linkType: hard
2224122248

0 commit comments

Comments
 (0)