Commit 334bd76
authored
chore(deps): update all non-major dependencies (patch) (#8010)
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.1` ->
`5.1.2`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/5.1.1/5.1.2)
|

|

|
| [cypress](https://cypress.io)
([source](https://redirect.github.com/cypress-io/cypress)) | [`15.7.0`
-> `15.7.1`](https://renovatebot.com/diffs/npm/cypress/15.7.0/15.7.1) |

|

|
| [prettier](https://prettier.io)
([source](https://redirect.github.com/prettier/prettier)) | [`3.7.3` ->
`3.7.4`](https://renovatebot.com/diffs/npm/prettier/3.7.3/3.7.4) |

|

|
| [react-is](https://react.dev/)
([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react-is))
| [`19.2.0` ->
`19.2.1`](https://renovatebot.com/diffs/npm/react-is/19.2.0/19.2.1) |

|

|
| [vite](https://vite.dev)
([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite))
| [`7.2.6` ->
`7.2.7`](https://renovatebot.com/diffs/npm/vite/7.2.6/7.2.7) |

|

|
---
### Release Notes
<details>
<summary>vitejs/vite-plugin-react
(@​vitejs/plugin-react)</summary>
###
[`v5.1.2`](https://redirect.github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#512-2025-12-08)
[Compare
Source](https://redirect.github.com/vitejs/vite-plugin-react/compare/23db72731b7c9c3d57a8188f0395d2ec90a6e2f6...f127a24376a90a82acf5b8aad4be750bec3045f3)
</details>
<details>
<summary>cypress-io/cypress (cypress)</summary>
###
[`v15.7.1`](https://redirect.github.com/cypress-io/cypress/releases/tag/v15.7.1)
[Compare
Source](https://redirect.github.com/cypress-io/cypress/compare/v15.7.0...v15.7.1)
Changelog: <https://docs.cypress.io/app/references/changelog#15-7-1>
</details>
<details>
<summary>prettier/prettier (prettier)</summary>
###
[`v3.7.4`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#374)
[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.7.3...3.7.4)
[diff](https://redirect.github.com/prettier/prettier/compare/3.7.3...3.7.4)
##### LWC: Avoid quote around interpolations
([#​18383](https://redirect.github.com/prettier/prettier/pull/18383)
by [@​kovsu](https://redirect.github.com/kovsu))
<!-- prettier-ignore -->
```html
<!-- Input -->
<div foo={bar}> </div>
<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>
<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
```
##### TypeScript: Fix comment inside union type gets duplicated
([#​18393](https://redirect.github.com/prettier/prettier/pull/18393)
by [@​fisker](https://redirect.github.com/fisker))
<!-- prettier-ignore -->
```tsx
// Input
type Foo = (/** comment */ a | b) | c;
// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;
// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
```
##### TypeScript: Fix unstable comment print in union type comments
([#​18395](https://redirect.github.com/prettier/prettier/pull/18395)
by [@​fisker](https://redirect.github.com/fisker))
<!-- prettier-ignore -->
```tsx
// Input
type X = (A | B) & (
// comment
A | B
);
// Prettier 3.7.3 (first format)
type X = (A | B) &
(// comment
A | B);
// Prettier 3.7.3 (second format)
type X = (
| A
| B // comment
) &
(A | B);
// Prettier 3.7.4
type X = (A | B) &
// comment
(A | B);
```
</details>
<details>
<summary>facebook/react (react-is)</summary>
###
[`v19.2.1`](https://redirect.github.com/facebook/react/blob/HEAD/CHANGELOG.md#1921-Dec-3-2025)
[Compare
Source](https://redirect.github.com/facebook/react/compare/v19.2.0...v19.2.1)
##### React Server Components
- Bring React Server Component fixes to Server Actions
([@​sebmarkbage](https://redirect.github.com/sebmarkbage)
[#​35277](https://redirect.github.com/facebook/react/pull/35277))
</details>
<details>
<summary>vitejs/vite (vite)</summary>
###
[`v7.2.7`](https://redirect.github.com/vitejs/vite/compare/v7.2.6...v7.2.7)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v7.2.6...v7.2.7)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule
defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, 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/UI5/webcomponents-react).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 2529bd4 commit 334bd76
2 files changed
+34
-34
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3582 | 3582 | | |
3583 | 3583 | | |
3584 | 3584 | | |
3585 | | - | |
3586 | | - | |
3587 | | - | |
3588 | | - | |
| 3585 | + | |
| 3586 | + | |
| 3587 | + | |
| 3588 | + | |
3589 | 3589 | | |
3590 | 3590 | | |
3591 | 3591 | | |
| |||
5845 | 5845 | | |
5846 | 5846 | | |
5847 | 5847 | | |
5848 | | - | |
5849 | | - | |
5850 | | - | |
| 5848 | + | |
| 5849 | + | |
| 5850 | + | |
5851 | 5851 | | |
5852 | 5852 | | |
5853 | 5853 | | |
5854 | 5854 | | |
5855 | | - | |
| 5855 | + | |
5856 | 5856 | | |
5857 | 5857 | | |
5858 | 5858 | | |
5859 | 5859 | | |
5860 | | - | |
| 5860 | + | |
5861 | 5861 | | |
5862 | 5862 | | |
5863 | 5863 | | |
| |||
8562 | 8562 | | |
8563 | 8563 | | |
8564 | 8564 | | |
8565 | | - | |
8566 | | - | |
8567 | | - | |
| 8565 | + | |
| 8566 | + | |
| 8567 | + | |
8568 | 8568 | | |
8569 | 8569 | | |
8570 | 8570 | | |
| |||
8610 | 8610 | | |
8611 | 8611 | | |
8612 | 8612 | | |
8613 | | - | |
| 8613 | + | |
8614 | 8614 | | |
8615 | 8615 | | |
8616 | 8616 | | |
| |||
17767 | 17767 | | |
17768 | 17768 | | |
17769 | 17769 | | |
17770 | | - | |
17771 | | - | |
17772 | | - | |
| 17770 | + | |
| 17771 | + | |
| 17772 | + | |
17773 | 17773 | | |
17774 | 17774 | | |
17775 | | - | |
| 17775 | + | |
17776 | 17776 | | |
17777 | 17777 | | |
17778 | 17778 | | |
| |||
18197 | 18197 | | |
18198 | 18198 | | |
18199 | 18199 | | |
18200 | | - | |
18201 | | - | |
18202 | | - | |
18203 | | - | |
| 18200 | + | |
| 18201 | + | |
| 18202 | + | |
| 18203 | + | |
18204 | 18204 | | |
18205 | 18205 | | |
18206 | 18206 | | |
| |||
20940 | 20940 | | |
20941 | 20941 | | |
20942 | 20942 | | |
20943 | | - | |
| 20943 | + | |
20944 | 20944 | | |
20945 | 20945 | | |
20946 | | - | |
| 20946 | + | |
20947 | 20947 | | |
20948 | 20948 | | |
20949 | 20949 | | |
| |||
20967 | 20967 | | |
20968 | 20968 | | |
20969 | 20969 | | |
20970 | | - | |
| 20970 | + | |
20971 | 20971 | | |
20972 | 20972 | | |
20973 | 20973 | | |
| |||
20976 | 20976 | | |
20977 | 20977 | | |
20978 | 20978 | | |
20979 | | - | |
| 20979 | + | |
20980 | 20980 | | |
20981 | 20981 | | |
20982 | 20982 | | |
| |||
21670 | 21670 | | |
21671 | 21671 | | |
21672 | 21672 | | |
21673 | | - | |
21674 | | - | |
21675 | | - | |
| 21673 | + | |
| 21674 | + | |
| 21675 | + | |
21676 | 21676 | | |
21677 | 21677 | | |
21678 | 21678 | | |
| |||
21721 | 21721 | | |
21722 | 21722 | | |
21723 | 21723 | | |
21724 | | - | |
| 21724 | + | |
21725 | 21725 | | |
21726 | 21726 | | |
21727 | 21727 | | |
| |||
0 commit comments