Skip to content

Commit 8ae9ad4

Browse files
chore(deps): Bump the all-npm-fe-version-updates group in /demo/frontend with 7 updates (#2371)
Bumps the all-npm-fe-version-updates group in /demo/frontend with 7 updates: | Package | From | To | | --- | --- | --- | | [debounce](https://github.com/sindresorhus/debounce) | `2.2.0` | `3.0.0` | | [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) | `5.10.0` | `5.13.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.9.2` | `24.10.1` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.2` | `19.2.6` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.2` | `19.2.3` | | [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.1.0` | `5.1.1` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.12` | `7.2.4` | Updates `debounce` from 2.2.0 to 3.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/debounce/releases">debounce's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 20 32bdae9</li> <li>This package is now pure ESM. <strong>Please <a href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c">read this</a>.</strong></li> <li>Removed named export. Only a default export now.</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/debounce/compare/v2.2.0...v3.0.0">https://github.com/sindresorhus/debounce/compare/v2.2.0...v3.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/debounce/commit/cc34d9071e15cc548c23b9bc9441bebb5c81024d"><code>cc34d90</code></a> 3.0.0</li> <li><a href="https://github.com/sindresorhus/debounce/commit/32bdae97ab7d2a7bc5c808e41d6e2b4e9df22662"><code>32bdae9</code></a> Require Node.js 20 and move to ESM</li> <li>See full diff in <a href="https://github.com/sindresorhus/debounce/compare/v2.2.0...v3.0.0">compare view</a></li> </ul> </details> <br /> Updates `maplibre-gl` from 5.10.0 to 5.13.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.13.0</h2> <p><a href="https://github.com/maplibre/maplibre-gl-js">https://github.com/maplibre/maplibre-gl-js</a> <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.12.0...v5.13.0">Changes</a> since <a href="https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.12.0">MapLibre GL JS v5.12.0</a>:</p> <h3>✨ Features and improvements</h3> <ul> <li>Text labels can now include relatively uncommon Chinese, Japanese, Korean, and Vietnamese characters, as well as characters from historical writing systems. When using server-side fonts, the map may request glyph PBFs beyond U+FFFF from the server instead of throwing an error as before. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6640">#6640</a>) (by <a href="https://github.com/1ec5"><code>@​1ec5</code></a>)</li> <li>GeoJSON Source Diff: improve, abstract, refactor, optimize, and fix regressions. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6681">#6681</a>) (by <a href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li> <li>GeoJSONSource setData and updateData waitForCompletion option (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6688">#6688</a>) (by <a href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li> <li>Improve performance of <code>GeoJSONSource#updateData</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6668">#6668</a>) (by <a href="https://github.com/lucaswoj"><code>@​lucaswoj</code></a>)</li> <li>GeoJSON Worker Refactor (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6702">#6702</a>) (by <a href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Misc bug fixes related to <code>GeoJSONSource#updateData</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6689">#6689</a>, <a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6690">#6690</a>, <a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6704">#6704</a>) (by <a href="https://github.com/lucaswoj"><code>@​lucaswoj</code></a>)</li> </ul> <h2>v5.12.0</h2> <p><a href="https://github.com/maplibre/maplibre-gl-js">https://github.com/maplibre/maplibre-gl-js</a> <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.11.0...v5.12.0">Changes</a> since <a href="https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.11.0">MapLibre GL JS v5.11.0</a>:</p> <h3>✨ Features and improvements</h3> <ul> <li>Add support for MapLibre Tiles (MLT) by using <code>encoding: 'mlt'</code> in vector source definition (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6570">#6570</a>) (by <a href="https://github.com/Salkin975"><code>@​Salkin975</code></a> and <a href="https://github.com/HArelM"><code>@​HarelM</code></a>)</li> <li>Slice vector tiles to improve over scale vector handling (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6521">#6521</a>). It adds the <code>experimentalZoomLevelsToOverscale</code> flag to <code>MapOptions</code> to allow controlling how many zoom levels to slice and how many to scale. It seems to have better performance at high zoom levels. It can prevent Safari crashes in some scenarios by setting it to 4 or less. (by <a href="https://github.com/HarelM"><code>@​HarelM</code></a>)</li> <li>Add reduceMotion option to Map Options (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6661">#6661</a>) (by <a href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix missing <code>constrainOverride</code> setter in <code>TransformHelper.apply</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6642">#6642</a>) (by <a href="https://github.com/larsmaxfield"><code>@​larsmaxfield</code></a>)</li> <li>Fix blank map after WebGL context restore (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6242">#6242</a>) (by <a href="https://github.com/ToHold"><code>@​ToHold</code></a>)</li> </ul> <h2>v5.11.0</h2> <p><a href="https://github.com/maplibre/maplibre-gl-js">https://github.com/maplibre/maplibre-gl-js</a> <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.10.0...v5.11.0">Changes</a> since <a href="https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.10.0">MapLibre GL JS v5.10.0</a>:</p> <h3>✨ Features and improvements</h3> <ul> <li>Improve performance of <code>GeoJSONSource#updateData</code> when called on small diffs (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6562">#6562</a>) (by <a href="https://github.com/lucaswoj"><code>@​lucaswoj</code></a>)</li> <li>If the stylesheet lacks a <code>glyphs</code> property at the root level, interpret the <code>text-font</code> property as a cascading fallback list of font names and render all text using local or system fonts. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/4564">#4564</a>) (by <a href="https://github.com/1ec5"><code>@​1ec5</code></a>)</li> <li>⚠️ Refactor SourceCache to TileManager (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6635">#6635</a>) - this is not a breaking change since SourceCache is not part of the public API, but if you have a plugin that uses internal stuff, it might break... (by <a href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>If a required glyph PBF is unavailable or it lacks a glyph for a character in a <code>text-field</code>, try to render it locally instead of crashing. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/4564">#4564</a>) (by <a href="https://github.com/1ec5"><code>@​1ec5</code></a>)</li> <li>Export <code>now()</code> function in timeControl API to complete the API and enable external code to read controlled time (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6644">#6644</a>) (by <a href="https://github.com/bjperson"><code>@​bjperson</code></a>)</li> <li>ScaleControl CSS styling contains <code>white-space: nowrap</code> to prevent wrapping (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6647">#6647</a>) (by <a href="https://github.com/stroebjo"><code>@​stroebjo</code></a>)</li> <li>Fix edge fading for unloaded tiles (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6650">#6650</a>) (by <a href="https://github.com/wayofthefuture"><code>@​wayofthefuture</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.13.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Text labels can now include relatively uncommon Chinese, Japanese, Korean, and Vietnamese characters, as well as characters from historical writing systems. When using server-side fonts, the map may request glyph PBFs beyond U+FFFF from the server instead of throwing an error as before. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6640">#6640</a>) (by <a href="https://github.com/1ec5"><code>@​1ec5</code></a>)</li> <li>GeoJSON Source Diff: improve, abstract, refactor, optimize, and fix regressions. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6681">#6681</a>) (by <a href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li> <li>GeoJSONSource setData and updateData waitForCompletion option (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6688">#6688</a>) (by <a href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li> <li>Improve performance of <code>GeoJSONSource#updateData</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6668">#6668</a>) (by <a href="https://github.com/lucaswoj"><code>@​lucaswoj</code></a>)</li> <li>GeoJSON Worker Refactor (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6702">#6702</a>) (by <a href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Misc bug fixes related to <code>GeoJSONSource#updateData</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6689">#6689</a>, <a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6690">#6690</a>, <a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6704">#6704</a>) (by <a href="https://github.com/lucaswoj"><code>@​lucaswoj</code></a>)</li> </ul> <h2>5.12.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Add support for MapLibre Tiles (MLT) by using <code>encoding: 'mlt'</code> in vector source definition (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6570">#6570</a>) (by <a href="https://github.com/Salkin975"><code>@​Salkin975</code></a> and <a href="https://github.com/HarelM"><code>@​HarelM</code></a>)</li> <li>Slice vector tiles to improve over scale vector handling (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6521">#6521</a>). It adds the <code>experimentalZoomLevelsToOverscale</code> flag to <code>MapOptions</code> to allow controlling how many zoom levels to slice and how many to scale. It seems to have better performance at high zoom levels. It can prevent Safari crashes in some scenarios by setting it to 4 or less. (by <a href="https://github.com/HarelM"><code>@​HarelM</code></a>)</li> <li>Add reduceMotion option to Map Options (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6661">#6661</a>) (by <a href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix missing <code>constrainOverride</code> setter in <code>TransformHelper.apply</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6642">#6642</a>) (by <a href="https://github.com/larsmaxfield"><code>@​larsmaxfield</code></a>)</li> <li>Fix blank map after WebGL context restore (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6242">#6242</a>) (by <a href="https://github.com/ToHold"><code>@​ToHold</code></a>)</li> </ul> <h2>5.11.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Improve performance of <code>GeoJSONSource#updateData</code> when called on small diffs (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6562">#6562</a>) (by <a href="https://github.com/lucaswoj"><code>@​lucaswoj</code></a>)</li> <li>If the stylesheet lacks a <code>glyphs</code> property at the root level, interpret the <code>text-font</code> property as a cascading fallback list of font names and render all text using local or system fonts. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/4564">#4564</a>) (by <a href="https://github.com/1ec5"><code>@​1ec5</code></a>)</li> <li>⚠️ Refactor SourceCache to TileManager (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6635">#6635</a>) - this is not a breaking change since SourceCache is not part of the public API, but if you have a plugin that uses internal stuff, it might break... (by <a href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>If a required glyph PBF is unavailable or it lacks a glyph for a character in a <code>text-field</code>, try to render it locally instead of crashing. (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/4564">#4564</a>) (by <a href="https://github.com/1ec5"><code>@​1ec5</code></a>)</li> <li>Export <code>now()</code> function in timeControl API to complete the API and enable external code to read controlled time (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6644">#6644</a>) (by <a href="https://github.com/bjperson"><code>@​bjperson</code></a>)</li> <li>ScaleControl CSS styling contains <code>white-space: nowrap</code> to prevent wrapping (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6647">#6647</a>) (by <a href="https://github.com/stroebjo"><code>@​stroebjo</code></a>)</li> <li>Fix edge fading for unloaded tiles (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/6650">#6650</a>) (by <a href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/53cb7999de2c3608f3e35cf3d6d35de5f106dcdf"><code>53cb799</code></a> Bump version to 5.13.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6713">#6713</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/cae43e552b863b4eea8336dbfd31a7349cd57264"><code>cae43e5</code></a> chore(deps-dev): bump autoprefixer from 10.4.21 to 10.4.22 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6709">#6709</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/76b6b519b879be06f100376142c92c97649d07d2"><code>76b6b51</code></a> chore(deps-dev): bump rollup from 4.53.1 to 4.53.2 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6707">#6707</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/b35ed0adda44586341ce872354fc4a3bd674caaa"><code>b35ed0a</code></a> chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6706">#6706</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/7a3f91ab3c2bce90da62c0a08a07ce8f0159fded"><code>7a3f91a</code></a> chore(deps-dev): bump eslint-plugin-tsdoc from 0.4.0 to 0.5.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6705">#6705</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/767a2459a9ba95ec4e8691695a7617ef63eadaea"><code>767a245</code></a> Fix GeoJSONSource#updateData compatibility with promoteId and cluster (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6704">#6704</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/2d536a2b2c182c3b9d13d3407678da1c86e5e164"><code>2d536a2</code></a> GeoJSON Worker Refactor (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6702">#6702</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/a59f8ffeb810a2800402d429cb730fcf8bf442c8"><code>a59f8ff</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/6700">#6700</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/ad813fad1f8386d35e0266515f2c8163880d5f1c"><code>ad813fa</code></a> Improve GeoJSON#updateData performance on small diffs by not sending entire &quot;...</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/6059488a9c28c3ef4181add2d95f0b02508cc6a0"><code>6059488</code></a> GeoJSONSource setData and updateData waitForCompletion option (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6688">#6688</a>)</li> <li>Additional commits viewable in <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.10.0...v5.13.0">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 24.9.2 to 24.10.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `@types/react` from 19.2.2 to 19.2.6 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li> </ul> </details> <br /> Updates `@types/react-dom` from 19.2.2 to 19.2.3 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">compare view</a></li> </ul> </details> <br /> Updates `@vitejs/plugin-react` from 5.1.0 to 5.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react/releases"><code>@​vitejs/plugin-react</code>'s releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h3>Update code to support newer <code>rolldown-vite</code> (<a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/976">#976</a>)</h3> <p><code>rolldown-vite</code> will remove <code>optimizeDeps.rollupOptions</code> in favor of <code>optimizeDeps.rolldownOptions</code> soon. This plugin now uses <code>optimizeDeps.rolldownOptions</code> to support newer <code>rolldown-vite</code>. Please update <code>rolldown-vite</code> to the latest version if you are using an older version.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md"><code>@​vitejs/plugin-react</code>'s changelog</a>.</em></p> <blockquote> <h2>5.1.1 (2025-11-12)</h2> <h3>Update code to support newer <code>rolldown-vite</code> (<a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/976">#976</a>)</h3> <p><code>rolldown-vite</code> will remove <code>optimizeDeps.rollupOptions</code> in favor of <code>optimizeDeps.rolldownOptions</code> soon. This plugin now uses <code>optimizeDeps.rolldownOptions</code> to support newer <code>rolldown-vite</code>. Please update <code>rolldown-vite</code> to the latest version if you are using an older version.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/23db72731b7c9c3d57a8188f0395d2ec90a6e2f6"><code>23db727</code></a> release: [email protected]</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/bcc7db076ec038ab0152fd00a712913569c901a4"><code>bcc7db0</code></a> chore: add changelog for <a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/976">#976</a> and <a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/978">#978</a></li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/4a2e229b2093b4a2e4af1c07f3e07aa91f3e12a5"><code>4a2e229</code></a> fix(react): use rolldownOptions instead of deprecated rollupOptions in optimi...</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/41cb8237bfb902fe1873c55de0780f0ca2cf3640"><code>41cb823</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/968">#968</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/9cabe2720f571338cc319c957f285e6f787f23fa"><code>9cabe27</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/960">#960</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/c8d918eab8d8cb0f9d38966d5f29a113a0c397ac"><code>c8d918e</code></a> chore(react): use ts-ignore for ecosystem-ci (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/956">#956</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/0849e420b30a6183c9364aae2320435684696090"><code>0849e42</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/953">#953</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite-plugin-react/commits/[email protected]/packages/plugin-react">compare view</a></li> </ul> </details> <br /> Updates `vite` from 7.1.12 to 7.2.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>v7.2.4</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.2.4/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.2.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.2.3/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.2.2</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.2.2/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>[email protected]</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/[email protected]/packages/plugin-legacy/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.2.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.2.1/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>[email protected]</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/[email protected]/packages/plugin-legacy/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.2.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.2.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.2.0-beta.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.2.0-beta.1/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.2.0-beta.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.2.0-beta.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.2.3...v7.2.4">7.2.4</a> (2025-11-20)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li>revert &quot;perf(deps): replace debug with obug (<a href="https://redirect.github.com/vitejs/vite/issues/21107">#21107</a>)&quot; (<a href="https://github.com/vitejs/vite/commit/2d66b7b14aa6dfd62f3d6a59ee8382ed5ca6fd32">2d66b7b</a>)</li> </ul> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.2.2...v7.2.3">7.2.3</a> (2025-11-20)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li>allow multiple <code>bindCLIShortcuts</code> calls with shortcut merging (<a href="https://redirect.github.com/vitejs/vite/issues/21103">#21103</a>) (<a href="https://github.com/vitejs/vite/commit/5909efd8fbfd1bf1eab65427aea0613124b2797a">5909efd</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/21096">#21096</a>) (<a href="https://github.com/vitejs/vite/commit/6a34ac3422686e7cf7cc9a25d299cb8e5a8d92a0">6a34ac3</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/21128">#21128</a>) (<a href="https://github.com/vitejs/vite/commit/4f8171eb3046bd70c83964689897dab4c6b58bc0">4f8171e</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>deps:</strong> replace debug with obug (<a href="https://redirect.github.com/vitejs/vite/issues/21107">#21107</a>) (<a href="https://github.com/vitejs/vite/commit/acfe939e1f7c303c34b0b39b883cc302da767fa2">acfe939</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li><strong>deps:</strong> update dependency <code>@​rollup/plugin-commonjs</code> to v29 (<a href="https://redirect.github.com/vitejs/vite/issues/21099">#21099</a>) (<a href="https://github.com/vitejs/vite/commit/02ceaec45e17bef19159188a28d9196fed1761be">02ceaec</a>)</li> <li><strong>deps:</strong> update rolldown-related dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/21095">#21095</a>) (<a href="https://github.com/vitejs/vite/commit/39a0a15fd24ed37257c48b795097a3794e54d255">39a0a15</a>)</li> <li><strong>deps:</strong> update rolldown-related dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/21127">#21127</a>) (<a href="https://github.com/vitejs/vite/commit/50297208452241061cb44d09a4bbdf77a11ac01e">5029720</a>)</li> </ul> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.2.1...v7.2.2">7.2.2</a> (2025-11-07)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li>revert &quot;refactor: use fs.cpSync (<a href="https://redirect.github.com/vitejs/vite/issues/21019">#21019</a>)&quot; (<a href="https://redirect.github.com/vitejs/vite/issues/21081">#21081</a>) (<a href="https://github.com/vitejs/vite/commit/728c8eeebc0ad7ba48e680f46bbdb55020b2e152">728c8ee</a>)</li> </ul> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.2.0...v7.2.1">7.2.1</a> (2025-11-06)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li><strong>worker:</strong> some worker asset was missing (<a href="https://redirect.github.com/vitejs/vite/issues/21074">#21074</a>) (<a href="https://github.com/vitejs/vite/commit/82d2d6ccf5a69c3d67e44e3704a0c3eb34db2236">82d2d6c</a>)</li> </ul> <h3>Code Refactoring</h3> <ul> <li><strong>build:</strong> rename <code>indexOfMatchInSlice</code> to <code>findPreloadMarker</code> (<a href="https://redirect.github.com/vitejs/vite/issues/21054">#21054</a>) (<a href="https://github.com/vitejs/vite/commit/f83264f5d97caa8ba80276a9ee9e82cb0e69c4ca">f83264f</a>)</li> </ul> <h2><a href="https://github.com/vitejs/vite/compare/v7.2.0-beta.1...v7.2.0">7.2.0</a> (2025-11-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>css:</strong> fallback to sass when sass-embedded platform binary is missing (<a href="https://redirect.github.com/vitejs/vite/issues/21002">#21002</a>) (<a href="https://github.com/vitejs/vite/commit/b1fd6161886caeb31ac646d6544116d37efe46d0">b1fd616</a>)</li> <li><strong>module-runner:</strong> make <code>getBuiltins</code> response JSON serializable (<a href="https://redirect.github.com/vitejs/vite/issues/21029">#21029</a>) (<a href="https://github.com/vitejs/vite/commit/ad5b3bf6f3ad7b24886718c5f5de32eee923ae11">ad5b3bf</a>)</li> <li><strong>types:</strong> add undefined to optional properties for exactOptionalProperties type compatibility (<a href="https://redirect.github.com/vitejs/vite/issues/21040">#21040</a>) (<a href="https://github.com/vitejs/vite/commit/2833c5576a87be2db450c195ccf64dfc8925a15b">2833c55</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li><strong>deps:</strong> update rolldown-related dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/21047">#21047</a>) (<a href="https://github.com/vitejs/vite/commit/e3a6a83406943bc59a9916cae3f25ab33c2b5802">e3a6a83</a>)</li> </ul> <h2><a href="https://github.com/vitejs/vite/compare/v7.2.0-beta.0...v7.2.0-beta.1">7.2.0-beta.1</a> (2025-10-29)</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/24a611f1c83a976d32262628d42f683609746635"><code>24a611f</code></a> release: v7.2.4</li> <li><a href="https://github.com/vitejs/vite/commit/2d66b7b14aa6dfd62f3d6a59ee8382ed5ca6fd32"><code>2d66b7b</code></a> fix: revert &quot;perf(deps): replace debug with obug (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21107">#21107</a>)&quot;</li> <li><a href="https://github.com/vitejs/vite/commit/a668014dba377c2b82a32d8124f1761e9ea74f82"><code>a668014</code></a> release: v7.2.3</li> <li><a href="https://github.com/vitejs/vite/commit/acfe939e1f7c303c34b0b39b883cc302da767fa2"><code>acfe939</code></a> perf(deps): replace debug with obug (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21107">#21107</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4f8171eb3046bd70c83964689897dab4c6b58bc0"><code>4f8171e</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21128">#21128</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/50297208452241061cb44d09a4bbdf77a11ac01e"><code>5029720</code></a> chore(deps): update rolldown-related dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21127">#21127</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/5909efd8fbfd1bf1eab65427aea0613124b2797a"><code>5909efd</code></a> fix: allow multiple <code>bindCLIShortcuts</code> calls with shortcut merging (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21103">#21103</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/39a0a15fd24ed37257c48b795097a3794e54d255"><code>39a0a15</code></a> chore(deps): update rolldown-related dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21095">#21095</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6a34ac3422686e7cf7cc9a25d299cb8e5a8d92a0"><code>6a34ac3</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21096">#21096</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/02ceaec45e17bef19159188a28d9196fed1761be"><code>02ceaec</code></a> chore(deps): update dependency <code>@​rollup/plugin-commonjs</code> to v29 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/21099">#21099</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v7.2.4/packages/vite">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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frank Elsinga <[email protected]>
1 parent b275623 commit 8ae9ad4

File tree

2 files changed

+102
-65
lines changed

2 files changed

+102
-65
lines changed

demo/frontend/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
],
88
"dependencies": {
99
"date-fns": "^4.1.0",
10-
"debounce": "2.2.0",
11-
"maplibre-gl": "^5.10.0",
10+
"debounce": "3.0.0",
11+
"maplibre-gl": "^5.13.0",
1212
"normalize.css": "8.0.1",
1313
"react": "19.2.0",
1414
"react-day-picker": "^9.11.1",
@@ -20,12 +20,12 @@
2020
"devDependencies": {
2121
"@biomejs/biome": "^2.3.7",
2222
"@types/debounce": "^1.2.4",
23-
"@types/node": "^24.9.2",
24-
"@types/react": "^19.2.2",
25-
"@types/react-dom": "^19.2.2",
26-
"@vitejs/plugin-react": "^5.1.0",
23+
"@types/node": "^24.10.1",
24+
"@types/react": "^19.2.6",
25+
"@types/react-dom": "^19.2.3",
26+
"@vitejs/plugin-react": "^5.1.1",
2727
"typescript": "^5.9.3",
28-
"vite": "^7.1.12",
28+
"vite": "^7.2.4",
2929
"vite-plugin-mkcert": "^1.17.9",
3030
"vite-tsconfig-paths": "^5.0.0"
3131
},

demo/frontend/yarn.lock

Lines changed: 95 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.27.3.tgz"
1717
integrity sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==
1818

19-
"@babel/core@^7.28.4":
20-
version "7.28.4"
21-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
22-
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
19+
"@babel/core@^7.28.5":
20+
version "7.28.5"
21+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
22+
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
2323
dependencies:
2424
"@babel/code-frame" "^7.27.1"
25-
"@babel/generator" "^7.28.3"
25+
"@babel/generator" "^7.28.5"
2626
"@babel/helper-compilation-targets" "^7.27.2"
2727
"@babel/helper-module-transforms" "^7.28.3"
2828
"@babel/helpers" "^7.28.4"
29-
"@babel/parser" "^7.28.4"
29+
"@babel/parser" "^7.28.5"
3030
"@babel/template" "^7.27.2"
31-
"@babel/traverse" "^7.28.4"
32-
"@babel/types" "^7.28.4"
31+
"@babel/traverse" "^7.28.5"
32+
"@babel/types" "^7.28.5"
3333
"@jridgewell/remapping" "^2.3.5"
3434
convert-source-map "^2.0.0"
3535
debug "^4.1.0"
@@ -59,6 +59,17 @@
5959
"@jridgewell/trace-mapping" "^0.3.28"
6060
jsesc "^3.0.2"
6161

62+
"@babel/generator@^7.28.5":
63+
version "7.28.5"
64+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
65+
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
66+
dependencies:
67+
"@babel/parser" "^7.28.5"
68+
"@babel/types" "^7.28.5"
69+
"@jridgewell/gen-mapping" "^0.3.12"
70+
"@jridgewell/trace-mapping" "^0.3.28"
71+
jsesc "^3.0.2"
72+
6273
"@babel/helper-compilation-targets@^7.27.2":
6374
version "7.27.2"
6475
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz"
@@ -107,6 +118,11 @@
107118
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz"
108119
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
109120

121+
"@babel/helper-validator-identifier@^7.28.5":
122+
version "7.28.5"
123+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
124+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
125+
110126
"@babel/helper-validator-option@^7.27.1":
111127
version "7.27.1"
112128
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz"
@@ -134,12 +150,12 @@
134150
dependencies:
135151
"@babel/types" "^7.28.2"
136152

137-
"@babel/parser@^7.28.4":
138-
version "7.28.4"
139-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
140-
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
153+
"@babel/parser@^7.28.5":
154+
version "7.28.5"
155+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
156+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
141157
dependencies:
142-
"@babel/types" "^7.28.4"
158+
"@babel/types" "^7.28.5"
143159

144160
"@babel/plugin-transform-react-jsx-self@^7.27.1":
145161
version "7.27.1"
@@ -190,17 +206,17 @@
190206
"@babel/types" "^7.28.2"
191207
debug "^4.3.1"
192208

193-
"@babel/traverse@^7.28.4":
194-
version "7.28.4"
195-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
196-
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
209+
"@babel/traverse@^7.28.5":
210+
version "7.28.5"
211+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
212+
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
197213
dependencies:
198214
"@babel/code-frame" "^7.27.1"
199-
"@babel/generator" "^7.28.3"
215+
"@babel/generator" "^7.28.5"
200216
"@babel/helper-globals" "^7.28.0"
201-
"@babel/parser" "^7.28.4"
217+
"@babel/parser" "^7.28.5"
202218
"@babel/template" "^7.27.2"
203-
"@babel/types" "^7.28.4"
219+
"@babel/types" "^7.28.5"
204220
debug "^4.3.1"
205221

206222
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3":
@@ -227,6 +243,14 @@
227243
"@babel/helper-string-parser" "^7.27.1"
228244
"@babel/helper-validator-identifier" "^7.27.1"
229245

246+
"@babel/types@^7.28.5":
247+
version "7.28.5"
248+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
249+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
250+
dependencies:
251+
"@babel/helper-string-parser" "^7.27.1"
252+
"@babel/helper-validator-identifier" "^7.28.5"
253+
230254
"@biomejs/biome@^2.3.7":
231255
version "2.3.7"
232256
resolved "https://registry.yarnpkg.com/@biomejs/biome/-/biome-2.3.7.tgz#b2b992d324322db28e9f058489af3d42f953692f"
@@ -548,7 +572,7 @@
548572
rw "^1.3.3"
549573
sort-object "^3.0.3"
550574

551-
"@maplibre/maplibre-gl-style-spec@^24.3.0":
575+
"@maplibre/maplibre-gl-style-spec@^24.3.1":
552576
version "24.3.1"
553577
resolved "https://registry.yarnpkg.com/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-24.3.1.tgz#5ff28b16730c65265cf8cca21445286ed5e2abbf"
554578
integrity sha512-TUM5JD40H2mgtVXl5IwWz03BuQabw8oZQLJTmPpJA0YTYF+B+oZppy5lNMO6bMvHzB+/5mxqW9VLG3wFdeqtOw==
@@ -561,6 +585,13 @@
561585
rw "^1.3.3"
562586
tinyqueue "^3.0.0"
563587

588+
"@maplibre/mlt@^1.1.0":
589+
version "1.1.0"
590+
resolved "https://registry.yarnpkg.com/@maplibre/mlt/-/mlt-1.1.0.tgz#c73c6b466a784b447fec594d947f127b618b090c"
591+
integrity sha512-anR8WxKIgZUJQLlZtID0v06wd9Q//9K/6lLLU3dOzmeO/xLEzAwmEqP24jEnEUBcnZGkM4vidz9H6Q4guNAAlw==
592+
dependencies:
593+
"@mapbox/point-geometry" "^1.1.0"
594+
564595
"@maplibre/vt-pbf@^4.0.3":
565596
version "4.0.3"
566597
resolved "https://registry.yarnpkg.com/@maplibre/vt-pbf/-/vt-pbf-4.0.3.tgz#8702b8330cfa0efbe7c81eb2ae138e588a02bfa6"
@@ -574,10 +605,10 @@
574605
pbf "^4.0.1"
575606
supercluster "^8.0.1"
576607

577-
"@rolldown/[email protected].43":
578-
version "1.0.0-beta.43"
579-
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.43.tgz#fa8249860113711ad3c8053bc79cb07c79b77f62"
580-
integrity sha512-5Uxg7fQUCmfhax7FJke2+8B6cqgeUJUD9o2uXIKXhD+mG0mL6NObmVoi9wXEU1tY89mZKgAYA6fTbftx3q2ZPQ==
608+
"@rolldown/[email protected].47":
609+
version "1.0.0-beta.47"
610+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.47.tgz#c282c4a8c39f3d6d2f1086aae09a34e6241f7a50"
611+
integrity sha512-8QagwMH3kNCuzD8EWL8R2YPW5e4OrHNSAHRFDdmFqEwEaD/KcNKjVoumo+gP2vW5eKB2UPbM6vTYiGZX0ixLnw==
581612

582613
583614
version "4.48.0"
@@ -734,24 +765,24 @@
734765
resolved "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz"
735766
integrity sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==
736767

737-
"@types/node@^24.9.2":
738-
version "24.9.2"
739-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
740-
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
768+
"@types/node@^24.10.1":
769+
version "24.10.1"
770+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.1.tgz#91e92182c93db8bd6224fca031e2370cef9a8f01"
771+
integrity sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==
741772
dependencies:
742773
undici-types "~7.16.0"
743774

744-
"@types/react-dom@^19.2.2":
745-
version "19.2.2"
746-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.2.2.tgz#a4cc874797b7ddc9cb180ef0d5dc23f596fc2332"
747-
integrity sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==
775+
"@types/react-dom@^19.2.3":
776+
version "19.2.3"
777+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.2.3.tgz#c1e305d15a52a3e508d54dca770d202cb63abf2c"
778+
integrity sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==
748779

749-
"@types/react@^19.2.2":
750-
version "19.2.2"
751-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.2.tgz#ba123a75d4c2a51158697160a4ea2ff70aa6bf36"
752-
integrity sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==
780+
"@types/react@^19.2.6":
781+
version "19.2.6"
782+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.6.tgz#d27db1ff45012d53980f5589fda925278e1249ca"
783+
integrity sha512-p/jUvulfgU7oKtj6Xpk8cA2Y1xKTtICGpJYeJXz2YVO2UcvjQgeRMLDGfDeqeRW2Ta+0QNFwcc8X3GH8SxZz6w==
753784
dependencies:
754-
csstype "^3.0.2"
785+
csstype "^3.2.2"
755786

756787
757788
version "4.2.5"
@@ -777,15 +808,15 @@
777808
dependencies:
778809
"@maplibre/maplibre-gl-style-spec" "^19.2.1"
779810

780-
"@vitejs/plugin-react@^5.1.0":
781-
version "5.1.0"
782-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.0.tgz#1f37671a227571437d6e324b824256dac157570e"
783-
integrity sha512-4LuWrg7EKWgQaMJfnN+wcmbAW+VSsCmqGohftWjuct47bv8uE4n/nPpq4XjJPsxgq00GGG5J8dvBczp8uxScew==
811+
"@vitejs/plugin-react@^5.1.1":
812+
version "5.1.1"
813+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.1.tgz#fa1957e053fe90d7cc2deea5593ae382a9761595"
814+
integrity sha512-WQfkSw0QbQ5aJ2CHYw23ZGkqnRwqKHD/KYsMeTkZzPT4Jcf0DcBxBtwMJxnu6E7oxw5+JC6ZAiePgh28uJ1HBA==
784815
dependencies:
785-
"@babel/core" "^7.28.4"
816+
"@babel/core" "^7.28.5"
786817
"@babel/plugin-transform-react-jsx-self" "^7.27.1"
787818
"@babel/plugin-transform-react-jsx-source" "^7.27.1"
788-
"@rolldown/pluginutils" "1.0.0-beta.43"
819+
"@rolldown/pluginutils" "1.0.0-beta.47"
789820
"@types/babel__core" "^7.20.5"
790821
react-refresh "^0.18.0"
791822

@@ -887,11 +918,16 @@ [email protected]:
887918
css-color-keywords "^1.0.0"
888919
postcss-value-parser "^4.0.2"
889920

890-
[email protected], csstype@^3.0.2:
921+
891922
version "3.1.3"
892923
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
893924
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
894925

926+
csstype@^3.2.2:
927+
version "3.2.3"
928+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a"
929+
integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==
930+
895931
date-fns-jalali@^4.1.0-0:
896932
version "4.1.0-0"
897933
resolved "https://registry.yarnpkg.com/date-fns-jalali/-/date-fns-jalali-4.1.0-0.tgz#9c7fb286004fab267a300d3e9f1ada9f10b4b6b0"
@@ -902,10 +938,10 @@ date-fns@^4.1.0:
902938
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-4.1.0.tgz#64b3d83fff5aa80438f5b1a633c2e83b8a1c2d14"
903939
integrity sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==
904940

905-
debounce@2.2.0:
906-
version "2.2.0"
907-
resolved "https://registry.yarnpkg.com/debounce/-/debounce-2.2.0.tgz#f895fa2fbdb579a0f0d3dcf5dde19657e50eaad5"
908-
integrity sha512-Xks6RUDLZFdz8LIdR6q0MTH44k7FikOmnh5xkSjMig6ch45afc8sjTjRQf3P6ax8dMgcQrYO/AR2RGWURrruqw==
941+
debounce@3.0.0:
942+
version "3.0.0"
943+
resolved "https://registry.yarnpkg.com/debounce/-/debounce-3.0.0.tgz#7633adff3bcd92cdfe13370c2f46e87bdb946a1b"
944+
integrity sha512-64byRbF0/AirwbuHqB3/ZpMG9/nckDa6ZA0yd6UnaQNwbbemCOwvz2sL5sjXLHhZHADyiwLm0M5qMhltUUx+TA==
909945

910946
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.4.3:
911947
version "4.4.3"
@@ -1192,10 +1228,10 @@ lru-cache@^5.1.1:
11921228
dependencies:
11931229
yallist "^3.0.2"
11941230

1195-
maplibre-gl@^5.10.0:
1196-
version "5.10.0"
1197-
resolved "https://registry.yarnpkg.com/maplibre-gl/-/maplibre-gl-5.10.0.tgz#d9caffe4d615f863ca36cab6c320b68e5912200e"
1198-
integrity sha512-eLhlX8Fnpaoo7+uGqggZmXmZld6WrbzOJUPB7G8JB8XpminlTnrQTtXilMHduR8fsNVxrzD8yRRqEoajONc8LQ==
1231+
maplibre-gl@^5.13.0:
1232+
version "5.13.0"
1233+
resolved "https://registry.yarnpkg.com/maplibre-gl/-/maplibre-gl-5.13.0.tgz#625f1772f0c66396c7da2a340d9b62d067c8dd83"
1234+
integrity sha512-UsIVP34rZdM4TjrjhwBAhbC3HT7AzFx9p/draiAPlLr8/THozZF6WmJnZ9ck4q94uO55z7P7zoGCh+AZVoagsQ==
11991235
dependencies:
12001236
"@mapbox/geojson-rewind" "^0.5.2"
12011237
"@mapbox/jsonlint-lines-primitives" "^2.0.2"
@@ -1204,7 +1240,8 @@ maplibre-gl@^5.10.0:
12041240
"@mapbox/unitbezier" "^0.0.1"
12051241
"@mapbox/vector-tile" "^2.0.4"
12061242
"@mapbox/whoots-js" "^3.1.0"
1207-
"@maplibre/maplibre-gl-style-spec" "^24.3.0"
1243+
"@maplibre/maplibre-gl-style-spec" "^24.3.1"
1244+
"@maplibre/mlt" "^1.1.0"
12081245
"@maplibre/vt-pbf" "^4.0.3"
12091246
"@types/geojson" "^7946.0.16"
12101247
"@types/geojson-vt" "3.2.5"
@@ -1583,10 +1620,10 @@ vite-tsconfig-paths@^5.0.0:
15831620
globrex "^0.1.2"
15841621
tsconfck "^3.0.3"
15851622

1586-
vite@^7.1.12:
1587-
version "7.1.12"
1588-
resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.12.tgz#8b29a3f61eba23bcb93fc9ec9af4a3a1e83eecdb"
1589-
integrity sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==
1623+
vite@^7.2.4:
1624+
version "7.2.4"
1625+
resolved "https://registry.yarnpkg.com/vite/-/vite-7.2.4.tgz#a3a09c7e25487612ecc1119c7d412c73da35bd4e"
1626+
integrity sha512-NL8jTlbo0Tn4dUEXEsUg8KeyG/Lkmc4Fnzb8JXN/Ykm9G4HNImjtABMJgkQoVjOBN/j2WAwDTRytdqJbZsah7w==
15901627
dependencies:
15911628
esbuild "^0.25.0"
15921629
fdir "^6.5.0"

0 commit comments

Comments
 (0)