Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [i18n-js](https://github.com/fnando/i18n) | `4.5.1` | `4.5.2` |
| [leaflet.locatecontrol](https://github.com/domoritz/leaflet-locatecontrol) | 
`0.87.0` | `0.88.0` |
| [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) | `5.17.0` | 
`5.18.0` |
| 
[@herb-tools/linter](https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter)
 | `0.8.9` | `0.8.10` |
| 
[@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin)
 | `5.7.1` | `5.8.0` |
| [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.0.0` |

Updates `i18n-js` from 4.5.1 to 4.5.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a 
href="https://github.com/fnando/i18n/blob/main/CHANGELOG.md">i18n-js's
 changelog</a>.</em></p>
<blockquote>
<h2>v4.5.2 - Feb 5, 2026</h2>
<ul>
<li>[Fixed] Fix <code>numberToHuman</code> separator not 
applied when
<code>stripInsignificantZeros</code> is 
<code>false</code>.</li>
<li>[Fixed] Add support for pluralized units on 
<code>numberToHuman</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/fnando/i18n/commit/5f02fb82040a66efbc5f39870c116fc8f9d4a0c6"><code>5f02fb8</code></a>
 Bump up version (4.5.2)</li>
<li><a 
href="https://github.com/fnando/i18n/commit/875bfafaf48b0cd1eb6ef77d61bd048a837b85d3"><code>875bfaf</code></a>
 Add support for pluralized units on numberToHuman. (<a 
href="https://redirect.github.com/fnando/i18n/issues/122">#122</a>)</li>
<li><a 
href="https://github.com/fnando/i18n/commit/6006e4a1d69f692fdb98aa3f4954281d1f6e4265"><code>6006e4a</code></a>
 Remove old reference to missing behavior.</li>
<li><a 
href="https://github.com/fnando/i18n/commit/940acb9147dfb70dbf011187fac137db03a501fc"><code>940acb9</code></a>
 Fix numberToHuman separator not applied when stripInsignificantZeros is 
false...</li>
<li><a 
href="https://github.com/fnando/i18n/commit/b99551e5aae19fb555b500aa9ed3b28f14a7a3c0"><code>b99551e</code></a>
 Update test matrix.</li>
<li><a 
href="https://github.com/fnando/i18n/commit/3a6bbce72dd8988ad6a8c0286694703a7a74a65d"><code>3a6bbce</code></a>
 Fix typo in README.md (<a 
href="https://redirect.github.com/fnando/i18n/issues/113">#113</a>)</li>
<li><a 
href="https://github.com/fnando/i18n/commit/4559d02600716e22a2378b624d1810f80e91c9ac"><code>4559d02</code></a>
 Fix spelling. (<a 
href="https://redirect.github.com/fnando/i18n/issues/112">#112</a>)</li>
<li><a 
href="https://github.com/fnando/i18n/commit/2a84ca299bbdcf7535a2bad16312d51bb4432541"><code>2a84ca2</code></a>
 Remove import.</li>
<li>See full diff in <a 
href="https://github.com/fnando/i18n/compare/v4.5.1...v4.5.2">compare
 view</a></li>
</ul>
</details>
<br />

Updates `leaflet.locatecontrol` from 0.87.0 to 0.88.0
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/domoritz/leaflet-locatecontrol/commit/7572168995c607f260063adf308d14a560c2852d"><code>7572168</code></a>
 0.88.0</li>
<li><a 
href="https://github.com/domoritz/leaflet-locatecontrol/commit/95dfed8ad45151ccf1ffd78dcf6a27748ff79ac6"><code>95dfed8</code></a>
 fix: support color status changes for custom icons (<a 
href="https://redirect.github.com/domoritz/leaflet-locatecontrol/issues/399">#399</a>)</li>
<li><a 
href="https://github.com/domoritz/leaflet-locatecontrol/commit/8a552054c95f91ffb40d815953544e63be07a605"><code>8a55205</code></a>
 feat: add lat, lnga and altitude to popup template (<a 
href="https://redirect.github.com/domoritz/leaflet-locatecontrol/issues/398">#398</a>)</li>
<li><a 
href="https://github.com/domoritz/leaflet-locatecontrol/commit/6998d68aa90bfed1e7c4175bb43be28f5eef7ef6"><code>6998d68</code></a>
 chore: update devDependencies and modernize ESLint config (<a 
href="https://redirect.github.com/domoritz/leaflet-locatecontrol/issues/397">#397</a>)</li>
<li><a 
href="https://github.com/domoritz/leaflet-locatecontrol/commit/7a6cd22406cd564c427ca94e10d3208690f1f435"><code>7a6cd22</code></a>
 fix: flyTo breaks following mode with untilPanOrZoom (<a 
href="https://redirect.github.com/domoritz/leaflet-locatecontrol/issues/396">#396</a>)</li>
<li><a 
href="https://github.com/domoritz/leaflet-locatecontrol/commit/e430c1e484caa7eb87eb7a46896ebfb60d525d52"><code>e430c1e</code></a>
 feat: add locatelocationfound event (<a 
href="https://redirect.github.com/domoritz/leaflet-locatecontrol/issues/395">#395</a>)</li>
<li>See full diff in <a 
href="https://github.com/domoritz/leaflet-locatecontrol/compare/v0.87.0...v0.88.0">compare
 view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~kristjan.esperanto">kristjan.esperanto</a>,
 a new releaser for leaflet.locatecontrol since your current version.</p>
</details>
<br />

Updates `maplibre-gl` from 5.17.0 to 5.18.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a 
href="https://github.com/maplibre/maplibre-gl-js/releases">maplibre-gl's
 releases</a>.</em></p>
<blockquote>
<h2>v5.18.0</h2>
<h3>✨ Features and improvements</h3>
<ul>
<li>Add support for click events on Marker (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7028">#7028</a>)
 (by <a 
href="https://github.com/ganesh8068"><code>@​ganesh8068</code></a>)</li>
<li>Simplify and abstract the GeoJSON Worker (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7058">#7058</a>)
 (by <a 
href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li>
<li>Add <code>pseudo</code> option to 
<code>FullscreenControl</code> to force CSS-based fullscreen mode 
instead of native fullscreen API. Users might want this because this is faster 
on some devices (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7076">#7076</a>)
 (by <a 
href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>)</li>
<li>Migrate our API docs to zensical (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7071">#7071</a>)
 (by <a 
href="https://github.com/CommanderStorm">CommanderStorm</a>)</li>
</ul>
<h3>🐞 Bug fixes</h3>
<ul>
<li>Fix WebGL context loss error when style is not yet loaded (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7094">#7094</a>)
 (by <a 
href="https://github.com/kaigritun"><code>@​kaigritun</code></a>)</li>
<li>Fix updating terrain tiles on feature state changes (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6231">#6231</a>)
 (by <a 
href="https://github.com/pstaszek"><code>@​pstaszek</code></a>)</li>
<li>Fix LngLatBounds.intersects for zero-width bounds (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7055">#7055</a>)
 (by <a 
href="https://github.com/lucaswoj"><code>@​lucaswoj</code></a>)</li>
<li>Fix <code>GlobeControl</code> not updating when 
<code>Map.setProjection()</code> is called programmatically (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7005">#7005</a>,
 <a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7075">#7075</a>)
 (by <a 
href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>)</li>
<li>Fix <code>map.getProjection()</code> returning 
<code>undefined</code> after calling 
<code>map.setProjection()</code> with the default 
<code>"mercator"</code> projection (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7072">#7072</a>)</li>
<li>Fix incorrect text placement along line in 3D mode (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7039">#7039</a>)
 (by <a 
href="https://github.com/russellporter"><code>@​russellporter</code></a>)</li>
<li>When the <code>prefers-reduced-motion</code> media query 
is active, we now no longer display the pulsing GeoLocation animation (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7066">#7066</a>)
 (by <a 
href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a 
href="https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md">maplibre-gl's
 changelog</a>.</em></p>
<blockquote>
<h2>5.18.0</h2>
<h3>✨ Features and improvements</h3>
<ul>
<li>Add support for click events on Marker (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7028">#7028</a>)
 (by <a 
href="https://github.com/ganesh8068"><code>@​ganesh8068</code></a>)</li>
<li>Simplify and abstract the GeoJSON Worker (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7058">#7058</a>)
 (by <a 
href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li>
<li>Add <code>pseudo</code> option to 
<code>FullscreenControl</code> to force CSS-based fullscreen mode 
instead of native fullscreen API. Users might want this because this is faster 
on some devices (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7076">#7076</a>)
 (by <a 
href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>)</li>
<li>Migrate our API docs to zensical (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7071">#7071</a>)
 (by <a 
href="https://github.com/CommanderStorm">CommanderStorm</a>)</li>
</ul>
<h3>🐞 Bug fixes</h3>
<ul>
<li>Fix WebGL context loss error when style is not yet loaded (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7094">#7094</a>)
 (by <a 
href="https://github.com/kaigritun"><code>@​kaigritun</code></a>)</li>
<li>Fix updating terrain tiles on feature state changes (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6231">#6231</a>)
 (by <a 
href="https://github.com/pstaszek"><code>@​pstaszek</code></a>)</li>
<li>Fix LngLatBounds.intersects for zero-width bounds (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7055">#7055</a>)
 (by <a 
href="https://github.com/lucaswoj"><code>@​lucaswoj</code></a>)</li>
<li>Fix <code>GlobeControl</code> not updating when 
<code>Map.setProjection()</code> is called programmatically (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7005">#7005</a>,
 <a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7075">#7075</a>)
 (by <a 
href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>)</li>
<li>Fix <code>map.getProjection()</code> returning 
<code>undefined</code> after calling 
<code>map.setProjection()</code> with the default 
<code>"mercator"</code> projection (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7072">#7072</a>)</li>
<li>Fix incorrect text placement along line in 3D mode (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7039">#7039</a>)
 (by <a 
href="https://github.com/russellporter"><code>@​russellporter</code></a>)</li>
<li>When the <code>prefers-reduced-motion</code> media query 
is active, we now no longer display the pulsing GeoLocation animation (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7066">#7066</a>)
 (by <a 
href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/a54d3d666eaae1650a6e99bbabafdfe88e9f22e2"><code>a54d3d6</code></a>
 Bump js version to 5.18.0 (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7104">#7104</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/b15e99177626bdb6b8758dbef28a602d368128e4"><code>b15e991</code></a>
 chore(deps-dev): bump typedoc-plugin-markdown from 4.9.0 to 4.10.0 (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7101">#7101</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/369391d890075a58ef1f7c1df5a9cae18b74cec9"><code>369391d</code></a>
 chore(deps-dev): bump puppeteer from 24.37.1 to 24.37.2 (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7100">#7100</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/edab27c5b914009bad2a6ca5adcebeee45005b22"><code>edab27c</code></a>
 chore(deps-dev): bump devtools-protocol from 0.0.1580600 to 0.0.1581282 (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7102">#7102</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/67c6b3382d06ba8dcfb7d72b973453740322b722"><code>67c6b33</code></a>
 fix: handle WebGL context loss when style is not loaded (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7094">#7094</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/b81499645245634513d4095d72523f45b7804626"><code>b814996</code></a>
 make the hash tests even more strict where the line between valid and 
invalid...</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/11ab025000aa22cf847e0d69478da476c4ce4076"><code>11ab025</code></a>
 refactor: make function and variable naming in 
<code>PerformanceUtils</code> more sensib...</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/cba4fb31aa78f70386af5162a3d9e449fb7f2540"><code>cba4fb3</code></a>
 refactor: Make <code>RequestPerformance</code> and related 
subsystems less weird (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7095">#7095</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/0e7fd47fa5837bbb9cf7260b695ffa3b060f8b65"><code>0e7fd47</code></a>
 test: More thoroughly test <code>Hash</code> (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7078">#7078</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/aab5f3e26680e065dd8ee424a9bfae96f04d2b1f"><code>aab5f3e</code></a>
 chore(deps-dev): bump glob from 13.0.0 to 13.0.1 (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7087">#7087</a>)</li>
<li>Additional commits viewable in <a 
href="https://github.com/maplibre/maplibre-gl-js/compare/v5.17.0...v5.18.0">compare
 view</a></li>
</ul>
</details>
<br />

Updates `@herb-tools/linter` from 0.8.9 to 0.8.10
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a 
href="https://github.com/marcoroth/herb/releases"><code>@​herb-tools/linter</code>'s
 releases</a>.</em></p>
<blockquote>
<h2>v0.8.10</h2>
<h3>Parser</h3>
<ul>
<li>Upgrade Prism to v1.9.0 by <a 
href="https://github.com/marcoroth"><code>@​marcoroth</code></a>
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1110">marcoroth/herb#1110</a></li>
<li>Add error for case/when in same ERB tag by <a 
href="https://github.com/tvararu"><code>@​tvararu</code></a>
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1112">marcoroth/herb#1112</a></li>
</ul>
<h3>Engine</h3>
<ul>
<li>Handle trailing comments in ERB output tags by <a 
href="https://github.com/marcoroth"><code>@​marcoroth</code></a>
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1083">marcoroth/herb#1083</a></li>
<li>Show component names in <code>DebugVisitor</code> by 
<a 
href="https://github.com/marcoroth"><code>@​marcoroth</code></a>
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1132">marcoroth/herb#1132</a></li>
</ul>
<h3>Linter</h3>
<ul>
<li>Allow nested parens in 
<code>erb-strict-locals-comment-syntax</code> rule by <a 
href="https://github.com/marcoroth"><code>@​marcoroth</code></a>
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1141">marcoroth/herb#1141</a></li>
</ul>
<h3>Formatter</h3>
<ul>
<li>Fix heredoc formatting by <a 
href="https://github.com/citizen428"><code>@​citizen428</code></a>
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1142">marcoroth/herb#1142</a></li>
</ul>
<h3>Dev Tools</h3>
<ul>
<li>Show colored outlines in Herb Debug Menu by <a 
href="https://github.com/marcoroth"><code>@​marcoroth</code></a>
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1133">marcoroth/herb#1133</a></li>
</ul>
<h3>Language Server</h3>
<ul>
<li>Don't add <code>\n</code> when formatting ranges by 
<a 
href="https://github.com/marcoroth"><code>@​marcoroth</code></a>
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1126">marcoroth/herb#1126</a></li>
</ul>
<h3>libherb</h3>
<ul>
<li>Mark certain targets as <code>.PHONY</code> in Makefile 
by <a 
href="https://github.com/citizen428"><code>@​citizen428</code></a>
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1118">marcoroth/herb#1118</a></li>
<li>Change LLVM detection on macOS by <a 
href="https://github.com/citizen428"><code>@​citizen428</code></a>
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1123">marcoroth/herb#1123</a></li>
<li>Add test for <code>herb_read_file</code> by <a 
href="https://github.com/citizen428"><code>@​citizen428</code></a>
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1127">marcoroth/herb#1127</a></li>
<li>Remove old <code>visit</code> subcommand by <a 
href="https://github.com/citizen428"><code>@​citizen428</code></a>
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1129">marcoroth/herb#1129</a></li>
<li>Add <code>free</code> calls to 
<code>prism</code> command by <a 
href="https://github.com/citizen428"><code>@​citizen428</code></a>
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1128">marcoroth/herb#1128</a></li>
<li>Add default language case in <code>herb_extract</code> by 
<a 
href="https://github.com/citizen428"><code>@​citizen428</code></a>
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1131">marcoroth/herb#1131</a></li>
<li>Introduce <code>string_equals</code> utility function by 
<a 
href="https://github.com/citizen428"><code>@​citizen428</code></a>
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1130">marcoroth/herb#1130</a></li>
<li>Simplify <code>main.c</code> by <a 
href="https://github.com/citizen428"><code>@​citizen428</code></a>
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1134">marcoroth/herb#1134</a></li>
<li>Add support for <code>.envrc.local</code> by <a 
href="https://github.com/citizen428"><code>@​citizen428</code></a>
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1120">marcoroth/herb#1120</a></li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>Bump <code>@​typescript-eslint/parser</code> from 8.53.1 
to 8.54.0 by <a 
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1104">marcoroth/herb#1104</a></li>
<li>Bump zod from 4.3.5 to 4.3.6 by <a 
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1105">marcoroth/herb#1105</a></li>
<li>Bump playwright from 1.57.0 to 1.58.0 by <a 
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1103">marcoroth/herb#1103</a></li>
<li>Bump <code>@​typescript-eslint/eslint-plugin</code> from 
8.53.1 to 8.54.0 by <a 
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1106">marcoroth/herb#1106</a></li>
<li>Bump <code>@​shikijs/vitepress-twoslash</code> from 
3.21.0 to 3.22.0 by <a 
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1117">marcoroth/herb#1117</a></li>
<li>Bump nx from 22.3.3 to 22.4.4 by <a 
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1116">marcoroth/herb#1116</a></li>
<li>Bump rollup from 4.55.2 to 4.57.1 by <a 
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1115">marcoroth/herb#1115</a></li>
<li>Bump playwright from 1.58.0 to 1.58.1 by <a 
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1114">marcoroth/herb#1114</a></li>
<li>Bump vitepress from 2.0.0-alpha.15 to 2.0.0-alpha.16 by <a 
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
 in <a 
href="https://redirect.github.com/marcoroth/herb/pull/1113">marcoroth/herb#1113</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/marcoroth/herb/commit/124d1cf0fe9ee420b0ee31a5a98a039cd67f126b"><code>124d1cf</code></a>
 <code>v0.8.10</code></li>
<li><a 
href="https://github.com/marcoroth/herb/commit/7b187fa8be953fbab7f299508a5953277939b5e6"><code>7b187fa</code></a>
 Linter: Allow nested parens in 
<code>erb-strict-locals-comment-syntax</code> rule (<a 
href="https://github.com/marcoroth/herb/tree/HEAD/javascript/packages/linter/issues/1141">#1141</a>)</li>
<li>See full diff in <a 
href="https://github.com/marcoroth/herb/commits/v0.8.10/javascript/packages/linter">compare
 view</a></li>
</ul>
</details>
<br />

Updates `@stylistic/eslint-plugin` from 5.7.1 to 5.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a 
href="https://github.com/eslint-stylistic/eslint-stylistic/releases"><code>@​stylistic/eslint-plugin</code>'s
 releases</a>.</em></p>
<blockquote>
<h2>v5.8.0</h2>
<h2><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.7.1...v5.8.0">5.8.0</a>
 (2026-02-09)</h2>
<h3>Features</h3>
<ul>
<li><strong>list-style:</strong> support if statement (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1119">#1119</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/23b25abe1be6086f2d7b843229fbdaeb63fec668">23b25ab</a>)</li>
<li>new rule <code>jsx-props-style</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1118">#1118</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/dc9cc1b5ce09b6d42f4248cc4a3a688660dcd7fa">dc9cc1b</a>)</li>
<li><strong>space-unary-ops:</strong> allow override 
<code>ts-non-null</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1120">#1120</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/faca500773c54df3e5d95203b19e283c2b654f63">faca500</a>)</li>
<li>upgrade deps (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1122">#1122</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/773da95508a5e0289de960af9623b755297e502b">773da95</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>list-style:</strong> correctly get 
<code>(</code> for optional call expressions (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1114">#1114</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2090a728703c7f8522a580983db952361ad0b4ec">2090a72</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a 
href="https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md"><code>@​stylistic/eslint-plugin</code>'s
 changelog</a>.</em></p>
<blockquote>
<h2><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.7.1...v5.8.0">5.8.0</a>
 (2026-02-09)</h2>
<h3>Features</h3>
<ul>
<li><strong>list-style:</strong> support if statement (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1119">#1119</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/23b25abe1be6086f2d7b843229fbdaeb63fec668">23b25ab</a>)</li>
<li>new rule <code>jsx-props-style</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1118">#1118</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/dc9cc1b5ce09b6d42f4248cc4a3a688660dcd7fa">dc9cc1b</a>)</li>
<li><strong>space-unary-ops:</strong> allow override 
<code>ts-non-null</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1120">#1120</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/faca500773c54df3e5d95203b19e283c2b654f63">faca500</a>)</li>
<li>upgrade deps (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1122">#1122</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/773da95508a5e0289de960af9623b755297e502b">773da95</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>list-style:</strong> correctly get 
<code>(</code> for optional call expressions (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1114">#1114</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2090a728703c7f8522a580983db952361ad0b4ec">2090a72</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/55f7d117c701dadeacb238d7d61b5532e543dd90"><code>55f7d11</code></a>
 chore: release v5.8.0 (main) (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1116">#1116</a>)</li>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/773da95508a5e0289de960af9623b755297e502b"><code>773da95</code></a>
 feat: upgrade deps (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1122">#1122</a>)</li>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/dc9cc1b5ce09b6d42f4248cc4a3a688660dcd7fa"><code>dc9cc1b</code></a>
 feat: new rule <code>jsx-props-style</code> (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1118">#1118</a>)</li>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/faca500773c54df3e5d95203b19e283c2b654f63"><code>faca500</code></a>
 feat(space-unary-ops): allow override <code>ts-non-null</code> 
(<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1120">#1120</a>)</li>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/23b25abe1be6086f2d7b843229fbdaeb63fec668"><code>23b25ab</code></a>
 feat(list-style): support if statement (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1119">#1119</a>)</li>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2090a728703c7f8522a580983db952361ad0b4ec"><code>2090a72</code></a>
 fix(list-style): correctly get <code>(</code> for optional call 
expressions (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1114">#1114</a>)</li>
<li>See full diff in <a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.8.0/packages/eslint-plugin">compare
 view</a></li>
</ul>
</details>
<br />

Updates `eslint` from 9.39.2 to 10.0.0
<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.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>"always"</code> and 
<code>"as-needed"</code> options of the 
<code>radix</code> rule (<a 
href="https://redirect.github.com/eslint/eslint/issues/20223">#20223</a>)
 (Milos Djermanovic)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/aa3fb2b233e929b37220be940575f42c280e0b98"><code>aa3fb2b</code></a>
 fix!: tighten <code>func-names</code> schema (<a 
href="https://redirect.github.com/eslint/eslint/issues/20119">#20119</a>)
 (Pixel998)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/f6c0ed0311dcfee853367d5068c765d066e6b756"><code>f6c0ed0</code></a>
 feat!: report <code>eslint-env</code> comments as errors (<a 
href="https://redirect.github.com/eslint/eslint/issues/20128">#20128</a>)
 (Francesco Trotta)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/4bf739fb533e59f7f0a66b65f7bc80be0f37d8db"><code>4bf739f</code></a>
 fix!: remove deprecated <code>LintMessage#nodeType</code> and 
<code>TestCaseError#type</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20096">#20096</a>)
 (Pixel998)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/523c076866400670fb2192a3f55dbf7ad3469247"><code>523c076</code></a>
 feat!: drop support for jiti < 2.2.0 (<a 
href="https://redirect.github.com/eslint/eslint/issues/20016">#20016</a>)
 (michael faith)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/454a292c95f34dad232411ddac06408e6383bb64"><code>454a292</code></a>
 feat!: update <code>eslint:recommended</code> configuration (<a 
href="https://redirect.github.com/eslint/eslint/issues/20210">#20210</a>)
 (Pixel998)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/4f880ee02992e1bf0e96ebaba679985e2d1295f1"><code>4f880ee</code></a>
 feat!: remove <code>v10_*</code> and inactive 
<code>unstable_*</code> flags (<a 
href="https://redirect.github.com/eslint/eslint/issues/20225">#20225</a>)
 (sethamus)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/f18115c363a4ac7671a4c7f30ee13d57ebba330f"><code>f18115c</code></a>
 feat!: <code>no-shadow-restricted-names</code> report 
<code>globalThis</code> by default (<a 
href="https://redirect.github.com/eslint/eslint/issues/20027">#20027</a>)
 (sethamus)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/c6358c31fbd3937b92d89be2618ffdf5a774604e"><code>c6358c3</code></a>
 feat!: Require Node.js <code>^20.19.0 || ^22.13.0 || 
>=24</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20160">#20160</a>)
 (Milos Djermanovic)</li>
</ul>
<h2>Features</h2>
<ul>
<li><a 
href="https://github.com/eslint/eslint/commit/bff9091927811497dbf066b0e3b85ecb37d43822"><code>bff9091</code></a>
 feat: handle <code>Array.fromAsync</code> in 
<code>array-callback-return</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20457">#20457</a>)
 (Francesco Trotta)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/290c594bb50c439fb71bc75521ee5360daa8c222"><code>290c594</code></a>
 feat: add <code>self</code> to 
<code>no-implied-eval</code> rule (<a 
href="https://redirect.github.com/eslint/eslint/issues/20468">#20468</a>)
 (sethamus)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/43677de07ebd6e14bfac40a46ad749ba783c45f2"><code>43677de</code></a>
 feat: fix handling of function and class expression names in 
<code>no-shadow</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20432">#20432</a>)
 (Milos Djermanovic)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/f0cafe5f37e7765e9d8c2751b5f5d33107687009"><code>f0cafe5</code></a>
 feat: rule tester add assertion option <code>requireData</code> 
(<a 
href="https://redirect.github.com/eslint/eslint/issues/20409">#20409</a>)
 (fnx)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/f7ab6937e63bc618d326710858f5861a68f80616"><code>f7ab693</code></a>
 feat: output RuleTester test case failure index (<a 
href="https://redirect.github.com/eslint/eslint/issues/19976">#19976</a>)
 (ST-DDT)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/7cbcbf9c3c2008deee7d143ae35e668e8ffbccb3"><code>7cbcbf9</code></a>
 feat: add <code>countThis</code> option to 
<code>max-params</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20236">#20236</a>)
 (Gerkin)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/f148a5eaa1e89dd80ade62f0a690186b00b9f6e1"><code>f148a5e</code></a>
 feat: add error assertion options (<a 
href="https://redirect.github.com/eslint/eslint/issues/20247">#20247</a>)
 (ST-DDT)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/09e66549ecada6dcb8c567a60faf044fce049188"><code>09e6654</code></a>
 feat: update error loc of <code>require-yield</code> and 
<code>no-useless-constructor</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20267">#20267</a>)
 (Tanuj Kanti)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a 
href="https://github.com/eslint/eslint/commit/436b82f3c0a8cfa2fdc17d173e95ea11d5d3ee03"><code>436b82f</code></a>
 fix: update eslint (<a 
href="https://redirect.github.com/eslint/eslint/issues/20473">#20473</a>)
 (renovate[bot])</li>
<li><a 
href="https://github.com/eslint/eslint/commit/1d29d22fe302443cec2a11da0816397f94af97ec"><code>1d29d22</code></a>
 fix: detect default <code>this</code> binding in 
<code>Array.fromAsync</code> callbacks (<a 
href="https://redirect.github.com/eslint/eslint/issues/20456">#20456</a>)
 (Francesco Trotta)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/727451eff55b35d853e0e443d0de58f4550762bf"><code>727451e</code></a>
 fix: fix regression of global mode report range in 
<code>strict</code> rule (<a 
href="https://redirect.github.com/eslint/eslint/issues/20462">#20462</a>)
 (ntnyq)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/e80485fcd27196fa0b6f6b5c7ac8cf49ad4b079d"><code>e80485f</code></a>
 fix: remove fake <code>FlatESLint</code> and 
<code>LegacyESLint</code> exports (<a 
href="https://redirect.github.com/eslint/eslint/issues/20460">#20460</a>)
 (Francesco Trotta)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/9eeff3bc13813a786b8a4c3815def97c0fb646ef"><code>9eeff3b</code></a>
 fix: update esquery (<a 
href="https://redirect.github.com/eslint/eslint/issues/20423">#20423</a>)
 (cryptnix)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/b34b93852d014ebbcf3538d892b55e0216cdf681"><code>b34b938</code></a>
 fix: use <code>Error.prepareStackTrace</code> to estimate failing 
test location (<a 
href="https://redirect.github.com/eslint/eslint/issues/20436">#20436</a>)
 (Francesco Trotta)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/51aab5393b058f7cbed69041a9069b2bd106aabd"><code>51aab53</code></a>
 fix: update eslint (<a 
href="https://redirect.github.com/eslint/eslint/issues/20443">#20443</a>)
 (renovate[bot])</li>
<li><a 
href="https://github.com/eslint/eslint/commit/23490b266276792896a0b7b43c49a1ce87bf8568"><code>23490b2</code></a>
 fix: handle space before colon in <code>RuleTester</code> location 
estimation (<a 
href="https://redirect.github.com/eslint/eslint/issues/20433">#20433</a>)
 (Francesco Trotta)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/f244dbf2191267a4cafd08645243624baf3e8c83"><code>f244dbf</code></a>
 fix: use <code>MessagePlaceholderData</code> type from 
<code>@eslint/core</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20348">#20348</a>)
 (루밀LuMir)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/d186f8c0747f14890e86a5a39708b052b391ddaf"><code>d186f8c</code></a>
 fix: update eslint (<a 
href="https://redirect.github.com/eslint/eslint/issues/20427">#20427</a>)
 (renovate[bot])</li>
<li><a 
href="https://github.com/eslint/eslint/commit/2332262deb4ef3188b210595896bb0ff552a7e66"><code>2332262</code></a>
 fix: error location should not modify error message in RuleTester (<a 
href="https://redirect.github.com/eslint/eslint/issues/20421">#20421</a>)
 (Milos Djermanovic)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/ab99b21a6715dee1035d8f4e6d6841853eb5563f"><code>ab99b21</code></a>
 fix: ensure <code>filename</code> is passed as third argument to 
<code>verifyAndFix()</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20405">#20405</a>)
 (루밀LuMir)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/8a60f3bc80ad96c65feeb29886342623c630199c"><code>8a60f3b</code></a>
 fix: remove <code>ecmaVersion</code> and 
<code>sourceType</code> from <code>ParserOptions</code> 
type (<a 
href="https://redirect.github.com/eslint/eslint/issues/20415">#20415</a>)
 (Pixel998)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/eafd727a060131f7fc79b2eb5698d8d27683c3a2"><code>eafd727</code></a>
 fix: remove <code>TDZ</code> scope type (<a 
href="https://redirect.github.com/eslint/eslint/issues/20231">#20231</a>)
 (jaymarvelz)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/eslint/eslint/commit/4e6c4ac042e321da8fc29ce53ed03c86dcaa44a7"><code>4e6c4ac</code></a>
 10.0.0</li>
<li><a 
href="https://github.com/eslint/eslint/commit/ddd8a223000ac6a2182cc8eae35254806a3b0289"><code>ddd8a22</code></a>
 Build: changelog update for 10.0.0</li>
<li><a 
href="https://github.com/eslint/eslint/commit/bff9091927811497dbf066b0e3b85ecb37d43822"><code>bff9091</code></a>
 feat: handle <code>Array.fromAsync</code> in 
<code>array-callback-return</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20457">#20457</a>)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/1ece282c2286b5dc187ece2a793dbd8798f20bd7"><code>1ece282</code></a>
 chore: ignore <code>/docs/v9.x</code> in link checker (<a 
href="https://redirect.github.com/eslint/eslint/issues/20452">#20452</a>)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/034e1397446205e83eb341354605380195c88633"><code>034e139</code></a>
 ci: add type integration test for 
<code>@html-eslint/eslint-plugin</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/20345">#20345</a>)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/f3fbc2f60cbe2c718364feb8c3fc0452c0df3c56"><code>f3fbc2f</code></a>
 chore: set <code>@eslint/js</code> version to 10.0.0 to skip 
releasing it (<a 
href="https://redirect.github.com/eslint/eslint/issues/20466">#20466</a>)</li>
<li><a 
href="https://github.com/eslint/eslint/commit/e978ddaab7e6a3c38b4a2afa721148a6ef38f29a"><code>e978dda</code></a>
 docs: Update README</li>
<li><a 
href="https://github.com/eslint/eslint/commit/4cecf8393ae9af18c4cfd50621115eb23b3d0cb6"><code>4cecf83</code></a>
 docs: Update README</li>
<li><a 
href="https://github.com/eslint/eslint/commit/c79f0ab2e2d242a93b08ff2f6a0712e2ef60b7b8"><code>c79f0ab</code></a>
 docs: Update README</li>
<li><a 
href="https://github.com/eslint/eslint/commit/afc06817bbd0625c7b0a46bdc81c38dab0c99441"><code>afc0681</code></a>
 chore: remove scopeManager.addGlobals patch for typescript-eslint parser 
(<a 
href="https://redirect.github.com/eslint/eslint/issues/20">#20</a>...</li>
<li>Additional commits viewable in <a 
href="https://github.com/eslint/eslint/compare/v9.39.2...v10.0.0">compare
 view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have 
been made to it
- `@dependabot 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>
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/6800

-- Commit Summary --

  * Bump the dependencies group with 6 updates

-- File Changes --

    M package.json (4)
    M yarn.lock (431)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/6800.patch
https://github.com/openstreetmap/openstreetmap-website/pull/6800.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6800
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to