Skip to content

Commit 0a08588

Browse files
authored
React 19 (#2564)
* React 19 * Changelog
1 parent b054613 commit 0a08588

File tree

59 files changed

+830
-420
lines changed

Some content is hidden

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

59 files changed

+830
-420
lines changed

apps/dine-pleiepenger/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @navikt/dine-pleiepenger
22

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- Oppdatere til React19
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @navikt/sif-common-amplitude@2.27.0
13+
- @navikt/appstatus-react-ds@2.20.0
14+
- @navikt/sif-common-core-ds@10.1.0
15+
- @navikt/sif-common-sentry@0.28.0
16+
- @navikt/sif-common-utils@3.48.0
17+
318
## 1.7.7
419

520
### Patch Changes

apps/dine-pleiepenger/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navikt/dine-pleiepenger",
3-
"version": "1.7.7",
3+
"version": "1.8.0",
44
"private": true,
55
"scripts": {
66
"build-storybook": "storybook build",
@@ -38,8 +38,8 @@
3838
"next": "15.0.4",
3939
"next-logger": "5.0.1",
4040
"pino": "9.5.0",
41-
"react": "18.3.1",
42-
"react-dom": "18.3.1",
41+
"react": "19.0.0",
42+
"react-dom": "19.0.0",
4343
"react-loading-skeleton": "3.5.0",
4444
"swr": "2.2.5",
4545
"uuid": "11.0.3",
@@ -61,7 +61,7 @@
6161
"@storybook/nextjs": "8.4.7",
6262
"@storybook/react": "8.4.7",
6363
"@storybook/test": "8.4.7",
64-
"@types/react": "18.3.12",
64+
"@types/react": "18.3.14",
6565
"classnames": "2.5.1",
6666
"dayjs": "1.11.13",
6767
"eslint": "9.16.0",
@@ -74,9 +74,9 @@
7474
"playwright-core": "1.49.1",
7575
"postcss": "8.4.49",
7676
"postcss-import": "16.1.0",
77-
"react": "18.3.1",
77+
"react": "19.0.0",
7878
"react-day-picker": "8.10.1",
79-
"react-dom": "18.3.1",
79+
"react-dom": "19.0.0",
8080
"react-intl": "7.0.4",
8181
"storybook": "8.4.7",
8282
"tailwindcss": "3.4.16",

apps/ekstra-omsorgsdager-andre-forelder-ikke-tilsyn/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @navikt/ekstra-omsorgsdager-andre-forelder-ikke-tilsyn
22

3+
## 1.31.0
4+
5+
### Minor Changes
6+
7+
- Oppdatere til React19
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @navikt/sif-common-amplitude@2.27.0
13+
- @navikt/sif-common-formik-ds@2.3.0
14+
- @navikt/sif-common-soknad-ds@22.0.0
15+
- @navikt/sif-common-forms-ds@17.0.0
16+
- @navikt/sif-common-core-ds@10.1.0
17+
- @navikt/sif-common-sentry@0.28.0
18+
- @navikt/sif-common-hooks@0.3.0
19+
- @navikt/sif-common-utils@3.48.0
20+
- @navikt/sif-common-ui@0.9.0
21+
322
## 1.30.3
423

524
### Patch Changes

apps/ekstra-omsorgsdager-andre-forelder-ikke-tilsyn/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Søknad om ekstra omsorgsdager når den andre forelderen ikke kan ha tilsyn med barn",
44
"license": "MIT",
55
"name": "@navikt/ekstra-omsorgsdager-andre-forelder-ikke-tilsyn",
6-
"version": "1.30.3",
6+
"version": "1.31.0",
77
"repository": "https://github.com/navikt/sif-brukerdialog",
88
"private": true,
99
"type": "module",
@@ -46,8 +46,8 @@
4646
"html-react-parser": "5.2.0",
4747
"jsdom": "25.0.1",
4848
"object-hash": "3.0.0",
49-
"react": "18.3.1",
50-
"react-dom": "18.3.1",
49+
"react": "19.0.0",
50+
"react-dom": "19.0.0",
5151
"react-fast-compare": "3.2.2",
5252
"react-intl": "7.0.4",
5353
"react-router-dom": "7.0.2"
@@ -65,8 +65,8 @@
6565
"@testing-library/dom": "10.4.0",
6666
"@testing-library/react": "16.1.0",
6767
"@types/object-hash": "3.0.6",
68-
"@types/react": "18.3.12",
69-
"@types/react-dom": "18.3.1",
68+
"@types/react": "18.3.14",
69+
"@types/react-dom": "18.3.3",
7070
"@types/react-router-dom": "5.3.3",
7171
"babel-polyfill": "6.26.0",
7272
"compression": "1.7.5",

apps/endringsmelding-pleiepenger/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @navikt/endringsmelding-pleiepenger
22

3+
## 2.35.0
4+
5+
### Minor Changes
6+
7+
- Oppdatere til React19
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @navikt/sif-common-amplitude@2.27.0
13+
- @navikt/sif-common-formik-ds@2.3.0
14+
- @navikt/sif-common-soknad-ds@22.0.0
15+
- @navikt/sif-common-forms-ds@17.0.0
16+
- @navikt/sif-common-core-ds@10.1.0
17+
- @navikt/sif-common-sentry@0.28.0
18+
- @navikt/sif-common-hooks@0.3.0
19+
- @navikt/sif-common-utils@3.48.0
20+
- @navikt/sif-common-ui@0.9.0
21+
322
## 2.34.3
423

524
### Patch Changes

apps/endringsmelding-pleiepenger/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"name": "@navikt/endringsmelding-pleiepenger",
77
"repository": "https://github.com/navikt/sif-brukerdialog",
8-
"version": "2.34.3",
8+
"version": "2.35.0",
99
"private": true,
1010
"dependencies": {
1111
"@navikt/ds-css": "7.8.0",
@@ -33,9 +33,9 @@
3333
"jsdom": "25.0.1",
3434
"lodash": "4.17.21",
3535
"object-hash": "3.0.0",
36-
"react": "18.3.1",
36+
"react": "19.0.0",
3737
"react-day-picker": "8.10.1",
38-
"react-dom": "18.3.1",
38+
"react-dom": "19.0.0",
3939
"react-intl": "7.0.4",
4040
"react-router-dom": "7.0.2"
4141
},
@@ -66,9 +66,9 @@
6666
"@types/intl": "1.2.2",
6767
"@types/js-cookie": "3.0.6",
6868
"@types/object-hash": "3.0.6",
69-
"@types/react": "18.3.12",
69+
"@types/react": "18.3.14",
7070
"@types/react-document-title": "2.0.10",
71-
"@types/react-dom": "18.3.1",
71+
"@types/react-dom": "18.3.3",
7272
"@types/react-router-dom": "5.3.3",
7373
"@vitejs/plugin-react": "4.3.4",
7474
"axe-core": "4.10.2",

apps/omsorgsdager-aleneomsorg-dialog/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @navikt/omsorgsdager-aleneomsorg-dialog
22

3+
## 2.24.0
4+
5+
### Minor Changes
6+
7+
- Oppdatere til React19
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @navikt/sif-common-amplitude@2.27.0
13+
- @navikt/sif-common-formik-ds@2.3.0
14+
- @navikt/sif-common-soknad-ds@22.0.0
15+
- @navikt/sif-common-forms-ds@17.0.0
16+
- @navikt/sif-common-core-ds@10.1.0
17+
- @navikt/sif-common-sentry@0.28.0
18+
- @navikt/sif-common-hooks@0.3.0
19+
- @navikt/sif-common-utils@3.48.0
20+
- @navikt/sif-common-faro@0.2.0
21+
- @navikt/sif-common-ui@0.9.0
22+
323
## 2.23.3
424

525
### Patch Changes

apps/omsorgsdager-aleneomsorg-dialog/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"name": "@navikt/omsorgsdager-aleneomsorg-dialog",
66
"repository": "https://github.com/navikt/sif-brukerdialog",
7-
"version": "2.23.3",
7+
"version": "2.24.0",
88
"private": true,
99
"type": "module",
1010
"scripts": {
@@ -44,8 +44,8 @@
4444
"html-react-parser": "5.2.0",
4545
"jsdom": "25.0.1",
4646
"object-hash": "3.0.0",
47-
"react": "18.3.1",
48-
"react-dom": "18.3.1",
47+
"react": "19.0.0",
48+
"react-dom": "19.0.0",
4949
"react-fast-compare": "3.2.2",
5050
"react-intl": "7.0.4",
5151
"react-router-dom": "7.0.2",
@@ -62,8 +62,8 @@
6262
"@sif/eslint-config": "*",
6363
"@testing-library/dom": "10.4.0",
6464
"@types/object-hash": "3.0.6",
65-
"@types/react": "18.3.12",
66-
"@types/react-dom": "18.3.1",
65+
"@types/react": "18.3.14",
66+
"@types/react-dom": "18.3.3",
6767
"@types/react-router-dom": "5.3.3",
6868
"@vitejs/plugin-react": "4.3.4",
6969
"babel-polyfill": "6.26.0",

apps/omsorgsdager-kalkulator/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @navikt/omsorgsdager-kalkulator
22

3+
## 3.11.0
4+
5+
### Minor Changes
6+
7+
- Oppdatere til React19
8+
39
## 3.10.2
410

511
### Patch Changes

apps/omsorgsdager-kalkulator/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "En kalkulator for beregning av omsorgsdager.",
44
"license": "MIT",
55
"name": "@navikt/omsorgsdager-kalkulator",
6-
"version": "3.10.2",
6+
"version": "3.11.0",
77
"private": true,
88
"scripts": {
99
"dev": "next dev -p 8080",
@@ -30,18 +30,18 @@
3030
"jsdom": "25.0.1",
3131
"next": "15.0.4",
3232
"node-fetch": "3.3.2",
33-
"react": "18.3.1",
33+
"react": "19.0.0",
3434
"react-day-picker": "8.10.1",
35-
"react-dom": "18.3.1",
35+
"react-dom": "19.0.0",
3636
"react-intl": "7.0.4",
3737
"uuid": "11.0.3"
3838
},
3939
"devDependencies": {
4040
"@axe-core/playwright": "4.10.1",
4141
"@playwright/test": "1.49.1",
4242
"@types/node": "22.10.1",
43-
"@types/react": "18.3.12",
44-
"@types/react-dom": "18.3.1",
43+
"@types/react": "18.3.14",
44+
"@types/react-dom": "18.3.3",
4545
"@types/uuid": "10.0.0",
4646
"config": "*",
4747
"eslint": "9.16.0",

apps/omsorgspengerutbetaling-arbeidstaker-soknad/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @navikt/omsorgspengerutbetaling-arbeidstaker-soknad
22

3+
## 1.12.0
4+
5+
### Minor Changes
6+
7+
- Oppdatere til React19
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @navikt/sif-common-amplitude@2.27.0
13+
- @navikt/sif-common-formik-ds@2.3.0
14+
- @navikt/sif-common-soknad-ds@22.0.0
15+
- @navikt/sif-common-forms-ds@17.0.0
16+
- @navikt/sif-common-core-ds@10.1.0
17+
- @navikt/sif-common-sentry@0.28.0
18+
- @navikt/sif-common-hooks@0.3.0
19+
- @navikt/sif-common-utils@3.48.0
20+
- @navikt/sif-common-api@0.4.0
21+
- @navikt/sif-common-ui@0.9.0
22+
323
## 1.11.3
424

525
### Patch Changes

apps/omsorgspengerutbetaling-arbeidstaker-soknad/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"name": "@navikt/omsorgspengerutbetaling-arbeidstaker-soknad",
66
"repository": "https://github.com/navikt/sif-brukerdialog",
7-
"version": "1.11.3",
7+
"version": "1.12.0",
88
"private": true,
99
"type": "module",
1010
"dependencies": {
@@ -32,8 +32,8 @@
3232
"html-react-parser": "5.2.0",
3333
"jsdom": "25.0.1",
3434
"object-hash": "3.0.0",
35-
"react": "18.3.1",
36-
"react-dom": "18.3.1",
35+
"react": "19.0.0",
36+
"react-dom": "19.0.0",
3737
"react-fast-compare": "3.2.2",
3838
"react-intl": "7.0.4",
3939
"react-router-dom": "7.0.2",
@@ -60,8 +60,8 @@
6060
"@testing-library/dom": "10.4.0",
6161
"@types/node": "22.10.1",
6262
"@types/object-hash": "3.0.6",
63-
"@types/react": "18.3.12",
64-
"@types/react-dom": "18.3.1",
63+
"@types/react": "18.3.14",
64+
"@types/react-dom": "18.3.3",
6565
"@types/react-router-dom": "5.3.3",
6666
"@vitejs/plugin-react": "4.3.4",
6767
"babel-polyfill": "6.26.0",

apps/omsorgspengerutbetaling-soknad/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @navikt/omsorgspengerutbetaling-soknad
22

3+
## 1.22.0
4+
5+
### Minor Changes
6+
7+
- Oppdatere til React19
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @navikt/sif-common-amplitude@2.27.0
13+
- @navikt/sif-common-formik-ds@2.3.0
14+
- @navikt/sif-common-soknad-ds@22.0.0
15+
- @navikt/sif-common-forms-ds@17.0.0
16+
- @navikt/sif-common-core-ds@10.1.0
17+
- @navikt/sif-common-sentry@0.28.0
18+
- @navikt/sif-common-hooks@0.3.0
19+
- @navikt/sif-common-utils@3.48.0
20+
- @navikt/sif-common-api@0.4.0
21+
- @navikt/sif-common-ui@0.9.0
22+
323
## 1.21.3
424

525
### Patch Changes

apps/omsorgspengerutbetaling-soknad/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"name": "@navikt/omsorgspengerutbetaling-soknad",
66
"repository": "https://github.com/navikt/sif-brukerdialog",
7-
"version": "1.21.3",
7+
"version": "1.22.0",
88
"private": true,
99
"type": "module",
1010
"dependencies": {
@@ -30,8 +30,8 @@
3030
"jsdom": "25.0.1",
3131
"lodash": "4.17.21",
3232
"object-hash": "3.0.0",
33-
"react": "18.3.1",
34-
"react-dom": "18.3.1",
33+
"react": "19.0.0",
34+
"react-dom": "19.0.0",
3535
"react-fast-compare": "3.2.2",
3636
"react-intl": "7.0.4",
3737
"react-router-dom": "7.0.2",
@@ -56,8 +56,8 @@
5656
"@testing-library/react": "16.1.0",
5757
"@types/node": "22.10.1",
5858
"@types/object-hash": "3.0.6",
59-
"@types/react": "18.3.12",
60-
"@types/react-dom": "18.3.1",
59+
"@types/react": "18.3.14",
60+
"@types/react-dom": "18.3.3",
6161
"@types/react-router-dom": "5.3.3",
6262
"@vitejs/plugin-react": "4.3.4",
6363
"babel-polyfill": "6.26.0",

0 commit comments

Comments
 (0)