Bumps the dependencies group with 3 updates: 
[leaflet.locatecontrol](https://github.com/domoritz/leaflet-locatecontrol), 
[maplibre-gl](https://github.com/maplibre/maplibre-gl-js) and 
[@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin).

Updates `leaflet.locatecontrol` from 0.86.0 to 0.87.0
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/domoritz/leaflet-locatecontrol/commit/2e5f7f5666cc918e4a23d2a27f8638e75dda0181"><code>2e5f7f5</code></a>
 0.87.0</li>
<li><a 
href="https://github.com/domoritz/leaflet-locatecontrol/commit/7574fd4c165ae885dfc04006465ab6556c7cdfee"><code>7574fd4</code></a>
 fix: strings.text styling and documentation (<a 
href="https://redirect.github.com/domoritz/leaflet-locatecontrol/issues/394">#394</a>)</li>
<li><a 
href="https://github.com/domoritz/leaflet-locatecontrol/commit/921f8abec03d9c86f8ae3e79c3009d20911c3d89"><code>921f8ab</code></a>
 refactor(setView): improve code consistency and readability (<a 
href="https://redirect.github.com/domoritz/leaflet-locatecontrol/issues/393">#393</a>)</li>
<li><a 
href="https://github.com/domoritz/leaflet-locatecontrol/commit/0a5e8855ea102c4c431395870de214fc92ba2a27"><code>0a5e885</code></a>
 refactor: modernize code and improve maintainability (<a 
href="https://redirect.github.com/domoritz/leaflet-locatecontrol/issues/392">#392</a>)</li>
<li><a 
href="https://github.com/domoritz/leaflet-locatecontrol/commit/582e4ee1d1781838d77c8c96613485d3a5e647eb"><code>582e4ee</code></a>
 fix: prevent prototype pollution in LocateControl options (<a 
href="https://redirect.github.com/domoritz/leaflet-locatecontrol/issues/391">#391</a>)</li>
<li><a 
href="https://github.com/domoritz/leaflet-locatecontrol/commit/3490df3dbb00e920d6b39107aaf591700a04c1c7"><code>3490df3</code></a>
 test: add test framework (<a 
href="https://redirect.github.com/domoritz/leaflet-locatecontrol/issues/390">#390</a>)</li>
<li><a 
href="https://github.com/domoritz/leaflet-locatecontrol/commit/df2cba1d3b0f8c84a68edfe44c0d5e61337b41a2"><code>df2cba1</code></a>
 fix: stopFollowing crash when called before location found (<a 
href="https://redirect.github.com/domoritz/leaflet-locatecontrol/issues/389">#389</a>)</li>
<li><a 
href="https://github.com/domoritz/leaflet-locatecontrol/commit/8ab623930e283c1e55316652b2dac84c07a284d4"><code>8ab6239</code></a>
 feat: stop locate when control is removed from map (<a 
href="https://redirect.github.com/domoritz/leaflet-locatecontrol/issues/388">#388</a>)</li>
<li><a 
href="https://github.com/domoritz/leaflet-locatecontrol/commit/b19ccf66068628d1876f3141d5d861a0b00317c1"><code>b19ccf6</code></a>
 feat: add timeout feedback in watch mode (<a 
href="https://redirect.github.com/domoritz/leaflet-locatecontrol/issues/387">#387</a>)</li>
<li>See full diff in <a 
href="https://github.com/domoritz/leaflet-locatecontrol/compare/v0.86.0...v0.87.0">compare
 view</a></li>
</ul>
</details>
<br />

Updates `maplibre-gl` from 5.16.0 to 5.17.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.17.0</h2>
<h3>✨ Features and improvements</h3>
<ul>
<li>Refactor _updateWorkerData (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6983">#6983</a>)
 (by <a 
href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li>
<li>⚠️ Add <code>zoomSnap</code> option to 
<code>Map</code> to allow snapping zoom levels to a grid when 
zooming in and out; aligns the behavior across all UI patterns (keyboard, 
scroll wheel, on-screen zoom buttons, double-click, double-tap). Previously, 
pressing +/- on the keyboard zoomed to rounded whole integers, more or less 
than 1 zoom level when starting from a fractional zoom. Now any number can be 
specified for <code>zoomSnap</code>; a value of 1.0 produces the 
rounded whole integer behavior across all UI patterns. (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6941">#6941</a>)
 (by <a 
href="https://github.com/mizmay"><code>@​mizmay</code></a>)</li>
<li>Add support for container elements from different windows (e.g., 
popup or iframe) (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6969">#6969</a>)
 (by <a 
href="https://github.com/Syncret"><code>@​Syncret</code></a>)</li>
<li>Migrate to <code>@​maplibre/geojson-vt</code> (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6995">#6995</a>)
 (by <a 
href="https://github.com/HarelM"><code>@​HarelM</code></a>)</li>
</ul>
<h3>🐞 Bug fixes</h3>
<ul>
<li>Fix incorrect shader selection for text labels with inline images 
(<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6956">#6956</a>)
 (by <a 
href="https://github.com/ciscorn"><code>@​ciscorn</code></a>)</li>
<li>Fix marker positions not updating when zoom or pitch are changed 
following a change in constraints (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6925">#6925</a>)
 (by <a 
href="https://github.com/auspicus">auspicus</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.17.0</h2>
<h3>✨ Features and improvements</h3>
<ul>
<li>Refactor _updateWorkerData (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6983">#6983</a>)
 (by <a 
href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li>
<li>⚠️ Add <code>zoomSnap</code> option to 
<code>Map</code> to allow snapping zoom levels to a grid when 
zooming in and out; aligns the behavior across all UI patterns (keyboard, 
scroll wheel, on-screen zoom buttons, double-click, double-tap). Previously, 
pressing +/- on the keyboard zoomed to rounded whole integers, more or less 
than 1 zoom level when starting from a fractional zoom. Now any number can be 
specified for <code>zoomSnap</code>; a value of 1.0 produces the 
rounded whole integer behavior across all UI patterns. (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6941">#6941</a>)
 (by <a 
href="https://github.com/mizmay"><code>@​mizmay</code></a>)</li>
<li>Add support for container elements from different windows (e.g., 
popup or iframe) (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6969">#6969</a>)
 (by <a 
href="https://github.com/Syncret"><code>@​Syncret</code></a>)</li>
<li>Migrate to <code>@​maplibre/geojson-vt</code> (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6995">#6995</a>)
 (by <a 
href="https://github.com/HarelM"><code>@​HarelM</code></a>)</li>
</ul>
<h3>🐞 Bug fixes</h3>
<ul>
<li>Fix incorrect shader selection for text labels with inline images 
(<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6956">#6956</a>)
 (by <a 
href="https://github.com/ciscorn"><code>@​ciscorn</code></a>)</li>
<li>Fix marker positions not updating when zoom or pitch are changed 
following a change in constraints (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6925">#6925</a>)
 (by <a 
href="https://github.com/auspicus">auspicus</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/e00b513418b3221af7a6dd964fcf19d68ae86349"><code>e00b513</code></a>
 Bump js version to 5.17.0 (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7023">#7023</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/ecfba847c0abb4bfa7aab619eec376dc1c10b93d"><code>ecfba84</code></a>
 chore(deps-dev): bump <code>@​stylistic/eslint-plugin</code> from 
5.7.0 to 5.7.1 (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7021">#7021</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/75bf1994baf4418537171be52d29581a1aa24c81"><code>75bf199</code></a>
 chore(deps-dev): bump devtools-protocol from 0.0.1573491 to 0.0.1574117 (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7020">#7020</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/44ecdfaa0d0d9763355fe1510de24bcab7857611"><code>44ecdfa</code></a>
 chore(deps-dev): bump eslint-plugin-html from 8.1.3 to 8.1.4 (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7019">#7019</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/5a57f94d0d4faaf33947f0215182dc2272a78f10"><code>5a57f94</code></a>
 chore(deps-dev): bump globals from 17.0.0 to 17.1.0 (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7012">#7012</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/b1c317d487c5917f9247326a9ee5bda4aba2fef6"><code>b1c317d</code></a>
 chore(deps-dev): bump puppeteer from 24.35.0 to 24.36.0 (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7011">#7011</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/a2b859ab463af96adcedecb7a87601c8511fd7aa"><code>a2b859a</code></a>
 chore(deps-dev): bump rollup from 4.55.2 to 4.56.0 (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7013">#7013</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/afe136f6b6a8ac7b9d08d11eee3512ef184ac6b9"><code>afe136f</code></a>
 chore(deps-dev): bump devtools-protocol from 0.0.1568225 to 0.0.1573491 (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7014">#7014</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/fccf74e899a1a42a661575abb6d6b1186ee53c96"><code>fccf74e</code></a>
 chore(deps-dev): bump <code>@​types/react</code> from 19.2.8 to 
19.2.9 (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7010">#7010</a>)</li>
<li><a 
href="https://github.com/maplibre/maplibre-gl-js/commit/5ea0ec90317a01879d804c6d5c5b40f2d476260a"><code>5ea0ec9</code></a>
 chore(deps-dev): bump the vitest group with 3 updates (<a 
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7008">#7008</a>)</li>
<li>Additional commits viewable in <a 
href="https://github.com/maplibre/maplibre-gl-js/compare/v5.16.0...v5.17.0">compare
 view</a></li>
</ul>
</details>
<br />

Updates `@stylistic/eslint-plugin` from 5.7.0 to 5.7.1
<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.7.1</h2>
<h2><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.7.0...v5.7.1">5.7.1</a>
 (2026-01-23)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add <code>meta</code> to plugin (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1102">#1102</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f9d8a2143ae854924b58c8bac7c5f5c22a06b5c4">f9d8a21</a>)</li>
<li><strong>deps:</strong> revert 
<code>eslint-visitor-keys</code> and 
<code>espree</code> to compatible versions (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1111">#1111</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/572f1abf6382248e276f0ad2e3107f08a035436f">572f1ab</a>)</li>
<li><strong>disable-legacy:</strong> disable 
<code>multiline-comment-style</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1103">#1103</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/03fc476d716e4aa41390b867f2f0fa0155a9bfec">03fc476</a>)</li>
<li><strong>no-whitespace-before-property:</strong> detect 
whitespace in <code>TSIndexedAccessType</code> with parens (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1099">#1099</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/60aafcbf47c086031522c4700ada4b2a313614ce">60aafcb</a>)</li>
<li>upgrade deps (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1112">#1112</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/29a1d0a5aa0d0f248b515474a1c6583abcd5fe1b">29a1d0a</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><strong>indent:</strong> update deprecation tips (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1109">#1109</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/6a6d30b125e3bfd031c62ed058358cfcc0356fa5">6a6d30b</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li>extract <code>safeReplaceTextBetween</code> to reuse 
common fix logic (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1104">#1104</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a49451f8246d5efe670116beec741d993c53a682">a49451f</a>)</li>
<li><strong>jsx-rules:</strong> cleanup 
<code>meta</code>, use <code>defaultOptions</code> 
(<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1108">#1108</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/55bbd1d52f5d5b300bfd6032a17c4ada66629453">55bbd1d</a>)</li>
<li><strong>line-comment-position:</strong> simplify options 
initialization (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1106">#1106</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4d6b10ad6a29ec4443b66db3634f88e314df4f74">4d6b10a</a>)</li>
<li>use <code>defaultOptions</code> in rules (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1105">#1105</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/666e8eea27f98ffeb836ede36ce81491a8c580e7">666e8ee</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.0...v5.7.1">5.7.1</a>
 (2026-01-23)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add <code>meta</code> to plugin (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1102">#1102</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f9d8a2143ae854924b58c8bac7c5f5c22a06b5c4">f9d8a21</a>)</li>
<li><strong>deps:</strong> revert 
<code>eslint-visitor-keys</code> and 
<code>espree</code> to compatible versions (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1111">#1111</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/572f1abf6382248e276f0ad2e3107f08a035436f">572f1ab</a>)</li>
<li><strong>disable-legacy:</strong> disable 
<code>multiline-comment-style</code> (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1103">#1103</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/03fc476d716e4aa41390b867f2f0fa0155a9bfec">03fc476</a>)</li>
<li><strong>no-whitespace-before-property:</strong> detect 
whitespace in <code>TSIndexedAccessType</code> with parens (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1099">#1099</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/60aafcbf47c086031522c4700ada4b2a313614ce">60aafcb</a>)</li>
<li>upgrade deps (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1112">#1112</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/29a1d0a5aa0d0f248b515474a1c6583abcd5fe1b">29a1d0a</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><strong>indent:</strong> update deprecation tips (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1109">#1109</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/6a6d30b125e3bfd031c62ed058358cfcc0356fa5">6a6d30b</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li>extract <code>safeReplaceTextBetween</code> to reuse 
common fix logic (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1104">#1104</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a49451f8246d5efe670116beec741d993c53a682">a49451f</a>)</li>
<li><strong>jsx-rules:</strong> cleanup 
<code>meta</code>, use <code>defaultOptions</code> 
(<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1108">#1108</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/55bbd1d52f5d5b300bfd6032a17c4ada66629453">55bbd1d</a>)</li>
<li><strong>line-comment-position:</strong> simplify options 
initialization (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1106">#1106</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4d6b10ad6a29ec4443b66db3634f88e314df4f74">4d6b10a</a>)</li>
<li>use <code>defaultOptions</code> in rules (<a 
href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1105">#1105</a>)
 (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/666e8eea27f98ffeb836ede36ce81491a8c580e7">666e8ee</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5c4b512a225a314fa5f41eead9fdc4d51fc243d7"><code>5c4b512</code></a>
 chore: release v5.7.1 (main) (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1101">#1101</a>)</li>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/29a1d0a5aa0d0f248b515474a1c6583abcd5fe1b"><code>29a1d0a</code></a>
 fix: upgrade deps (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1112">#1112</a>)</li>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/6a6d30b125e3bfd031c62ed058358cfcc0356fa5"><code>6a6d30b</code></a>
 docs(indent): update deprecation tips (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1109">#1109</a>)</li>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/62b7247ef9414e6a361ab3c638526b24f3880419"><code>62b7247</code></a>
 chore(lint): enable 
<code>eslint-plugin/no-meta-schema-default</code> internally (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1110">#1110</a>)</li>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/666e8eea27f98ffeb836ede36ce81491a8c580e7"><code>666e8ee</code></a>
 refactor: use <code>defaultOptions</code> in rules (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1105">#1105</a>)</li>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/55bbd1d52f5d5b300bfd6032a17c4ada66629453"><code>55bbd1d</code></a>
 refactor(jsx-rules): cleanup <code>meta</code>, use 
<code>defaultOptions</code> (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1108">#1108</a>)</li>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4d6b10ad6a29ec4443b66db3634f88e314df4f74"><code>4d6b10a</code></a>
 refactor(line-comment-position): simplify options initialization (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1106">#1106</a>)</li>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a49451f8246d5efe670116beec741d993c53a682"><code>a49451f</code></a>
 refactor: extract <code>safeReplaceTextBetween</code> to reuse 
common fix logic (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1104">#1104</a>)</li>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b250f8422429434ecf539ea819e4312460e5c60c"><code>b250f84</code></a>
 chore: setup <code>eslint-plugin-eslint-plugin</code>, sort 
<code>meta</code> & <code>createRule</code> 
(<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1107">#1107</a>)</li>
<li><a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f9d8a2143ae854924b58c8bac7c5f5c22a06b5c4"><code>f9d8a21</code></a>
 fix: add <code>meta</code> to plugin (<a 
href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1102">#1102</a>)</li>
<li>Additional commits viewable in <a 
href="https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.7.1/packages/eslint-plugin">compare
 view</a></li>
</ul>
</details>
<br />


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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have 
been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block 
automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You 
can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this 
group update PR and stop Dependabot creating any more for the specific 
dependency's major version (unless you unignore this specific 
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this 
group update PR and stop Dependabot creating any more for the specific 
dependency's minor version (unless you unignore this specific 
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR 
and stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will 
remove the ignore condition of the specified dependency and ignore conditions


</details>
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Bump the dependencies group with 3 updates

-- File Changes --

    M package.json (2)
    M yarn.lock (82)

-- Patch Links --

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

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6752
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