Commit 1 of 1:
90241704f8
chore(deps): update node.js to v22
whole branch
Review threads live on the whole diff, not on one commit, so
none are shown here - a thread's line means something in the
branch's final form, and painting it into an intermediate
step would put it on code it is not about.
packages/ts/test-envs/bun-package-manager-versioned/package.json modified +1 -1 Changes to packages/ts/test-envs/bun-package-manager-versioned/package.json ⋯ 12 lines Show the 12 lines above this hunk @@ -13,7 +13,7 @@13 13 "fastify" : "^4.0.0" 14 14 } , 15 15 "devDependencies" : { 16 - "@types/node" : "^ 20 . 0 . 0 " , 16 + "@types/node" : "^ 22 . 18 . 12 " , 17 17 "eslint" : "^8.0.0" 18 18 } 19 19 }
packages/ts/test-envs/bun-package-manager-with-deps/package.json modified +1 -1 Changes to packages/ts/test-envs/bun-package-manager-with-deps/package.json ⋯ 16 lines Show the 16 lines above this hunk @@ -17,7 +17,7 @@17 17 "react-dom" : "^18.0.0" 18 18 } , 19 19 "devDependencies" : { 20 - "@types/node" : "^ 20 . 0 . 0 " , 20 + "@types/node" : "^ 22 . 18 . 12 " , 21 21 "@types/react" : "^18.0.0" , 22 22 "eslint" : "^8.0.0" , 23 23 "eslint-config-next" : "^14.0.0" ,
packages/ts/test-envs/bun-vs-node-engines/package.json modified +2 -2 Changes to packages/ts/test-envs/bun-vs-node-engines/package.json ⋯ 3 lines Show the 3 lines above this hunk @@ -4,11 +4,11 @@4 4 "packageManager" : "bun" , 5 5 "description" : "Test environment for Bun package manager with conflicting Node.js engines" , 6 6 "engines" : { 7 - "node" : ">= 18 . 0 .0" , 7 + "node" : ">= 22 . 21 .0" , 8 8 "npm" : ">=9.0.0" 9 9 } , 10 10 "volta" : { 11 - "node" : " 20 . 10 .0" , 11 + "node" : " 22 . 21 .0" , 12 12 "npm" : "10.2.3" 13 13 } , 14 14 "scripts" : {
packages/ts/test-envs/bun-with-nodejs/package.json modified +1 -1 Changes to packages/ts/test-envs/bun-with-nodejs/package.json ⋯ 3 lines Show the 3 lines above this hunk @@ -4,7 +4,7 @@4 4 "packageManager" : "bun@1.2.0" , 5 5 "description" : "Test environment for Bun and Node.js coexistence" , 6 6 "engines" : { 7 - "node" : ">= 20 . 0 .0" , 7 + "node" : ">= 22 . 21 .0" , 8 8 "npm" : ">=9.0.0" 9 9 } , 10 10 "scripts" : {