Skip to content

Commit 5705245

Browse files
pkg: Update node to v24 (#3595)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 39c6734 commit 5705245

File tree

17 files changed

+43
-59
lines changed

17 files changed

+43
-59
lines changed

.github/workflows/beta-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5
2424
- uses: actions/setup-node@v6
2525
with:
26-
node-version: '22'
26+
node-version: '24'
2727
cache: 'yarn'
2828
- name: Install packages
2929
run: |

.github/workflows/bundle_size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 2
2929
- uses: actions/setup-node@v6
3030
with:
31-
node-version: '22'
31+
node-version: '24'
3232
cache: 'yarn'
3333
- name: Install packages
3434
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
- uses: actions/setup-node@v6
1818
with:
19-
node-version: '22'
19+
node-version: '24'
2020
cache: 'yarn'
2121
- name: Install packages
2222
run: |

examples/nextjs/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@data-client/react": "^0.14.0",
2020
"@data-client/rest": "^0.14.0",
2121
"@number-flow/react": "^0.5.0",
22-
"@types/node": "22.18.11",
22+
"@types/node": "24.9.1",
2323
"@types/react": "19.2.2",
2424
"@types/react-dom": "19.2.2",
2525
"clsx": "^2.1.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@testing-library/react-hooks": "8.0.1",
7676
"@testing-library/react-native": "13.3.3",
7777
"@types/jest": "30.0.0",
78-
"@types/node": "22.18.11",
78+
"@types/node": "24.9.1",
7979
"@types/react": "19.2.2",
8080
"@types/react-dom": "19.2.2",
8181
"babel-plugin-module-resolver": "5.0.2",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"@anansi/browserslist-config": "^1.4.2",
133133
"@data-client/endpoint": "workspace:*",
134134
"@types/jest": "30.0.0",
135-
"@types/node": "^22.0.0",
135+
"@types/node": "^24.0.0",
136136
"rollup-plugins": "workspace:*"
137137
}
138138
}

packages/endpoint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"@data-client/normalizr": "workspace:*",
142142
"@js-temporal/polyfill": "^0.5.0",
143143
"@types/jest": "30.0.0",
144-
"@types/node": "^22.0.0",
144+
"@types/node": "^24.0.0",
145145
"immutable": "5.1.4",
146146
"nock": "13.3.1",
147147
"rollup-plugins": "workspace:*"

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"devDependencies": {
113113
"@anansi/browserslist-config": "^1.4.2",
114114
"@types/jest": "30.0.0",
115-
"@types/node": "^22.0.0",
115+
"@types/node": "^24.0.0",
116116
"nock": "13.3.1",
117117
"rollup-plugins": "workspace:*"
118118
}

packages/img/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@data-client/react": "workspace:*",
9393
"@testing-library/react": "^16.1.0",
9494
"@types/jest": "30.0.0",
95-
"@types/node": "^22.0.0",
95+
"@types/node": "^24.0.0",
9696
"@types/react": "19.2.2",
9797
"react": "^19.0.0",
9898
"rollup-plugins": "workspace:*"

0 commit comments

Comments
 (0)