Skip to content

Commit dcd74b4

Browse files
fix(deps): update react monorepo to v19 (#2516)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5396267 commit dcd74b4

File tree

10 files changed

+51
-20
lines changed

10 files changed

+51
-20
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ name: Benchmark
22

33
on: [push]
44

5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.ref }}
7+
cancel-in-progress: true
8+
59
jobs:
610
Benchmark:
7-
name: Benchmark on node ${{ matrix.node_version }}
811
uses: the-guild-org/shared-config/.github/workflows/ci-node-matrix.yml@main
912
with:
1013
script: 'yarn build && yarn benchmark:basic'

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: "CodeQL"
22

3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
6+
37
on:
48
push:
59
branches: [master]

.github/workflows/github.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: Sync labels
2+
concurrency:
3+
group: ${{ github.workflow }}-${{ github.ref }}
4+
cancel-in-progress: true
5+
26
on:
37
push:
48
branches:

.github/workflows/pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: pr
2+
concurrency:
3+
group: ${{ github.workflow }}-${{ github.ref }}
4+
cancel-in-progress: true
5+
26
on:
37
pull_request:
48
branches:

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: release
2+
concurrency:
3+
group: ${{ github.workflow }}-${{ github.ref }}
4+
cancel-in-progress: true
5+
26
on:
37
push:
48
branches:

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- master
77
pull_request: {}
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812

913
jobs:
1014
lint:

.github/workflows/website.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
pull_request:
88
branches:
99
- master
10+
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
1014

1115
jobs:
1216
deployment:

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@theguild/components": "^7.0.0",
1414
"next": "15.1.5",
1515
"next-sitemap": "4.2.3",
16-
"react": "^18.2.0",
17-
"react-dom": "^18.2.0"
16+
"react": "^19.0.0",
17+
"react-dom": "^19.0.0"
1818
},
1919
"browserslist": {
2020
"production": [
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@theguild/tailwind-config": "0.6.2",
3333
"@types/node": "22.10.7",
34-
"@types/react": "18.3.18",
34+
"@types/react": "19.0.7",
3535
"cross-env": "7.0.3",
3636
"postcss-import": "16.1.0",
3737
"postcss-lightningcss": "1.0.1",

website/theme.config.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default defineConfig({
66
description: 'GraphQL server tooling',
77
docsRepositoryBase:
88
'https://github.com/Urigo/graphql-modules/tree/master/website',
9+
// @ts-expect-error - something is wrong with the types
910
logo: PRODUCTS.MODULES.logo({ className: 'w-9' }),
1011
main({ children }) {
1112
const { resolvedTheme } = useTheme();

yarn.lock

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5535,11 +5535,6 @@
55355535
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.2.tgz#5950e50960793055845e956c427fc2b0d70c5239"
55365536
integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
55375537

5538-
"@types/prop-types@*":
5539-
version "15.7.14"
5540-
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.14.tgz#1433419d73b2a7ebfc6918dcefd2ec0d5cd698f2"
5541-
integrity sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==
5542-
55435538
"@types/qs@*":
55445539
version "6.9.18"
55455540
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.18.tgz#877292caa91f7c1b213032b34626505b746624c2"
@@ -5557,12 +5552,11 @@
55575552
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.7.tgz#50ae4353eaaddc04044279812f52c8c65857dbcb"
55585553
integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==
55595554

5560-
"@types/react@18.3.18":
5561-
version "18.3.18"
5562-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.18.tgz#9b382c4cd32e13e463f97df07c2ee3bbcd26904b"
5563-
integrity sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==
5555+
"@types/react@19.0.7":
5556+
version "19.0.7"
5557+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.7.tgz#c451968b999d1cb2d9207dc5ff56496164cf511d"
5558+
integrity sha512-MoFsEJKkAtZCrC1r6CM8U22GzhG7u2Wir8ons/aCKH6MBdD1ibV24zOSSkdZVUKqN5i396zG5VKLYZ3yaUZdLA==
55645559
dependencies:
5565-
"@types/prop-types" "*"
55665560
csstype "^3.0.2"
55675561

55685562
@@ -13658,13 +13652,12 @@ rc@^1.2.8:
1365813652
minimist "^1.2.0"
1365913653
strip-json-comments "~2.0.1"
1366013654

13661-
react-dom@^18.2.0:
13662-
version "18.3.1"
13663-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
13664-
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
13655+
react-dom@^19.0.0:
13656+
version "19.0.0"
13657+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.0.0.tgz#43446f1f01c65a4cd7f7588083e686a6726cfb57"
13658+
integrity sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==
1366513659
dependencies:
13666-
loose-envify "^1.1.0"
13667-
scheduler "^0.23.2"
13660+
scheduler "^0.25.0"
1366813661

1366913662
react-element-to-jsx-string@^15.0.0:
1367013663
version "15.0.0"
@@ -13723,6 +13716,11 @@ react@^18.2.0:
1372313716
dependencies:
1372413717
loose-envify "^1.1.0"
1372513718

13719+
react@^19.0.0:
13720+
version "19.0.0"
13721+
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
13722+
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==
13723+
1372613724
read-cache@^1.0.0:
1372713725
version "1.0.0"
1372813726
resolved "https://registry.yarnpkg.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774"
@@ -14369,6 +14367,11 @@ scheduler@^0.23.0, scheduler@^0.23.2:
1436914367
dependencies:
1437014368
loose-envify "^1.1.0"
1437114369

14370+
scheduler@^0.25.0:
14371+
version "0.25.0"
14372+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.25.0.tgz#336cd9768e8cceebf52d3c80e3dcf5de23e7e015"
14373+
integrity sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==
14374+
1437214375
schema-utils@^2.5.0:
1437314376
version "2.7.1"
1437414377
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7"

0 commit comments

Comments
 (0)