Skip to content

Commit 98afe25

Browse files
chore(deps): update node.js to v22 (#6193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 45e1dd5 commit 98afe25

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

apps/nextjs-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"@testing-library/user-event": "14.6.1",
129129
"@types/cors": "2.8.17",
130130
"@types/is-ci": "3.0.4",
131-
"@types/node": "22.10.7",
131+
"@types/node": "22.12.0",
132132
"@types/react": "18.3.18",
133133
"@types/react-dom": "18.3.5",
134134
"@types/react-test-renderer": "19.0.0",

packages/common-i18n/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"typecheck": "tsc --project ./tsconfig.json --noEmit"
2929
},
3030
"devDependencies": {
31-
"@types/node": "22.10.7",
31+
"@types/node": "22.12.0",
3232
"@your-org/eslint-config-bases": "workspace:^",
3333
"cross-env": "7.0.3",
3434
"eslint": "8.57.1",

packages/core-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@testing-library/dom": "10.4.0",
5555
"@testing-library/react": "16.2.0",
5656
"@testing-library/user-event": "14.6.1",
57-
"@types/node": "22.10.7",
57+
"@types/node": "22.12.0",
5858
"@types/react": "18.3.18",
5959
"@types/react-dom": "18.3.5",
6060
"@vitejs/plugin-react": "4.3.3",

packages/db-main-prisma/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@pothos/plugin-prisma": "3.65.3",
4848
"@prisma/client": "5.22.0",
4949
"@soluble/dsn-parser": "1.9.2",
50-
"@types/node": "22.10.7",
50+
"@types/node": "22.12.0",
5151
"@vitest/coverage-v8": "2.1.8",
5252
"@vitest/ui": "2.1.8",
5353
"@your-org/eslint-config-bases": "workspace:^",

packages/eslint-config-bases/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"@testing-library/jest-dom": "6.6.3",
171171
"@testing-library/react": "16.2.0",
172172
"@types/jest": "29.5.14",
173-
"@types/node": "22.10.7",
173+
"@types/node": "22.12.0",
174174
"@types/react": "18.3.18",
175175
"@types/react-dom": "18.3.5",
176176
"es-check": "8.0.1",

packages/ts-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@size-limit/file": "11.1.6",
41-
"@types/node": "22.10.7",
41+
"@types/node": "22.12.0",
4242
"@vitest/coverage-v8": "2.1.8",
4343
"@your-org/eslint-config-bases": "workspace:^",
4444
"cross-env": "7.0.3",

packages/ui-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@testing-library/jest-dom": "6.6.3",
5555
"@testing-library/react": "16.2.0",
5656
"@testing-library/user-event": "14.6.1",
57-
"@types/node": "22.10.7",
57+
"@types/node": "22.12.0",
5858
"@types/react": "18.3.18",
5959
"@types/react-dom": "18.3.5",
6060
"@vitejs/plugin-react-swc": "3.7.1",

yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -7240,12 +7240,12 @@ __metadata:
72407240
languageName: node
72417241
linkType: hard
72427242

7243-
"@types/node@npm:*, @types/node@npm:22.10.7, @types/node@npm:^22.0.0":
7244-
version: 22.10.7
7245-
resolution: "@types/node@npm:22.10.7"
7243+
"@types/node@npm:*, @types/node@npm:22.12.0, @types/node@npm:^22.0.0":
7244+
version: 22.12.0
7245+
resolution: "@types/node@npm:22.12.0"
72467246
dependencies:
72477247
undici-types: "npm:~6.20.0"
7248-
checksum: 10c0/c941b4689dfc4044b64a5f601306cbcb0c7210be853ba378a5dd44137898c45accedd796ee002ad9407024cac7ecaf5049304951cb1d80ce3d7cebbbae56f20e
7248+
checksum: 10c0/be220706732d95db2ed1c441c1e64cab90bf9a47519ce6f4c79cc5a9ec9d5c517131a149a9ac30afac1a30103e67e3a00d453ba7c1b0141608a3a7ba6397c303
72497249
languageName: node
72507250
linkType: hard
72517251

@@ -8015,7 +8015,7 @@ __metadata:
80158015
version: 0.0.0-use.local
80168016
resolution: "@your-org/common-i18n@workspace:packages/common-i18n"
80178017
dependencies:
8018-
"@types/node": "npm:22.10.7"
8018+
"@types/node": "npm:22.12.0"
80198019
"@your-org/eslint-config-bases": "workspace:^"
80208020
cross-env: "npm:7.0.3"
80218021
eslint: "npm:8.57.1"
@@ -8032,7 +8032,7 @@ __metadata:
80328032
"@testing-library/dom": "npm:10.4.0"
80338033
"@testing-library/react": "npm:16.2.0"
80348034
"@testing-library/user-event": "npm:14.6.1"
8035-
"@types/node": "npm:22.10.7"
8035+
"@types/node": "npm:22.12.0"
80368036
"@types/react": "npm:18.3.18"
80378037
"@types/react-dom": "npm:18.3.5"
80388038
"@vitejs/plugin-react": "npm:4.3.3"
@@ -8067,7 +8067,7 @@ __metadata:
80678067
"@pothos/plugin-prisma": "npm:3.65.3"
80688068
"@prisma/client": "npm:5.22.0"
80698069
"@soluble/dsn-parser": "npm:1.9.2"
8070-
"@types/node": "npm:22.10.7"
8070+
"@types/node": "npm:22.12.0"
80718071
"@vitest/coverage-v8": "npm:2.1.8"
80728072
"@vitest/ui": "npm:2.1.8"
80738073
"@your-org/eslint-config-bases": "workspace:^"
@@ -8110,7 +8110,7 @@ __metadata:
81108110
"@testing-library/jest-dom": "npm:6.6.3"
81118111
"@testing-library/react": "npm:16.2.0"
81128112
"@types/jest": "npm:29.5.14"
8113-
"@types/node": "npm:22.10.7"
8113+
"@types/node": "npm:22.12.0"
81148114
"@types/react": "npm:18.3.18"
81158115
"@types/react-dom": "npm:18.3.5"
81168116
"@typescript-eslint/eslint-plugin": "npm:^8.14.0"
@@ -8186,7 +8186,7 @@ __metadata:
81868186
resolution: "@your-org/ts-utils@workspace:packages/ts-utils"
81878187
dependencies:
81888188
"@size-limit/file": "npm:11.1.6"
8189-
"@types/node": "npm:22.10.7"
8189+
"@types/node": "npm:22.12.0"
81908190
"@vitest/coverage-v8": "npm:2.1.8"
81918191
"@your-org/eslint-config-bases": "workspace:^"
81928192
cross-env: "npm:7.0.3"
@@ -8223,7 +8223,7 @@ __metadata:
82238223
"@testing-library/jest-dom": "npm:6.6.3"
82248224
"@testing-library/react": "npm:16.2.0"
82258225
"@testing-library/user-event": "npm:14.6.1"
8226-
"@types/node": "npm:22.10.7"
8226+
"@types/node": "npm:22.12.0"
82278227
"@types/react": "npm:18.3.18"
82288228
"@types/react-dom": "npm:18.3.5"
82298229
"@vitejs/plugin-react-swc": "npm:3.7.1"
@@ -15709,7 +15709,7 @@ __metadata:
1570915709
"@testing-library/user-event": "npm:14.6.1"
1571015710
"@types/cors": "npm:2.8.17"
1571115711
"@types/is-ci": "npm:3.0.4"
15712-
"@types/node": "npm:22.10.7"
15712+
"@types/node": "npm:22.12.0"
1571315713
"@types/react": "npm:18.3.18"
1571415714
"@types/react-dom": "npm:18.3.5"
1571515715
"@types/react-test-renderer": "npm:19.0.0"

0 commit comments

Comments
 (0)