Commit 31606c3
authored
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>"mercator"</code> projection (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7072">#7072</a>)</li>
<li>Fix incorrect text placement along line in 3D mode (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7039">#7039</a>)
(by <a
href="https://github.com/russellporter"><code>@russellporter</code></a>)</li>
<li>When the <code>prefers-reduced-motion</code> media query is active,
we now no longer display the pulsing GeoLocation animation (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7066">#7066</a>)
(by <a
href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md">maplibre-gl's
changelog</a>.</em></p>
<blockquote>
<h2>5.18.0</h2>
<h3>✨ Features and improvements</h3>
<ul>
<li>Add support for click events on Marker (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7028">#7028</a>)
(by <a
href="https://github.com/ganesh8068"><code>@ganesh8068</code></a>)</li>
<li>Simplify and abstract the GeoJSON Worker (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7058">#7058</a>)
(by <a
href="https://github.com/wayofthefuture"><code>@wayofthefuture</code></a>)</li>
<li>Add <code>pseudo</code> option to <code>FullscreenControl</code> to
force CSS-based fullscreen mode instead of native fullscreen API. Users
might want this because this is faster on some devices (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7076">#7076</a>)
(by <a
href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li>
<li>Migrate our API docs to zensical (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7071">#7071</a>)
(by <a href="https://github.com/CommanderStorm">CommanderStorm</a>)</li>
</ul>
<h3>🐞 Bug fixes</h3>
<ul>
<li>Fix WebGL context loss error when style is not yet loaded (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7094">#7094</a>)
(by <a
href="https://github.com/kaigritun"><code>@kaigritun</code></a>)</li>
<li>Fix updating terrain tiles on feature state changes (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6231">#6231</a>)
(by <a
href="https://github.com/pstaszek"><code>@pstaszek</code></a>)</li>
<li>Fix LngLatBounds.intersects for zero-width bounds (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7055">#7055</a>)
(by <a
href="https://github.com/lucaswoj"><code>@lucaswoj</code></a>)</li>
<li>Fix <code>GlobeControl</code> not updating when
<code>Map.setProjection()</code> is called programmatically (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7005">#7005</a>,
<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7075">#7075</a>)
(by <a
href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li>
<li>Fix <code>map.getProjection()</code> returning
<code>undefined</code> after calling <code>map.setProjection()</code>
with the default <code>"mercator"</code> projection (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7072">#7072</a>)</li>
<li>Fix incorrect text placement along line in 3D mode (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7039">#7039</a>)
(by <a
href="https://github.com/russellporter"><code>@russellporter</code></a>)</li>
<li>When the <code>prefers-reduced-motion</code> media query is active,
we now no longer display the pulsing GeoLocation animation (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7066">#7066</a>)
(by <a
href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/a54d3d666eaae1650a6e99bbabafdfe88e9f22e2"><code>a54d3d6</code></a>
Bump js version to 5.18.0 (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7104">#7104</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/b15e99177626bdb6b8758dbef28a602d368128e4"><code>b15e991</code></a>
chore(deps-dev): bump typedoc-plugin-markdown from 4.9.0 to 4.10.0 (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7101">#7101</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/369391d890075a58ef1f7c1df5a9cae18b74cec9"><code>369391d</code></a>
chore(deps-dev): bump puppeteer from 24.37.1 to 24.37.2 (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7100">#7100</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/edab27c5b914009bad2a6ca5adcebeee45005b22"><code>edab27c</code></a>
chore(deps-dev): bump devtools-protocol from 0.0.1580600 to 0.0.1581282
(<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7102">#7102</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/67c6b3382d06ba8dcfb7d72b973453740322b722"><code>67c6b33</code></a>
fix: handle WebGL context loss when style is not loaded (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7094">#7094</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/b81499645245634513d4095d72523f45b7804626"><code>b814996</code></a>
make the hash tests even more strict where the line between valid and
invalid...</li>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/11ab025000aa22cf847e0d69478da476c4ce4076"><code>11ab025</code></a>
refactor: make function and variable naming in
<code>PerformanceUtils</code> more sensib...</li>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/cba4fb31aa78f70386af5162a3d9e449fb7f2540"><code>cba4fb3</code></a>
refactor: Make <code>RequestPerformance</code> and related subsystems
less weird (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7095">#7095</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/0e7fd47fa5837bbb9cf7260b695ffa3b060f8b65"><code>0e7fd47</code></a>
test: More thoroughly test <code>Hash</code> (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7078">#7078</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/aab5f3e26680e065dd8ee424a9bfae96f04d2b1f"><code>aab5f3e</code></a>
chore(deps-dev): bump glob from 13.0.0 to 13.0.1 (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7087">#7087</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/maplibre/maplibre-gl-js/compare/v5.17.0...v5.18.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `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 "React is not defined"
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><style href></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><style></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 "resolvedToDeclarationFile" 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>"mercator"</code> projection (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7072">#7072</a>)</li>
<li>Fix incorrect text placement along line in 3D mode (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7039">#7039</a>)
(by <a
href="https://github.com/russellporter"><code>@russellporter</code></a>)</li>
<li>When the <code>prefers-reduced-motion</code> media query is active,
we now no longer display the pulsing GeoLocation animation (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7066">#7066</a>)
(by <a
href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md">maplibre-gl's
changelog</a>.</em></p>
<blockquote>
<h2>5.18.0</h2>
<h3>✨ Features and improvements</h3>
<ul>
<li>Add support for click events on Marker (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7028">#7028</a>)
(by <a
href="https://github.com/ganesh8068"><code>@ganesh8068</code></a>)</li>
<li>Simplify and abstract the GeoJSON Worker (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7058">#7058</a>)
(by <a
href="https://github.com/wayofthefuture"><code>@wayofthefuture</code></a>)</li>
<li>Add <code>pseudo</code> option to <code>FullscreenControl</code> to
force CSS-based fullscreen mode instead of native fullscreen API. Users
might want this because this is faster on some devices (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7076">#7076</a>)
(by <a
href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li>
<li>Migrate our API docs to zensical (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7071">#7071</a>)
(by <a href="https://github.com/CommanderStorm">CommanderStorm</a>)</li>
</ul>
<h3>🐞 Bug fixes</h3>
<ul>
<li>Fix WebGL context loss error when style is not yet loaded (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7094">#7094</a>)
(by <a
href="https://github.com/kaigritun"><code>@kaigritun</code></a>)</li>
<li>Fix updating terrain tiles on feature state changes (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/6231">#6231</a>)
(by <a
href="https://github.com/pstaszek"><code>@pstaszek</code></a>)</li>
<li>Fix LngLatBounds.intersects for zero-width bounds (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7055">#7055</a>)
(by <a
href="https://github.com/lucaswoj"><code>@lucaswoj</code></a>)</li>
<li>Fix <code>GlobeControl</code> not updating when
<code>Map.setProjection()</code> is called programmatically (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7005">#7005</a>,
<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7075">#7075</a>)
(by <a
href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li>
<li>Fix <code>map.getProjection()</code> returning
<code>undefined</code> after calling <code>map.setProjection()</code>
with the default <code>"mercator"</code> projection (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7072">#7072</a>)</li>
<li>Fix incorrect text placement along line in 3D mode (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7039">#7039</a>)
(by <a
href="https://github.com/russellporter"><code>@russellporter</code></a>)</li>
<li>When the <code>prefers-reduced-motion</code> media query is active,
we now no longer display the pulsing GeoLocation animation (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/pull/7066">#7066</a>)
(by <a
href="https://github.com/CommanderStorm"><code>@CommanderStorm</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/a54d3d666eaae1650a6e99bbabafdfe88e9f22e2"><code>a54d3d6</code></a>
Bump js version to 5.18.0 (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7104">#7104</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/b15e99177626bdb6b8758dbef28a602d368128e4"><code>b15e991</code></a>
chore(deps-dev): bump typedoc-plugin-markdown from 4.9.0 to 4.10.0 (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7101">#7101</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/369391d890075a58ef1f7c1df5a9cae18b74cec9"><code>369391d</code></a>
chore(deps-dev): bump puppeteer from 24.37.1 to 24.37.2 (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7100">#7100</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/edab27c5b914009bad2a6ca5adcebeee45005b22"><code>edab27c</code></a>
chore(deps-dev): bump devtools-protocol from 0.0.1580600 to 0.0.1581282
(<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7102">#7102</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/67c6b3382d06ba8dcfb7d72b973453740322b722"><code>67c6b33</code></a>
fix: handle WebGL context loss when style is not loaded (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7094">#7094</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/b81499645245634513d4095d72523f45b7804626"><code>b814996</code></a>
make the hash tests even more strict where the line between valid and
invalid...</li>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/11ab025000aa22cf847e0d69478da476c4ce4076"><code>11ab025</code></a>
refactor: make function and variable naming in
<code>PerformanceUtils</code> more sensib...</li>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/cba4fb31aa78f70386af5162a3d9e449fb7f2540"><code>cba4fb3</code></a>
refactor: Make <code>RequestPerformance</code> and related subsystems
less weird (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7095">#7095</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/0e7fd47fa5837bbb9cf7260b695ffa3b060f8b65"><code>0e7fd47</code></a>
test: More thoroughly test <code>Hash</code> (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7078">#7078</a>)</li>
<li><a
href="https://github.com/maplibre/maplibre-gl-js/commit/aab5f3e26680e065dd8ee424a9bfae96f04d2b1f"><code>aab5f3e</code></a>
chore(deps-dev): bump glob from 13.0.0 to 13.0.1 (<a
href="https://redirect.github.com/maplibre/maplibre-gl-js/issues/7087">#7087</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/maplibre/maplibre-gl-js/compare/v5.17.0...v5.18.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `@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- demo/frontend
- martin/martin-ui
4 files changed
+294
-273
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
543 | | - | |
544 | | - | |
545 | | - | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
| |||
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
720 | | - | |
721 | | - | |
722 | | - | |
723 | | - | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
724 | 724 | | |
725 | | - | |
| 725 | + | |
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
729 | 729 | | |
730 | 730 | | |
731 | 731 | | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
| |||
760 | 760 | | |
761 | 761 | | |
762 | 762 | | |
763 | | - | |
764 | | - | |
765 | | - | |
766 | | - | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
767 | 767 | | |
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
771 | | - | |
| 771 | + | |
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
| |||
1165 | 1165 | | |
1166 | 1166 | | |
1167 | 1167 | | |
1168 | | - | |
1169 | | - | |
1170 | | - | |
1171 | | - | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
1172 | 1172 | | |
1173 | 1173 | | |
1174 | 1174 | | |
| |||
1179 | 1179 | | |
1180 | 1180 | | |
1181 | 1181 | | |
1182 | | - | |
| 1182 | + | |
1183 | 1183 | | |
1184 | 1184 | | |
1185 | 1185 | | |
| |||
1307 | 1307 | | |
1308 | 1308 | | |
1309 | 1309 | | |
1310 | | - | |
1311 | | - | |
1312 | | - | |
1313 | | - | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
1314 | 1314 | | |
1315 | 1315 | | |
1316 | 1316 | | |
| |||
1453 | 1453 | | |
1454 | 1454 | | |
1455 | 1455 | | |
1456 | | - | |
1457 | | - | |
1458 | | - | |
1459 | | - | |
| 1456 | + | |
| 1457 | + | |
| 1458 | + | |
| 1459 | + | |
1460 | 1460 | | |
1461 | 1461 | | |
1462 | 1462 | | |
| |||
1520 | 1520 | | |
1521 | 1521 | | |
1522 | 1522 | | |
1523 | | - | |
1524 | | - | |
1525 | | - | |
1526 | | - | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
1527 | 1527 | | |
1528 | 1528 | | |
1529 | 1529 | | |
| |||
1552 | 1552 | | |
1553 | 1553 | | |
1554 | 1554 | | |
1555 | | - | |
1556 | | - | |
1557 | | - | |
1558 | | - | |
| 1555 | + | |
| 1556 | + | |
| 1557 | + | |
| 1558 | + | |
1559 | 1559 | | |
1560 | 1560 | | |
1561 | 1561 | | |
| |||
0 commit comments