Skip to content

Commit b8dde2c

Browse files
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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@vitejs%2fplugin-react/5.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitejs%2fplugin-react/5.1.4/5.2.0?slim=true) | | [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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/postcss/8.5.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/postcss/8.5.6/8.5.10?slim=true) | | [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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/tailwindcss/4.2.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tailwindcss/4.2.0/4.2.2?slim=true) | | [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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plugin-wasm/3.6.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plugin-wasm/3.5.0/3.6.0?slim=true) | --- ### Release Notes <details> <summary>vitejs/vite-plugin-react (@&#8203;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 [@&#8203;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` ([#&#8203;19725](https://redirect.github.com/tailwindlabs/tailwindcss/pull/19725)) - Canonicalize `calc(var(--spacing)*…)` expressions into `--spacing(…)` ([#&#8203;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`) ([#&#8203;19727](https://redirect.github.com/tailwindlabs/tailwindcss/pull/19727)) - Skip full reload for server only modules scanned by client CSS when using `@tailwindcss/vite` ([#&#8203;19745](https://redirect.github.com/tailwindlabs/tailwindcss/pull/19745)) - Add support for Vite 8 in `@tailwindcss/vite` ([#&#8203;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`) ([#&#8203;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`) ([#&#8203;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 ([#&#8203;19696](https://redirect.github.com/tailwindlabs/tailwindcss/pull/19696)) - Properly detect classes containing `.` characters within curly braces in MDX files ([#&#8203;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

File tree

frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"@types/react": "^19.2.10",
210210
"@types/react-dom": "^19.2.3",
211211
"@types/timestring": "^6.0.5",
212-
"@vitejs/plugin-react": "^5.1.4",
212+
"@vitejs/plugin-react": "^5.2.0",
213213
"babel-plugin-react-compiler": "19.1.0-rc.3",
214214
"blob-polyfill": "^7.0.20220408",
215215
"cross-env": "^7.0.3",
@@ -226,11 +226,11 @@
226226
"storybook": "^10.2.12",
227227
"stylelint": "^16.26.1",
228228
"stylelint-config-standard": "^36.0.1",
229-
"tailwindcss": "^4.2.0",
229+
"tailwindcss": "^4.2.2",
230230
"vega-typings": "^2.1.0",
231231
"vite": "npm:rolldown-vite@7.3.1",
232232
"vite-plugin-top-level-await": "^1.6.0",
233-
"vite-plugin-wasm": "^3.5.0",
233+
"vite-plugin-wasm": "^3.6.0",
234234
"vitest": "^3.2.4"
235235
}
236236
}

pnpm-lock.yaml

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)