Skip to content

Commit 31606c3

Browse files
chore(deps): Bump the all-npm-version-updates group across 2 directories with 13 updates (#2577)
Bumps the all-npm-version-updates group with 7 updates in the /demo/frontend directory: | Package | From | To | | --- | --- | --- | | [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) | `5.17.0` | `5.18.0` | | [react-day-picker](https://github.com/gpbl/react-day-picker) | `9.13.0` | `9.13.2` | | [styled-components](https://github.com/styled-components/styled-components) | `6.3.8` | `6.3.11` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.2.0` | `25.3.0` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.10` | `19.2.14` | | [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.1.3` | `5.1.4` | | [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `6.0.5` | `6.1.1` | Bumps the all-npm-version-updates group with 10 updates in the /martin/martin-ui directory: | Package | From | To | | --- | --- | --- | | [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) | `5.17.0` | `5.18.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.2.0` | `25.3.0` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.10` | `19.2.14` | | [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.1.3` | `5.1.4` | | [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.18` | `4.2.0` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.563.0` | `0.575.0` | | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.4.0` | `3.5.0` | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.1.18` | `4.2.0` | | [jsdom](https://github.com/jsdom/jsdom) | `28.0.0` | `28.1.0` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.18` | `4.2.0` | Updates `maplibre-gl` from 5.17.0 to 5.18.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-js/releases">maplibre-gl's releases</a>.</em></p> <blockquote> <h2>v5.18.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Add support for click events on Marker (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7028">#7028</a>) (by <a href="https://github.com/ganesh8068"><code>@​ganesh8068</code></a>)</li> <li>Simplify and abstract the GeoJSON Worker (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7058">#7058</a>) (by <a href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li> <li>Add <code>pseudo</code> option to <code>FullscreenControl</code> to force CSS-based fullscreen mode instead of native fullscreen API. Users might want this because this is faster on some devices (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7076">#7076</a>) (by <a href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>)</li> <li>Migrate our API docs to zensical (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7071">#7071</a>) (by <a href="https://github.com/CommanderStorm">CommanderStorm</a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix WebGL context loss error when style is not yet loaded (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7094">#7094</a>) (by <a href="https://github.com/kaigritun"><code>@​kaigritun</code></a>)</li> <li>Fix updating terrain tiles on feature state changes (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6231">#6231</a>) (by <a href="https://github.com/pstaszek"><code>@​pstaszek</code></a>)</li> <li>Fix LngLatBounds.intersects for zero-width bounds (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7055">#7055</a>) (by <a href="https://github.com/lucaswoj"><code>@​lucaswoj</code></a>)</li> <li>Fix <code>GlobeControl</code> not updating when <code>Map.setProjection()</code> is called programmatically (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7005">#7005</a>, <a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7075">#7075</a>) (by <a href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>)</li> <li>Fix <code>map.getProjection()</code> returning <code>undefined</code> after calling <code>map.setProjection()</code> with the default <code>&quot;mercator&quot;</code> projection (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7072">#7072</a>)</li> <li>Fix incorrect text placement along line in 3D mode (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7039">#7039</a>) (by <a href="https://github.com/russellporter"><code>@​russellporter</code></a>)</li> <li>When the <code>prefers-reduced-motion</code> media query is active, we now no longer display the pulsing GeoLocation animation (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7066">#7066</a>) (by <a href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md">maplibre-gl's changelog</a>.</em></p> <blockquote> <h2>5.18.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Add support for click events on Marker (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7028">#7028</a>) (by <a href="https://github.com/ganesh8068"><code>@​ganesh8068</code></a>)</li> <li>Simplify and abstract the GeoJSON Worker (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7058">#7058</a>) (by <a href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li> <li>Add <code>pseudo</code> option to <code>FullscreenControl</code> to force CSS-based fullscreen mode instead of native fullscreen API. Users might want this because this is faster on some devices (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7076">#7076</a>) (by <a href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>)</li> <li>Migrate our API docs to zensical (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7071">#7071</a>) (by <a href="https://github.com/CommanderStorm">CommanderStorm</a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix WebGL context loss error when style is not yet loaded (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7094">#7094</a>) (by <a href="https://github.com/kaigritun"><code>@​kaigritun</code></a>)</li> <li>Fix updating terrain tiles on feature state changes (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6231">#6231</a>) (by <a href="https://github.com/pstaszek"><code>@​pstaszek</code></a>)</li> <li>Fix LngLatBounds.intersects for zero-width bounds (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7055">#7055</a>) (by <a href="https://github.com/lucaswoj"><code>@​lucaswoj</code></a>)</li> <li>Fix <code>GlobeControl</code> not updating when <code>Map.setProjection()</code> is called programmatically (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7005">#7005</a>, <a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7075">#7075</a>) (by <a href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>)</li> <li>Fix <code>map.getProjection()</code> returning <code>undefined</code> after calling <code>map.setProjection()</code> with the default <code>&quot;mercator&quot;</code> projection (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7072">#7072</a>)</li> <li>Fix incorrect text placement along line in 3D mode (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7039">#7039</a>) (by <a href="https://github.com/russellporter"><code>@​russellporter</code></a>)</li> <li>When the <code>prefers-reduced-motion</code> media query is active, we now no longer display the pulsing GeoLocation animation (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7066">#7066</a>) (by <a href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/a54d3d666eaae1650a6e99bbabafdfe88e9f22e2"><code>a54d3d6</code></a> Bump js version to 5.18.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7104">#7104</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/b15e99177626bdb6b8758dbef28a602d368128e4"><code>b15e991</code></a> chore(deps-dev): bump typedoc-plugin-markdown from 4.9.0 to 4.10.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7101">#7101</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/369391d890075a58ef1f7c1df5a9cae18b74cec9"><code>369391d</code></a> chore(deps-dev): bump puppeteer from 24.37.1 to 24.37.2 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7100">#7100</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/edab27c5b914009bad2a6ca5adcebeee45005b22"><code>edab27c</code></a> chore(deps-dev): bump devtools-protocol from 0.0.1580600 to 0.0.1581282 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7102">#7102</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/67c6b3382d06ba8dcfb7d72b973453740322b722"><code>67c6b33</code></a> fix: handle WebGL context loss when style is not loaded (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7094">#7094</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/b81499645245634513d4095d72523f45b7804626"><code>b814996</code></a> make the hash tests even more strict where the line between valid and invalid...</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/11ab025000aa22cf847e0d69478da476c4ce4076"><code>11ab025</code></a> refactor: make function and variable naming in <code>PerformanceUtils</code> more sensib...</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/cba4fb31aa78f70386af5162a3d9e449fb7f2540"><code>cba4fb3</code></a> refactor: Make <code>RequestPerformance</code> and related subsystems less weird (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7095">#7095</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/0e7fd47fa5837bbb9cf7260b695ffa3b060f8b65"><code>0e7fd47</code></a> test: More thoroughly test <code>Hash</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7078">#7078</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/aab5f3e26680e065dd8ee424a9bfae96f04d2b1f"><code>aab5f3e</code></a> chore(deps-dev): bump glob from 13.0.0 to 13.0.1 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7087">#7087</a>)</li> <li>Additional commits viewable in <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.17.0...v5.18.0">compare view</a></li> </ul> </details> <br /> Updates `react-day-picker` from 9.13.0 to 9.13.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gpbl/react-day-picker/releases">react-day-picker's releases</a>.</em></p> <blockquote> <h2>v9.13.2</h2> <h2>What's Changed</h2> <ul> <li>fix(build): add correct type declaration for style.css export by <a href="https://github.com/NotNestor"><code>@​NotNestor</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2897">gpbl/react-day-picker#2897</a></li> <li>fix(locale): correct Northern Sami (se) and Japanese Hiragana (ja-Hira) labels by <a href="https://github.com/gpbl"><code>@​gpbl</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2898">gpbl/react-day-picker#2898</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/NotNestor"><code>@​NotNestor</code></a> made their first contribution in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2897">gpbl/react-day-picker#2897</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gpbl/react-day-picker/compare/v9.13.1...v9.13.2">https://github.com/gpbl/react-day-picker/compare/v9.13.1...v9.13.2</a></p> <h2>v9.13.1</h2> <p>Persian calendar improvements.</p> <h2>What's Changed</h2> <ul> <li>feat: add narrow weekday format for Persian calendar by <a href="https://github.com/rezaaa"><code>@​rezaaa</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2895">gpbl/react-day-picker#2895</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rezaaa"><code>@​rezaaa</code></a> made their first contribution in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2895">gpbl/react-day-picker#2895</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gpbl/react-day-picker/compare/v9.13.0...v9.13.1">https://github.com/gpbl/react-day-picker/compare/v9.13.0...v9.13.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gpbl/react-day-picker/blob/main/CHANGELOG.md">react-day-picker's changelog</a>.</em></p> <blockquote> <h2>v9.13.2</h2> <p><em>Release date: 2026-02-10</em></p> <p>This release fixes the <code>style.css</code> type declaration export and corrects labels for Northern Sami (<code>se</code>) and Japanese Hiragana (<code>ja-Hira</code>) locales.</p> <h4>What's Changed</h4> <ul> <li>fix(build): add correct type declaration for <code>style.css</code> export by <a href="https://github.com/NotNestor"><code>@​NotNestor</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2897">#2897</a></li> <li>fix(locale): correct Northern Sami (<code>se</code>) and Japanese Hiragana (<code>ja-Hira</code>) labels by <a href="https://github.com/gpbl"><code>@​gpbl</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2898">#2898</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gpbl/react-day-picker/commit/38e1b27c13e4c11b7f2e47668803c981d074ddef"><code>38e1b27</code></a> fix(locale): correct Northern Sami (se). and Japanese Hiragana (ja-Hira) labe...</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/d68dc63297c87fabdbe3b19e211d4aaf926df18b"><code>d68dc63</code></a> build: bump v9.13.2</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/12cf80bd2c78615c706010bf4ec08d65806ab96d"><code>12cf80b</code></a> fix: add correct type declaration for style.css export (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2897">#2897</a>)</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/375f48ad4dd888c6b993a91308c040de8ca64b96"><code>375f48a</code></a> build: bump v9.13.1</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/3caa733c1d8a4791bb1dc916866c0cedd1ddc83a"><code>3caa733</code></a> feat: add narrow weekday format for Persian calendar (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2895">#2895</a>)</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/fee7c41a14a33ffe420a52725cc230af72faa526"><code>fee7c41</code></a> docs: add view source to examples</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/693f9134e1a36663ce34a903f046f61833ee5c1f"><code>693f913</code></a> docs: fix link in CHANGELOG</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/56f346f719a53fd1b03c087f6375ee03b7d760f2"><code>56f346f</code></a> docs: fix broken links</li> <li><a href="https://github.com/gpbl/react-day-picker/commit/03bb506634bdf2145dcb960f463735dd2c7e4de7"><code>03bb506</code></a> docs: fix test with <code>setTestTime</code></li> <li><a href="https://github.com/gpbl/react-day-picker/commit/b54c4513d9964edd6c13cc73a5669ffe6753f559"><code>b54c451</code></a> docs: update changelog</li> <li>Additional commits viewable in <a href="https://github.com/gpbl/react-day-picker/compare/v9.13.0...v9.13.2">compare view</a></li> </ul> </details> <br /> Updates `styled-components` from 6.3.8 to 6.3.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/styled-components/styled-components/releases">styled-components's releases</a>.</em></p> <blockquote> <h2>styled-components@6.3.11</h2> <h3>Patch Changes</h3> <ul> <li>752f5ec: fix: resolve &quot;React is not defined&quot; ReferenceError introduced in 6.3.10 when loading the CJS build in Node.js</li> </ul> <h2>styled-components@6.3.10</h2> <h3>Patch Changes</h3> <ul> <li> <p>f674224: fix: RSC style tags for extended components have correct href and include base CSS (<a href="https://redirect.github.com/styled-components/styled-components/issues/5663">#5663</a>)</p> <ul> <li>Fix spaces in <code>&lt;style href&gt;</code> attribute that caused React 19 hydration failures when using <code>styled()</code> inheritance</li> <li>Fix missing base component CSS in RSC output when only the extended component renders</li> <li>Emit a separate <code>&lt;style&gt;</code> tag per inheritance level with content-aware hrefs, enabling React 19 deduplication of shared base styles</li> <li>Preserve correct CSS ordering (base before extended) for proper specificity override behavior</li> </ul> </li> <li> <p>f674224: Reduce standalone/browser bundle size by making IS_RSC a build-time constant, enabling dead code elimination of RSC-specific branches</p> </li> </ul> <h2>styled-components@6.3.9</h2> <h3>Patch Changes</h3> <ul> <li>ca61aca: Fix CSS block comments containing <code>//</code> (e.g. URLs) causing subsequent styles to not be applied.</li> <li>a2cd792: Fix <code>createGlobalStyle</code> styles not being removed when unmounted in RSC environments. React 19's <code>precedence</code> attribute on style tags makes them persist as permanent resources; global styles now render without <code>precedence</code> so they follow normal component lifecycle.</li> <li>dbe0aae: In RSC environments, <code>theme</code> is now <code>undefined</code> instead of <code>{}</code> for styled components, matching the existing behavior of <code>withTheme</code> and <code>createGlobalStyle</code>. This ensures accessing theme properties without a ThemeProvider correctly throws rather than silently returning <code>undefined</code>.</li> <li>1888c73: Fix <code>withTheme</code> HOC types: ref now correctly resolves to the component instance type instead of the constructor, and <code>theme</code> is properly optional in the wrapped component's props.</li> <li>f84f3fa: Fix SSR styles hydration and global style cleanup in Shadow DOM</li> <li>43a5b4b: Optimize internal style processing hot paths: cached GroupedTag index lookups, string fast path in flatten, direct string concatenation in dynamic style generation, pre-built stylis middleware chain with lazy RegExp creation, single-lookup Map operations, VirtualTag append fast-path, and manual string concat in SSR output.</li> <li>788e8c0: Revert <code>exports</code> field and restore browser/server build split with <code>browser</code> field in package.json. Fixes <code>require('stream')</code> resolution errors in browser bundlers like webpack 5.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/styled-components/styled-components/commit/6ac911dd656d3b9c8b41d41ecf839edeb4de6b72"><code>6ac911d</code></a> Version Packages (<a href="https://redirect.github.com/styled-components/styled-components/issues/5669">#5669</a>)</li> <li><a href="https://github.com/styled-components/styled-components/commit/752f5ec87740006633200bf3120129a31d6e6b42"><code>752f5ec</code></a> fix: resolve React is not defined ReferenceError in CJS server build (<a href="https://redirect.github.com/styled-components/styled-components/issues/5668">#5668</a>)</li> <li><a href="https://github.com/styled-components/styled-components/commit/197b64aa0c63267506703be105f4f30ce91c52c7"><code>197b64a</code></a> Version Packages (<a href="https://redirect.github.com/styled-components/styled-components/issues/5666">#5666</a>)</li> <li><a href="https://github.com/styled-components/styled-components/commit/f674224ece29a6e93a64488ad71c4fa86cf3ec1b"><code>f674224</code></a> fix: RSC edge case (<a href="https://redirect.github.com/styled-components/styled-components/issues/5665">#5665</a>)</li> <li><a href="https://github.com/styled-components/styled-components/commit/b5bb591600625b45f2c65297c433ba6a3e1644c3"><code>b5bb591</code></a> Version Packages (<a href="https://redirect.github.com/styled-components/styled-components/issues/5647">#5647</a>)</li> <li><a href="https://github.com/styled-components/styled-components/commit/f84f3fa5e2c1fcbcec520bf853dbc5f1b1392992"><code>f84f3fa</code></a> fix: Shadow DOM SSR Hydration Support (<a href="https://redirect.github.com/styled-components/styled-components/issues/5656">#5656</a>)</li> <li><a href="https://github.com/styled-components/styled-components/commit/43a5b4b7e9235ecf85a2c698580b1ff36cf4c125"><code>43a5b4b</code></a> perf: optimize internal style processing hot paths</li> <li><a href="https://github.com/styled-components/styled-components/commit/788e8c05606a621dae748e2a5b36bdbb6a0c8045"><code>788e8c0</code></a> fix: revert exports field and restore browser/server build split</li> <li><a href="https://github.com/styled-components/styled-components/commit/a2cd792cd484c20dc6d03faeaca030ebf4c94041"><code>a2cd792</code></a> fix: remove precedence from createGlobalStyle RSC output for proper unmount</li> <li><a href="https://github.com/styled-components/styled-components/commit/1888c73073e23c4a5ffe41afc537102197e89d74"><code>1888c73</code></a> fix: improve withTheme HOC type safety and eliminate double type cast</li> <li>Additional commits viewable in <a href="https://github.com/styled-components/styled-components/compare/styled-components@6.3.8...styled-components@6.3.11">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 25.2.0 to 25.3.0 <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.10 to 19.2.14 <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 `@vitejs/plugin-react` from 5.1.3 to 5.1.4 <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>plugin-react@5.1.4</h2> <h3>Fix <code>canSkipBabel</code> not accounting for <code>babel.overrides</code> (<a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/1098">#1098</a>)</h3> <p>When configuring <code>babel.overrides</code> without top-level plugins or presets, Babel was incorrectly skipped. The <code>canSkipBabel</code> function now checks for <code>overrides.length</code> to ensure override configurations are processed.</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.4 (2026-02-10)</h2> <h3>Fix <code>canSkipBabel</code> not accounting for <code>babel.overrides</code> (<a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/1098">#1098</a>)</h3> <p>When configuring <code>babel.overrides</code> without top-level plugins or presets, Babel was incorrectly skipped. The <code>canSkipBabel</code> function now checks for <code>overrides.length</code> to ensure override configurations are processed.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/f066114c3e6bf18f5209ff3d3ef6bf1ab46d3866"><code>f066114</code></a> release: plugin-react@5.1.4</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/e299dcab475952f3305b24eef6118f7f47e65f31"><code>e299dca</code></a> fix(plugin-react): <code>canSkipBabel</code> not checking <code>babel.overrides</code> (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/1098">#1098</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/12ffadcd9afdb19a703ffddb3d3cc961178066c4"><code>12ffadc</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/1103">#1103</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.4/packages/plugin-react">compare view</a></li> </ul> </details> <br /> Updates `vite-tsconfig-paths` from 6.0.5 to 6.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aleclarson/vite-tsconfig-paths/releases">vite-tsconfig-paths's releases</a>.</em></p> <blockquote> <h2>v6.1.0</h2> <h3>Features</h3> <ul> <li><strong>New <code>importerFilter</code> option:</strong> Provides fine-grained control over which files should have their imports resolved by this plugin. (Closes <a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/175">#175</a>, <a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/193">#193</a>)</li> <li><strong>Ignore <code>.d.ts</code> overrides:</strong> The plugin now ignores resolutions that point to <code>.d.ts</code> files, avoiding issues when <code>tsconfig</code> is used for opt-in type overrides. (Closes <a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/179">#179</a>, <a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/180">#180</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Hoisted regular expressions out of the hot path in the resolver for better performance.</li> </ul> <h3>Internal</h3> <ul> <li>Added <code>resolvedToDeclarationFile</code> event to the debug log file.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/dff2e936d2ad5f0a9a862ca259e08332588b6f9b"><code>dff2e93</code></a> chore: release v6.1.1</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/947f4340fa5c64d594274347ad2d66abe271f500"><code>947f434</code></a> fix: skip <code>.json</code> resolutions in certain cases</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/457211ae3be7a9787c23a3d8c4ef7714b7181833"><code>457211a</code></a> chore(docs): mention the importerFilter option</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/21524615f800bb087ea91c3599606740c6044b45"><code>2152461</code></a> chore: upgrade vitest</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/c5659ce858e973ff071d0c3baa756e29c7c48467"><code>c5659ce</code></a> chore: release v6.1.0</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/93dd8877ae6564ae4b538b9592b0563fc39e60bf"><code>93dd887</code></a> chore: add &quot;resolvedToDeclarationFile&quot; event to log file</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/e1e76784d064f2b5b48bb2db283392a52aec0b02"><code>e1e7678</code></a> feat: ignore .d.ts-only overrides in tsconfig</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/c8e4ec308d518943e5197d573e42f144b4180dc3"><code>c8e4ec3</code></a> chore(perf): hoist regexes out of hot path</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/d0ad01cff6812bd144260ccd92cfc1ac8eab741d"><code>d0ad01c</code></a> feat: add <code>importerFilter</code> option</li> <li>See full diff in <a href="https://github.com/aleclarson/vite-tsconfig-paths/compare/v6.0.5...v6.1.1">compare view</a></li> </ul> </details> <br /> Updates `maplibre-gl` from 5.17.0 to 5.18.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-js/releases">maplibre-gl's releases</a>.</em></p> <blockquote> <h2>v5.18.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Add support for click events on Marker (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7028">#7028</a>) (by <a href="https://github.com/ganesh8068"><code>@​ganesh8068</code></a>)</li> <li>Simplify and abstract the GeoJSON Worker (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7058">#7058</a>) (by <a href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li> <li>Add <code>pseudo</code> option to <code>FullscreenControl</code> to force CSS-based fullscreen mode instead of native fullscreen API. Users might want this because this is faster on some devices (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7076">#7076</a>) (by <a href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>)</li> <li>Migrate our API docs to zensical (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7071">#7071</a>) (by <a href="https://github.com/CommanderStorm">CommanderStorm</a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix WebGL context loss error when style is not yet loaded (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7094">#7094</a>) (by <a href="https://github.com/kaigritun"><code>@​kaigritun</code></a>)</li> <li>Fix updating terrain tiles on feature state changes (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6231">#6231</a>) (by <a href="https://github.com/pstaszek"><code>@​pstaszek</code></a>)</li> <li>Fix LngLatBounds.intersects for zero-width bounds (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7055">#7055</a>) (by <a href="https://github.com/lucaswoj"><code>@​lucaswoj</code></a>)</li> <li>Fix <code>GlobeControl</code> not updating when <code>Map.setProjection()</code> is called programmatically (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7005">#7005</a>, <a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7075">#7075</a>) (by <a href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>)</li> <li>Fix <code>map.getProjection()</code> returning <code>undefined</code> after calling <code>map.setProjection()</code> with the default <code>&quot;mercator&quot;</code> projection (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7072">#7072</a>)</li> <li>Fix incorrect text placement along line in 3D mode (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7039">#7039</a>) (by <a href="https://github.com/russellporter"><code>@​russellporter</code></a>)</li> <li>When the <code>prefers-reduced-motion</code> media query is active, we now no longer display the pulsing GeoLocation animation (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7066">#7066</a>) (by <a href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md">maplibre-gl's changelog</a>.</em></p> <blockquote> <h2>5.18.0</h2> <h3>✨ Features and improvements</h3> <ul> <li>Add support for click events on Marker (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7028">#7028</a>) (by <a href="https://github.com/ganesh8068"><code>@​ganesh8068</code></a>)</li> <li>Simplify and abstract the GeoJSON Worker (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7058">#7058</a>) (by <a href="https://github.com/wayofthefuture"><code>@​wayofthefuture</code></a>)</li> <li>Add <code>pseudo</code> option to <code>FullscreenControl</code> to force CSS-based fullscreen mode instead of native fullscreen API. Users might want this because this is faster on some devices (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7076">#7076</a>) (by <a href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>)</li> <li>Migrate our API docs to zensical (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7071">#7071</a>) (by <a href="https://github.com/CommanderStorm">CommanderStorm</a>)</li> </ul> <h3>🐞 Bug fixes</h3> <ul> <li>Fix WebGL context loss error when style is not yet loaded (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7094">#7094</a>) (by <a href="https://github.com/kaigritun"><code>@​kaigritun</code></a>)</li> <li>Fix updating terrain tiles on feature state changes (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6231">#6231</a>) (by <a href="https://github.com/pstaszek"><code>@​pstaszek</code></a>)</li> <li>Fix LngLatBounds.intersects for zero-width bounds (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7055">#7055</a>) (by <a href="https://github.com/lucaswoj"><code>@​lucaswoj</code></a>)</li> <li>Fix <code>GlobeControl</code> not updating when <code>Map.setProjection()</code> is called programmatically (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7005">#7005</a>, <a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7075">#7075</a>) (by <a href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>)</li> <li>Fix <code>map.getProjection()</code> returning <code>undefined</code> after calling <code>map.setProjection()</code> with the default <code>&quot;mercator&quot;</code> projection (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7072">#7072</a>)</li> <li>Fix incorrect text placement along line in 3D mode (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7039">#7039</a>) (by <a href="https://github.com/russellporter"><code>@​russellporter</code></a>)</li> <li>When the <code>prefers-reduced-motion</code> media query is active, we now no longer display the pulsing GeoLocation animation (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7066">#7066</a>) (by <a href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/a54d3d666eaae1650a6e99bbabafdfe88e9f22e2"><code>a54d3d6</code></a> Bump js version to 5.18.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7104">#7104</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/b15e99177626bdb6b8758dbef28a602d368128e4"><code>b15e991</code></a> chore(deps-dev): bump typedoc-plugin-markdown from 4.9.0 to 4.10.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7101">#7101</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/369391d890075a58ef1f7c1df5a9cae18b74cec9"><code>369391d</code></a> chore(deps-dev): bump puppeteer from 24.37.1 to 24.37.2 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7100">#7100</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/edab27c5b914009bad2a6ca5adcebeee45005b22"><code>edab27c</code></a> chore(deps-dev): bump devtools-protocol from 0.0.1580600 to 0.0.1581282 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7102">#7102</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/67c6b3382d06ba8dcfb7d72b973453740322b722"><code>67c6b33</code></a> fix: handle WebGL context loss when style is not loaded (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7094">#7094</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/b81499645245634513d4095d72523f45b7804626"><code>b814996</code></a> make the hash tests even more strict where the line between valid and invalid...</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/11ab025000aa22cf847e0d69478da476c4ce4076"><code>11ab025</code></a> refactor: make function and variable naming in <code>PerformanceUtils</code> more sensib...</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/cba4fb31aa78f70386af5162a3d9e449fb7f2540"><code>cba4fb3</code></a> refactor: Make <code>RequestPerformance</code> and related subsystems less weird (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7095">#7095</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/0e7fd47fa5837bbb9cf7260b695ffa3b060f8b65"><code>0e7fd47</code></a> test: More thoroughly test <code>Hash</code> (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7078">#7078</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-js/commit/aab5f3e26680e065dd8ee424a9bfae96f04d2b1f"><code>aab5f3e</code></a> chore(deps-dev): bump glob from 13.0.0 to 13.0.1 (<a href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7087">#7087</a>)</li> <li>Additional commits viewable in <a href="https://github.com/maplibre/maplibre-gl-js/compare/v5.17.0...v5.18.0">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 25.2.0 to 25.3.0 <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.10 to 19.2.14 <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 `@vitejs/plugin-react` from 5.1.3 to 5.1.4 <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>plugin-react@5.1.4</h2> <h3>Fix <code>canSkipBabel</code> not accounting for <code>babel.overrides</code> (<a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/1098">#1098</a>)</h3> <p>When configuring <code>babel.overrides</code> without top-level plugins or presets, Babel was incorrectly skipped. The <code>canSkipBabel</code> function now checks for <code>overrides.length</code> to ensure override configurations are processed.</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.4 (2026-02-10)</h2> <h3>Fix <code>canSkipBabel</code> not accounting for <code>babel.overrides</code> (<a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/1098">#1098</a>)</h3> <p>When configuring <code>babel.overrides</code> without top-level plugins or presets, Babel was incorrectly skipped. The <code>canSkipBabel</code> function now checks for <code>overrides.length</code> to ensure override configurations are processed.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/f066114c3e6bf18f5209ff3d3ef6bf1ab46d3866"><code>f066114</code></a> release: plugin-react@5.1.4</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/e299dcab475952f3305b24eef6118f7f47e65f31"><code>e299dca</code></a> fix(plugin-react): <code>canSkipBabel</code> not checking <code>babel.overrides</code> (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/1098">#1098</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/12ffadcd9afdb19a703ffddb3d3cc961178066c4"><code>12ffadc</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/1103">#1103</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.4/packages/plugin-react">compare view</a></li> </ul> </details> <br /> Updates `@tailwindcss/vite` from 4.1.18 to 4.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases"><code>@​tailwindcss/vite</code>'s releases</a>.</em></p> <blockquote> <h2>v4.2.0</h2> <h3>Added</h3> <ul> <li>Add mauve, olive, mist, and taupe color palettes to the default theme (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19627">#19627</a>)</li> <li>Add <code>@tailwindcss/webpack</code> package to run Tailwind CSS as a webpack plugin (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19610">#19610</a>)</li> <li>Add <code>pbs-*</code> and <code>pbe-*</code> utilities for <code>padding-block-start</code> and <code>padding-block-end</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19601">#19601</a>)</li> <li>Add <code>mbs-*</code> and <code>mbe-*</code> utilities for <code>margin-block-start</code> and <code>margin-block-end</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19601">#19601</a>)</li> <li>Add <code>scroll-pbs-*</code> and <code>scroll-pbe-*</code> utilities for <code>scroll-padding-block-start</code> and <code>scroll-padding-block-end</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19601">#19601</a>)</li> <li>Add <code>scroll-mbs-*</code> and <code>scroll-mbe-*</code> utilities for <code>scroll-margin-block-start</code> and <code>scroll-margin-block-end</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19601">#19601</a>)</li> <li>Add <code>border-bs-*</code> and <code>border-be-*</code> utilities for <code>border-block-start</code> and <code>border-block-end</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19601">#19601</a>)</li> <li>Add <code>inline-*</code>, <code>min-inline-*</code>, <code>max-inline-*</code> utilities for <code>inline-size</code>, <code>min-inline-size</code>, and <code>max-inline-size</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19612">#19612</a>)</li> <li>Add <code>block-*</code>, <code>min-block-*</code>, <code>max-block-*</code> utilities for <code>block-size</code>, <code>min-block-size</code>, and <code>max-block-size</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19612">#19612</a>)</li> <li>Add <code>inset-s-*</code>, <code>inset-e-*</code>, <code>inset-bs-*</code>, <code>inset-be-*</code> utilities for <code>inset-inline-start</code>, <code>inset-inline-end</code>, <code>inset-block-start</code>, and <code>inset-block-end</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19613">#19613</a>)</li> <li>Add <code>font-features-*</code> utility for <code>font-feature-settings</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19623">#19623</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Prevent double <code>@supports</code> wrapper for <code>color-mix</code> values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19450">#19450</a>)</li> <li>Allow whitespace around <code>@source inline()</code> argument (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19461">#19461</a>)</li> <li>Emit comment when source maps are saved to files when using <code>@tailwindcss/cli</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19447">#19447</a>)</li> <li>Detect utilities containing capital letters followed by numbers (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19465">#19465</a>)</li> <li>Fix class extraction for Rails' strict locals (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19525">#19525</a>)</li> <li>Align <code>@utility</code> name validation with Oxide scanner rules (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19524">#19524</a>)</li> <li>Fix infinite loop when using <code>@variant</code> inside <code>@custom-variant</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19633">#19633</a>)</li> <li>Allow multiples of <code>.25</code> in <code>aspect-*</code> fractions (e.g. <code>aspect-8.5/11</code>) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19688">#19688</a>)</li> <li>Ensure changes to external files listed via <code>@source</code> trigger a full page reload when using <code>@tailwindcss/vite</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19670">#19670</a>)</li> <li>Improve performance of Oxide scanner in bigger projects by reducing file system walks (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19632">#19632</a>)</li> <li>Ensure import aliases in Astro v5 work without crashing when using <code>@tailwindcss/vite</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/19677">#19677</a>)</li> <li>Allow escape characters in <code>@utility</code> names to improve support with formatters such as Biome (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19626">#19626</a>)</li> <li>Fix incorrect canonicalization results when canonicalizing multiple times (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19675">#19675</a>)</li> <li>Add <code>.jj</code> to default ignored content directories (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19687">#19687</a>)</li> </ul> <h3>Deprecated</h3> <ul> <li>Deprecate <code>start-*</code> and <code>end-*</code> utilities in favor of <code>inset-s-*</code> and <code>inset-e-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19613">#19613</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md"><code>@​tailwindcss/vite</code>'s changelog</a>.</em></p> <blockquote> <h2>[4.2.0] - 2026-02-18</h2> <h3>Added</h3> <ul> <li>Add mauve, olive, mist, and taupe color palettes to the default theme (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19627">#19627</a>)</li> <li>Add <code>@tailwindcss/webpack</code> package to run Tailwind CSS as a webpack plugin (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19610">#19610</a>)</li> <li>Add <code>pbs-*</code> and <code>pbe-*</code> utilities for <code>padding-block-start</code> and <code>padding-block-end</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19601">#19601</a>)</li> <li>Add <code>mbs-*</code> and <code>mbe-*</code> utilities for <code>margin-block-start</code> and <code>margin-block-end</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19601">#19601</a>)</li> <li>Add <code>scroll-pbs-*</code> and <code>scroll-pbe-*</code> utilities for <code>scroll-padding-block-start</code> and <code>scroll-padding-block-end</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19601">#19601</a>)</li> <li>Add <code>scroll-mbs-*</code> and <code>scroll-mbe-*</code> utilities for <code>scroll-margin-block-start</code> and <code>scroll-margin-block-end</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19601">#19601</a>)</li> <li>Add <code>border-bs-*</code> and <code>border-be-*</code> utilities for <code>border-block-start</code> and <code>border-block-end</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19601">#19601</a>)</li> <li>Add <code>inline-*</code>, <code>min-inline-*</code>, <code>max-inline-*</code> utilities for <code>inline-size</code>, <code>min-inline-size</code>, and <code>max-inline-size</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19612">#19612</a>)</li> <li>Add <code>block-*</code>, <code>min-block-*</code>, <code>max-block-*</code> utilities for <code>block-size</code>, <code>min-block-size</code>, and <code>max-block-size</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19612">#19612</a>)</li> <li>Add <code>inset-s-*</code>, <code>inset-e-*</code>, <code>inset-bs-*</code>, <code>inset-be-*</code> utilities for <code>inset-inline-start</code>, <code>inset-inline-end</code>, <code>inset-block-start</code>, and <code>inset-block-end</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19613">#19613</a>)</li> <li>Add <code>font-features-*</code> utility for <code>font-feature-settings</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19623">#19623</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Prevent double <code>@supports</code> wrapper for <code>color-mix</code> values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19450">#19450</a>)</li> <li>Allow whitespace around <code>@source inline()</code> argument (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19461">#19461</a>)</li> <li>Emit comment when source maps are saved to files when using <code>@tailwindcss/cli</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19447">#19447</a>)</li> <li>Detect utilities containing capital letters followed by numbers (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19465">#19465</a>)</li> <li>Fix class extraction for Rails' strict locals (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19525">#19525</a>)</li> <li>Align <code>@utility</code> name validation with Oxide scanner rules (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19524">#19524</a>)</li> <li>Fix infinite loop when using <code>@variant</code> inside <code>@custom-variant</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19633">#19633</a>)</li> <li>Allow multiples of <code>.25</code> in <code>aspect-*</code> fractions (e.g. <code>aspect-8.5/11</code>) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19688">#19688</a>)</li> <li>Ensure changes to external files listed via <code>@source</code> trigger a full page reload when using <code>@tailwindcss/vite</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19670">#19670</a>)</li> <li>Improve performance of Oxide scanner in bigger projects by reducing file system walks (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19632">#19632</a>)</li> <li>Ensure import aliases in Astro v5 work without crashing when using <code>@tailwindcss/vite</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/19677">#19677</a>)</li> <li>Allow escape characters in <code>@utility</code> names to improve support with formatters such as Biome (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19626">#19626</a>)</li> <li>Fix incorrect canonicalization results when canonicalizing multiple times (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19675">#19675</a>)</li> <li>Add <code>.jj</code> to default ignored content directories (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19687">#19687</a>)</li> </ul> <h3>Deprecated</h3> <ul> <li>Deprecate <code>start-*</code> and <code>end-*</code> utilities in favor of <code>inset-s-*</code> and <code>inset-e-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/19613">#19613</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/1b16411919457ee47d38910fd07e134e9765eb4c"><code>1b16411</code></a> 4.2.0 (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite/issues/19695">#19695</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/d9fff9f5956433e362dc231ca16dcd77497def76"><code>d9fff9f</code></a> docs: update package README CI badge to main (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite/issues/19692">#19692</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/bc6e4b85bf1dce84e2947f81cbb9881a77427de7"><code>bc6e4b8</code></a> Fallback to <code>config.createResolver</code> for <code>client</code> and <code>ssr</code> environments in `@...</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f212b0fc22c3e6f93a5068654e67bd2818109b95"><code>f212b0f</code></a> fix: restore full page reload for watched external files on Vite 7.1+ (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite/issues/19670">#19670</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8ed67bf5510d8435d2be766b25245abe15b3bcef"><code>8ed67bf</code></a> Fix Tailwind CSS package README GitHub links (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite/issues/19644">#19644</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/e3e85b364fc62a19b97a4250854580132e7967c7"><code>e3e85b3</code></a> [tailwindcss-vite] Add Register dependency messages logline (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite/issues/19611">#19611</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/commits/v4.2.0/packages/@tailwindcss-vite">compare view</a></li> </ul> </details> <br /> Updates `lucide-react` from 0.563.0 to 0.575.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lucide-icons/lucide/releases">lucide-react's releases</a>.</em></p> <blockquote> <h2>Version 0.575.0</h2> <h2>What's Changed</h2> <ul> <li>feat(icons): added <code>message-square-check</code> icon by <a href="https://github.com/karsa-mistmere"><code>@​karsa-mistmere</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4076">lucide-icons/lucide#4076</a></li> <li>fix(lucide): Fix ESM Module output path in build by <a href="https://github.com/ericfennis"><code>@​ericfennis</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4084">lucide-icons/lucide#4084</a></li> <li>feat(icons): added <code>metronome</code> icon by <a href="https://github.com/edwloef"><code>@​edwloef</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4063">lucide-icons/lucide#4063</a></li> <li>fix(icons): remove execution permission of SVG files by <a href="https://github.com/duckafire"><code>@​duckafire</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4053">lucide-icons/lucide#4053</a></li> <li>fix(icons): changed <code>file-pen-line</code> icon by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3970">lucide-icons/lucide#3970</a></li> <li>feat(icons): added <code>square-arrow-right-exit</code> and <code>square-arrow-right-enter</code> icons by <a href="https://github.com/EthanHazel"><code>@​EthanHazel</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3958">lucide-icons/lucide#3958</a></li> <li>fix(icons): renamed <code>flip-*</code> to <code>square-centerline-dashed-*</code> by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3945">lucide-icons/lucide#3945</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/edwloef"><code>@​edwloef</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4063">lucide-icons/lucide#4063</a></li> <li><a href="https://github.com/duckafire"><code>@​duckafire</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4053">lucide-icons/lucide#4053</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.573.0...0.575.0">https://github.com/lucide-icons/lucide/compare/0.573.0...0.575.0</a></p> <h2>Version 0.574.0</h2> <h2>What's Changed</h2> <ul> <li>fix(icons): changed <code>rocking-chair</code> icon by <a href="https://github.com/jamiemlaw"><code>@​jamiemlaw</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3445">lucide-icons/lucide#3445</a></li> <li>fix(icons): flipped <code>coins</code> icon by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3158">lucide-icons/lucide#3158</a></li> <li>feat(icons): added <code>x-line-top</code> icon by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2838">lucide-icons/lucide#2838</a></li> <li>feat(icons): added <code>mouse-left</code> icon by <a href="https://github.com/marvfash"><code>@​marvfash</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2788">lucide-icons/lucide#2788</a></li> <li>feat(icons): added <code>mouse-right</code> icon by <a href="https://github.com/marvfash"><code>@​marvfash</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2787">lucide-icons/lucide#2787</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/marvfash"><code>@​marvfash</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2788">lucide-icons/lucide#2788</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.572.0...0.574.0">https://github.com/lucide-icons/lucide/compare/0.572.0...0.574.0</a></p> <h2>Version 0.573.0</h2> <h2>What's Changed</h2> <ul> <li>fix(icons): changed <code>rocking-chair</code> icon by <a href="https://github.com/jamiemlaw"><code>@​jamiemlaw</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3445">lucide-icons/lucide#3445</a></li> <li>fix(icons): flipped <code>coins</code> icon by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3158">lucide-icons/lucide#3158</a></li> <li>feat(icons): added <code>x-line-top</code> icon by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2838">lucide-icons/lucide#2838</a></li> <li>feat(icons): added <code>mouse-left</code> icon by <a href="https://github.com/marvfash"><code>@​marvfash</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2788">lucide-icons/lucide#2788</a></li> <li>feat(icons): added <code>mouse-right</code> icon by <a href="https://github.com/marvfash"><code>@​marvfash</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2787">lucide-icons/lucide#2787</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/marvfash"><code>@​marvfash</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/2788">lucide-icons/lucide#2788</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.572.0...0.573.0">https://github.com/lucide-icons/lucide/compare/0.572.0...0.573.0</a></p> <h2>Version 0.572.0</h2> <h2>What's Changed</h2> <ul> <li>feat(icons): added <code>message-circle-check</code> icon by <a href="https://github.com/Shrinks99"><code>@​Shrinks99</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3770">lucide-icons/lucide#3770</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Shrinks99"><code>@​Shrinks99</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3770">lucide-icons/lucide#3770</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.571.0...0.572.0">https://github.com/lucide-icons/lucide/compare/0.571.0...0.572.0</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/lucide-icons/lucide/commits/0.575.0/packages/lucide-react">compare view</a></li> </ul> </details> <br /> Updates `tailwind-merge` from 3.4.0 to 3.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dcastil/tailwind-merge/releases">tailwind-merge's releases</a>.</em></p> <blockquote> <h2>v3.5.0</h2> <h3>New Features</h3> <ul> <li>Add support for Tailwind CSS v4.2 by <a href="https://github.com/dcastil"><code>@​dcastil</code></a> in <a href="https://redirect.github.com/dcastil/tailwind-merge/pull/651">dcastil/tailwind-merge#651</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dcastil/tailwind-merge/compare/v3.4.1...v3.5.0">https://github.com/dcastil/tailwind-merge/compare/v3.4.1...v3.5.0</a></p> <p>Thanks to <a href="https://github.com/brandonmcconnell"><code>@​brandonmcconnell</code></a>, <a href="https://github.com/manavm1990"><code>@​manavm1990</code></a>, <a href="https://github.com/langy"><code>@​langy</code></a>, <a href="https://github.com/roboflow"><code>@​roboflow</code></a>, <a href="https://github.com/syntaxfm"><code>@​syntaxfm</code></a>, <a href="https://github.com/getsentry"><code>@​getsentry</code></a>, <a href="https://github.com/codecov"><code>@​codecov</code></a>, a private sponsor, <a href="https://github.com/block"><code>@​block</code></a>, <a href="https://github.com/openclaw"><code>@​openclaw</code></a>, <a href="https://github.com/sourcegraph"><code>@​sourcegraph</code></a> and more via <a href="https://github.com/thnxdev"><code>@​thnxdev</code></a> for sponsoring tailwind-merge! ❤️</p> <h2>v3.4.1</h2> <h3>Bug Fixes</h3> <ul> <li>Prevent arbitrary font-family and font-weight from merging by <a href="https://github.com/roneymoon"><code>@​roneymoon</code></a> in <a href="https://redirect.github.com/dcastil/tailwind-merge/pull/635">dcastil/tailwind-merge#635</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dcastil/tailwind-merge/compare/v3.4.0...v3.4.1">https://github.com/dcastil/tailwind-merge/compare/v3.4.0...v3.4.1</a></p> <p>Thanks to <a href="https://github.com/brandonmcconnell"><code>@​brandonmcconnell</code></a>, <a href="https://github.com/manavm1990"><code>@​manavm1990</code></a>, <a href="https://github.com/langy"><code>@​langy</code></a>, <a href="https://github.com/roboflow"><code>@​roboflow</code></a>, <a href="https://github.com/syntaxfm"><code>@​syntaxfm</code></a>, <a href="https://github.com/getsentry"><code>@​getsentry</code></a>, <a href="https://github.com/codecov"><code>@​codecov</code></a>, a private sponsor, <a href="https://github.com/block"><code>@​block</code></a>, <a href="https://github.com/openclaw"><code>@​openclaw</code></a>, <a href="https://github.com/sourcegraph"><code>@​sourcegraph</code></a> and more via <a href="https://github.com/thnxdev"><code>@​thnxdev</code></a> for sponsoring tailwind-merge! ❤️</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dcastil/tailwind-merge/commit/270ac79f2c54fcaaabe811df2aa3c20300318bd9"><code>270ac79</code></a> v3.5.0</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/86f772e7584311129f40f037c39db413aa51ce48"><code>86f772e</code></a> add changelog for 3.5.0</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/6c1f77ca717df7d2685eb783c568ef7696148171"><code>6c1f77c</code></a> Merge pull request <a href="https://redirect.github.com/dcastil/tailwind-merge/issues/651">#651</a> from dcastil/feature/add-support-for-tailwind-css-v4.2</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/7a4cacfe56571a6b27137b76351fa14ca11538db"><code>7a4cacf</code></a> Add support for decimal fraction values</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/9ef0f79a4528a60d737a8eaa1475ef72d81d98ad"><code>9ef0f79</code></a> fix incorrectly escaped characters</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/f4938b0379dd3e29e1c6e03857e6ce3585001fe6"><code>f4938b0</code></a> update README with v4.2 support</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/b02a57225dd0dad5fb1870e64bcc2ab5e57e95d8"><code>b02a572</code></a> Add Tailwind v4.2 font-features utilities support</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/5bd25eca81eb484d0908cee626f6d39ff46bdaf6"><code>5bd25ec</code></a> Add Tailwind v4.2 logical sizing utilities</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/697c920390a3aa7efef0bba2116b6a83c7eab3d8"><code>697c920</code></a> Add Tailwind v4.2 logical border block utilities</li> <li><a href="https://github.com/dcastil/tailwind-merge/commit/6656a47db58862fcff765c483bd7a9152609af42"><code>6656a47</code></a> Improve JSDoc comments for logical insets</li…
1 parent 79ecd46 commit 31606c3

File tree

4 files changed

+294
-273
lines changed

4 files changed

+294
-273
lines changed

demo/frontend/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@
88
"dependencies": {
99
"date-fns": "^4.1.0",
1010
"debounce": "3.0.0",
11-
"maplibre-gl": "^5.17.0",
11+
"maplibre-gl": "^5.18.0",
1212
"normalize.css": "8.0.1",
1313
"react": "19.2.4",
14-
"react-day-picker": "^9.13.0",
14+
"react-day-picker": "^9.13.2",
1515
"react-dom": "19.2.4",
1616
"react-map-gl": "^8.1.0",
1717
"react-scroll-parallax": "3.5.0",
18-
"styled-components": "6.3.8"
18+
"styled-components": "6.3.11"
1919
},
2020
"devDependencies": {
2121
"@biomejs/biome": "2.4.4",
2222
"@types/debounce": "^1.2.4",
23-
"@types/node": "^25.2.0",
24-
"@types/react": "^19.2.10",
23+
"@types/node": "^25.3.0",
24+
"@types/react": "^19.2.14",
2525
"@types/react-dom": "^19.2.3",
26-
"@vitejs/plugin-react": "^5.1.3",
26+
"@vitejs/plugin-react": "^5.1.4",
2727
"typescript": "^5.9.3",
2828
"vite": "^7.3.1",
2929
"vite-plugin-mkcert": "^1.17.9",
30-
"vite-tsconfig-paths": "^6.0.5"
30+
"vite-tsconfig-paths": "^6.1.1"
3131
},
3232
"name": "martin-landing",
3333
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",

demo/frontend/yarn.lock

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -519,10 +519,10 @@
519519
rw "^1.3.3"
520520
tinyqueue "^3.0.0"
521521

522-
"@maplibre/mlt@^1.1.2":
523-
version "1.1.2"
524-
resolved "https://registry.yarnpkg.com/@maplibre/mlt/-/mlt-1.1.2.tgz#4d0c8e74287ffe32f2a58bc68320c985cae80b7c"
525-
integrity sha512-SQKdJ909VGROkA6ovJgtHNs9YXV4YXUPS+VaZ50I2Mt951SLlUm2Cv34x5Xwc1HiFlsd3h2Yrs5cn7xzqBmENw==
522+
"@maplibre/mlt@^1.1.6":
523+
version "1.1.6"
524+
resolved "https://registry.yarnpkg.com/@maplibre/mlt/-/mlt-1.1.6.tgz#49d91b54e4ae6cd03b19d6c3b342a7e8e2c6246d"
525+
integrity sha512-rgtY3x65lrrfXycLf6/T22ZnjTg5WgIOsptOIoCaMZy4O4UAKTyZlYY0h6v8le721pTptF94U65yMDQkug+URw==
526526
dependencies:
527527
"@mapbox/point-geometry" "^1.1.0"
528528

@@ -539,10 +539,10 @@
539539
pbf "^4.0.1"
540540
supercluster "^8.0.1"
541541

542-
"@rolldown/pluginutils@1.0.0-rc.2":
543-
version "1.0.0-rc.2"
544-
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.2.tgz#10324e74cb3396cb7b616042ea7e9e6aa7d8d458"
545-
integrity sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==
542+
"@rolldown/pluginutils@1.0.0-rc.3":
543+
version "1.0.0-rc.3"
544+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz#8a88cc92a0f741befc7bc109cb1a4c6b9408e1c5"
545+
integrity sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==
546546

547547
"@rollup/rollup-android-arm-eabi@4.59.0":
548548
version "4.59.0"
@@ -717,22 +717,22 @@
717717
resolved "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz"
718718
integrity sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==
719719

720-
"@types/node@^25.2.0":
721-
version "25.2.0"
722-
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.2.0.tgz#015b7d228470c1dcbfc17fe9c63039d216b4d782"
723-
integrity sha512-DZ8VwRFUNzuqJ5khrvwMXHmvPe+zGayJhr2CDNiKB1WBE1ST8Djl00D0IC4vvNmHMdj6DlbYRIaFE7WHjlDl5w==
720+
"@types/node@^25.3.0":
721+
version "25.3.0"
722+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.3.0.tgz#749b1bd4058e51b72e22bd41e9eab6ebd0180470"
723+
integrity sha512-4K3bqJpXpqfg2XKGK9bpDTc6xO/xoUP/RBWS7AtRMug6zZFaRekiLzjVtAoZMquxoAbzBvy5nxQ7veS5eYzf8A==
724724
dependencies:
725-
undici-types "~7.16.0"
725+
undici-types "~7.18.0"
726726

727727
"@types/react-dom@^19.2.3":
728728
version "19.2.3"
729729
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.2.3.tgz#c1e305d15a52a3e508d54dca770d202cb63abf2c"
730730
integrity sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==
731731

732-
"@types/react@^19.2.10":
733-
version "19.2.10"
734-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.10.tgz#f3ea799e6b4cebad6dfd231c238fc9de7652e2d2"
735-
integrity sha512-WPigyYuGhgZ/cTPRXB2EwUw+XvsRA3GqHlsP4qteqrnnjDrApbS7MxcGr/hke5iUoeB7E/gQtrs9I37zAJ0Vjw==
732+
"@types/react@^19.2.14":
733+
version "19.2.14"
734+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.14.tgz#39604929b5e3957e3a6fa0001dafb17c7af70bad"
735+
integrity sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==
736736
dependencies:
737737
csstype "^3.2.2"
738738

@@ -760,15 +760,15 @@
760760
dependencies:
761761
"@maplibre/maplibre-gl-style-spec" "^19.2.1"
762762

763-
"@vitejs/plugin-react@^5.1.3":
764-
version "5.1.3"
765-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.3.tgz#05eba092cc89a6ff89668d3f62258e2c5a8a9122"
766-
integrity sha512-NVUnA6gQCl8jfoYqKqQU5Clv0aPw14KkZYCsX6T9Lfu9slI0LOU10OTwFHS/WmptsMMpshNd/1tuWsHQ2Uk+cg==
763+
"@vitejs/plugin-react@^5.1.4":
764+
version "5.1.4"
765+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.4.tgz#5b477e060bf612a7394c4febacc5de33a219b0e4"
766+
integrity sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==
767767
dependencies:
768768
"@babel/core" "^7.29.0"
769769
"@babel/plugin-transform-react-jsx-self" "^7.27.1"
770770
"@babel/plugin-transform-react-jsx-source" "^7.27.1"
771-
"@rolldown/pluginutils" "1.0.0-rc.2"
771+
"@rolldown/pluginutils" "1.0.0-rc.3"
772772
"@types/babel__core" "^7.20.5"
773773
react-refresh "^0.18.0"
774774

@@ -1165,10 +1165,10 @@ lru-cache@^5.1.1:
11651165
dependencies:
11661166
yallist "^3.0.2"
11671167

1168-
maplibre-gl@^5.17.0:
1169-
version "5.17.0"
1170-
resolved "https://registry.yarnpkg.com/maplibre-gl/-/maplibre-gl-5.17.0.tgz#b7de18caf2c70d0ba98715803eea7f1e39581c36"
1171-
integrity sha512-gwS6NpXBfWD406dtT5YfEpl2hmpMm+wcPqf04UAez/TxY1OBjiMdK2ZoMGcNIlGHelKc4+Uet6zhDdDEnlJVHA==
1168+
maplibre-gl@^5.18.0:
1169+
version "5.18.0"
1170+
resolved "https://registry.yarnpkg.com/maplibre-gl/-/maplibre-gl-5.18.0.tgz#0542080eb6e034f22f9750b8786d00b1642ea7e5"
1171+
integrity sha512-UtWxPBpHuFvEkM+5FVfcFG9ZKEWZQI6+PZkvLErr8Zs5ux+O7/KQ3JjSUvAfOlMeMgd/77qlHpOw0yHL7JU5cw==
11721172
dependencies:
11731173
"@mapbox/geojson-rewind" "^0.5.2"
11741174
"@mapbox/jsonlint-lines-primitives" "^2.0.2"
@@ -1179,7 +1179,7 @@ maplibre-gl@^5.17.0:
11791179
"@mapbox/whoots-js" "^3.1.0"
11801180
"@maplibre/geojson-vt" "^5.0.4"
11811181
"@maplibre/maplibre-gl-style-spec" "^24.4.1"
1182-
"@maplibre/mlt" "^1.1.2"
1182+
"@maplibre/mlt" "^1.1.6"
11831183
"@maplibre/vt-pbf" "^4.2.1"
11841184
"@types/geojson" "^7946.0.16"
11851185
"@types/supercluster" "^7.1.3"
@@ -1307,10 +1307,10 @@ quickselect@^3.0.0:
13071307
resolved "https://registry.yarnpkg.com/quickselect/-/quickselect-3.0.0.tgz#a37fc953867d56f095a20ac71c6d27063d2de603"
13081308
integrity sha512-XdjUArbK4Bm5fLLvlm5KpTFOiOThgfWWI4axAZDWg4E/0mKdZyI9tNEfds27qCi1ze/vwTR16kvmmGhRra3c2g==
13091309

1310-
react-day-picker@^9.13.0:
1311-
version "9.13.0"
1312-
resolved "https://registry.yarnpkg.com/react-day-picker/-/react-day-picker-9.13.0.tgz#889a0ee413881abdc295109e775235c8a046c4dc"
1313-
integrity sha512-euzj5Hlq+lOHqI53NiuNhCP8HWgsPf/bBAVijR50hNaY1XwjKjShAnIe8jm8RD2W9IJUvihDIZ+KrmqfFzNhFQ==
1310+
react-day-picker@^9.13.2:
1311+
version "9.13.2"
1312+
resolved "https://registry.yarnpkg.com/react-day-picker/-/react-day-picker-9.13.2.tgz#64dd06ca149adb1488e331f6888befb4b0833fe0"
1313+
integrity sha512-IMPiXfXVIAuR5Yk58DDPBC8QKClrhdXV+Tr/alBrwrHUw0qDDYB1m5zPNuTnnPIr/gmJ4ChMxmtqPdxm8+R4Eg==
13141314
dependencies:
13151315
"@date-fns/tz" "^1.4.1"
13161316
date-fns "^4.1.0"
@@ -1453,10 +1453,10 @@ split-string@^3.0.1:
14531453
dependencies:
14541454
extend-shallow "^3.0.0"
14551455

1456-
styled-components@6.3.8:
1457-
version "6.3.8"
1458-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.3.8.tgz#232baa32f080c66c564ca22f37c5fdcef8f9a951"
1459-
integrity sha512-Kq/W41AKQloOqKM39zfaMdJ4BcYDw/N5CIq4/GTI0YjU6pKcZ1KKhk6b4du0a+6RA9pIfOP/eu94Ge7cu+PDCA==
1456+
styled-components@6.3.11:
1457+
version "6.3.11"
1458+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-6.3.11.tgz#6babdb151a3419b0a79a368353d1dfbe8c5dddbc"
1459+
integrity sha512-opzgceGlQ5rdZdGwf9ddLW7EM2F4L7tgsgLn6fFzQ2JgE5EVQ4HZwNkcgB1p8WfOBx1GEZP3fa66ajJmtXhSrA==
14601460
dependencies:
14611461
"@emotion/is-prop-valid" "1.4.0"
14621462
"@emotion/unitless" "0.10.0"
@@ -1520,10 +1520,10 @@ typewise@^1.0.3:
15201520
dependencies:
15211521
typewise-core "^1.2.0"
15221522

1523-
undici-types@~7.16.0:
1524-
version "7.16.0"
1525-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
1526-
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
1523+
undici-types@~7.18.0:
1524+
version "7.18.2"
1525+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9"
1526+
integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==
15271527

15281528
union-value@^1.0.1:
15291529
version "1.0.1"
@@ -1552,10 +1552,10 @@ vite-plugin-mkcert@^1.17.9:
15521552
debug "^4.4.3"
15531553
picocolors "^1.1.1"
15541554

1555-
vite-tsconfig-paths@^6.0.5:
1556-
version "6.0.5"
1557-
resolved "https://registry.yarnpkg.com/vite-tsconfig-paths/-/vite-tsconfig-paths-6.0.5.tgz#5bcbb44d6ae0d12fe42f5915a6ad9846b0ed7805"
1558-
integrity sha512-f/WvY6ekHykUF1rWJUAbCU7iS/5QYDIugwpqJA+ttwKbxSbzNlqlE8vZSrsnxNQciUW+z6lvhlXMaEyZn9MSig==
1555+
vite-tsconfig-paths@^6.1.1:
1556+
version "6.1.1"
1557+
resolved "https://registry.yarnpkg.com/vite-tsconfig-paths/-/vite-tsconfig-paths-6.1.1.tgz#d5c28cba79c89ebf76489ef1040024b21df6da3a"
1558+
integrity sha512-2cihq7zliibCCZ8P9cKJrQBkfgdvcFkOOc3Y02o3GWUDLgqjWsZudaoiuOwO/gzTzy17cS5F7ZPo4bsnS4DGkg==
15591559
dependencies:
15601560
debug "^4.1.1"
15611561
globrex "^0.1.2"

0 commit comments

Comments
 (0)