dependabot[bot] opened a new pull request, #63070:
URL: https://github.com/apache/airflow/pull/63070

   Bumps the edge-ui-package-updates group with 6 updates in the 
/providers/edge3/src/airflow/providers/edge3/plugins/www directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | 
[@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react)
 | `3.33.0` | `3.34.0` |
   | [react-icons](https://github.com/react-icons/react-icons) | `5.5.0` | 
`5.6.0` |
   | 
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
 | `8.55.0` | `8.56.1` |
   | 
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
 | `8.55.0` | `8.56.1` |
   | [happy-dom](https://github.com/capricorn86/happy-dom) | `20.7.0` | 
`20.8.3` |
   | 
[vite-plugin-css-injected-by-js](https://github.com/marco-prontera/vite-plugin-css-injected-by-js)
 | `3.5.2` | `4.0.1` |
   
   
   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>&lt;p&gt;</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>&lt;p&gt;</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/[email protected]/packages/react";>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 `@typescript-eslint/eslint-plugin` from 8.55.0 to 8.56.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases";><code>@​typescript-eslint/eslint-plugin</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v8.56.1</h2>
   <h2>8.56.1 (2026-02-23)</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>chore(deps): update dependency minimatch to v10.2.2 by <a 
href="https://github.com/benmccann";><code>@​benmccann</code></a> in <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12074";>typescript-eslint/typescript-eslint#12074</a></li>
   </ul>
   <p>You can read about our <a 
href="https://typescript-eslint.io/users/versioning";>versioning strategy</a> 
and <a href="https://typescript-eslint.io/users/releases";>releases</a> on our 
website.</p>
   <h2>v8.56.0</h2>
   <h2>8.56.0 (2026-02-16)</h2>
   <h3>🚀 Features</h3>
   <ul>
   <li>support ESLint v10 (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12057";>#12057</a>)</li>
   </ul>
   <h3>🩹 Fixes</h3>
   <ul>
   <li>use parser options from context.languageOptions (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12043";>#12043</a>)</li>
   </ul>
   <h3>❤️ Thank You</h3>
   <ul>
   <li>Brad Zacher <a 
href="https://github.com/bradzacher";><code>@​bradzacher</code></a></li>
   <li>fnx <a 
href="https://github.com/DMartens";><code>@​DMartens</code></a></li>
   <li>Joshua Chen</li>
   </ul>
   <p>See <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.0";>GitHub
 Releases</a> for more information.</p>
   <p>You can read about our <a 
href="https://typescript-eslint.io/users/versioning";>versioning strategy</a> 
and <a href="https://typescript-eslint.io/users/releases";>releases</a> on our 
website.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md";><code>@​typescript-eslint/eslint-plugin</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>8.56.1 (2026-02-23)</h2>
   <p>This was a version bump only for eslint-plugin to align it with other 
projects, there were no code changes.</p>
   <p>See <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.1";>GitHub
 Releases</a> for more information.</p>
   <p>You can read about our <a 
href="https://typescript-eslint.io/users/versioning";>versioning strategy</a> 
and <a href="https://typescript-eslint.io/users/releases";>releases</a> on our 
website.</p>
   <h2>8.56.0 (2026-02-16)</h2>
   <h3>🚀 Features</h3>
   <ul>
   <li>support ESLint v10 (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12057";>#12057</a>)</li>
   </ul>
   <h3>🩹 Fixes</h3>
   <ul>
   <li>use parser options from context.languageOptions (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12043";>#12043</a>)</li>
   </ul>
   <h3>❤️ Thank You</h3>
   <ul>
   <li>Brad Zacher <a 
href="https://github.com/bradzacher";><code>@​bradzacher</code></a></li>
   <li>fnx <a 
href="https://github.com/DMartens";><code>@​DMartens</code></a></li>
   <li>Joshua Chen</li>
   </ul>
   <p>See <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.0";>GitHub
 Releases</a> for more information.</p>
   <p>You can read about our <a 
href="https://typescript-eslint.io/users/versioning";>versioning strategy</a> 
and <a href="https://typescript-eslint.io/users/releases";>releases</a> on our 
website.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/96a04a97454cf6b6ae8366711c09333bf6e2327a";><code>96a04a9</code></a>
 chore(release): publish 8.56.1</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/958f390c8c5b136e6f095f9230ba301fc1db00e9";><code>958f390</code></a>
 chore(eslint-plugin): add default excludes to vitest (<a 
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/12067";>#12067</a>)</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/ffb46eaa41a7c8a831dc09f0ed726dd4cc06ea4f";><code>ffb46ea</code></a>
 docs(eslint-plugin): [method-signature-style] clarify autofix impact on type 
...</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/8b8b68f200a48ee9d6f7be8670e964629375196c";><code>8b8b68f</code></a>
 chore(release): publish 8.56.0</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/68a074fb61a10c3627f09678859fb4d42a3b88f5";><code>68a074f</code></a>
 feat: support ESLint v10 (<a 
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/12057";>#12057</a>)</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/c0a359df266e2ff4903eff2fdfa6c8ea30b84bca";><code>c0a359d</code></a>
 fix: use parser options from context.languageOptions (<a 
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/12043";>#12043</a>)</li>
   <li>See full diff in <a 
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.1/packages/eslint-plugin";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@typescript-eslint/parser` from 8.55.0 to 8.56.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases";><code>@​typescript-eslint/parser</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v8.56.1</h2>
   <h2>8.56.1 (2026-02-23)</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>chore(deps): update dependency minimatch to v10.2.2 by <a 
href="https://github.com/benmccann";><code>@​benmccann</code></a> in <a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12074";>typescript-eslint/typescript-eslint#12074</a></li>
   </ul>
   <p>You can read about our <a 
href="https://typescript-eslint.io/users/versioning";>versioning strategy</a> 
and <a href="https://typescript-eslint.io/users/releases";>releases</a> on our 
website.</p>
   <h2>v8.56.0</h2>
   <h2>8.56.0 (2026-02-16)</h2>
   <h3>🚀 Features</h3>
   <ul>
   <li>support ESLint v10 (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12057";>#12057</a>)</li>
   </ul>
   <h3>🩹 Fixes</h3>
   <ul>
   <li>use parser options from context.languageOptions (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12043";>#12043</a>)</li>
   </ul>
   <h3>❤️ Thank You</h3>
   <ul>
   <li>Brad Zacher <a 
href="https://github.com/bradzacher";><code>@​bradzacher</code></a></li>
   <li>fnx <a 
href="https://github.com/DMartens";><code>@​DMartens</code></a></li>
   <li>Joshua Chen</li>
   </ul>
   <p>See <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.0";>GitHub
 Releases</a> for more information.</p>
   <p>You can read about our <a 
href="https://typescript-eslint.io/users/versioning";>versioning strategy</a> 
and <a href="https://typescript-eslint.io/users/releases";>releases</a> on our 
website.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md";><code>@​typescript-eslint/parser</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <h2>8.56.1 (2026-02-23)</h2>
   <p>This was a version bump only for parser to align it with other projects, 
there were no code changes.</p>
   <p>See <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.1";>GitHub
 Releases</a> for more information.</p>
   <p>You can read about our <a 
href="https://typescript-eslint.io/users/versioning";>versioning strategy</a> 
and <a href="https://typescript-eslint.io/users/releases";>releases</a> on our 
website.</p>
   <h2>8.56.0 (2026-02-16)</h2>
   <h3>🚀 Features</h3>
   <ul>
   <li>support ESLint v10 (<a 
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12057";>#12057</a>)</li>
   </ul>
   <h3>❤️ Thank You</h3>
   <ul>
   <li>Brad Zacher <a 
href="https://github.com/bradzacher";><code>@​bradzacher</code></a></li>
   <li>Joshua Chen</li>
   </ul>
   <p>See <a 
href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.0";>GitHub
 Releases</a> for more information.</p>
   <p>You can read about our <a 
href="https://typescript-eslint.io/users/versioning";>versioning strategy</a> 
and <a href="https://typescript-eslint.io/users/releases";>releases</a> on our 
website.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/96a04a97454cf6b6ae8366711c09333bf6e2327a";><code>96a04a9</code></a>
 chore(release): publish 8.56.1</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/8b8b68f200a48ee9d6f7be8670e964629375196c";><code>8b8b68f</code></a>
 chore(release): publish 8.56.0</li>
   <li><a 
href="https://github.com/typescript-eslint/typescript-eslint/commit/68a074fb61a10c3627f09678859fb4d42a3b88f5";><code>68a074f</code></a>
 feat: support ESLint v10 (<a 
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/12057";>#12057</a>)</li>
   <li>See full diff in <a 
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.1/packages/parser";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `happy-dom` from 20.7.0 to 20.8.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/capricorn86/happy-dom/releases";>happy-dom's 
releases</a>.</em></p>
   <blockquote>
   <h2>v20.8.3</h2>
   <h3>:construction_worker_man: Patch fixes</h3>
   <ul>
   <li>Throw error if event is not of type <code>Event</code> in 
<code>EventTarget.dispatchEvent()</code> - By <strong><a 
href="https://github.com/capricorn86";><code>@​capricorn86</code></a></strong> 
in task <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2054";>#2054</a></li>
   </ul>
   <h2>v20.8.2</h2>
   <h3>:construction_worker_man: Patch fixes</h3>
   <ul>
   <li>Resets <code>Event.cancelBubble</code> and 
<code>Event.defaultPrevented</code> when calling <code>Event.initEvent()</code> 
- By <strong><a 
href="https://github.com/capricorn86";><code>@​capricorn86</code></a></strong> 
in task <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2090";>#2090</a></li>
   </ul>
   <h2>v20.8.1</h2>
   <h3>:construction_worker_man: Patch fixes</h3>
   <ul>
   <li>Make &quot;inert&quot; attribute block focus interactions - By 
<strong><a 
href="https://github.com/coffeeandwork";><code>@​coffeeandwork</code></a></strong>
 in task <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/1422";>#1422</a></li>
   </ul>
   <h2>v20.8.0</h2>
   <h3>:art: Features</h3>
   <ul>
   <li>Adds support for setPointerCapture, hasPointerCapture, and 
releasePointerCapture to Element - By <strong><a 
href="https://github.com/coffeeandwork";><code>@​coffeeandwork</code></a></strong>
 in task <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/1733";>#1733</a></li>
   </ul>
   <h2>v20.7.2</h2>
   <h3>:construction_worker_man: Patch fixes</h3>
   <ul>
   <li>Properly decode CSS escape sequences in attribute selector values - By 
<strong><a 
href="https://github.com/silverwind";><code>@​silverwind</code></a></strong></li>
   </ul>
   <h2>v20.7.1</h2>
   <h3>:construction_worker_man: Patch fixes</h3>
   <ul>
   <li>Fixes issue related to parsing direct descendants (<code>&gt;</code>) 
and universal (<code>*</code>) query selectors - By <strong><a 
href="https://github.com/Cherry";><code>@​Cherry</code></a></strong> in task <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2078";>#2078</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/capricorn86/happy-dom/commit/5998eeaea5455cda9556675c6b92bea7ec85642b";><code>5998eea</code></a>
 fix: <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2054";>#2054</a> 
Throw error if event is not of type Event in dispatchEvent (<a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2092";>#2092</a>)</li>
   <li><a 
href="https://github.com/capricorn86/happy-dom/commit/7a11238eace2fab69eb6bff13c2eeb0b7f7caa40";><code>7a11238</code></a>
 fix: <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2090";>#2090</a> 
Resets cancelBubble and defaultPrevented when calling initEvent ...</li>
   <li><a 
href="https://github.com/capricorn86/happy-dom/commit/7d27984affe0dcfc2827d1568fa6b950905a8482";><code>7d27984</code></a>
 fix: <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/1422";>#1422</a> 
Make inert attribute block focus interactions (<a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2083";>#2083</a>)</li>
   <li><a 
href="https://github.com/capricorn86/happy-dom/commit/53e4ec974a8c8f66db7cd55c9553e7e8281185bf";><code>53e4ec9</code></a>
 feat: <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/1733";>#1733</a> 
Adds support for setPointerCapture, hasPointerCapture, and rele...</li>
   <li><a 
href="https://github.com/capricorn86/happy-dom/commit/1c73c3f7bbd0f6693af89386ba10ea8b506546c1";><code>1c73c3f</code></a>
 fix: Properly decode CSS escape sequences in attribute selector values (<a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2080";>#2080</a>)</li>
   <li><a 
href="https://github.com/capricorn86/happy-dom/commit/7fa06b306bc6f7679d430ecfd8eee33c14c2be87";><code>7fa06b3</code></a>
 fix: <a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2078";>#2078</a> 
Fixes direct descendants &gt; and universal * query selectors  (<a 
href="https://redirect.github.com/capricorn86/happy-dom/issues/2079";>#2079</a>)</li>
   <li>See full diff in <a 
href="https://github.com/capricorn86/happy-dom/compare/v20.7.0...v20.8.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `vite-plugin-css-injected-by-js` from 3.5.2 to 4.0.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/marco-prontera/vite-plugin-css-injected-by-js/releases";>vite-plugin-css-injected-by-js's
 releases</a>.</em></p>
   <blockquote>
   <h2>v4.0.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/marco-prontera/vite-plugin-css-injected-by-js/issues/157";>#157</a>
 Fix export for esm usage by <a 
href="https://github.com/marco-prontera";><code>@​marco-prontera</code></a> in 
<a 
href="https://redirect.github.com/marco-prontera/vite-plugin-css-injected-by-js/pull/158";>marco-prontera/vite-plugin-css-injected-by-js#158</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/marco-prontera/vite-plugin-css-injected-by-js/compare/v4.0.0...v4.0.1";>https://github.com/marco-prontera/vite-plugin-css-injected-by-js/compare/v4.0.0...v4.0.1</a></p>
   <h2>v4.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/marco-prontera/vite-plugin-css-injected-by-js/issues/154";>#154</a>
 Adding tests by simulating real projects and fix compatibility issue with 
rolldown-vite by <a 
href="https://github.com/marco-prontera";><code>@​marco-prontera</code></a> in 
<a 
href="https://redirect.github.com/marco-prontera/vite-plugin-css-injected-by-js/pull/156";>marco-prontera/vite-plugin-css-injected-by-js#156</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/marco-prontera/vite-plugin-css-injected-by-js/compare/v3.5.2...v4.0.0";>https://github.com/marco-prontera/vite-plugin-css-injected-by-js/compare/v3.5.2...v4.0.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/marco-prontera/vite-plugin-css-injected-by-js/commit/c4077a22a0f18bc36b42ebce9ac395d4c70574b4";><code>c4077a2</code></a>
 <a 
href="https://redirect.github.com/marco-prontera/vite-plugin-css-injected-by-js/issues/157";>#157</a>
 Fix export for esm usage (<a 
href="https://redirect.github.com/marco-prontera/vite-plugin-css-injected-by-js/issues/158";>#158</a>)</li>
   <li><a 
href="https://github.com/marco-prontera/vite-plugin-css-injected-by-js/commit/6580812430dc01a8113eaafd5704fba3026651fc";><code>6580812</code></a>
 <a 
href="https://redirect.github.com/marco-prontera/vite-plugin-css-injected-by-js/issues/154";>#154</a>
 Adding tests by simulating real projects and fix compatibility issue w...</li>
   <li>See full diff in <a 
href="https://github.com/marco-prontera/vite-plugin-css-injected-by-js/compare/v3.5.2...v4.0.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to