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/utils@0.2.9</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/utils@0.2.9</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="b0dfb58949"><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="1fa2c50ae5"><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="69b5f88840"><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="b6d88be591"><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="568eab7e1b"><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="6a9f758213"><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="c9f19ecec2"><code>c9f19ec</code></a>
fix(FloatingFocusManager): prevent stale
<code>inert</code>/<code>aria-hidden</code> attributes fro...</li>
<li><a
href="33bd900c70"><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="e24b4fbcdb"><code>e24b4fb</code></a>
fix(FloatingFocusManager): avoid marking tree ancestor floating nodes
when `m...</li>
<li><a
href="c728afa590"><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/react@0.27.3/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="354254f785"><code>354254f</code></a>
3.1.0</li>
<li><a
href="3e0b93b054"><code>3e0b93b</code></a>
Fix <code>TokenStream#balance</code> computation and</li>
<li><a
href="6b24dcc26d"><code>6b24dcc</code></a>
Fix npm audit warning</li>
<li><a
href="758ccf774f"><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="7cfec03270"><code>7cfec03</code></a>
Bump esbuild to ^0.24.0</li>
<li><a
href="eab1c8e781"><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="ab29676545"><code>ab29676</code></a>
Expose OffsetToLocation in main entry point</li>
<li><a
href="0afee3d889"><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="2c95a514f4"><code>2c95a51</code></a>
Add lexer can check at-rules syntax</li>
<li><a
href="511bed50f1"><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="7e3814cc60"><code>7e3814c</code></a>
4.4.0</li>
<li><a
href="d2d6bf0bab"><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="ab348dc961">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="3643a47a2e">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="5cf057b077">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="d770efb17c">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="800beb1f3f">800beb1</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="68616a3a02"><code>68616a3</code></a>
test: 💍 resize observer polyfill</li>
<li><a
href="ab348dc961"><code>ab348dc</code></a>
fix: 🐛 lint</li>
<li><a
href="d770efb17c"><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="5cf057b077"><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="3643a47a2e"><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="800beb1f3f"><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="8f512b526a"><code>8f512b5</code></a>
2.7.0</li>
<li><a
href="8a7569afff"><code>8a7569a</code></a>
ci: Add jsr.jsonc &amp; jsr-publish workflow</li>
<li><a
href="8ef085fa87"><code>8ef085f</code></a>
docs: Fix API docs links</li>
<li><a
href="374c19cfdc"><code>374c19c</code></a>
style: Really use explicit imports for process.env and Buffer</li>
<li><a
href="1ab037d646"><code>1ab037d</code></a>
style: Include explicit type declarations on all public APIs</li>
<li><a
href="4354c4233d"><code>4354c42</code></a>
style: Use explicit imports for process.env and Buffer</li>
<li><a
href="2c55723ab9"><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="ab240c17d3"><code>ab240c1</code></a>
fix: Drop .ts extension from import &amp; export paths in .d.ts
files</li>
<li><a
href="c4c49f9e95"><code>c4c49f9</code></a>
fix: Use separate rather than inline type keyword for TS
compatibility</li>
<li><a
href="3bec004db4"><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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-01-31 13:50:36 -08:00 committed by GitHub
parent c6dffbab20
commit 2cae9ba7dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 48 additions and 41 deletions

View File

@ -84,7 +84,7 @@
"vitest": "^3.0.4"
},
"dependencies": {
"@floating-ui/react": "^0.26.28",
"@floating-ui/react": "^0.27.3",
"@monaco-editor/loader": "^1.4.0",
"@monaco-editor/react": "^4.6.0",
"@observablehq/plot": "^0.6.16",
@ -102,9 +102,9 @@
"clsx": "^2.1.1",
"color": "^4.2.3",
"colord": "^2.9.3",
"css-tree": "^3.0.1",
"css-tree": "^3.1.0",
"dayjs": "^1.11.13",
"debug": "^4.3.7",
"debug": "^4.4.0",
"electron-updater": "6.3.9",
"env-paths": "^3.0.0",
"fast-average-color": "^9.4.0",
@ -116,7 +116,7 @@
"monaco-yaml": "^5.2.3",
"overlayscrollbars": "^2.10.1",
"overlayscrollbars-react": "^0.5.6",
"papaparse": "^5.4.1",
"papaparse": "^5.5.2",
"parse-srcset": "^1.0.2",
"pngjs": "^7.0.0",
"prop-types": "^15.8.1",
@ -127,7 +127,7 @@
"react-frame-component": "^5.2.7",
"react-gauge-chart": "^0.5.1",
"react-markdown": "^9.0.3",
"react-zoom-pan-pinch": "^3.6.1",
"react-zoom-pan-pinch": "^3.7.0",
"rehype-highlight": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
@ -144,7 +144,7 @@
"use-device-pixel-ratio": "^1.1.2",
"winston": "^3.17.0",
"ws": "^8.18.0",
"yaml": "^2.6.1"
"yaml": "^2.7.0"
},
"resolutions": {
"send@npm:0.18.0": "0.19.0",

View File

@ -3548,17 +3548,17 @@ __metadata:
languageName: node
linkType: hard
"@floating-ui/react@npm:^0.26.28":
version: 0.26.28
resolution: "@floating-ui/react@npm:0.26.28"
"@floating-ui/react@npm:^0.27.3":
version: 0.27.3
resolution: "@floating-ui/react@npm:0.27.3"
dependencies:
"@floating-ui/react-dom": "npm:^2.1.2"
"@floating-ui/utils": "npm:^0.2.8"
"@floating-ui/utils": "npm:^0.2.9"
tabbable: "npm:^6.0.0"
peerDependencies:
react: ">=16.8.0"
react-dom: ">=16.8.0"
checksum: 10c0/a42df129e1e976fe8ba3f4c8efdda265a0196c1b66b83f2b9b27423d08dcc765406f893aeff9d830e70e3f14a9d4c490867eb4c32983317cbaa33863b0fae6f6
react: ">=17.0.0"
react-dom: ">=17.0.0"
checksum: 10c0/9ebc4e82af905cfafeb5cde1dfbc15a2541d4eaaf1e13fb6b8acbb9f0c3535a7c331b8dee3ab5bb03acb21716ee2ab155629a6c14c3227cf959bf8ad92594539
languageName: node
linkType: hard
@ -3569,6 +3569,13 @@ __metadata:
languageName: node
linkType: hard
"@floating-ui/utils@npm:^0.2.9":
version: 0.2.9
resolution: "@floating-ui/utils@npm:0.2.9"
checksum: 10c0/48bbed10f91cb7863a796cc0d0e917c78d11aeb89f98d03fc38d79e7eb792224a79f538ed8a2d5d5584511d4ca6354ef35f1712659fd569868e342df4398ad6f
languageName: node
linkType: hard
"@gar/promisify@npm:^1.1.3":
version: 1.1.3
resolution: "@gar/promisify@npm:1.1.3"
@ -9065,13 +9072,13 @@ __metadata:
languageName: node
linkType: hard
"css-tree@npm:^3.0.1":
version: 3.0.1
resolution: "css-tree@npm:3.0.1"
"css-tree@npm:^3.1.0":
version: 3.1.0
resolution: "css-tree@npm:3.1.0"
dependencies:
mdn-data: "npm:2.12.1"
mdn-data: "npm:2.12.2"
source-map-js: "npm:^1.0.1"
checksum: 10c0/9f117f3067e68e9edb0b3db0134f420db1a62bede3e84d8835767ecfaa6f8ced5e87989cf39b65ffe65d788c134c8ea9abd7393d7c35838a9da84326adf57a9b
checksum: 10c0/b5715852c2f397c715ca00d56ec53fc83ea596295ae112eb1ba6a1bda3b31086380e596b1d8c4b980fe6da09e7d0fc99c64d5bb7313030dd0fba9c1415f30979
languageName: node
linkType: hard
@ -9550,7 +9557,7 @@ __metadata:
languageName: node
linkType: hard
"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":
"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":
version: 4.3.7
resolution: "debug@npm:4.3.7"
dependencies:
@ -14407,10 +14414,10 @@ __metadata:
languageName: node
linkType: hard
"mdn-data@npm:2.12.1":
version: 2.12.1
resolution: "mdn-data@npm:2.12.1"
checksum: 10c0/1a09f441bdd423f2b0ab712665a1a3329fe7b15e9a2dad8c1c10c521ddb204ed186e7ac91052fd53a5ae0a07ac6eae53b5bcbb59ba8a1fb654268611297eea4a
"mdn-data@npm:2.12.2":
version: 2.12.2
resolution: "mdn-data@npm:2.12.2"
checksum: 10c0/b22443b71d70f72ccc3c6ba1608035431a8fc18c3c8fc53523f06d20e05c2ac10f9b53092759a2ca85cf02f0d37036f310b581ce03e7b99ac74d388ef8152ade
languageName: node
linkType: hard
@ -15966,10 +15973,10 @@ __metadata:
languageName: node
linkType: hard
"papaparse@npm:^5.4.1":
version: 5.4.1
resolution: "papaparse@npm:5.4.1"
checksum: 10c0/201f37c4813453fed5bfb4c01816696b099d2db9ff1e8fb610acc4771fdde91d2a22b6094721edb0fedb21ca3c46f04263f68be4beb3e35b8c72278f0cedc7b7
"papaparse@npm:^5.5.2":
version: 5.5.2
resolution: "papaparse@npm:5.5.2"
checksum: 10c0/83b8c0cf570395581a42331cd9231194dbba43bc8c608026739f5180827506575993dc788def039a9666bc103e2a96075de8732ea8a63e507b74c02aa757bcd5
languageName: node
linkType: hard
@ -17778,13 +17785,13 @@ __metadata:
languageName: node
linkType: hard
"react-zoom-pan-pinch@npm:^3.6.1":
version: 3.6.1
resolution: "react-zoom-pan-pinch@npm:3.6.1"
"react-zoom-pan-pinch@npm:^3.7.0":
version: 3.7.0
resolution: "react-zoom-pan-pinch@npm:3.7.0"
peerDependencies:
react: "*"
react-dom: "*"
checksum: 10c0/ec32df7ba9c1b8113fa87e5759c6b697f0f985df1be31b26720c3fdff67dc7f31ac13eabad201d7d5a12f2a4bed637bf7090e8a04f0237618bc751cf37c784d9
checksum: 10c0/96889849800a953128fe7f9e42bed0d5cbc48d03024995b136f5e972146236688efb24d7381d8e6f09598f5512b4897d2420f62d828a665fdf24b745b7d55911
languageName: node
linkType: hard
@ -21643,7 +21650,7 @@ __metadata:
dependencies:
"@chromatic-com/storybook": "npm:^3.2.4"
"@eslint/js": "npm:^9.19.0"
"@floating-ui/react": "npm:^0.26.28"
"@floating-ui/react": "npm:^0.27.3"
"@monaco-editor/loader": "npm:^1.4.0"
"@monaco-editor/react": "npm:^4.6.0"
"@observablehq/plot": "npm:^0.6.16"
@ -21690,9 +21697,9 @@ __metadata:
clsx: "npm:^2.1.1"
color: "npm:^4.2.3"
colord: "npm:^2.9.3"
css-tree: "npm:^3.0.1"
css-tree: "npm:^3.1.0"
dayjs: "npm:^1.11.13"
debug: "npm:^4.3.7"
debug: "npm:^4.4.0"
electron: "npm:^34.0.2"
electron-builder: "npm:^25.1.8"
electron-updater: "npm:6.3.9"
@ -21709,7 +21716,7 @@ __metadata:
monaco-yaml: "npm:^5.2.3"
overlayscrollbars: "npm:^2.10.1"
overlayscrollbars-react: "npm:^0.5.6"
papaparse: "npm:^5.4.1"
papaparse: "npm:^5.5.2"
parse-srcset: "npm:^1.0.2"
pngjs: "npm:^7.0.0"
prettier: "npm:^3.4.2"
@ -21723,7 +21730,7 @@ __metadata:
react-frame-component: "npm:^5.2.7"
react-gauge-chart: "npm:^0.5.1"
react-markdown: "npm:^9.0.3"
react-zoom-pan-pinch: "npm:^3.6.1"
react-zoom-pan-pinch: "npm:^3.7.0"
rehype-highlight: "npm:^7.0.1"
rehype-raw: "npm:^7.0.0"
rehype-sanitize: "npm:^6.0.0"
@ -21756,7 +21763,7 @@ __metadata:
vitest: "npm:^3.0.4"
winston: "npm:^3.17.0"
ws: "npm:^8.18.0"
yaml: "npm:^2.6.1"
yaml: "npm:^2.7.0"
languageName: unknown
linkType: soft
@ -22230,12 +22237,12 @@ __metadata:
languageName: node
linkType: hard
"yaml@npm:^2.6.1":
version: 2.6.1
resolution: "yaml@npm:2.6.1"
"yaml@npm:^2.7.0":
version: 2.7.0
resolution: "yaml@npm:2.7.0"
bin:
yaml: bin.mjs
checksum: 10c0/aebf07f61c72b38c74d2b60c3a3ccf89ee4da45bcd94b2bfb7899ba07a5257625a7c9f717c65a6fc511563d48001e01deb1d9e55f0133f3e2edf86039c8c1be7
checksum: 10c0/886a7d2abbd70704b79f1d2d05fe9fb0aa63aefb86e1cb9991837dced65193d300f5554747a872b4b10ae9a12bc5d5327e4d04205f70336e863e35e89d8f4ea9
languageName: node
linkType: hard