Commit b8dde2c
authored
chore(deps): update build tools (#9334)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[@vitejs/plugin-react](https://redirect.github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme)
([source](https://redirect.github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react))
| [`^5.1.4` →
`^5.2.0`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/5.1.4/5.2.0)
|

|

|
| [postcss](https://postcss.org/)
([source](https://redirect.github.com/postcss/postcss)) | [`^8.5.6` →
`^8.5.10`](https://renovatebot.com/diffs/npm/postcss/8.5.6/8.5.10) |

|

|
| [tailwindcss](https://tailwindcss.com)
([source](https://redirect.github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss))
| [`^4.2.0` →
`^4.2.2`](https://renovatebot.com/diffs/npm/tailwindcss/4.2.0/4.2.2) |

|

|
| [vite-plugin-wasm](https://redirect.github.com/Menci/vite-plugin-wasm)
| [`^3.5.0` →
`^3.6.0`](https://renovatebot.com/diffs/npm/vite-plugin-wasm/3.5.0/3.6.0)
|

|

|
---
### Release Notes
<details>
<summary>vitejs/vite-plugin-react
(@​vitejs/plugin-react)</summary>
###
[`v5.2.0`](https://redirect.github.com/vitejs/vite-plugin-react/compare/f066114c3e6bf18f5209ff3d3ef6bf1ab46d3866...fda3a86095556b49ae3c995eb57a30d4e0b8fa8d)
[Compare
Source](https://redirect.github.com/vitejs/vite-plugin-react/compare/f066114c3e6bf18f5209ff3d3ef6bf1ab46d3866...fda3a86095556b49ae3c995eb57a30d4e0b8fa8d)
</details>
<details>
<summary>postcss/postcss (postcss)</summary>
###
[`v8.5.10`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8510)
[Compare
Source](https://redirect.github.com/postcss/postcss/compare/8.5.9...8.5.10)
- Fixed XSS via unescaped `</style>` in non-bundler cases (by
[@​TharVid](https://redirect.github.com/TharVid)).
###
[`v8.5.9`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#859)
[Compare
Source](https://redirect.github.com/postcss/postcss/compare/8.5.8...8.5.9)
- Speed up source map encoding paring in case of the error.
###
[`v8.5.8`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#858)
[Compare
Source](https://redirect.github.com/postcss/postcss/compare/8.5.7...8.5.8)
- Fixed `Processor#version`.
###
[`v8.5.7`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#857)
[Compare
Source](https://redirect.github.com/postcss/postcss/compare/8.5.6...8.5.7)
- Improved source map annotation cleaning performance (by CodeAnt AI).
</details>
<details>
<summary>tailwindlabs/tailwindcss (tailwindcss)</summary>
###
[`v4.2.2`](https://redirect.github.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#422---2026-03-18)
[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v4.2.1...v4.2.2)
##### Fixed
- Don't crash when candidates contain prototype properties like
`row-constructor`
([#​19725](https://redirect.github.com/tailwindlabs/tailwindcss/pull/19725))
- Canonicalize `calc(var(--spacing)*…)` expressions into `--spacing(…)`
([#​19769](https://redirect.github.com/tailwindlabs/tailwindcss/pull/19769))
- Fix crash in canonicalization step when handling utilities containing
`@property` at-rules (e.g. `shadow-sm border`)
([#​19727](https://redirect.github.com/tailwindlabs/tailwindcss/pull/19727))
- Skip full reload for server only modules scanned by client CSS when
using `@tailwindcss/vite`
([#​19745](https://redirect.github.com/tailwindlabs/tailwindcss/pull/19745))
- Add support for Vite 8 in `@tailwindcss/vite`
([#​19790](https://redirect.github.com/tailwindlabs/tailwindcss/pull/19790))
- Improve canonicalization for bare values exceeding default spacing
scale suggestions (e.g. `w-1234 h-1234` → `size-1234`)
([#​19809](https://redirect.github.com/tailwindlabs/tailwindcss/pull/19809))
- Fix canonicalization resulting in empty list (e.g. `w-5 h-5 size-5` →
`''` instead of `size-5`)
([#​19812](https://redirect.github.com/tailwindlabs/tailwindcss/pull/19812))
###
[`v4.2.1`](https://redirect.github.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#421---2026-02-23)
[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v4.2.0...v4.2.1)
##### Fixed
- Allow trailing dash in functional utility names for backwards
compatibility
([#​19696](https://redirect.github.com/tailwindlabs/tailwindcss/pull/19696))
- Properly detect classes containing `.` characters within curly braces
in MDX files
([#​19711](https://redirect.github.com/tailwindlabs/tailwindcss/pull/19711))
</details>
<details>
<summary>Menci/vite-plugin-wasm (vite-plugin-wasm)</summary>
###
[`v3.6.0`](https://redirect.github.com/Menci/vite-plugin-wasm/compare/v3.5.0...v3.6.0)
[Compare
Source](https://redirect.github.com/Menci/vite-plugin-wasm/compare/v3.5.0...v3.6.0)
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- "on the 23rd day of the month"
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/marimo-team/marimo).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjEzOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent bc7cb48 commit b8dde2c
2 files changed
Lines changed: 26 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments