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

   Bumps the core-ui-package-updates group with 5 updates in the /airflow/www 
directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | [chakra-react-select](https://github.com/csandman/chakra-react-select) | 
`4.0.3` | `6.1.1` |
   | [codemirror](https://github.com/codemirror/basic-setup) | `5.65.21` | 
`6.0.2` |
   | [d3](https://github.com/d3/d3) | `3.5.17` | `7.9.0` |
   | [framer-motion](https://github.com/motiondivision/motion) | `11.18.2` | 
`12.35.0` |
   | [eslint](https://github.com/eslint/eslint) | `9.39.4` | `10.0.2` |
   
   
   Updates `chakra-react-select` from 4.0.3 to 6.1.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/csandman/chakra-react-select/releases";>chakra-react-select's
 releases</a>.</em></p>
   <blockquote>
   <h2>6.1.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>feat: Change <code>selectedOptionColorPalette</code> values pulled from 
the theme by <a href="https://github.com/csandman";><code>@​csandman</code></a> 
in <a 
href="https://redirect.github.com/csandman/chakra-react-select/pull/364";>csandman/chakra-react-select#364</a>
   <ul>
   <li>Instead of using <code>colorPalette.300</code> and 
<code>colorPalette.500</code> for the selected option background colors, the 
semantic token <code>colorPalette.solid</code> will be used instead. And for 
the option label, the text color will be 
<code>colorPalette.contrast</code>.</li>
   </ul>
   </li>
   <li>Update type definitions for color palette props to allow for more than 
just the generated <code>ColorPalette</code> type by <a 
href="https://github.com/saalto-it";><code>@​saalto-it</code></a> in <a 
href="https://redirect.github.com/csandman/chakra-react-select/pull/362";>csandman/chakra-react-select#362</a></li>
   <li>Update all dependencies in main package and demo by <a 
href="https://github.com/csandman";><code>@​csandman</code></a> in <a 
href="https://redirect.github.com/csandman/chakra-react-select/pull/363";>csandman/chakra-react-select#363</a></li>
   <li>[ImgBot] Optimize images by <a 
href="https://github.com/imgbot";><code>@​imgbot</code></a> in <a 
href="https://redirect.github.com/csandman/chakra-react-select/pull/365";>csandman/chakra-react-select#365</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/saalto-it";><code>@​saalto-it</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/csandman/chakra-react-select/pull/362";>csandman/chakra-react-select#362</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/csandman/chakra-react-select/compare/v6.0.1...v6.1.0";>https://github.com/csandman/chakra-react-select/compare/v6.0.1...v6.1.0</a></p>
   <h2>6.0.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>[ImgBot] Optimize images by <a 
href="https://github.com/imgbot";><code>@​imgbot</code></a> in <a 
href="https://redirect.github.com/csandman/chakra-react-select/pull/349";>csandman/chakra-react-select#349</a></li>
   <li>fix: Re-add relative positioning to MenuList by <a 
href="https://github.com/csandman";><code>@​csandman</code></a> in <a 
href="https://redirect.github.com/csandman/chakra-react-select/pull/355";>csandman/chakra-react-select#355</a></li>
   <li>Clean up the docs and improved the demo</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/csandman/chakra-react-select/compare/v6.0.0...v6.0.1";>https://github.com/csandman/chakra-react-select/compare/v6.0.0...v6.0.1</a></p>
   <h2>6.0.0</h2>
   <p>Finally, a <a 
href="https://www.chakra-ui.com/blog/00-announcing-v3";>Chakra V3</a> compatible 
version of Chakra React Select is ready to go! There were many breaking changes 
in the V3 release of Chakra UI, so this version took a while, but it's now 
ready for use in production. Thanks to everyone who tested out the pre-releases 
and gave feedback.</p>
   <p>The docs should be fully updated, but if anything doesn't make sense 
after the release, don't hesitate to <a 
href="https://github.com/csandman/chakra-react-select/issues/new?assignees=csandman&amp;labels=Bug&amp;projects=&amp;template=bug_report.yml&amp;title=%5BBUG%5D+";>post
 an issue</a> or <a 
href="https://github.com/csandman/chakra-react-select/discussions/new?category=q-a";>a
 discussion</a>. Unfortunately, due to the size of this release, there won't be 
a codemod available for migrating (similar to the core Chakra library). Here 
are all of the breaking changes that should be noted when upgrading.</p>
   <h2>Breaking Changes</h2>
   <ul>
   <li>Most of the styles pulled from the theme are now using styles from 
Chakra's new <a 
href="https://www.chakra-ui.com/docs/components/select";><code>Select</code> 
component</a>.
   <ul>
   <li>The exceptions are the <code>Control</code>, which still uses styles 
from the <code>Input</code> theme, and the <code>MultiValue</code> components, 
which still pull their styles from the <code>Tag</code> theme. The docs have 
been updated to list out which theme styles are being used for each React 
Select sub-component: <a 
href="https://github.com/csandman/chakra-react-select#theme-styles";>https://github.com/csandman/chakra-react-select#theme-styles</a>.</li>
   </ul>
   </li>
   <li>Everything that was previously named <code>colorScheme</code> is now 
named <code>colorPalette</code>: <a 
href="https://www.chakra-ui.com/docs/get-started/migration#colorscheme-prop";>https://www.chakra-ui.com/docs/get-started/migration#colorscheme-prop</a>
   <ul>
   <li><code>tagColorScheme</code> is now <code>tagColorPalette</code>.</li>
   <li><code>selectedOptionColorScheme</code> is now 
<code>selectedOptionColorPalette</code>.</li>
   <li>An individual option's <code>colorScheme</code> key is now 
<code>colorPalette</code>.</li>
   </ul>
   </li>
   <li>Some props were replaced on 
<code>chakraComponents.LoadingIndicator</code>:
   <ul>
   <li><code>emptyColor</code> is now <code>trackColor</code> (this isn't a 
real prop, but it maps to <a 
href="https://www.chakra-ui.com/docs/components/spinner#track-color";>the 
<code>--spinner-track-color</code> css variable</a>).</li>
   <li><code>speed</code> is now <a 
href="https://www.chakra-ui.com/docs/components/spinner#custom-speed";><code>animationDuration</code></a>.</li>
   <li><code>thickness</code> is now <a 
href="https://www.chakra-ui.com/docs/components/spinner#thickness";><code>borderWidth</code></a>.</li>
   <li>The prop <a 
href="https://www.chakra-ui.com/docs/components/spinner#colors";><code>colorPalette</code></a>
 was also added to the loading indicator which can be used to set the color 
without specifying a token number (responds better to changes between light and 
dark mode).</li>
   </ul>
   </li>
   <li>The <code>LoadingIndicator</code> component no longer changes size in 
response to changes to the root <code>size</code> prop. With the new default 
size, the default spinner size ended up looking the best across all three 
select sizes.</li>
   <li><code>focusBorderColor</code> was replaced with <a 
href="https://www.chakra-ui.com/docs/styling/focus-ring#ring-color";><code>focusRingColor</code></a>
 and <code>errorBorderColor</code> was removed, as there is no longer any 
equivalent prop that exists.</li>
   <li>All boolean props have had the <code>is</code> prefix removed: <a 
href="https://www.chakra-ui.com/docs/get-started/migration#boolean-props";>https://www.chakra-ui.com/docs/get-started/migration#boolean-props</a>
   <ul>
   <li><code>isRequired</code> is now the <code>required</code> attribute 
that's already built-in to <code>react-select</code>. It will behave the same 
as the <code>required</code> prop on any other Chakra component.</li>
   <li><code>isReadOnly</code> is now <code>readOnly</code></li>
   <li><code>isInvalid</code> is now <code>invalid</code>. This prop was 
removed from the core <code>Input</code>, <code>Select</code>, and 
<code>Textarea</code> components in the Chakra UI library in favor of passing 
them into a wrapping <code>Field.Root</code>. However, they were left on this 
package due to many users not always wrapping the <code>Select</code>: <a 
href="https://www.chakra-ui.com/docs/get-started/migration#input-select-textarea";>https://www.chakra-ui.com/docs/get-started/migration#input-select-textarea</a></li>
   <li>Adds <code>disabled</code>, which will override the 
<code>isDisabled</code> prop built-in to <code>react-select</code>
   <ul>
   <li>This is just to keep the props consistent with the other Chakra prop 
names. The <code>isDisabled</code> prop from React Select will still function 
as it did previously.</li>
   </ul>
   </li>
   </ul>
   </li>
   <li>Add a default for the <code>menuPlacement</code> of 
<code>&quot;auto&quot;</code>. This is to more closely match the default 
flipping behavior of the Chakra <code>Select</code>.</li>
   </ul>
   <hr />
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/csandman/chakra-react-select/commit/0a513932954324a7374dcfa7e642128a2a81eae7";><code>0a51393</code></a>
 6.1.1</li>
   <li><a 
href="https://github.com/csandman/chakra-react-select/commit/10cf7e138490bb7dfbb20c4ddfd9ccb869444fc1";><code>10cf7e1</code></a>
 Update missing package-lock change</li>
   <li><a 
href="https://github.com/csandman/chakra-react-select/commit/867c0d895d4ee1347e4501e1364e42bf8ed545a1";><code>867c0d8</code></a>
 chore: Update all dependencies and add eslint-plugin-unicorn (<a 
href="https://redirect.github.com/csandman/chakra-react-select/issues/371";>#371</a>)</li>
   <li><a 
href="https://github.com/csandman/chakra-react-select/commit/7434fd5750d2c38b47f1d44d18a76b040de599c5";><code>7434fd5</code></a>
 6.1.0</li>
   <li><a 
href="https://github.com/csandman/chakra-react-select/commit/1a42b079a0f109daa08a05c5e37a2fe354e1e0fa";><code>1a42b07</code></a>
 [ImgBot] Optimize images (<a 
href="https://redirect.github.com/csandman/chakra-react-select/issues/365";>#365</a>)</li>
   <li><a 
href="https://github.com/csandman/chakra-react-select/commit/1611b50cd92816d07d286c0fb24769a40345f336";><code>1611b50</code></a>
 fix: update type definitions to use ConditionalValue for color palette props 
...</li>
   <li><a 
href="https://github.com/csandman/chakra-react-select/commit/870c8ffd6764bd22d74dc3f2e7cb171254ddc83d";><code>870c8ff</code></a>
 chore: Update all dependencies in main package and demo (<a 
href="https://redirect.github.com/csandman/chakra-react-select/issues/363";>#363</a>)</li>
   <li><a 
href="https://github.com/csandman/chakra-react-select/commit/f9e87a095c86d07dd9ec9430df029434dc2b1044";><code>f9e87a0</code></a>
 feat: Change <code>selectedOptionColorPalette</code> values pulled from the 
theme (<a 
href="https://redirect.github.com/csandman/chakra-react-select/issues/364";>#364</a>)</li>
   <li><a 
href="https://github.com/csandman/chakra-react-select/commit/9dc874bb5de95db4c9926341c40d1f7fd3a06615";><code>9dc874b</code></a>
 6.0.1</li>
   <li><a 
href="https://github.com/csandman/chakra-react-select/commit/228e9518d76c6b5e1302911393916f7be069fb19";><code>228e951</code></a>
 Merge pull request <a 
href="https://redirect.github.com/csandman/chakra-react-select/issues/355";>#355</a>
 from csandman/fix/menu-list-positioning</li>
   <li>Additional commits viewable in <a 
href="https://github.com/csandman/chakra-react-select/compare/v4.0.3...v6.1.1";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Install script changes</summary>
   <p>This version modifies <code>prepare</code> script that runs during 
installation. Review the package contents before updating.</p>
   </details>
   <br />
   
   Updates `codemirror` from 5.65.21 to 6.0.2
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/codemirror/basic-setup/blob/main/CHANGELOG.md";>codemirror's
 changelog</a>.</em></p>
   <blockquote>
   <h2>6.0.2 (2025-06-19)</h2>
   <h3>Bug fixes</h3>
   <p>Make sure to include a .d.cts file to make TypeScript happy.</p>
   <h2>6.0.1 (2022-06-30)</h2>
   <h3>Bug fixes</h3>
   <p>Work around limitations in tree-shaking software that prevented 
<code>basicSetup</code> from being removed when unused.</p>
   <h2>6.0.0 (2022-06-08)</h2>
   <h3>Breaking changes</h3>
   <p>Change the package name from <code>@codemirror/example-setup</code> to 
just <code>codemirror</code>.</p>
   <p>The package no longer exports <code>EditorState</code> (since that is no 
longer necessary to set up a basic editor).</p>
   <h3>New features</h3>
   <p>The new <code>minimalSetup</code> export provides a minimal set of editor 
extensions.</p>
   <h2>0.20.0 (2022-04-20)</h2>
   <h3>Breaking changes</h3>
   <p>Update dependencies to 0.20.0</p>
   <h2>0.19.3 (2022-03-30)</h2>
   <h3>New features</h3>
   <p>Add the extension that shows a crosshair cursor when Alt is held down to 
the basic setup.</p>
   <h2>0.19.1 (2021-12-13)</h2>
   <h3>New features</h3>
   <p>The basic setup now includes the <code>dropCursor</code> extension.</p>
   <h2>0.19.0 (2021-08-11)</h2>
   <h3>Breaking changes</h3>
   <p>Update dependencies to 0.19.0</p>
   <h2>0.18.2 (2021-05-25)</h2>
   <h3>Bug fixes</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/codemirror/basic-setup/commits/6.0.2";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Install script changes</summary>
   <p>This version modifies <code>prepare</code> script that runs during 
installation. Review the package contents before updating.</p>
   </details>
   <br />
   
   Updates `d3` from 3.5.17 to 7.9.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/d3/d3/releases";>d3's 
releases</a>.</em></p>
   <blockquote>
   <h2>v7.9.0</h2>
   <ul>
   <li>Add d3.schemeObservable10. <a 
href="https://redirect.github.com/d3/d3-scale-chromatic/pull/51";>d3/d3-scale-chromatic#51</a></li>
   <li>Change d3.geoCircle precision to 2 degrees. <a 
href="https://redirect.github.com/d3/d3-geo/pull/281";>d3/d3-geo#281</a></li>
   <li>Set projection.clipAngle precision to 2 degrees. <a 
href="https://redirect.github.com/d3/d3-geo/pull/282";>d3/d3-geo#282</a></li>
   </ul>
   <h2>v7.8.5</h2>
   <ul>
   <li>Fix the return value of d3.medianIndex and d3.quantileIndex when the 
data contains missing values. <a 
href="https://redirect.github.com/d3/d3-array/issues/275";>#275</a></li>
   </ul>
   <h2>v7.8.4</h2>
   <ul>
   <li>Fix circumcenters when the hull is collinear. <a 
href="https://redirect.github.com/d3/d3-delaunay/pull/142";>d3/d3-delaunay#142</a></li>
   </ul>
   <h2>v7.8.3</h2>
   <ul>
   <li>Fix precision error calculating <em>voronoi</em>.neighbors. <a 
href="https://redirect.github.com/d3/d3-delaunay/pull/138";>d3/d3-delaunay#138</a>
 <a 
href="https://redirect.github.com/d3/d3-delaunay/pull/139";>d3/d3-delaunay#139</a></li>
   <li>Fix broken polygon. <a 
href="https://redirect.github.com/d3/d3-delaunay/pull/140";>d3/d3-delaunay#140</a></li>
   <li>Fix threshold generation when input is empty or has no deviation. <a 
href="https://redirect.github.com/d3/d3-array/pull/271";>d3/d3-array#271</a></li>
   </ul>
   <h2>v7.8.2</h2>
   <ul>
   <li>d3.ticks now tries harder to generate at least one tick. <a 
href="https://redirect.github.com/d3/d3-array/pull/264";>d3/d3-array#264</a></li>
   </ul>
   <h2>v7.8.1</h2>
   <ul>
   <li>Tolerate invalid input values when generating contours. <a 
href="https://redirect.github.com/d3/d3-contour/pull/61";>#61</a></li>
   <li>Tolerate invalid input weights when generating density contours. <a 
href="https://redirect.github.com/d3/d3-contour/pull/65";>#65</a></li>
   <li>Fix missing contours at extrema when using default thresholds. <a 
href="https://redirect.github.com/d3/d3-contour/pull/68";>#68</a></li>
   </ul>
   <h2>v7.8.0</h2>
   <ul>
   <li>Add <a 
href="https://github.com/d3/d3-path/blob/main/README.md#pathRound";>d3.pathRound</a>.</li>
   <li>Add configurable precision when generating path data via <a 
href="https://github.com/d3/d3-geo/blob/main/README.md#path_digits";><em>path</em>.digits</a>.</li>
   <li>Add likewise <em>shape</em>.digits method to d3.arc, d3.area, d3.line, 
d3.link, and d3.symbol.</li>
   <li>Improve the performance of d3.geoPath’s string concatenation.</li>
   <li>Fix arc rendering for small arcs with rounded corners.</li>
   <li>Fix BumpRadial implementation to support multiple points.</li>
   <li>Fix projection when lambda is outside the range ±3π.</li>
   <li>Rename d3.symbolX to d3.symbolTimes; d3.symbolX is now deprecated.</li>
   </ul>
   <h2>v7.7.0</h2>
   <ul>
   <li>Add <a 
href="https://github.com/d3/d3-time/blob/main/README.md#timeDay";>d3.unixDay</a> 
and <a 
href="https://github.com/d3/d3-time/blob/main/README.md#timeDays";>d3.unixDays</a>.
 <a href="https://redirect.github.com/d3/d3-time/pull/58";>d3/d3-time#58</a></li>
   <li>Adopt d3.unixDay in place of d3.utcDay for <a 
href="https://github.com/d3/d3-time/blob/main/README.md#utcTicks";>d3.utcTicks</a>
 to ensure uniform tick spacing.</li>
   <li>Fix mutation of user-owned thresholds in d3.bin. <a 
href="https://redirect.github.com/d3/d3-array/issues/263";>d3/d3-array#263</a></li>
   <li>Fix infinite loop when d3.quantile or d3.quickselect is called with 
invalid arguments. <a 
href="https://redirect.github.com/d3/d3-array/pull/262";>d3/d3-array#262</a></li>
   </ul>
   <h2>v7.6.1</h2>
   <ul>
   <li><a 
href="https://github.com/d3/d3-contour/blob/main/README.md#density_bandwidth";><em>density</em>.bandwidth</a>
 now supports fractional (non-integer) values.</li>
   </ul>
   <h2>v7.6.0</h2>
   <ul>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/main/README.md#blur";>d3.blur</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/main/README.md#blur2";>d3.blur2</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/main/README.md#blurImage";>d3.blurImage</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/main/README.md#medianIndex";>d3.medianIndex</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/main/README.md#quantileIndex";>d3.quantileIndex</a>.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/d3/d3/blob/main/CHANGES.md";>d3's 
changelog</a>.</em></p>
   <blockquote>
   <h1>Changes in D3 7.0</h1>
   <p><a href="https://github.com/d3/d3/releases/tag/v7.0.0";>Released June 11, 
2021.</a></p>
   <p><em>This document covers only major changes. For minor and patch changes, 
please see the <a href="https://github.com/d3/d3/releases";>release 
notes</a>.</em></p>
   <p>D3 now ships as pure ES modules and requires Node.js 12 or higher. For 
more, please read <a 
href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c";>Sindre
 Sorhus’s FAQ</a>.</p>
   <p><a 
href="https://github.com/d3/d3-array/blob/main/README.md#bin";>d3.bin</a> now 
ignores nulls. <a 
href="https://github.com/d3/d3-array/blob/main/README.md#ascending";>d3.ascending</a>
 and <a 
href="https://github.com/d3/d3-array/blob/main/README.md#descending";>d3.descending</a>
 no longer consider null comparable.</p>
   <p><a 
href="https://github.com/d3/d3-scale/blob/main/README.md#ordinal-scales";>Ordinal
 scales</a> now use <a 
href="https://github.com/mbostock/internmap";>InternMap</a> for domains; domain 
values are now uniqued by coercing to a primitive value via 
<em>object</em>.valueOf instead of coercing to a string via 
<em>object</em>.toString.</p>
   <p>Array-likes (<em>e.g.</em>, a live NodeList such as 
<em>element</em>.childNodes) are converted to arrays in <a 
href="https://github.com/d3/d3-selection/blob/main/README.md#selectAll";>d3.selectAll</a>
 and <a 
href="https://github.com/d3/d3-selection/blob/main/README.md#selection_selectAll";><em>selection</em>.selectAll</a>.</p>
   <h1>Changes in D3 6.0</h1>
   <p><a href="https://github.com/d3/d3/releases/tag/v6.0.0";>Released August 
26, 2020.</a></p>
   <p>D3 now <strong>uses native collections</strong> (Map and Set) and 
<strong>accepts iterables</strong>. <a 
href="https://observablehq.com/@d3/d3-group";>d3.group and d3.rollup</a> are 
powerful new aggregation functions that replace d3.nest and work great <a 
href="https://observablehq.com/d/9a453665f405eebf";>with d3-hierarchy</a> and 
d3-selection. There are lots of new helpers in d3-array, too, such as <a 
href="https://observablehq.com/@d3/d3-least";>d3.greatest</a>, <a 
href="https://observablehq.com/@d3/d3-quickselect";>d3.quickselect</a>, and <a 
href="https://observablehq.com/@d3/d3-fsum";>d3.fsum</a>.</p>
   <p>D3 now <strong>passes events directly to listeners</strong>, replacing 
the d3.event global and bringing D3 inline with vanilla JavaScript and most 
other frameworks.</p>
   <p><strong>d3-delaunay</strong> (based on Vladimir Agafonkin’s excellent <a 
href="https://github.com/mapbox/delaunator";>Delaunator</a>) replaces 
d3-voronoi, offering dramatic improvements to performance, robustness, and <a 
href="https://observablehq.com/@d3/delaunay-find";>search</a>. And there’s a new 
<a href="https://github.com/Fil/d3-geo-voronoi";>d3-geo-voronoi</a> for 
spherical (geographical) data! <strong>d3-random</strong> is <a 
href="https://github.com/d3/d3-random/blob/master/README.md";>greatly 
expanded</a> and includes a fast <a 
href="https://observablehq.com/@d3/d3-randomlcg";>linear congruential 
generator</a> for seeded randomness. <strong>d3-chord</strong> has new layouts 
for <a href="https://observablehq.com/@d3/directed-chord-diagram";>directed</a> 
and transposed chord diagrams. <strong>d3-scale</strong> adds a new <a 
href="https://observablehq.com/@d3/radial-stacked-bar-chart-ii";>radial 
scale</a> type.</p>
   <p>… and a variety of other small enhancements. <a 
href="https://observablehq.com/@d3/gallery";>More than 450 examples</a> have 
been updated to D3 6.0!</p>
   <h3>d3-array</h3>
   <ul>
   <li>Accept iterables.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#group";>d3.group</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#groups";>d3.groups</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#index";>d3.index</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#indexes";>d3.indexes</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#rollup";>d3.rollup</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#rollups";>d3.rollups</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#maxIndex";>d3.maxIndex</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#minIndex";>d3.minIndex</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#greatest";>d3.greatest</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#greatestIndex";>d3.greatestIndex</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#least";>d3.least</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#leastIndex";>d3.leastIndex</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#bin";>d3.bin</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#count";>d3.count</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#cumsum";>d3.cumsum</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#fsum";>d3.fsum</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#Adder";>d3.Adder</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#quantileSorted";>d3.quantileSorted</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#quickselect";>d3.quickselect</a>.</li>
   <li>Add <a 
href="https://github.com/d3/d3-array/blob/master/README.md#bisector_center";><em>bisector</em>.center</a>.</li>
   <li>Allow more than two iterables for <a 
href="https://github.com/d3/d3-array/blob/master/README.md#cross";>d3.cross</a>.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/d3/d3/commit/1f8dd3b92960f58726006532c11e9457864513ec";><code>1f8dd3b</code></a>
 7.9.0</li>
   <li><a 
href="https://github.com/d3/d3/commit/a8afcf81a1cdda0c030c1c37286a92998add96a9";><code>a8afcf8</code></a>
 d3-geo 3.1.1</li>
   <li><a 
href="https://github.com/d3/d3/commit/b79e7da0386d2e7a1b4f4e338990e6d516d5dc0a";><code>b79e7da</code></a>
 fix vitepress colors, again</li>
   <li><a 
href="https://github.com/d3/d3/commit/1461bfb6cfa18477acc47e5801e0f33e46f11717";><code>1461bfb</code></a>
 update actions, again</li>
   <li><a 
href="https://github.com/d3/d3/commit/6d6fb02d17cf0c3b99c193343ab107f18c7c9979";><code>6d6fb02</code></a>
 documentation for schemeObservable10 (<a 
href="https://redirect.github.com/d3/d3/issues/3804";>#3804</a>)</li>
   <li><a 
href="https://github.com/d3/d3/commit/a353aa525e50a24c89cb8b97a8ebcc7c22cb9a14";><code>a353aa5</code></a>
 Documentation for d3-geo#281 (<a 
href="https://redirect.github.com/d3/d3/issues/3803";>#3803</a>)</li>
   <li><a 
href="https://github.com/d3/d3/commit/9f9d46849c5b5751609b169ffda497e6d79e7c2e";><code>9f9d468</code></a>
 fix: jsx compatible camelCase syntax in svg (<a 
href="https://redirect.github.com/d3/d3/issues/3816";>#3816</a>)</li>
   <li><a 
href="https://github.com/d3/d3/commit/cb875eec7da2c8ed10b996254e4ab618e50171c9";><code>cb875ee</code></a>
 Remove defunct newsletter signup link from footer (<a 
href="https://redirect.github.com/d3/d3/issues/3808";>#3808</a>)</li>
   <li><a 
href="https://github.com/d3/d3/commit/33b372d6b291af1a45a6d463ec9a319ebf16c3a0";><code>33b372d</code></a>
 Revert &quot;Remove mastodon link, change twitter to x (<a 
href="https://redirect.github.com/d3/d3/issues/3801";>#3801</a>)&quot;</li>
   <li><a 
href="https://github.com/d3/d3/commit/4d3e273bec304e09f5ac363928be6b2726198f3a";><code>4d3e273</code></a>
 Remove mastodon link, change twitter to x (<a 
href="https://redirect.github.com/d3/d3/issues/3801";>#3801</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/d3/d3/compare/v3.5.17...v7.9.0";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `framer-motion` from 11.18.2 to 12.35.0
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md";>framer-motion's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[12.35.0] 2026-03-03</h2>
   <h3>Added</h3>
   <ul>
   <li><code>ViewTimeline</code> support for <code>scroll</code> and 
<code>useScroll</code>.</li>
   </ul>
   <h2>[12.34.6] 2026-03-03</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Handle <code>%</code> translate values in layout animations.</li>
   </ul>
   <h2>[12.34.5] 2026-03-03</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Ensure final WAAPI styles are always committed synchronously to prevent 
flash of incorrect styles in Firefox.</li>
   <li>Prevent Next.js from caching <code>typeof window</code> checks.</li>
   <li>Improve projection node cleanup.</li>
   <li>Variant propagation fixed for asynchronously-mounted children.</li>
   </ul>
   <h2>[12.34.4] 2026-03-02</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Ensure <code>onComplete</code> fires at the end of an animation 
sequence.</li>
   </ul>
   <h2>[12.34.3] 2026-02-20</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Ensure <code>velocity</code> is never transferred to a time-derived 
spring.</li>
   </ul>
   <h2>[12.34.2] 2026-02-18</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Layout animations: Reset motion value velocity when starting a new 
layout animation.</li>
   </ul>
   <h2>[12.34.1] 2026-02-17</h2>
   <h3>Fixed</h3>
   <ul>
   <li><code>useScroll</code>: Ensure animations aren't hardware accelerated 
when <code>target</code> is set.</li>
   <li>Improve animatable <code>&quot;none&quot;</code> generation for mask 
values.</li>
   </ul>
   <h2>[12.34.0] 2026-02-09</h2>
   <h3>Added</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/motiondivision/motion/commit/dba1def9d88502f5a25c57a879ef80369f89985f";><code>dba1def</code></a>
 v12.35.0</li>
   <li><a 
href="https://github.com/motiondivision/motion/commit/4c11efd94a0e56bad7767de4c267a77d401d8bb3";><code>4c11efd</code></a>
 Updating changelog</li>
   <li><a 
href="https://github.com/motiondivision/motion/commit/1ed8b908f9e517fbadef647be6f431824114b8a4";><code>1ed8b90</code></a>
 Merge pull request <a 
href="https://redirect.github.com/motiondivision/motion/issues/3570";>#3570</a> 
from motiondivision/worktree-wild-booping-parrot</li>
   <li><a 
href="https://github.com/motiondivision/motion/commit/333f4151575031c43fa8a5a6f253795f0d098f4e";><code>333f415</code></a>
 Updating changelog</li>
   <li><a 
href="https://github.com/motiondivision/motion/commit/1449483a825d2dd6ac155a9cb371c0260c5100f8";><code>1449483</code></a>
 Fix ViewTimeline ref timing and clean up scroll timeline caching</li>
   <li><a 
href="https://github.com/motiondivision/motion/commit/49e08c322350632a3b8be0b00eaac77219f1632f";><code>49e08c3</code></a>
 v12.34.6</li>
   <li><a 
href="https://github.com/motiondivision/motion/commit/a84aa66188b7923c780454faad550f552751e2f2";><code>a84aa66</code></a>
 Updating changelog</li>
   <li><a 
href="https://github.com/motiondivision/motion/commit/6d99f1a96e8fa8dd640ed655e80b3c2f3f6eb427";><code>6d99f1a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/motiondivision/motion/issues/3581";>#3581</a> 
from motiondivision/worktree-fix-issue-3401</li>
   <li><a 
href="https://github.com/motiondivision/motion/commit/61c7ef26b92490861031094c19960da8958123fe";><code>61c7ef2</code></a>
 Update Cypress test to match sandbox's shouldAnimate pattern</li>
   <li><a 
href="https://github.com/motiondivision/motion/commit/20b7f09f5d2ed0e560de001586205e7b17fc7223";><code>20b7f09</code></a>
 Merge pull request <a 
href="https://redirect.github.com/motiondivision/motion/issues/3572";>#3572</a> 
from motiondivision/worktree-fix-issue-3401</li>
   <li>Additional commits viewable in <a 
href="https://github.com/motiondivision/motion/compare/v11.18.2...v12.35.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `eslint` from 9.39.4 to 10.0.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/eslint/eslint/releases";>eslint's releases</a>.</em></p>
   <blockquote>
   <h2>v10.0.2</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/2b723616a4daeacd4605f11b4d087d4a7cae5c74";><code>2b72361</code></a>
 fix: update <code>ajv</code> to <code>6.14.0</code> to address security 
vulnerabilities (<a 
href="https://redirect.github.com/eslint/eslint/issues/20537";>#20537</a>) 
(루밀LuMir)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/13eeedbbd16218b0da1425b78cb284937fd964ca";><code>13eeedb</code></a>
 docs: link rule type explanation to CLI option --fix-type (<a 
href="https://redirect.github.com/eslint/eslint/issues/20548";>#20548</a>) (Mike 
McCready)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/98cbf6ba53a1fb2028d25078c7049a538d0e392c";><code>98cbf6b</code></a>
 docs: update migration guide per Program range change (<a 
href="https://redirect.github.com/eslint/eslint/issues/20534";>#20534</a>) 
(Huáng Jùnliàng)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/61a24054411fa56ce74bef554846caa9d8cb01f5";><code>61a2405</code></a>
 docs: add missing semicolon in vars-on-top rule example (<a 
href="https://redirect.github.com/eslint/eslint/issues/20533";>#20533</a>) 
(Abilash)</li>
   </ul>
   <h2>Chores</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/951223b29669885643f7854d7c824288ba962d7e";><code>951223b</code></a>
 chore: update dependency <code>@​eslint/eslintrc</code> to ^3.3.4 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20553";>#20553</a>) 
(renovate[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/6aa1afe6694f3fd7f82116109a5ef2ad18ece074";><code>6aa1afe</code></a>
 chore: update dependency eslint-plugin-jsdoc to ^62.7.0 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20536";>#20536</a>) 
(Milos Djermanovic)</li>
   </ul>
   <h2>v10.0.1</h2>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/c87d5bded54c5cf491eb04c24c9d09bbbd42c23e";><code>c87d5bd</code></a>
 fix: update eslint (<a 
href="https://redirect.github.com/eslint/eslint/issues/20531";>#20531</a>) 
(renovate[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/d84100115c14691691058f00779c94e74fca946a";><code>d841001</code></a>
 fix: update <code>minimatch</code> to <code>10.2.1</code> to address security 
vulnerabilities (<a 
href="https://redirect.github.com/eslint/eslint/issues/20519";>#20519</a>) 
(루밀LuMir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/04c21475b3004904948f02049f2888b401d82c78";><code>04c2147</code></a>
 fix: update error message for unused suppressions (<a 
href="https://redirect.github.com/eslint/eslint/issues/20496";>#20496</a>) 
(fnx)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/38b089c1726feac0e31a31d47941bd99e29ce003";><code>38b089c</code></a>
 fix: update dependency <code>@​eslint/config-array</code> to ^0.23.1 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20484";>#20484</a>) 
(renovate[bot])</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/5b3dbce50a1404a9f118afe810cefeee79388a2a";><code>5b3dbce</code></a>
 docs: add AI acknowledgement section to templates (<a 
href="https://redirect.github.com/eslint/eslint/issues/20431";>#20431</a>) 
(루밀LuMir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/6f23076037d5879f20fb3be2ef094293b1e8d38c";><code>6f23076</code></a>
 docs: toggle nav in no-JS mode (<a 
href="https://redirect.github.com/eslint/eslint/issues/20476";>#20476</a>) 
(Tanuj Kanti)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/b69cfb32a16c5d5e9986390d484fae1d21e406f9";><code>b69cfb3</code></a>
 docs: Update README (GitHub Actions Bot)</li>
   </ul>
   <h2>Chores</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/e5c281ffd038a3a7a3e5364db0b9378e0ad83020";><code>e5c281f</code></a>
 chore: updates for v9.39.3 release (Jenkins)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/8c3832adb77cd993b4a24891900d5eeaaf093cdc";><code>8c3832a</code></a>
 chore: update <code>@​typescript-eslint/parser</code> to ^8.56.0 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20514";>#20514</a>) 
(Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/8330d238ae6adb68bb6a1c9381e38cfedd990d94";><code>8330d23</code></a>
 test: add tests for config-api (<a 
href="https://redirect.github.com/eslint/eslint/issues/20493";>#20493</a>) 
(Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/37d6e91e88fa6a2ca6d8726679096acff21ba6cc";><code>37d6e91</code></a>
 chore: remove eslint v10 prereleases from eslint-config-eslint deps (<a 
href="https://redirect.github.com/eslint/eslint/issues/20494";>#20494</a>) 
(Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/da7cd0e79197ad16e17052eef99df141de6dbfb1";><code>da7cd0e</code></a>
 refactor: cleanup error message templates (<a 
href="https://redirect.github.com/eslint/eslint/issues/20479";>#20479</a>) 
(Francesco Trotta)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/84fb885d49ac810e79a9491276b4828b53d913e5";><code>84fb885</code></a>
 chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/1f667344b57c4c09b548d94bcfac1f91b6e5c63d";><code>1f66734</code></a>
 chore: add <code>eslint</code> to <code>peerDependencies</code> of 
<code>@eslint/js</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20467";>#20467</a>) 
(Milos Djermanovic)</li>
   </ul>
   <h2>v10.0.0</h2>
   <h2>Breaking Changes</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/f9e54f43a5e497cdfa179338b431093245cb787b";><code>f9e54f4</code></a>
 feat!: estimate rule-tester failure location (<a 
href="https://redirect.github.com/eslint/eslint/issues/20420";>#20420</a>) 
(ST-DDT)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/a176319d8ade1a7d9b2d7fb8f038f55a2662325f";><code>a176319</code></a>
 feat!: replace <code>chalk</code> with <code>styleText</code> and add 
<code>color</code> to <code>ResultsMeta</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20227";>#20227</a>) 
(루밀LuMir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/c7046e6c1e03c4ca0eee4888a1f2eba4c6454f84";><code>c7046e6</code></a>
 feat!: enable JSX reference tracking (<a 
href="https://redirect.github.com/eslint/eslint/issues/20152";>#20152</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/fa31a608901684fbcd9906d1907e66561d16e5aa";><code>fa31a60</code></a>
 feat!: add <code>name</code> to configs (<a 
href="https://redirect.github.com/eslint/eslint/issues/20015";>#20015</a>) (Kirk 
Waiblinger)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/3383e7ec9028166cafc8ea7986c2f7498d0049f0";><code>3383e7e</code></a>
 fix!: remove deprecated <code>SourceCode</code> methods (<a 
href="https://redirect.github.com/eslint/eslint/issues/20137";>#20137</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/501abd0e916a35554c58b7c0365537f1fa3880ce";><code>501abd0</code></a>
 feat!: update dependency minimatch to v10 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20246";>#20246</a>) 
(renovate[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/ca4d3b40085de47561f89656a2207d09946ed45e";><code>ca4d3b4</code></a>
 fix!: stricter rule tester assertions for valid test cases (<a 
href="https://redirect.github.com/eslint/eslint/issues/20125";>#20125</a>) 
(唯然)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/96512a66c86402fb0538cdcb6cd30b9073f6bf3b";><code>96512a6</code></a>
 fix!: Remove deprecated rule context methods (<a 
href="https://redirect.github.com/eslint/eslint/issues/20086";>#20086</a>) 
(Nicholas C. Zakas)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/c69fdacdb2e886b9d965568a397aa8220db3fe90";><code>c69fdac</code></a>
 feat!: remove eslintrc support (<a 
href="https://redirect.github.com/eslint/eslint/issues/20037";>#20037</a>) 
(Francesco Trotta)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/208b5cc34a8374ff81412b5bec2e0800eebfbd04";><code>208b5cc</code></a>
 feat!: Use <code>ScopeManager#addGlobals()</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20132";>#20132</a>) 
(Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/a2ee188ea7a38a0c6155f3d39e2b00e1d0f36e14";><code>a2ee188</code></a>
 fix!: add <code>uniqueItems: true</code> in <code>no-invalid-regexp</code> 
option (<a 
href="https://redirect.github.com/eslint/eslint/issues/20155";>#20155</a>) 
(Tanuj Kanti)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/a89059dbf2832d417dd493ee81483227ec44e4ab";><code>a89059d</code></a>
 feat!: Program range span entire source text (<a 
href="https://redirect.github.com/eslint/eslint/issues/20133";>#20133</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/39a6424373d915fa9de0d7b0caba9a4dc3da9b53";><code>39a6424</code></a>
 fix!: assert 'text' is a string across all RuleFixer methods (<a 
href="https://redirect.github.com/eslint/eslint/issues/20082";>#20082</a>) 
(Pixel998)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/f28fbf846244e043c92b355b224d121b06140b44";><code>f28fbf8</code></a>
 fix!: Deprecate <code>&quot;always&quot;</code> and 
<code>&quot;as-needed&quot;</code> options of the <code>radix</code> rule (<a 
href="https://redirect.github.com/eslint/eslint/issues/20223";>#20223</a>) 
(Milos Djermanovic)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/55122d6f971119607c85b0df8e62942171c939f7";><code>55122d6</code></a>
 10.0.2</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/80f1e29ec87c07a1cef789c718d6167da59f35f6";><code>80f1e29</code></a>
 Build: changelog update for 10.0.2</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/951223b29669885643f7854d7c824288ba962d7e";><code>951223b</code></a>
 chore: update dependency <code>@​eslint/eslintrc</code> to ^3.3.4 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20553";>#20553</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/13eeedbbd16218b0da1425b78cb284937fd964ca";><code>13eeedb</code></a>
 docs: link rule type explanation to CLI option --fix-type (<a 
href="https://redirect.github.com/eslint/eslint/issues/20548";>#20548</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/6aa1afe6694f3fd7f82116109a5ef2ad18ece074";><code>6aa1afe</code></a>
 chore: update dependency eslint-plugin-jsdoc to ^62.7.0 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20536";>#20536</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/2b723616a4daeacd4605f11b4d087d4a7cae5c74";><code>2b72361</code></a>
 fix: update <code>ajv</code> to <code>6.14.0</code> to address security 
vulnerabilities (<a 
href="https://redirect.github.com/eslint/eslint/issues/20537";>#20537</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/98cbf6ba53a1fb2028d25078c7049a538d0e392c";><code>98cbf6b</code></a>
 docs: update migration guide per Program range change (<a 
href="https://redirect.github.com/eslint/eslint/issues/20534";>#20534</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/61a24054411fa56ce74bef554846caa9d8cb01f5";><code>61a2405</code></a>
 docs: add missing semicolon in vars-on-top rule example (<a 
href="https://redirect.github.com/eslint/eslint/issues/20533";>#20533</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/0bd54976080936ce080ee2552d504180105593b4";><code>0bd5497</code></a>
 10.0.1</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/ddb80ef7c78adbc3fb784e33f500d321e84ab51e";><code>ddb80ef</code></a>
 Build: changelog update for 10.0.1</li>
   <li>Additional commits viewable in <a 
href="https://github.com/eslint/eslint/compare/v9.39.4...v10.0.2";>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