[openstreetmap/openstreetmap-website] Bump the dependencies group with 4 updates (PR #6941)

dependabot[bot] notifications at github.com
Wed Mar 25 23:13:50 UTC 2026


Bumps the dependencies group with 4 updates: [@mapbox/mapbox-gl-rtl-text](https://github.com/mapbox/mapbox-gl-rtl-text), [maplibre-gl](https://github.com/maplibre/maplibre-gl-js), [tag2link](https://github.com/JOSM/tag2link) and [eslint](https://github.com/eslint/eslint).

Updates `@mapbox/mapbox-gl-rtl-text` from 0.3.0 to 0.4.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mapbox/mapbox-gl-rtl-text/releases"><code>@​mapbox/mapbox-gl-rtl-text</code>'s releases</a>.</em></p>
<blockquote>
<h2>v0.4.0</h2>
<ul>
<li>Modernized the code <a href="https://redirect.github.com/mapbox/mapbox-gl-rtl-text/issues/38">#38</a>:
<ul>
<li>Reduced plugin bundle size by ~15%</li>
<li>Significantly reduced memory usage (from 16 MB to 256 kB)</li>
<li>Improved performance by reducing small allocations</li>
<li>Modernized development tooling</li>
</ul>
</li>
<li>Fixed a bug with empty text handling (h/t <a href="https://github.com/Omkarthipparthi"><code>@​Omkarthipparthi</code></a> <a href="https://redirect.github.com/mapbox/mapbox-gl-rtl-text/issues/36">#36</a>)</li>
</ul>
<p>⚠️ This is the last version distributed as single UMD file. The next one will be released as a combination of a tiny ESM JS bundle and a separate WASM file.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mapbox/mapbox-gl-rtl-text/commit/cf49b7dceb39066db3af02c46cb33e06768bfc99"><code>cf49b7d</code></a> 0.4.0</li>
<li><a href="https://github.com/mapbox/mapbox-gl-rtl-text/commit/86ad838ba099772394aa1242205ccb9f2644fdf9"><code>86ad838</code></a> Optimize memory usage, modernize &amp; simplify tooling (<a href="https://redirect.github.com/mapbox/mapbox-gl-rtl-text/issues/38">#38</a>)</li>
<li><a href="https://github.com/mapbox/mapbox-gl-rtl-text/commit/ad0f8bc14f607a01fe61425dab4d75341924c10c"><code>ad0f8bc</code></a> Add test for empty text handling in styled bidirectional processing (<a href="https://redirect.github.com/mapbox/mapbox-gl-rtl-text/issues/36">#36</a>)</li>
<li><a href="https://github.com/mapbox/mapbox-gl-rtl-text/commit/1f9e4ea847cf0fe87cd37170eb3e218eba03a885"><code>1f9e4ea</code></a> Create codeql-analysis.yml</li>
<li><a href="https://github.com/mapbox/mapbox-gl-rtl-text/commit/800d8d7803a395c3986b2d67db8e9800e4eb2bcc"><code>800d8d7</code></a> SECANDCOMP-1321: deleting CodeQL across the org; will be replaced with Prisma...</li>
<li>See full diff in <a href="https://github.com/mapbox/mapbox-gl-rtl-text/compare/v0.3.0...v0.4.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/~mbx-npm-07-production">mbx-npm-07-production</a>, a new releaser for <code>@​mapbox/mapbox-gl-rtl-text</code> since your current version.</p>
</details>
<br />

Updates `maplibre-gl` from 5.20.2 to 5.21.1
<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.21.1</h2>
<h3>🐞 Bug fixes</h3>
<ul>
<li>Add missing <code>promoteId</code> parameter to geojson worker and refactor communication object (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7320">#7320</a>) (by <a href="https://github.com/HarelM"><code>@​HarelM</code></a>)</li>
</ul>
<h2>v5.21.0</h2>
<h3>✨ Features and improvements</h3>
<ul>
<li>Add compatibility for ES2020 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7283">#7283</a>) (by <a href="https://github.com/claudiobgit"><code>@​claudiobgit</code></a>)</li>
<li>Add <code>referrerPolicy</code> option to <code>RequestParameters</code> to allow controlling the referrer policy for tile requests (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7278">#7278</a>) (by <a href="https://github.com/Bingtagui404"><code>@​Bingtagui404</code></a>)</li>
<li>Wait for the GPU to finish its callstack for rendering benchmarks (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7285">#7285</a>) (by <a href="https://github.com/xavierjs"><code>@​xavierjs</code></a>)</li>
<li>Remove Edge 18 WebP detection workaround; always send <code>Accept: image/webp</code> header for image requests (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7293">#7293</a>) (by <a href="https://github.com/johanrd"><code>@​johanrd</code></a>)</li>
<li>Remove legacy browser compatibility code targeting IE11 and pre-2016 browsers (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7294">#7294</a>) (by <a href="https://github.com/johanrd"><code>@​johanrd</code></a>)</li>
<li>Remove legacy <code>DOM.remove()</code> and <code>DOM.mouseButton()</code> wrappers; use native APIs directly (baseline 2015) (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7295">#7295</a>) (by <a href="https://github.com/johanrd"><code>@​johanrd</code></a>)</li>
<li>Make <code>setTransformRequest</code> accept an async function in addition to a sync function. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7184">#7184</a>) (by <a href="https://github.com/kikuomax"><code>@​kikuomax</code>
</a>)</li>
</ul>
<h3>🐞 Bug fixes</h3>
<ul>
<li>Fix incorrect popup location in case of terrain and <code>jumpTo</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7267">#7267</a>) (by <a href="https://github.com/HarelM"><code>@​HarelM</code></a>)</li>
<li>Fix memory leak in VideoSource: remove <code>playing</code> event listener and pause video on source removal (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7279">#7279</a>) (by <a href="https://github.com/johanrd"><code>@​johanrd</code></a>)</li>
<li>Fix memory leak where typed array views retained StructArray buffers after GPU upload, preventing garbage collection (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7280">#7280</a>) (by <a href="https://github.com/johanrd"><code>@​johanrd</code></a>)</li>
<li>Fix raster DEM tiles getting stuck in <code>&quot;reloading&quot;</code> state (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7284">#7284</a>) (by <a href="https://github.com/katemihalikova"><code>@​katemihalikova</code></a>)</li>
<li>Fix <code>GeolocateControl</code> leaking a <code>movestart</code> listener on the map after removal, which could also crash if the control was in active tracking state when removed (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7286">#7286</a>) (by <a href="https://github.com/johanrd"><code>@​johanrd</code></a>)</li>
<li>Cap tile texture reuse pool to prevent unbounded VRAM growth during rapid zoom/pan (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7289">#7289</a>) (by <a href="https://github.com/johanrd"><code>@​johanrd</code></a>)</li>
<li>Fix Marker <code>click</code> listener not removed on <code>remove()</code>, leaking the handler added in <a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7028">#7028</a> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7287">#7287</a>) (by <a href="https://github.com/johanrd"><code>@​johanrd</code></a>)</li>
<li>Fix Terrain GPU resource leak: free FBO, textures, and meshes when terrain is disabled via <code>setTerrain(null)</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7288">#7288</a>) (by <a href="https://github.com/johanrd"><code>@​johanrd</code></a>)</li>
<li>Fix guard against partial layout in <code>PauseablePlacement</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7079">#7079</a>) (by <a href="https://github.com/garethbowker"><code>@​garethbowker</code></a>)</li>
<li>Fix missing tile encoding for MLT queryRenderedFeatures (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7056">#7056</a>) (by <a href="https://github.com/dannote"><code>@​dannote</code></a> and <a href="https://github.com/ted-piotrowski"><code>@​ted-piotrowski</code></a>)</li>
<li>Fix 3D Tiles example (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7275">#7275</a>) (by <a href="https://github.com/hh-hang"><code>@​hh-hang</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.21.1</h2>
<h3>🐞 Bug fixes</h3>
<ul>
<li>Add missing <code>promoteId</code> parameter to geojson worker and refactor communication object (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7320">#7320</a>) (by <a href="https://github.com/HarelM"><code>@​HarelM</code></a>)</li>
</ul>
<h2>5.21.0</h2>
<h3>✨ Features and improvements</h3>
<ul>
<li>Add compatibility for ES2020 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7283">#7283</a>) (by <a href="https://github.com/claudiobgit"><code>@​claudiobgit</code></a>)</li>
<li>Add <code>referrerPolicy</code> option to <code>RequestParameters</code> to allow controlling the referrer policy for tile requests (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7278">#7278</a>) (by <a href="https://github.com/Bingtagui404"><code>@​Bingtagui404</code></a>)</li>
<li>Wait for the GPU to finish its callstack for rendering benchmarks (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7285">#7285</a>) (by <a href="https://github.com/xavierjs"><code>@​xavierjs</code></a>)</li>
<li>Remove Edge 18 WebP detection workaround; always send <code>Accept: image/webp</code> header for image requests (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7293">#7293</a>) (by <a href="https://github.com/johanrd"><code>@​johanrd</code></a>)</li>
<li>Remove legacy browser compatibility code targeting IE11 and pre-2016 browsers (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7294">#7294</a>) (by <a href="https://github.com/johanrd"><code>@​johanrd</code></a>)</li>
<li>Remove legacy <code>DOM.remove()</code> and <code>DOM.mouseButton()</code> wrappers; use native APIs directly (baseline 2015) (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7295">#7295</a>) (by <a href="https://github.com/johanrd"><code>@​johanrd</code></a>)</li>
<li>Make <code>setTransformRequest</code> accept an async function in addition to a sync function. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7184">#7184</a>) (by <a href="https://github.com/kikuomax"><code>@​kikuomax</code>
</a>)</li>
</ul>
<h3>🐞 Bug fixes</h3>
<ul>
<li>Fix incorrect popup location in case of terrain and <code>jumpTo</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7267">#7267</a>) (by <a href="https://github.com/HarelM"><code>@​HarelM</code></a>)</li>
<li>Fix memory leak in VideoSource: remove <code>playing</code> event listener and pause video on source removal (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7279">#7279</a>) (by <a href="https://github.com/johanrd"><code>@​johanrd</code></a>)</li>
<li>Fix memory leak where typed array views retained StructArray buffers after GPU upload, preventing garbage collection (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7280">#7280</a>) (by <a href="https://github.com/johanrd"><code>@​johanrd</code></a>)</li>
<li>Fix raster DEM tiles getting stuck in <code>&quot;reloading&quot;</code> state (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7284">#7284</a>) (by <a href="https://github.com/katemihalikova"><code>@​katemihalikova</code></a>)</li>
<li>Fix <code>GeolocateControl</code> leaking a <code>movestart</code> listener on the map after removal, which could also crash if the control was in active tracking state when removed (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7286">#7286</a>) (by <a href="https://github.com/johanrd"><code>@​johanrd</code></a>)</li>
<li>Cap tile texture reuse pool to prevent unbounded VRAM growth during rapid zoom/pan (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7289">#7289</a>) (by <a href="https://github.com/johanrd"><code>@​johanrd</code></a>)</li>
<li>Fix Marker <code>click</code> listener not removed on <code>remove()</code>, leaking the handler added in <a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7028">#7028</a> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7287">#7287</a>) (by <a href="https://github.com/johanrd"><code>@​johanrd</code></a>)</li>
<li>Fix Terrain GPU resource leak: free FBO, textures, and meshes when terrain is disabled via <code>setTerrain(null)</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7288">#7288</a>) (by <a href="https://github.com/johanrd"><code>@​johanrd</code></a>)</li>
<li>Fix guard against partial layout in <code>PauseablePlacement</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7079">#7079</a>) (by <a href="https://github.com/garethbowker"><code>@​garethbowker</code></a>)</li>
<li>Fix missing tile encoding for MLT queryRenderedFeatures (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7056">#7056</a>) (by <a href="https://github.com/dannote"><code>@​dannote</code></a> and <a href="https://github.com/ted-piotrowski"><code>@​ted-piotrowski</code></a>)</li>
<li>Fix 3D Tiles example (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7275">#7275</a>) (by <a href="https://github.com/hh-hang"><code>@​hh-hang</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/1fe69fd961d62c9b017debfc7eb49c32c53e5339"><code>1fe69fd</code></a> Bump js version to 5.21.1 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7325">#7325</a>)</li>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/1bf28ae09ad2b158cb64795efea6fac9da9a8ba6"><code>1bf28ae</code></a> Add missing promoteId parameter to geojson worker (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7320">#7320</a>)</li>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/1557f5205f210a7f1a20c7f0d30ef00746cc6938"><code>1557f52</code></a> chore(deps-dev): bump canvas from 3.2.1 to 3.2.2 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7324">#7324</a>)</li>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/73db19a8ecc2f02b9a5d8eb969ff9a48375ef5e7"><code>73db19a</code></a> chore(deps-dev): bump <code>@​vitest/eslint-plugin</code> in the vitest group (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7321">#7321</a>)</li>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/9eeb0fd4a555e45419a01324d9760b52cc1c6439"><code>9eeb0fd</code></a> chore(deps-dev): bump rollup from 4.59.1 to 4.60.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7322">#7322</a>)</li>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/a5a63bcedee8eceb3fd90f7e5f727dbad35273d8"><code>a5a63bc</code></a> chore(deps-dev): bump rollup from 4.59.0 to 4.59.1 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7316">#7316</a>)</li>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/a54d7a149745a1af0ae834800772e41993648da6"><code>a54d7a1</code></a> chore(deps): bump github/codeql-action from 4.33.0 to 4.34.1 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7317">#7317</a>)</li>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/a4c8bc8ad0fb685d846be9c80e5169799f9b7d93"><code>a4c8bc8</code></a> chore(deps): bump ggilder/codecoverage from 1.3.0 to 1.3.1 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7318">#7318</a>)</li>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/a8cf500b71089778f93c64c975bcaa0598e14c5d"><code>a8cf500</code></a> chore(deps-dev): bump devtools-protocol from 0.0.1596832 to 0.0.1602427 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7312">#7312</a>)</li>
<li><a href="https://github.com/maplibre/maplibre-gl-js/commit/65766d25e8c979f240a89ae7ae2c117c0d8bef86"><code>65766d2</code></a> chore(deps-dev): bump puppeteer from 24.39.1 to 24.40.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7313">#7313</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.20.2...v5.21.1">compare view</a></li>
</ul>
</details>
<br />

Updates `tag2link` from 2026.2.21 to 2026.3.21
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/JOSM/tag2link/releases">tag2link's releases</a>.</em></p>
<blockquote>
<h2>2026.3.21</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/JOSM/tag2link/compare/2026.2.21...2026.3.21">https://github.com/JOSM/tag2link/compare/2026.2.21...2026.3.21</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/JOSM/tag2link/commit/543fcd2e9181a6a0b0fddb3a4a96c4b58b4bb65c"><code>543fcd2</code></a> Automatic update for 2026.3.21: taginfo.json</li>
<li><a href="https://github.com/JOSM/tag2link/commit/64edaf7654cf63dd66c20345cf5a4098a6ca1129"><code>64edaf7</code></a> Automatic update for 2026.3.21: package.json</li>
<li><a href="https://github.com/JOSM/tag2link/commit/08b50143074fa8ad575f166b03b2186c02c161d0"><code>08b5014</code></a> Automatic update for 2026.3.21: index.json</li>
<li>See full diff in <a href="https://github.com/JOSM/tag2link/compare/2026.2.21...2026.3.21">compare view</a></li>
</ul>
</details>
<br />

Updates `eslint` from 10.0.3 to 10.1.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.1.0</h2>
<h2>Features</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/ff4382be349035acdb170627a2dc92828e134562"><code>ff4382b</code></a> feat: apply fix for <code>no-var</code> in <code>TSModuleBlock</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20638">#20638</a>) (Tanuj Kanti)</li>
<li><a href="https://github.com/eslint/eslint/commit/0916995b51528872b15ba4fedb24172cf25fcb3f"><code>0916995</code></a> feat: Implement api support for bulk-suppressions (<a href="https://redirect.github.com/eslint/eslint/issues/20565">#20565</a>) (Blake Sager)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/2b8824e6be4223980e929a20025602df20d05ea2"><code>2b8824e</code></a> fix: Prevent <code>no-var</code> autofix when a variable is used before declaration (<a href="https://redirect.github.com/eslint/eslint/issues/20464">#20464</a>) (Amaresh  S M)</li>
<li><a href="https://github.com/eslint/eslint/commit/e58b4bff167e79afd067d1b0ee9360bec2d3393e"><code>e58b4bf</code></a> fix: update eslint (<a href="https://redirect.github.com/eslint/eslint/issues/20597">#20597</a>) (renovate[bot])</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/b7b57fe9942c572ff651230f1f96cefed787ca52"><code>b7b57fe</code></a> docs: use correct JSDoc link in require-jsdoc.md (<a href="https://redirect.github.com/eslint/eslint/issues/20641">#20641</a>) (mkemna-clb)</li>
<li><a href="https://github.com/eslint/eslint/commit/58e4cfc7dbf0fe40c73f09bf0ff94ad944d0ba0e"><code>58e4cfc</code></a> docs: add deprecation notice partial (<a href="https://redirect.github.com/eslint/eslint/issues/20639">#20639</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/7143dbf99df27c61edf1552da981794e99a0b2f2"><code>7143dbf</code></a> docs: update v9 migration guide for <code>@eslint/js</code> usage (<a href="https://redirect.github.com/eslint/eslint/issues/20540">#20540</a>) (fnx)</li>
<li><a href="https://github.com/eslint/eslint/commit/035fc4fbe506e3e4524882cf50db37a4e430adf4"><code>035fc4f</code></a> docs: note that <code>globalReturn</code> applies only with <code>sourceType: &quot;script&quot;</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20630">#20630</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/e972c88ab7474a74191ee99ac2558b00d0427a8a"><code>e972c88</code></a> docs: merge ESLint option descriptions into type definitions (<a href="https://redirect.github.com/eslint/eslint/issues/20608">#20608</a>) (Francesco Trotta)</li>
<li><a href="https://github.com/eslint/eslint/commit/7f10d8440137f0cfd75f18f4746ba6a1c621b953"><code>7f10d84</code></a> docs: Update README (GitHub Actions Bot)</li>
<li><a href="https://github.com/eslint/eslint/commit/aeed0078ca2f73d4744cc522102178d45b5be64e"><code>aeed007</code></a> docs: open playground link in new tab (<a href="https://redirect.github.com/eslint/eslint/issues/20602">#20602</a>) (Tanuj Kanti)</li>
<li><a href="https://github.com/eslint/eslint/commit/a0d1a3772679d3d74bb860fc65b5b58678acd452"><code>a0d1a37</code></a> docs: Add AI Usage Policy (<a href="https://redirect.github.com/eslint/eslint/issues/20510">#20510</a>) (Nicholas C. Zakas)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/a9f9cce82d80b540a0e3549d0e91c16df28740d8"><code>a9f9cce</code></a> chore: update dependency eslint-plugin-unicorn to ^63.0.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20584">#20584</a>) (Milos Djermanovic)</li>
<li><a href="https://github.com/eslint/eslint/commit/1f42bd7876ae4192cf7f7f4faf73b4ef3d2563cb"><code>1f42bd7</code></a> chore: update <code>prettier</code> to 3.8.1 (<a href="https://redirect.github.com/eslint/eslint/issues/20651">#20651</a>) (루밀LuMir)</li>
<li><a href="https://github.com/eslint/eslint/commit/c0a6f4a2b4169edeca2a81bf7b47783e39ade366"><code>c0a6f4a</code></a> chore: update dependency <code>@​eslint/json</code> to ^1.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20652">#20652</a>) (renovate[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/cc43f795c42e5ec2f19bb43b1f6d534ef2e469f3"><code>cc43f79</code></a> chore: update dependency c8 to v11 (<a href="https://redirect.github.com/eslint/eslint/issues/20650">#20650</a>) (renovate[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/2ce4635b036ff2665c7009afddf9c0fb2274dceb"><code>2ce4635</code></a> chore: update dependency <code>@​eslint/json</code> to v1 (<a href="https://redirect.github.com/eslint/eslint/issues/20649">#20649</a>) (renovate[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/f0406eedcc3dc415babbbf6bbdb5db1eebfd487b"><code>f0406ee</code></a> chore: update dependency markdownlint-cli2 to ^0.21.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20646">#20646</a>) (renovate[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/dbb4c9582a00bac604d5c6ac671bb7111468a846"><code>dbb4c95</code></a> chore: remove trunk (<a href="https://redirect.github.com/eslint/eslint/issues/20478">#20478</a>) (sethamus)</li>
<li><a href="https://github.com/eslint/eslint/commit/c672a2a70579fddf1c6ce33dfa712d705726e1c9"><code>c672a2a</code></a> test: fix CLI test for empty output file (<a href="https://redirect.github.com/eslint/eslint/issues/20640">#20640</a>) (kuldeep kumar)</li>
<li><a href="https://github.com/eslint/eslint/commit/c7ada2455680036bbfc42fcb1511ff28afe3c587"><code>c7ada24</code></a> ci: bump pnpm/action-setup from 4.3.0 to 4.4.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20636">#20636</a>) (dependabot[bot])</li>
<li><a href="https://github.com/eslint/eslint/commit/07c4b8b4a9f49145e60a3448dd57853213ed4de3"><code>07c4b8b</code></a> test: fix <code>RuleTester</code> test without test runners (<a href="https://redirect.github.com/eslint/eslint/issues/20631">#20631</a>) (Francesco Trotta)</li>
<li><a href="https://github.com/eslint/eslint/commit/079bba7ff17d0a99fdffe32bf991d005ba797fae"><code>079bba7</code></a> test: Add tests for <code>isValidWithUnicodeFlag</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20601">#20601</a>) (Manish chaudhary)</li>
<li><a href="https://github.com/eslint/eslint/commit/5885ae66216bcee9310bbf73786b7d7d5774aeaf"><code>5885ae6</code></a> ci: unpin Node.js 25.x in CI (<a href="https://redirect.github.com/eslint/eslint/issues/20615">#20615</a>) (Copilot)</li>
<li><a href="https://github.com/eslint/eslint/commit/f65e5d3c0df65fdb317ad6d23f7ae113c5f4b6d7"><code>f65e5d3</code></a> chore: update pnpm/action-setup digest to b906aff (<a href="https://redirect.github.com/eslint/eslint/issues/20610">#20610</a>) (renovate[bot])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/eslint/eslint/commit/8351ec7aaa0f7d4753ff39bb9d6260f2ac9e1f1a"><code>8351ec7</code></a> 10.1.0</li>
<li><a href="https://github.com/eslint/eslint/commit/3270bc12165d62646fd0edaab2c28809302663a1"><code>3270bc1</code></a> Build: changelog update for 10.1.0</li>
<li><a href="https://github.com/eslint/eslint/commit/a9f9cce82d80b540a0e3549d0e91c16df28740d8"><code>a9f9cce</code></a> chore: update dependency eslint-plugin-unicorn to ^63.0.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20584">#20584</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/1f42bd7876ae4192cf7f7f4faf73b4ef3d2563cb"><code>1f42bd7</code></a> chore: update <code>prettier</code> to 3.8.1 (<a href="https://redirect.github.com/eslint/eslint/issues/20651">#20651</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/c0a6f4a2b4169edeca2a81bf7b47783e39ade366"><code>c0a6f4a</code></a> chore: update dependency <code>@​eslint/json</code> to ^1.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20652">#20652</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/cc43f795c42e5ec2f19bb43b1f6d534ef2e469f3"><code>cc43f79</code></a> chore: update dependency c8 to v11 (<a href="https://redirect.github.com/eslint/eslint/issues/20650">#20650</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/2ce4635b036ff2665c7009afddf9c0fb2274dceb"><code>2ce4635</code></a> chore: update dependency <code>@​eslint/json</code> to v1 (<a href="https://redirect.github.com/eslint/eslint/issues/20649">#20649</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/f0406eedcc3dc415babbbf6bbdb5db1eebfd487b"><code>f0406ee</code></a> chore: update dependency markdownlint-cli2 to ^0.21.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20646">#20646</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/dbb4c9582a00bac604d5c6ac671bb7111468a846"><code>dbb4c95</code></a> chore: remove trunk (<a href="https://redirect.github.com/eslint/eslint/issues/20478">#20478</a>)</li>
<li><a href="https://github.com/eslint/eslint/commit/ff4382be349035acdb170627a2dc92828e134562"><code>ff4382b</code></a> feat: apply fix for <code>no-var</code> in <code>TSModuleBlock</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20638">#20638</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v10.0.3...v10.1.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/6941?email_source=notifications&email_token=AAK2OLNZHCIBEDNMDG626Q34SRR25A5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF4ZTINBYGAZDSOBXGKTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVVYHEX3POBSW4X3DNRUWG2Y

-- Commit Summary --

  * Bump the dependencies group with 4 updates

-- File Changes --

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

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/6941.patch?email_source=notifications&email_token=AAK2OLMXUHHAA5NWMPMGDEL4SRR25A5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF4ZTINBYGAZDSOBXGKTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVZYHEX3QMF2GG2C7MNWGSY3Lhttps://github.com/openstreetmap/openstreetmap-website/pull/6941.diff?email_source=notifications&email_token=AAK2OLJJ4QAIQ2WWXML77OT4SRR25A5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF4ZTINBYGAZDSOBXGKTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVVYHEX3ENFTGMX3DNRUWG2Y
-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6941
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6941 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260325/5e747e35/attachment-0001.htm>


More information about the rails-dev mailing list