-
Notifications
You must be signed in to change notification settings - Fork 765
Commit c42a954
authored
chore(deps): update build tools (#4633)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | 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))
| [`^4.3.4` ->
`^4.4.1`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/4.3.4/4.4.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@vitejs/plugin-react-swc](https://redirect.github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc#readme)
([source](https://redirect.github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc))
| [`^3.8.1` ->
`^3.9.0`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react-swc/3.8.1/3.9.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [typescript](https://www.typescriptlang.org/)
([source](https://redirect.github.com/microsoft/TypeScript)) | [`^5.8.2`
-> `^5.8.3`](https://renovatebot.com/diffs/npm/typescript/5.8.2/5.8.3) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [vite](https://vite.dev)
([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite))
| [`^6.2.2` ->
`^6.3.2`](https://renovatebot.com/diffs/npm/vite/6.2.6/6.3.2) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [vitest](https://redirect.github.com/vitest-dev/vitest)
([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest))
| [`^3.0.9` ->
`^3.1.1`](https://renovatebot.com/diffs/npm/vitest/3.0.9/3.1.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>vitejs/vite-plugin-react
(@​vitejs/plugin-react)</summary>
###
[`v4.4.1`](https://redirect.github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#441-2025-04-19)
[Compare
Source](https://redirect.github.com/vitejs/vite-plugin-react/compare/8beda4f36fe4ca8c0f795619988deb0849054f8c...57cc39869c319b842dac348b62c882a7bb963f7b)
Fix type issue when using `moduleResolution: "node"` in tsconfig
[#​462](https://redirect.github.com/vitejs/vite-plugin-react/pull/4620)
###
[`v4.4.0`](https://redirect.github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#440-2025-04-15)
[Compare
Source](https://redirect.github.com/vitejs/vite-plugin-react/compare/v4.3.4...8beda4f36fe4ca8c0f795619988deb0849054f8c)
##### Make compatible with rolldown-vite
This plugin is now compatible with rolldown-powered version of Vite.
Note that currently the `__source` property value position might be
incorrect. This will be fixed in the near future.
</details>
<details>
<summary>vitejs/vite-plugin-react
(@​vitejs/plugin-react-swc)</summary>
###
[`v3.9.0`](https://redirect.github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react-swc/CHANGELOG.md#390-2025-04-15)
[Compare
Source](https://redirect.github.com/vitejs/vite-plugin-react/compare/8651113f680d9191302eb63af63c3cc582319549...4a944487aabe4db16660f4196e1d6eed79edf0e0)
##### Make compatible with rolldown-vite
This plugin is now compatible with rolldown-powered version of Vite.
</details>
<details>
<summary>microsoft/TypeScript (typescript)</summary>
###
[`v5.8.3`](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.2...68cead182cc24afdc3f1ce7c8ff5853aba14b65a)
[Compare
Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.2...v5.8.3)
</details>
<details>
<summary>vitejs/vite (vite)</summary>
###
[`v6.3.2`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small632-2025-04-18-small)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v6.3.1...v6.3.2)
- fix: match default asserts case insensitive
([#​19852](https://redirect.github.com/vitejs/vite/issues/19852))
([cbdab1d](https://redirect.github.com/vitejs/vite/commit/cbdab1d6a30e07263ec51b2ca042369e736adec6)),
closes
[#​19852](https://redirect.github.com/vitejs/vite/issues/19852)
- fix: open first url if host does not match any urls
([#​19886](https://redirect.github.com/vitejs/vite/issues/19886))
([6abbdce](https://redirect.github.com/vitejs/vite/commit/6abbdce3d77990409e12380e72c7ec9dd3f8bec5)),
closes
[#​19886](https://redirect.github.com/vitejs/vite/issues/19886)
- fix(css): respect `css.lightningcss` option in css minification
process
([#​19879](https://redirect.github.com/vitejs/vite/issues/19879))
([b5055e0](https://redirect.github.com/vitejs/vite/commit/b5055e0dd4c0e084115c3dbfead5736a54807e0c)),
closes
[#​19879](https://redirect.github.com/vitejs/vite/issues/19879)
- fix(deps): update all non-major dependencies
([#​19698](https://redirect.github.com/vitejs/vite/issues/19698))
([bab4cb9](https://redirect.github.com/vitejs/vite/commit/bab4cb92248adf6b9b18df12b2bf03889b0bd1eb)),
closes
[#​19698](https://redirect.github.com/vitejs/vite/issues/19698)
- feat(css): improve lightningcss messages
([#​19880](https://redirect.github.com/vitejs/vite/issues/19880))
([c713f79](https://redirect.github.com/vitejs/vite/commit/c713f79b5a4bd98542d8dbe4c85ba4cce9b1f358)),
closes
[#​19880](https://redirect.github.com/vitejs/vite/issues/19880)
###
[`v6.3.1`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small631-2025-04-17-small)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v6.3.0...v6.3.1)
- fix: avoid using `Promise.allSettled` in preload function
([#​19805](https://redirect.github.com/vitejs/vite/issues/19805))
([35c7f35](https://redirect.github.com/vitejs/vite/commit/35c7f35e2b67f2158ededf2af58ecec53b3f16c5)),
closes
[#​19805](https://redirect.github.com/vitejs/vite/issues/19805)
- fix: backward compat for internal plugin `transform` calls
([#​19878](https://redirect.github.com/vitejs/vite/issues/19878))
([a152b7c](https://redirect.github.com/vitejs/vite/commit/a152b7cbac72e05668f8fc23074d531ecebb77a5)),
closes
[#​19878](https://redirect.github.com/vitejs/vite/issues/19878)
###
[`v6.3.0`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#630-2025-04-16)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v6.2.6...v6.3.0)
- fix(hmr): avoid infinite loop happening with `hot.invalidate` in
circular deps
([#​19870](https://redirect.github.com/vitejs/vite/issues/19870))
([d4ee5e8](https://redirect.github.com/vitejs/vite/commit/d4ee5e8655a85f4d6bebc695b063d69406ab53ac)),
closes
[#​19870](https://redirect.github.com/vitejs/vite/issues/19870)
- fix(preview): use host url to open browser
([#​19836](https://redirect.github.com/vitejs/vite/issues/19836))
([5003434](https://redirect.github.com/vitejs/vite/commit/50034340401b4043bb0b158f18ffb7ae1b7f5c86)),
closes
[#​19836](https://redirect.github.com/vitejs/vite/issues/19836)
</details>
<details>
<summary>vitest-dev/vitest (vitest)</summary>
###
[`v3.1.1`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v3.1.1)
[Compare
Source](https://redirect.github.com/vitest-dev/vitest/compare/v3.1.0...v3.1.1)
##### 🐞 Bug Fixes
- **reporter**:
- Report tests in correct order - by
[@​sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/7752](https://redirect.github.com/vitest-dev/vitest/issues/7752)
[<samp>(b166e)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/b166efa2)
- Print test only once in the verbose mode - by
[@​sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/7738](https://redirect.github.com/vitest-dev/vitest/issues/7738)
[<samp>(69ca4)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/69ca425c)
##### [View changes on
GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v3.1.0...v3.1.1)
###
[`v3.1.0`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v3.1.0)
[Compare
Source](https://redirect.github.com/vitest-dev/vitest/compare/v3.0.9...v3.1.0)
##### 🚀 Features
- Introduce `%$` option to add number of the test to its title - by
[@​kemuridama](https://redirect.github.com/kemuridama) in
[https://github.com/vitest-dev/vitest/issues/7412](https://redirect.github.com/vitest-dev/vitest/issues/7412)
[<samp>(df347)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/df3477076)
- Add `diff.maxDepth` option and set non-`Infinity` value as a default
to reduce crash - by
[@​hi-ogawa](https://redirect.github.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/7481](https://redirect.github.com/vitest-dev/vitest/issues/7481)
[<samp>(eacab)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/eacab25e7)
- Allow array element for `test.each/for` title formatting - by
[@​hi-ogawa](https://redirect.github.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/7522](https://redirect.github.com/vitest-dev/vitest/issues/7522)
[<samp>(ea3d6)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/ea3d67b03)
- Add "configureVitest" plugin hook - by
[@​sheremet-va](https://redirect.github.com/sheremet-va) and
[@​AriPerkkio](https://redirect.github.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/7349](https://redirect.github.com/vitest-dev/vitest/issues/7349)
[<samp>(20a5d)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/20a5d4bfc)
- Support `--configLoader` CLI option - by
[@​Carnageous](https://redirect.github.com/Carnageous) and
[@​hi-ogawa](https://redirect.github.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/7574](https://redirect.github.com/vitest-dev/vitest/issues/7574)
[<samp>(2a852)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/2a8520a83)
- Added `vitest-browser-lit` to `vitest init browser` and docs - by
[@​EskiMojo14](https://redirect.github.com/EskiMojo14) and
[@​hi-ogawa](https://redirect.github.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/7705](https://redirect.github.com/vitest-dev/vitest/issues/7705)
[<samp>(5659a)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/5659a0e0c)
- Use providers request interception for module mocking - by
[@​sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/7576](https://redirect.github.com/vitest-dev/vitest/issues/7576)
[<samp>(7883a)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/7883acd63)
- **browser**:
- Introduce `and`, `or` and `filter` locators - by
[@​sheremet-va](https://redirect.github.com/sheremet-va) and
[@​AriPerkkio](https://redirect.github.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/7463](https://redirect.github.com/vitest-dev/vitest/issues/7463)
[<samp>(63949)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/63949b1d7)
- **reporter**:
- Always render test time - by
[@​AriPerkkio](https://redirect.github.com/AriPerkkio) and
[@​spamshaker](https://redirect.github.com/spamshaker) in
[https://github.com/vitest-dev/vitest/issues/7529](https://redirect.github.com/vitest-dev/vitest/issues/7529)
[<samp>(5eba6)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/5eba60ae1)
- `--silent=passed-only` to log failed tasks only - by
[@​AriPerkkio](https://redirect.github.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/7530](https://redirect.github.com/vitest-dev/vitest/issues/7530)
[<samp>(f9e1c)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/f9e1cb494)
- **runner**:
- Add `test.scoped` to override `test.extend` fixtures per-suite - by
[@​sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/7233](https://redirect.github.com/vitest-dev/vitest/issues/7233)
[<samp>(e5851)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/e5851e4b8)
- **vitest**:
- Allow conditional `context.skip(boolean)` - by
[@​sheremet-va](https://redirect.github.com/sheremet-va) and
[@​AriPerkkio](https://redirect.github.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/7659](https://redirect.github.com/vitest-dev/vitest/issues/7659)
[<samp>(6adec)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/6adecb903)
- Support rolldown-vite in NormalizeUrlPlugin - by
[@​sapphi-red](https://redirect.github.com/sapphi-red) and
[@​sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/7739](https://redirect.github.com/vitest-dev/vitest/issues/7739)
[<samp>(1ef31)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/1ef31a7bb)
##### 🐞 Bug Fixes
- Update test stats regularly - by
[@​hi-ogawa](https://redirect.github.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/7700](https://redirect.github.com/vitest-dev/vitest/issues/7700)
[<samp>(b7953)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/b7953487b)
- Fix vm tests flakiness - by
[@​sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/7741](https://redirect.github.com/vitest-dev/vitest/issues/7741)
[<samp>(2702c)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/2702cf424)
- Set `diff.expand: false` as default - by
[@​hi-ogawa](https://redirect.github.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/7697](https://redirect.github.com/vitest-dev/vitest/issues/7697)
[<samp>(f3420)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/f34206536)
- **browser**:
- Correctly calculate timeout in hooks when actions are performed - by
[@​sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/7747](https://redirect.github.com/vitest-dev/vitest/issues/7747)
[<samp>(a5505)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/a55055180)
- **deps**:
- Update all non-major dependencies - by
[@​hi-ogawa](https://redirect.github.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/7600](https://redirect.github.com/vitest-dev/vitest/issues/7600)
[<samp>(7fc5a)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/7fc5a2908)
- **reporter**:
- `--hideSkippedTests` should hide suites too - by
[@​AriPerkkio](https://redirect.github.com/AriPerkkio) in
[https://github.com/vitest-dev/vitest/issues/7695](https://redirect.github.com/vitest-dev/vitest/issues/7695)
[<samp>(ba9b5)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/ba9b51ccc)
- Report tests in correct order - by
[@​sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/7752](https://redirect.github.com/vitest-dev/vitest/issues/7752)
[<samp>(b166e)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/b166efa28)
- Print test only once in the verbose mode - by
[@​sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/7738](https://redirect.github.com/vitest-dev/vitest/issues/7738)
[<samp>(69ca4)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/69ca425c6)
- **snapshot**:
- Fix indent normalization - by
[@​hi-ogawa](https://redirect.github.com/hi-ogawa) in
[https://github.com/vitest-dev/vitest/issues/7400](https://redirect.github.com/vitest-dev/vitest/issues/7400)
[<samp>(82997)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/8299709d2)
- This change can cause small amount of very old snapshots to be
updated, but there will be no functional change to how they work.
##### 🏎 Performance
- **browser**: Fork jest-dom instead of bundling it - by
[@​sheremet-va](https://redirect.github.com/sheremet-va) in
[https://github.com/vitest-dev/vitest/issues/7605](https://redirect.github.com/vitest-dev/vitest/issues/7605)
[<samp>(12762)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/12762ea6c)
##### [View changes on
GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v3.0.9...v3.1.1)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "on the 23rd day of the month" (UTC),
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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 5d336d8 commit c42a954Copy full SHA for c42a954
File tree
Expand file treeCollapse file tree
6 files changed
+368
-338
lines changedOpen diff view settings
Filter options
- frontend
- lsp
- openapi
Expand file treeCollapse file tree
6 files changed
+368
-338
lines changedOpen diff view settings
Collapse file
+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
210 | | - | |
| 209 | + | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
239 | | - | |
| 238 | + | |
| 239 | + | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| |||
0 commit comments