From 4e5b2f47c804161e8f7b0ff6482f9188d2e065fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 22:59:12 +0000 Subject: [PATCH] fix(deps): update react monorepo to v19 --- example/package.json | 8 +-- package.json | 8 +-- packages/core/package.json | 4 +- packages/docs/package.json | 4 +- packages/integration-algolia/package.json | 4 +- .../integration-google-analytics/package.json | 4 +- .../package.json | 4 +- packages/integration-hubspot/package.json | 4 +- packages/integration-linkedin/package.json | 4 +- packages/integration-mapbox/package.json | 4 +- packages/integration-matomo/package.json | 4 +- packages/integration-segment/package.json | 4 +- packages/integration-vimeo/package.json | 4 +- packages/integration-youtube/package.json | 4 +- packages/interface-default/package.json | 4 +- yarn.lock | 57 ++++++++++--------- 16 files changed, 65 insertions(+), 60 deletions(-) diff --git a/example/package.json b/example/package.json index 91fe0229..33997a01 100644 --- a/example/package.json +++ b/example/package.json @@ -9,14 +9,14 @@ }, "dependencies": { "@consent-manager/core": "^2.0.0-next.4", - "react": "^18.0.0", + "react": "^19.0.0", "react-app-polyfill": "^3.0.0", - "react-dom": "^18.0.0", + "react-dom": "^19.0.0", "react-router-dom": "^5.2.0" }, "devDependencies": { - "@types/react": "18.2.58", - "@types/react-dom": "18.2.19", + "@types/react": "19.2.17", + "@types/react-dom": "19.2.3", "parcel": "^2.0.0", "process": "^0.11.10", "typescript": "^5.3.3" diff --git a/package.json b/package.json index 67151112..9498f627 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,8 @@ "@babel/helper-explode-assignable-expression": "^7.18.6", "@changesets/changelog-github": "0.5.0", "@changesets/cli": "2.27.11", - "@types/react": "18.2.58", - "@types/react-dom": "18.2.19", + "@types/react": "19.2.17", + "@types/react-dom": "19.2.3", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "cypress": "14.0.0", @@ -41,8 +41,8 @@ "eslint-plugin-jsx-a11y": "^6.8.0", "lerna": "4.0.0", "prettier": "^3.1.1", - "react": "18.2.0", - "react-dom": "18.2.0", + "react": "19.2.7", + "react-dom": "19.2.7", "tsdx": "0.14.1", "typescript": "^5.3.3", "typescript-plugin-css-modules": "^3.4.0" diff --git a/packages/core/package.json b/packages/core/package.json index 98049514..134aeea0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -51,8 +51,8 @@ "third-party-integrations" ], "peerDependencies": { - "react": "^16.8.0 || ^17.0.1 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0" }, "dependencies": { "history": "^5.0.0", diff --git a/packages/docs/package.json b/packages/docs/package.json index 2c70441a..0030b0ed 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -54,8 +54,8 @@ "@mdx-js/react": "3.1.0", "@u-wave/react-vimeo": "0.9.12", "clsx": "2.1.1", - "react": "18.2.0", - "react-dom": "18.2.0", + "react": "19.2.7", + "react-dom": "19.2.7", "react-youtube": "10.1.0", "use-persisted-state": "0.3.3" }, diff --git a/packages/integration-algolia/package.json b/packages/integration-algolia/package.json index 13ee3f12..037da8e2 100644 --- a/packages/integration-algolia/package.json +++ b/packages/integration-algolia/package.json @@ -49,7 +49,7 @@ }, "peerDependencies": { "@consent-manager/core": "^2.0.0-next.4", - "react": "^16.8.0 || ^17.0.1 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0" } } diff --git a/packages/integration-google-analytics/package.json b/packages/integration-google-analytics/package.json index 465c9a5a..10a10257 100644 --- a/packages/integration-google-analytics/package.json +++ b/packages/integration-google-analytics/package.json @@ -51,7 +51,7 @@ }, "peerDependencies": { "@consent-manager/core": "^2.0.0-next.4", - "react": "^16.8.0 || ^17.0.1 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0" } } diff --git a/packages/integration-google-tag-manager/package.json b/packages/integration-google-tag-manager/package.json index 6f9b7ad5..0a353ed3 100644 --- a/packages/integration-google-tag-manager/package.json +++ b/packages/integration-google-tag-manager/package.json @@ -51,8 +51,8 @@ }, "peerDependencies": { "@consent-manager/core": "^2.0.0-next.4", - "react": "^16.8.0 || ^17.0.1 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "@types/react-gtm-module": "2.0.4" diff --git a/packages/integration-hubspot/package.json b/packages/integration-hubspot/package.json index 241ddc22..bf713456 100644 --- a/packages/integration-hubspot/package.json +++ b/packages/integration-hubspot/package.json @@ -49,7 +49,7 @@ }, "peerDependencies": { "@consent-manager/core": "^2.0.0-next.4", - "react": "^16.8.0 || ^17.0.1 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0" } } diff --git a/packages/integration-linkedin/package.json b/packages/integration-linkedin/package.json index 1aff3a4e..9f45e48d 100644 --- a/packages/integration-linkedin/package.json +++ b/packages/integration-linkedin/package.json @@ -49,7 +49,7 @@ }, "peerDependencies": { "@consent-manager/core": "^2.0.0-next.4", - "react": "^16.8.0 || ^17.0.1 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0" } } diff --git a/packages/integration-mapbox/package.json b/packages/integration-mapbox/package.json index 04326e04..dbe90db6 100644 --- a/packages/integration-mapbox/package.json +++ b/packages/integration-mapbox/package.json @@ -49,7 +49,7 @@ }, "peerDependencies": { "@consent-manager/core": "^2.0.0-next.4", - "react": "^16.8.0 || ^17.0.1 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0" } } diff --git a/packages/integration-matomo/package.json b/packages/integration-matomo/package.json index a2ee9f38..61ce0f10 100644 --- a/packages/integration-matomo/package.json +++ b/packages/integration-matomo/package.json @@ -51,7 +51,7 @@ }, "peerDependencies": { "@consent-manager/core": "^2.0.0-next.4", - "react": "^16.8.0 || ^17.0.1 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0" } } diff --git a/packages/integration-segment/package.json b/packages/integration-segment/package.json index 880935d8..d38f5d6a 100644 --- a/packages/integration-segment/package.json +++ b/packages/integration-segment/package.json @@ -51,8 +51,8 @@ }, "peerDependencies": { "@consent-manager/core": "^2.0.0-next.4", - "react": "^16.8.0 || ^17.0.1 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0" }, "devDependencies": {} } diff --git a/packages/integration-vimeo/package.json b/packages/integration-vimeo/package.json index 95998bcd..33e8325e 100644 --- a/packages/integration-vimeo/package.json +++ b/packages/integration-vimeo/package.json @@ -49,7 +49,7 @@ }, "peerDependencies": { "@consent-manager/core": "^2.0.0-next.4", - "react": "^16.8.0 || ^17.0.1 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0" } } diff --git a/packages/integration-youtube/package.json b/packages/integration-youtube/package.json index 665fd737..1c9684b8 100644 --- a/packages/integration-youtube/package.json +++ b/packages/integration-youtube/package.json @@ -49,7 +49,7 @@ }, "peerDependencies": { "@consent-manager/core": "^2.0.0-next.4", - "react": "^16.8.0 || ^17.0.1 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0" } } diff --git a/packages/interface-default/package.json b/packages/interface-default/package.json index cc6bf4c0..34840af4 100644 --- a/packages/interface-default/package.json +++ b/packages/interface-default/package.json @@ -55,8 +55,8 @@ }, "peerDependencies": { "@consent-manager/core": "^2.0.0-next.4", - "react": "^16.8.0 || ^17.0.1 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "@types/body-scroll-lock": "3.1.2", diff --git a/yarn.lock b/yarn.lock index bc796775..eabe6879 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6634,12 +6634,10 @@ resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc" integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== -"@types/react-dom@18.2.19": - version "18.2.19" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.19.tgz#b84b7c30c635a6c26c6a6dfbb599b2da9788be58" - integrity sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA== - dependencies: - "@types/react" "*" +"@types/react-dom@19.2.3": + version "19.2.3" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.2.3.tgz#c1e305d15a52a3e508d54dca770d202cb63abf2c" + integrity sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ== "@types/react-gtm-module@2.0.4": version "2.0.4" @@ -6672,7 +6670,7 @@ "@types/history" "^4.7.11" "@types/react" "*" -"@types/react@*", "@types/react@18.2.58": +"@types/react@*": version "18.2.58" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.58.tgz#22082d12898d11806f4a1aefb5583116a047493d" integrity sha512-TaGvMNhxvG2Q0K0aYxiKfNDS5m5ZsoIBBbtfUorxdH4NGSXIlYvZxLJI+9Dd3KjeB3780bciLyAb7ylO8pLhPw== @@ -6681,6 +6679,13 @@ "@types/scheduler" "*" csstype "^3.0.2" +"@types/react@19.2.17": + version "19.2.17" + resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.17.tgz#dccac365baa0f1734ec270ff4b51c89465e8dc7f" + integrity sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw== + dependencies: + csstype "^3.2.2" + "@types/react@^17.0.0 || ^18.0.0 || ^19.0.0": version "19.0.7" resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.7.tgz#c451968b999d1cb2d9207dc5ff56496164cf511d" @@ -9528,6 +9533,11 @@ csstype@^3.0.2, csstype@^3.1.2: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== +csstype@^3.2.2: + version "3.2.3" + resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a" + integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ== + cypress@14.0.0: version "14.0.0" resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.0.0.tgz#a71cb0a243a0bfeb97b6973ab9c5291ca5288e93" @@ -14470,7 +14480,7 @@ longest-streak@^3.0.0: resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-3.1.0.tgz#62fa67cd958742a1574af9f39866364102d90cd4" integrity sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g== -loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0: +loose-envify@^1.0.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== @@ -18044,13 +18054,12 @@ react-div-100vh@^0.7.0: resolved "https://registry.yarnpkg.com/react-div-100vh/-/react-div-100vh-0.7.0.tgz#b3bec03a833fa40e406f36ed2e23a35a59d1068f" integrity sha512-I3d77tQyaSlOx/6vurDDLk7upb5GA2ldEtVXkk7Kn5cy+tLlS0KlqDK14xUxlxh7jz4StjgKcwFyrpymsPpomA== -react-dom@18.2.0, react-dom@^18.0.0: - version "18.2.0" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d" - integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g== +react-dom@19.2.7, react-dom@^19.0.0: + version "19.2.7" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.7.tgz#0450dc9ae9ddbff76ef196401cd8b8c7fb466ccc" + integrity sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ== dependencies: - loose-envify "^1.1.0" - scheduler "^0.23.0" + scheduler "^0.27.0" react-error-overlay@6.0.9: version "6.0.9" @@ -18186,12 +18195,10 @@ react-youtube@10.1.0: prop-types "15.8.1" youtube-player "5.5.2" -react@18.2.0, react@^18.0.0: - version "18.2.0" - resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5" - integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ== - dependencies: - loose-envify "^1.1.0" +react@19.2.7, react@^19.0.0: + version "19.2.7" + resolved "https://registry.yarnpkg.com/react/-/react-19.2.7.tgz#1f47a1bfc06f8ec885752c6f4af14369a9f8260b" + integrity sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ== read-cmd-shim@^2.0.0: version "2.0.0" @@ -19108,12 +19115,10 @@ saxes@^3.1.9: dependencies: xmlchars "^2.1.1" -scheduler@^0.23.0: - version "0.23.0" - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe" - integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw== - dependencies: - loose-envify "^1.1.0" +scheduler@^0.27.0: + version "0.27.0" + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.27.0.tgz#0c4ef82d67d1e5c1e359e8fc76d3a87f045fe5bd" + integrity sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q== schema-utils@2.7.0: version "2.7.0"