Skip to content

Commit e56c72e

Browse files
renovate[bot]scaleway-botmatthprost
authored
fix(deps): update react monorepo (#5606)
* fix(deps): update react monorepo * chore: add changeset renovate-3ea5b79 * fix: update snapshots --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Scaleway Bot <[email protected]> Co-authored-by: Matthias <[email protected]>
1 parent 35bb68b commit e56c72e

File tree

88 files changed

+2235
-2222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+2235
-2222
lines changed

.changeset/renovate-3ea5b79.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
'@ultraviolet/icons': patch
3+
'@ultraviolet/form': patch
4+
'@ultraviolet/illustrations': patch
5+
'@ultraviolet/nextjs': patch
6+
'@ultraviolet/plus': patch
7+
'@ultraviolet/ui': patch
8+
---
9+
10+
Updated dependency `@types/react` to `19.2.2`.
11+
Updated dependency `@types/react-dom` to `19.2.1`.
12+
Updated dependency `react` to `19.2.0`.
13+
Updated dependency `react-dom` to `19.2.0`.

e2e/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
"@ultraviolet/icons": "workspace:*",
2020
"@ultraviolet/themes": "workspace:*",
2121
"@ultraviolet/ui": "workspace:*",
22-
"react": "19.1.1",
23-
"react-dom": "19.1.1",
22+
"react": "19.2.0",
23+
"react-dom": "19.2.0",
2424
"react-router-dom": "7.9.4"
2525
},
2626
"devDependencies": {
2727
"@emotion/babel-plugin": "11.13.5",
2828
"@eslint/js": "9.36.0",
2929
"@playwright/test": "1.56.0",
30-
"@types/react": "19.1.13",
31-
"@types/react-dom": "19.1.9",
30+
"@types/react": "19.2.2",
31+
"@types/react-dom": "19.2.1",
3232
"@vitejs/plugin-react": "5.0.4",
3333
"eslint": "9.36.0",
3434
"eslint-plugin-react-hooks": "5.2.0",

examples/next-app-router/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"@ultraviolet/nextjs": "workspace:*",
1919
"@ultraviolet/ui": "workspace:*",
2020
"next": "15.5.4",
21-
"react": "19.1.1",
22-
"react-dom": "19.1.1"
21+
"react": "19.2.0",
22+
"react-dom": "19.2.0"
2323
},
2424
"devDependencies": {
2525
"@eslint/eslintrc": "3.3.1",
2626
"@types/node": "22.18.10",
27-
"@types/react": "19.1.13",
28-
"@types/react-dom": "19.1.9",
27+
"@types/react": "19.2.2",
28+
"@types/react-dom": "19.2.1",
2929
"eslint": "9.36.0",
3030
"eslint-config-next": "15.5.4",
3131
"typescript": "5.9.3"

examples/next/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@ultraviolet/icons": "workspace:*",
2424
"@ultraviolet/ui": "workspace:*",
2525
"next": "15.5.4",
26-
"react": "19.1.1",
27-
"react-dom": "19.1.1",
26+
"react": "19.2.0",
27+
"react-dom": "19.2.0",
2828
"react-schemaorg": "2.0.0",
2929
"react-syntax-highlighter": "15.6.6",
3030
"react-use-clipboard": "1.0.9",
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@babel/core": "7.28.4",
3535
"@types/node": "22.18.10",
36-
"@types/react": "19.1.13",
36+
"@types/react": "19.2.2",
3737
"@types/react-syntax-highlighter": "15.5.13",
3838
"next-transpile-modules": "10.0.1"
3939
}

examples/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"@ultraviolet/icons": "workspace:*",
1616
"@ultraviolet/themes": "workspace:*",
1717
"@ultraviolet/ui": "workspace:*",
18-
"react": "19.1.1",
19-
"react-dom": "19.1.1"
18+
"react": "19.2.0",
19+
"react-dom": "19.2.0"
2020
},
2121
"devDependencies": {
2222
"@emotion/babel-plugin": "11.13.5",
23-
"@types/react": "19.1.13",
24-
"@types/react-dom": "19.1.9",
23+
"@types/react": "19.2.2",
24+
"@types/react-dom": "19.2.1",
2525
"@vitejs/plugin-react": "5.0.4",
2626
"typescript": "5.9.3",
2727
"vite": "7.1.9"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@
131131
"@testing-library/react": "16.3.0",
132132
"@testing-library/user-event": "14.6.1",
133133
"@types/node": "22.18.10",
134-
"@types/react": "19.1.13",
135-
"@types/react-dom": "19.1.9",
134+
"@types/react": "19.2.2",
135+
"@types/react-dom": "19.2.1",
136136
"@types/zxcvbn": "4.4.5",
137137
"@ultraviolet/fonts": "workspace:*",
138138
"@ultraviolet/themes": "workspace:*",
@@ -166,8 +166,8 @@
166166
"oxlint": "1.14.0",
167167
"postcss": "8.5.6",
168168
"publint": "0.3.14",
169-
"react": "19.1.1",
170-
"react-dom": "19.1.1",
169+
"react": "19.2.0",
170+
"react-dom": "19.2.0",
171171
"react-scan": "0.4.3",
172172
"read-pkg": "9.0.1",
173173
"regenerator-runtime": "0.14.1",

packages/form/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@
7474
"@emotion/react": "11.14.0",
7575
"@emotion/styled": "11.14.1",
7676
"@types/final-form-focus": "1.1.7",
77-
"@types/react": "19.1.13",
78-
"@types/react-dom": "19.1.9",
77+
"@types/react": "19.2.2",
78+
"@types/react-dom": "19.2.1",
7979
"@ultraviolet/ui": "workspace:*",
8080
"@utils/test": "workspace:*",
81-
"react": "19.1.1",
82-
"react-dom": "19.1.1"
81+
"react": "19.2.0",
82+
"react-dom": "19.2.0"
8383
},
8484
"dependencies": {
8585
"@babel/runtime": "7.28.4",

packages/form/src/components/CheckboxField/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ exports[`checkboxField > should render correctly 1`] = `
245245
aria-checked="false"
246246
aria-invalid="false"
247247
class="emotion-4 emotion-5"
248-
id="«r0»"
248+
id="_r_0_"
249249
name="test"
250250
type="checkbox"
251251
/>
@@ -528,7 +528,7 @@ exports[`checkboxField > should render correctly checked without value 1`] = `
528528
aria-invalid="false"
529529
checked=""
530530
class="emotion-4 emotion-5"
531-
id="«r6»"
531+
id="_r_6_"
532532
name="checked"
533533
type="checkbox"
534534
/>
@@ -811,7 +811,7 @@ exports[`checkboxField > should render correctly disabled 1`] = `
811811
aria-invalid="false"
812812
class="emotion-4 emotion-5"
813813
disabled=""
814-
id="«r4»"
814+
id="_r_4_"
815815
name="test"
816816
type="checkbox"
817817
/>
@@ -1093,7 +1093,7 @@ exports[`checkboxField > should render correctly not checked without value 1`] =
10931093
aria-checked="false"
10941094
aria-invalid="false"
10951095
class="emotion-4 emotion-5"
1096-
id="«r8»"
1096+
id="_r_8_"
10971097
name="checked"
10981098
type="checkbox"
10991099
/>
@@ -1376,7 +1376,7 @@ exports[`checkboxField > should render correctly with aria-label 1`] = `
13761376
aria-invalid="false"
13771377
aria-label="test"
13781378
class="emotion-4 emotion-5"
1379-
id="«r2»"
1379+
id="_r_2_"
13801380
name="test"
13811381
type="checkbox"
13821382
/>
@@ -1735,10 +1735,10 @@ exports[`checkboxField > should render correctly with errors 1`] = `
17351735
>
17361736
<input
17371737
aria-checked="false"
1738-
aria-describedby="«rd»-hint"
1738+
aria-describedby="_r_d_-hint"
17391739
aria-invalid="true"
17401740
class="emotion-4 emotion-5"
1741-
id="«rd»"
1741+
id="_r_d_"
17421742
name="test"
17431743
type="checkbox"
17441744
/>
@@ -1777,7 +1777,7 @@ exports[`checkboxField > should render correctly with errors 1`] = `
17771777
>
17781778
<label
17791779
class="emotion-14 emotion-15 emotion-16"
1780-
for="«rd»"
1780+
for="_r_d_"
17811781
>
17821782
Checkbox field error
17831783
</label>
@@ -2108,7 +2108,7 @@ exports[`checkboxField > should trigger events correctly 1`] = `
21082108
aria-checked="true"
21092109
aria-invalid="false"
21102110
class="emotion-4 emotion-5"
2111-
id="«ra»"
2111+
id="_r_a_"
21122112
name="test"
21132113
type="checkbox"
21142114
/>
@@ -2147,7 +2147,7 @@ exports[`checkboxField > should trigger events correctly 1`] = `
21472147
>
21482148
<label
21492149
class="emotion-14 emotion-15 emotion-16"
2150-
for="«ra»"
2150+
for="_r_a_"
21512151
>
21522152
Checkbox field events
21532153
</label>

packages/form/src/components/CheckboxGroupField/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ exports[`checkboxField > should render correctly checked 1`] = `
426426
aria-checked="false"
427427
aria-invalid="false"
428428
class="emotion-18 emotion-19"
429-
id="«r1»"
429+
id="_r_1_"
430430
name="Checkbox.value-1"
431431
type="checkbox"
432432
value="value-1"
@@ -466,7 +466,7 @@ exports[`checkboxField > should render correctly checked 1`] = `
466466
>
467467
<label
468468
class="emotion-28 emotion-29 emotion-12"
469-
for="«r1»"
469+
for="_r_1_"
470470
>
471471
Checkbox 1
472472
</label>
@@ -483,7 +483,7 @@ exports[`checkboxField > should render correctly checked 1`] = `
483483
aria-checked="true"
484484
aria-invalid="false"
485485
class="emotion-18 emotion-19"
486-
id="«r4»"
486+
id="_r_4_"
487487
name="Checkbox.value-2"
488488
type="checkbox"
489489
value="value-2"
@@ -523,7 +523,7 @@ exports[`checkboxField > should render correctly checked 1`] = `
523523
>
524524
<label
525525
class="emotion-28 emotion-29 emotion-12"
526-
for="«r4»"
526+
for="_r_4_"
527527
>
528528
Checkbox 2
529529
</label>
@@ -1009,7 +1009,7 @@ exports[`checkboxField > should trigger events correctly with required prop 1`]
10091009
aria-checked="false"
10101010
aria-invalid="false"
10111011
class="emotion-22 emotion-23"
1012-
id="«r9»"
1012+
id="_r_9_"
10131013
name="test.value-1"
10141014
type="checkbox"
10151015
value="value-1"
@@ -1049,7 +1049,7 @@ exports[`checkboxField > should trigger events correctly with required prop 1`]
10491049
>
10501050
<label
10511051
class="emotion-32 emotion-33 emotion-14"
1052-
for="«r9»"
1052+
for="_r_9_"
10531053
>
10541054
Checkbox 1
10551055
</label>
@@ -1066,7 +1066,7 @@ exports[`checkboxField > should trigger events correctly with required prop 1`]
10661066
aria-checked="false"
10671067
aria-invalid="false"
10681068
class="emotion-22 emotion-23"
1069-
id="«rc»"
1069+
id="_r_c_"
10701070
name="test.value-2"
10711071
type="checkbox"
10721072
value="value-2"
@@ -1106,7 +1106,7 @@ exports[`checkboxField > should trigger events correctly with required prop 1`]
11061106
>
11071107
<label
11081108
class="emotion-32 emotion-33 emotion-14"
1109-
for="«rc»"
1109+
for="_r_c_"
11101110
>
11111111
Checkbox 2
11121112
</label>

packages/form/src/components/DateInputField/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,8 @@ exports[`dateInputField > should clear field 1`] = `
597597
class="emotion-2 emotion-3"
598598
>
599599
<div
600-
aria-controls="«r3k»"
601-
aria-describedby="«r3k»"
600+
aria-controls="_r_3k_"
601+
aria-describedby="_r_3k_"
602602
class="emotion-4 emotion-5"
603603
tabindex="0"
604604
>
@@ -618,7 +618,7 @@ exports[`dateInputField > should clear field 1`] = `
618618
autocomplete="false"
619619
class="emotion-10 emotion-11"
620620
data-size="large"
621-
id="«r3l»"
621+
id="_r_3l_"
622622
name="test"
623623
placeholder="YYYY-MM-DD"
624624
type="text"
@@ -647,7 +647,7 @@ exports[`dateInputField > should clear field 1`] = `
647647
class="emotion-16 emotion-17 emotion-18"
648648
data-animated="false"
649649
data-has-arrow="false"
650-
id="«r3k»"
650+
id="_r_3k_"
651651
role="dialog"
652652
style="opacity: 1;"
653653
>
@@ -1246,8 +1246,8 @@ exports[`dateInputField > should render correctly 1`] = `
12461246
class="emotion-2 emotion-3"
12471247
>
12481248
<div
1249-
aria-controls="«r0»"
1250-
aria-describedby="«r0»"
1249+
aria-controls="_r_0_"
1250+
aria-describedby="_r_0_"
12511251
class="emotion-4 emotion-5"
12521252
tabindex="0"
12531253
>
@@ -1267,7 +1267,7 @@ exports[`dateInputField > should render correctly 1`] = `
12671267
autocomplete="false"
12681268
class="emotion-10 emotion-11"
12691269
data-size="large"
1270-
id="«r1»"
1270+
id="_r_1_"
12711271
name="test"
12721272
type="text"
12731273
/>
@@ -1489,8 +1489,8 @@ exports[`dateInputField > should render correctly disabled 1`] = `
14891489
class="emotion-2 emotion-3"
14901490
>
14911491
<div
1492-
aria-controls="«r3»"
1493-
aria-describedby="«r3»"
1492+
aria-controls="_r_3_"
1493+
aria-describedby="_r_3_"
14941494
class="emotion-4 emotion-5"
14951495
tabindex="0"
14961496
>
@@ -1511,7 +1511,7 @@ exports[`dateInputField > should render correctly disabled 1`] = `
15111511
class="emotion-10 emotion-11"
15121512
data-size="large"
15131513
disabled=""
1514-
id="«r4»"
1514+
id="_r_4_"
15151515
name="test"
15161516
type="text"
15171517
/>
@@ -1733,8 +1733,8 @@ exports[`dateInputField > should test range 1`] = `
17331733
class="emotion-2 emotion-3"
17341734
>
17351735
<div
1736-
aria-controls="«r1t»"
1737-
aria-describedby="«r1t»"
1736+
aria-controls="_r_1t_"
1737+
aria-describedby="_r_1t_"
17381738
class="emotion-4 emotion-5"
17391739
tabindex="0"
17401740
>
@@ -1754,7 +1754,7 @@ exports[`dateInputField > should test range 1`] = `
17541754
autocomplete="false"
17551755
class="emotion-10 emotion-11"
17561756
data-size="large"
1757-
id="«r1u»"
1757+
id="_r_1u_"
17581758
name="test"
17591759
placeholder="YYYY-MM-DD"
17601760
type="text"
@@ -1978,8 +1978,8 @@ exports[`dateInputField > should trigger events 1`] = `
19781978
class="emotion-2 emotion-3"
19791979
>
19801980
<div
1981-
aria-controls="«r6»"
1982-
aria-describedby="«r6»"
1981+
aria-controls="_r_6_"
1982+
aria-describedby="_r_6_"
19831983
class="emotion-4 emotion-5"
19841984
tabindex="0"
19851985
>
@@ -1999,7 +1999,7 @@ exports[`dateInputField > should trigger events 1`] = `
19991999
autocomplete="false"
20002000
class="emotion-10 emotion-11"
20012001
data-size="large"
2002-
id="«r7»"
2002+
id="_r_7_"
20032003
name="test"
20042004
placeholder="YYYY-MM-DD"
20052005
type="text"

0 commit comments

Comments
 (0)