Commit cc68186
authored
chore(deps): bump the production-dependencies group with 7 updates (#358)
Bumps the production-dependencies group with 7 updates:
| Package | From | To |
| --- | --- | --- |
|
[@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react)
| `3.33.0` | `3.34.0` |
| [@deck.gl/core](https://github.com/visgl/deck.gl) | `9.2.10` |
`9.2.11` |
| [@deck.gl/layers](https://github.com/visgl/deck.gl) | `9.2.10` |
`9.2.11` |
| [@deck.gl/mapbox](https://github.com/visgl/deck.gl) | `9.2.10` |
`9.2.11` |
| [deck.gl](https://github.com/visgl/deck.gl) | `9.2.10` | `9.2.11` |
| [react-icons](https://github.com/react-icons/react-icons) | `5.5.0` |
`5.6.0` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) |
`4.0.1` | `4.0.2` |
Updates `@chakra-ui/react` from 3.33.0 to 3.34.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/chakra-ui/chakra-ui/releases"><code>@chakra-ui/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@chakra-ui/react</code><a
href="https://github.com/3"><code>@3</code></a>.34.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10597">#10597</a>
<a
href="https://github.com/chakra-ui/chakra-ui/commit/f11219da7f20a9c0fce062a5d2d49b87313c43c5"><code>f11219d</code></a>
Thanks <a
href="https://github.com/kalisaNkevin"><code>@kalisaNkevin</code></a>!
- - <strong>[New]
DatePicker</strong>: Add new datepicker component for date
selection</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://github.com/chakra-ui/chakra-ui/commit/94517fa02e817d4bc8f58e5f859bedfaecf77462"><code>94517fa</code></a>
Thanks <a
href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>!
- Fix export gaps for
Ark UI components:</p>
<ul>
<li><strong>Select</strong>: Expose <code>Select.List</code> component
(for virtualization support)</li>
<li><strong>Combobox</strong>: Export
<code>ComboboxSelectionDetails</code> type (as
<code>Combobox.SelectionDetails</code> in namespace)</li>
<li><strong>Listbox</strong>: Export
<code>ListboxScrollToIndexDetails</code>,
<code>ListboxSelectionDetails</code>, <code>ListboxSelectionMode</code>
types (as
<code>Listbox.ScrollToIndexDetails</code>,
<code>Listbox.SelectionDetails</code>,
<code>Listbox.SelectionMode</code> in namespace)</li>
<li><strong>Menu</strong>: Export <code>MenuValueChangeDetails</code>
type (as <code>Menu.ValueChangeDetails</code>
in namespace)</li>
</ul>
</li>
<li>
<p><a
href="https://github.com/chakra-ui/chakra-ui/commit/be18f13c10c5c776ace35b3c4af11af7e5463140"><code>be18f13</code></a>
Thanks <a
href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>!
- Fix TypeScript
error when passing <code>ref</code> to <code>CheckboxGroup</code>.</p>
</li>
<li>
<p><a
href="https://github.com/chakra-ui/chakra-ui/commit/0aa89d059b2577dc46c9d135158e226f329bfdca"><code>0aa89d0</code></a>
Thanks <a
href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>!
- Fix <code>globalCss</code>
silently ignoring element selectors that match utility shorthands (e.g.
<code>p</code>,
<code>m</code>, <code>h</code>, <code>w</code>).</p>
<p>Previously, <code>p: { margin: '0 0 1em' }</code> in
<code>globalCss</code> was treated as the
<code>padding</code> utility instead of a <code><p></code> element
selector, causing the styles to
be silently dropped.</p>
</li>
<li>
<p><a
href="https://github.com/chakra-ui/chakra-ui/commit/59bf8f6a63ba70481160556f16113deb143c34f5"><code>59bf8f6</code></a>
Thanks <a
href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>!
- - <strong>Field</strong>: Fix
<code>Field.ErrorIcon</code> default size so it stays aligned with error
text instead of
expanding when the error area is full width.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/CHANGELOG.md"><code>@chakra-ui/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.34.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/chakra-ui/chakra-ui/pull/10597">#10597</a>
<a
href="https://github.com/chakra-ui/chakra-ui/commit/f11219da7f20a9c0fce062a5d2d49b87313c43c5"><code>f11219d</code></a>
Thanks <a
href="https://github.com/kalisaNkevin"><code>@kalisaNkevin</code></a>!
- - <strong>[New]
DatePicker</strong>: Add new datepicker component for date
selection</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://github.com/chakra-ui/chakra-ui/commit/94517fa02e817d4bc8f58e5f859bedfaecf77462"><code>94517fa</code></a>
Thanks <a
href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>!
- Fix export gaps for
Ark UI components:</p>
<ul>
<li><strong>Select</strong>: Expose <code>Select.List</code> component
(for virtualization support)</li>
<li><strong>Combobox</strong>: Export
<code>ComboboxSelectionDetails</code> type (as
<code>Combobox.SelectionDetails</code> in namespace)</li>
<li><strong>Listbox</strong>: Export
<code>ListboxScrollToIndexDetails</code>,
<code>ListboxSelectionDetails</code>, <code>ListboxSelectionMode</code>
types (as
<code>Listbox.ScrollToIndexDetails</code>,
<code>Listbox.SelectionDetails</code>,
<code>Listbox.SelectionMode</code> in namespace)</li>
<li><strong>Menu</strong>: Export <code>MenuValueChangeDetails</code>
type (as <code>Menu.ValueChangeDetails</code>
in namespace)</li>
</ul>
</li>
<li>
<p><a
href="https://github.com/chakra-ui/chakra-ui/commit/be18f13c10c5c776ace35b3c4af11af7e5463140"><code>be18f13</code></a>
Thanks <a
href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>!
- Fix TypeScript
error when passing <code>ref</code> to <code>CheckboxGroup</code>.</p>
</li>
<li>
<p><a
href="https://github.com/chakra-ui/chakra-ui/commit/0aa89d059b2577dc46c9d135158e226f329bfdca"><code>0aa89d0</code></a>
Thanks <a
href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>!
- Fix <code>globalCss</code>
silently ignoring element selectors that match utility shorthands (e.g.
<code>p</code>,
<code>m</code>, <code>h</code>, <code>w</code>).</p>
<p>Previously, <code>p: { margin: '0 0 1em' }</code> in
<code>globalCss</code> was treated as the
<code>padding</code> utility instead of a <code><p></code> element
selector, causing the styles to
be silently dropped.</p>
</li>
<li>
<p><a
href="https://github.com/chakra-ui/chakra-ui/commit/59bf8f6a63ba70481160556f16113deb143c34f5"><code>59bf8f6</code></a>
Thanks <a
href="https://github.com/segunadebayo"><code>@segunadebayo</code></a>!
- - <strong>Field</strong>: Fix
<code>Field.ErrorIcon</code> default size so it stays aligned with error
text instead of
expanding when the error area is full width.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/88e5f9fbf2e002154efcf81373878f7dd1e426d1"><code>88e5f9f</code></a>
Version Packages (<a
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10641">#10641</a>)</li>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/f902811daf8203c0b5b5216f3fc330b50c536011"><code>f902811</code></a>
chore: bump ark-ui</li>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/f11219da7f20a9c0fce062a5d2d49b87313c43c5"><code>f11219d</code></a>
feat: add datepicker (<a
href="https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react/issues/10597">#10597</a>)</li>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/be18f13c10c5c776ace35b3c4af11af7e5463140"><code>be18f13</code></a>
fix: checkbox group component type</li>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/116257090d0b72b2a4943e782d367e60d0f4bbd7"><code>1162570</code></a>
docs: update radio card</li>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/94517fa02e817d4bc8f58e5f859bedfaecf77462"><code>94517fa</code></a>
fix: export gaps in ark</li>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/2de67e166c600e48117bf62b289377e02c621af9"><code>2de67e1</code></a>
fix: typecheck</li>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/ba23d641b2015a7b37e13ee4ec2597674e20c13a"><code>ba23d64</code></a>
fix(cli): resolve references and support tsconfig path</li>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/0aa89d059b2577dc46c9d135158e226f329bfdca"><code>0aa89d0</code></a>
fix: resolve globalCss element selector conflicts with utility
shorthands</li>
<li><a
href="https://github.com/chakra-ui/chakra-ui/commit/9a20b239db2db92df4d42eb6b2596c401f42315c"><code>9a20b23</code></a>
docs: update button</li>
<li>Additional commits viewable in <a
href="https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/react@3.34.0/packages/react">compare
view</a></li>
</ul>
</details>
<br />
Updates `@deck.gl/core` from 9.2.10 to 9.2.11
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/visgl/deck.gl/releases"><code>@deck.gl/core's
releases</code></a>.</em></p>
<blockquote>
<h2>v9.2.11</h2>
<ul>
<li>chore: Pin to luma 9.2 & loaders 4.3 (<a
href="https://redirect.github.com/visgl/deck.gl/issues/10062">#10062</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/visgl/deck.gl/blob/v9.2.11/CHANGELOG.md"><code>@deck.gl/core's
changelog</code></a>.</em></p>
<blockquote>
<h4>deck.gl [v9.2.11] - Mar 5 2026</h4>
<ul>
<li>chore: Pin to luma 9.2 & loaders 4.3 (<a
href="https://redirect.github.com/visgl/deck.gl/issues/10062">#10062</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/visgl/deck.gl/commit/35adca6c8646a5125517cbccb99ce1b733b02235"><code>35adca6</code></a>
v9.2.11</li>
<li><a
href="https://github.com/visgl/deck.gl/commit/6b5533f4c847a0a004e4785a0e079ef7362410e8"><code>6b5533f</code></a>
chore: Revert v9.2.11 and update yarn.lock (<a
href="https://redirect.github.com/visgl/deck.gl/issues/10067">#10067</a>)</li>
<li><a
href="https://github.com/visgl/deck.gl/commit/4593b61522e403176faf367dbdf24ca4ebbd4068"><code>4593b61</code></a>
v9.2.11</li>
<li><a
href="https://github.com/visgl/deck.gl/commit/c2bcb8132b0b679f2cc42c870be1410b1a965ed3"><code>c2bcb81</code></a>
chore: Pin to luma 9.2 & loaders 4.3 (<a
href="https://redirect.github.com/visgl/deck.gl/issues/10062">#10062</a>)</li>
<li>See full diff in <a
href="https://github.com/visgl/deck.gl/compare/v9.2.10...v9.2.11">compare
view</a></li>
</ul>
</details>
<br />
Updates `@deck.gl/layers` from 9.2.10 to 9.2.11
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/visgl/deck.gl/releases"><code>@deck.gl/layers's
releases</code></a>.</em></p>
<blockquote>
<h2>v9.2.11</h2>
<ul>
<li>chore: Pin to luma 9.2 & loaders 4.3 (<a
href="https://redirect.github.com/visgl/deck.gl/issues/10062">#10062</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/visgl/deck.gl/blob/v9.2.11/CHANGELOG.md"><code>@deck.gl/layers's
changelog</code></a>.</em></p>
<blockquote>
<h4>deck.gl [v9.2.11] - Mar 5 2026</h4>
<ul>
<li>chore: Pin to luma 9.2 & loaders 4.3 (<a
href="https://redirect.github.com/visgl/deck.gl/issues/10062">#10062</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/visgl/deck.gl/commit/35adca6c8646a5125517cbccb99ce1b733b02235"><code>35adca6</code></a>
v9.2.11</li>
<li><a
href="https://github.com/visgl/deck.gl/commit/6b5533f4c847a0a004e4785a0e079ef7362410e8"><code>6b5533f</code></a>
chore: Revert v9.2.11 and update yarn.lock (<a
href="https://redirect.github.com/visgl/deck.gl/issues/10067">#10067</a>)</li>
<li><a
href="https://github.com/visgl/deck.gl/commit/4593b61522e403176faf367dbdf24ca4ebbd4068"><code>4593b61</code></a>
v9.2.11</li>
<li><a
href="https://github.com/visgl/deck.gl/commit/c2bcb8132b0b679f2cc42c870be1410b1a965ed3"><code>c2bcb81</code></a>
chore: Pin to luma 9.2 & loaders 4.3 (<a
href="https://redirect.github.com/visgl/deck.gl/issues/10062">#10062</a>)</li>
<li>See full diff in <a
href="https://github.com/visgl/deck.gl/compare/v9.2.10...v9.2.11">compare
view</a></li>
</ul>
</details>
<br />
Updates `@deck.gl/mapbox` from 9.2.10 to 9.2.11
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/visgl/deck.gl/releases"><code>@deck.gl/mapbox's
releases</code></a>.</em></p>
<blockquote>
<h2>v9.2.11</h2>
<ul>
<li>chore: Pin to luma 9.2 & loaders 4.3 (<a
href="https://redirect.github.com/visgl/deck.gl/issues/10062">#10062</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/visgl/deck.gl/blob/v9.2.11/CHANGELOG.md"><code>@deck.gl/mapbox's
changelog</code></a>.</em></p>
<blockquote>
<h4>deck.gl [v9.2.11] - Mar 5 2026</h4>
<ul>
<li>chore: Pin to luma 9.2 & loaders 4.3 (<a
href="https://redirect.github.com/visgl/deck.gl/issues/10062">#10062</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/visgl/deck.gl/commit/35adca6c8646a5125517cbccb99ce1b733b02235"><code>35adca6</code></a>
v9.2.11</li>
<li><a
href="https://github.com/visgl/deck.gl/commit/6b5533f4c847a0a004e4785a0e079ef7362410e8"><code>6b5533f</code></a>
chore: Revert v9.2.11 and update yarn.lock (<a
href="https://redirect.github.com/visgl/deck.gl/issues/10067">#10067</a>)</li>
<li><a
href="https://github.com/visgl/deck.gl/commit/4593b61522e403176faf367dbdf24ca4ebbd4068"><code>4593b61</code></a>
v9.2.11</li>
<li><a
href="https://github.com/visgl/deck.gl/commit/c2bcb8132b0b679f2cc42c870be1410b1a965ed3"><code>c2bcb81</code></a>
chore: Pin to luma 9.2 & loaders 4.3 (<a
href="https://redirect.github.com/visgl/deck.gl/issues/10062">#10062</a>)</li>
<li>See full diff in <a
href="https://github.com/visgl/deck.gl/compare/v9.2.10...v9.2.11">compare
view</a></li>
</ul>
</details>
<br />
Updates `deck.gl` from 9.2.10 to 9.2.11
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/visgl/deck.gl/releases">deck.gl's
releases</a>.</em></p>
<blockquote>
<h2>v9.2.11</h2>
<ul>
<li>chore: Pin to luma 9.2 & loaders 4.3 (<a
href="https://redirect.github.com/visgl/deck.gl/issues/10062">#10062</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/visgl/deck.gl/blob/v9.2.11/CHANGELOG.md">deck.gl's
changelog</a>.</em></p>
<blockquote>
<h4>deck.gl [v9.2.11] - Mar 5 2026</h4>
<ul>
<li>chore: Pin to luma 9.2 & loaders 4.3 (<a
href="https://redirect.github.com/visgl/deck.gl/issues/10062">#10062</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/visgl/deck.gl/commit/35adca6c8646a5125517cbccb99ce1b733b02235"><code>35adca6</code></a>
v9.2.11</li>
<li><a
href="https://github.com/visgl/deck.gl/commit/6b5533f4c847a0a004e4785a0e079ef7362410e8"><code>6b5533f</code></a>
chore: Revert v9.2.11 and update yarn.lock (<a
href="https://redirect.github.com/visgl/deck.gl/issues/10067">#10067</a>)</li>
<li><a
href="https://github.com/visgl/deck.gl/commit/4593b61522e403176faf367dbdf24ca4ebbd4068"><code>4593b61</code></a>
v9.2.11</li>
<li><a
href="https://github.com/visgl/deck.gl/commit/c2bcb8132b0b679f2cc42c870be1410b1a965ed3"><code>c2bcb81</code></a>
chore: Pin to luma 9.2 & loaders 4.3 (<a
href="https://redirect.github.com/visgl/deck.gl/issues/10062">#10062</a>)</li>
<li>See full diff in <a
href="https://github.com/visgl/deck.gl/compare/v9.2.10...v9.2.11">compare
view</a></li>
</ul>
</details>
<br />
Updates `react-icons` from 5.5.0 to 5.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/react-icons/react-icons/releases">react-icons's
releases</a>.</em></p>
<blockquote>
<h2>v5.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump prismjs from 1.29.0 to 1.30.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1033">react-icons/react-icons#1033</a></li>
<li>Bump <code>@babel/helpers</code> from 7.23.2 to 7.26.10 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1036">react-icons/react-icons#1036</a></li>
<li>Bump http-proxy-middleware from 2.0.7 to 2.0.9 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1041">react-icons/react-icons#1041</a></li>
<li>Bump form-data from 3.0.1 to 3.0.4 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1058">react-icons/react-icons#1058</a></li>
<li>Bump vite from 5.4.14 to 5.4.20 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1071">react-icons/react-icons#1071</a></li>
<li>upgrade packages by <a
href="https://github.com/kamijin-fanta"><code>@kamijin-fanta</code></a>
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1075">react-icons/react-icons#1075</a></li>
<li>Bump tar from 6.2.0 to 6.2.1 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1078">react-icons/react-icons#1078</a></li>
<li>Bump vite from 6.3.6 to 6.4.1 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1081">react-icons/react-icons#1081</a></li>
<li>Bump tmp from 0.2.3 to 0.2.5 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1077">react-icons/react-icons#1077</a></li>
<li>Bump glob from 11.0.3 to 11.1.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1089">react-icons/react-icons#1089</a></li>
<li>Bump <code>@babel/runtime</code> from 7.23.2 to 7.28.4 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1073">react-icons/react-icons#1073</a></li>
<li>Bump node-forge from 1.3.1 to 1.3.2 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1092">react-icons/react-icons#1092</a></li>
<li>Bump mdast-util-to-hast from 13.0.2 to 13.2.1 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1094">react-icons/react-icons#1094</a></li>
<li>Bump undici from 7.16.0 to 7.18.2 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1103">react-icons/react-icons#1103</a></li>
<li>Bump devalue from 5.3.2 to 5.6.2 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1104">react-icons/react-icons#1104</a></li>
<li>Bump h3 from 1.15.4 to 1.15.5 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1105">react-icons/react-icons#1105</a></li>
<li>Bump diff from 5.2.0 to 5.2.2 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1107">react-icons/react-icons#1107</a></li>
<li>Bump webpack from 5.94.0 to 5.104.1 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1110">react-icons/react-icons#1110</a></li>
<li>Bump jsonpath from 1.1.1 to 1.2.1 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1113">react-icons/react-icons#1113</a></li>
<li>Bump devalue from 5.6.2 to 5.6.3 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1115">react-icons/react-icons#1115</a></li>
<li>Bump astro from 5.14.1 to 5.15.9 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1091">react-icons/react-icons#1091</a></li>
<li>Bump ajv from 6.12.6 to 6.14.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/react-icons/react-icons/pull/1116">react-icons/react-icons#1116</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/react-icons/react-icons/compare/v5.5.0...v5.6.0">https://github.com/react-icons/react-icons/compare/v5.5.0...v5.6.0</a></p>
<table>
<thead>
<tr>
<th>Icon Library</th>
<th>License</th>
<th>Version</th>
<th align="right">Count</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://circumicons.com/">Circum Icons</a></td>
<td><a
href="https://github.com/Klarr-Agency/Circum-Icons/blob/main/LICENSE">MPL-2.0
license</a></td>
<td>1.0.0</td>
<td align="right">288</td>
</tr>
<tr>
<td><a href="https://fontawesome.com/">Font Awesome 5</a></td>
<td><a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0
License</a></td>
<td>5.15.4-3-gafecf2a</td>
<td align="right">1612</td>
</tr>
<tr>
<td><a href="https://fontawesome.com/">Font Awesome 6</a></td>
<td><a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0
License</a></td>
<td>6.7.2-1-g840c215</td>
<td align="right">2060</td>
</tr>
<tr>
<td><a href="https://ionicons.com/">Ionicons 4</a></td>
<td><a
href="https://github.com/ionic-team/ionicons/blob/master/LICENSE">MIT</a></td>
<td>4.6.3</td>
<td align="right">696</td>
</tr>
<tr>
<td><a href="https://ionicons.com/">Ionicons 5</a></td>
<td><a
href="https://github.com/ionic-team/ionicons/blob/master/LICENSE">MIT</a></td>
<td>5.5.4</td>
<td align="right">1332</td>
</tr>
<tr>
<td><a href="http://google.github.io/material-design-icons/">Material
Design icons</a></td>
<td><a
href="https://github.com/google/material-design-icons/blob/master/LICENSE">Apache
License Version 2.0</a></td>
<td>4.0.0-142-gbb04090f93</td>
<td align="right">4341</td>
</tr>
<tr>
<td><a href="http://s-ings.com/typicons/">Typicons</a></td>
<td><a href="https://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA
3.0</a></td>
<td>2.1.2</td>
<td align="right">336</td>
</tr>
<tr>
<td><a href="https://octicons.github.com/">Github Octicons
icons</a></td>
<td><a
href="https://github.com/primer/octicons/blob/master/LICENSE">MIT</a></td>
<td>18.3.0</td>
<td align="right">264</td>
</tr>
<tr>
<td><a href="https://feathericons.com/">Feather</a></td>
<td><a
href="https://github.com/feathericons/feather/blob/master/LICENSE">MIT</a></td>
<td>4.29.2</td>
<td align="right">287</td>
</tr>
<tr>
<td><a href="https://lucide.dev/">Lucide</a></td>
<td><a
href="https://github.com/lucide-icons/lucide/blob/main/LICENSE">ISC</a></td>
<td>0.462.0</td>
<td align="right">1541</td>
</tr>
<tr>
<td><a href="https://game-icons.net/">Game Icons</a></td>
<td><a href="https://creativecommons.org/licenses/by/3.0/">CC BY
3.0</a></td>
<td>12920d6565588f0512542a3cb0cdfd36a497f910</td>
<td align="right">4040</td>
</tr>
<tr>
<td><a href="https://erikflowers.github.io/weather-icons/">Weather
Icons</a></td>
<td><a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a></td>
<td>2.0.12</td>
<td align="right">219</td>
</tr>
<tr>
<td><a href="https://vorillaz.github.io/devicons/">Devicons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>1.8.0</td>
<td align="right">192</td>
</tr>
<tr>
<td><a href="https://github.com/ant-design/ant-design-icons">Ant Design
Icons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>4.4.2</td>
<td align="right">831</td>
</tr>
<tr>
<td><a href="https://github.com/twbs/icons">Bootstrap Icons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>1.13.1</td>
<td align="right">2754</td>
</tr>
<tr>
<td><a href="https://github.com/Remix-Design/RemixIcon">Remix
Icon</a></td>
<td><a href="http://www.apache.org/licenses/">Apache License Version
2.0</a></td>
<td>4.6.0</td>
<td align="right">3058</td>
</tr>
<tr>
<td><a href="https://github.com/icons8/flat-color-icons">Flat Color
Icons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>1.0.2</td>
<td align="right">329</td>
</tr>
<tr>
<td><a
href="https://github.com/grommet/grommet-icons">Grommet-Icons</a></td>
<td><a href="http://www.apache.org/licenses/">Apache License Version
2.0</a></td>
<td>4.14.0</td>
<td align="right">637</td>
</tr>
<tr>
<td><a
href="https://github.com/tailwindlabs/heroicons">Heroicons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>1.0.6</td>
<td align="right">460</td>
</tr>
<tr>
<td><a href="https://github.com/tailwindlabs/heroicons">Heroicons
2</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>2.2.0</td>
<td align="right">972</td>
</tr>
</tbody>
</table>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/react-icons/react-icons/commit/6501a4156153b396d062deffed5ed2c8eb64a458"><code>6501a41</code></a>
v5.6.0</li>
<li><a
href="https://github.com/react-icons/react-icons/commit/387e78027eeea4ef28df13b732e5906725ee3c2f"><code>387e780</code></a>
update icons</li>
<li><a
href="https://github.com/react-icons/react-icons/commit/fb057e730c8f3bfb9b698ecf7f3f92ee3c43afd9"><code>fb057e7</code></a>
5.5.1-snapshot.0</li>
<li><a
href="https://github.com/react-icons/react-icons/commit/6f7475550af2cacfcfa87e4127b8803a3d5fee6c"><code>6f74755</code></a>
update eslint</li>
<li><a
href="https://github.com/react-icons/react-icons/commit/73c281f3323d720a5cf8ff626ce4dd04e62afb88"><code>73c281f</code></a>
Bump ajv from 6.12.6 to 6.14.0 (<a
href="https://redirect.github.com/react-icons/react-icons/issues/1116">#1116</a>)</li>
<li><a
href="https://github.com/react-icons/react-icons/commit/3f2b26446f3943a2a11c083f2073e20c3f222c7b"><code>3f2b264</code></a>
Bump astro from 5.14.1 to 5.15.9 (<a
href="https://redirect.github.com/react-icons/react-icons/issues/1091">#1091</a>)</li>
<li><a
href="https://github.com/react-icons/react-icons/commit/04adc762186d4adc6428279cc6d9119f2894ae20"><code>04adc76</code></a>
Bump devalue from 5.6.2 to 5.6.3 (<a
href="https://redirect.github.com/react-icons/react-icons/issues/1115">#1115</a>)</li>
<li><a
href="https://github.com/react-icons/react-icons/commit/44a5e85bcc53a51950cb53f25f9f5ed8fdbdafb8"><code>44a5e85</code></a>
Bump jsonpath from 1.1.1 to 1.2.1 (<a
href="https://redirect.github.com/react-icons/react-icons/issues/1113">#1113</a>)</li>
<li><a
href="https://github.com/react-icons/react-icons/commit/e2c1d6ccc98ab477b7aa992bf1f9836b6eca80da"><code>e2c1d6c</code></a>
Bump webpack from 5.94.0 to 5.104.1 (<a
href="https://redirect.github.com/react-icons/react-icons/issues/1110">#1110</a>)</li>
<li><a
href="https://github.com/react-icons/react-icons/commit/f3dca028cec5bb6012b95dc03e3ff0efb71709b5"><code>f3dca02</code></a>
Bump diff from 5.2.0 to 5.2.2 (<a
href="https://redirect.github.com/react-icons/react-icons/issues/1107">#1107</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/react-icons/react-icons/compare/v5.5.0...v5.6.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `shiki` from 4.0.1 to 4.0.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shikijs/shiki/releases">shiki's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.2</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Support ANSI language with multiple themes - by <a
href="https://github.com/dan-lee"><code>@dan-lee</code></a> in <a
href="https://redirect.github.com/shikijs/shiki/issues/1259">shikijs/shiki#1259</a>
<a href="https://github.com/shikijs/shiki/commit/2a232309"><!-- raw HTML
omitted -->(2a232)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/shikijs/shiki/compare/v4.0.1...v4.0.2">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/shikijs/shiki/commit/7a1007dd5befe51a0c58925ac6de102691f5a0e4"><code>7a1007d</code></a>
chore: release v4.0.2</li>
<li><a
href="https://github.com/shikijs/shiki/commit/ef42a1614b155e091382b7b0faaae6c842ca5282"><code>ef42a16</code></a>
chore: update deps</li>
<li><a
href="https://github.com/shikijs/shiki/commit/2a23230989ff3cc81359538ea5e063a7a80af178"><code>2a23230</code></a>
fix: support ANSI language with multiple themes (<a
href="https://github.com/shikijs/shiki/tree/HEAD/packages/shiki/issues/1259">#1259</a>)</li>
<li>See full diff in <a
href="https://github.com/shikijs/shiki/commits/v4.0.2/packages/shiki">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 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>1 parent cec4535 commit cc68186
2 files changed
Lines changed: 1032 additions & 1012 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments