Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent b6db5f7 commit 646a4b6
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular/compiler-cli": "19.0.0",
"@angular/language-service": "19.0.0",
"@types/jasmine": "5.1.5",
"@types/node": "20.17.9",
"@types/node": "22.10.2",
"cypress": "13.16.1",
"jasmine-core": "5.5.0",
"karma": "6.4.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-esbuild/sanity-esbuild-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@angular/compiler-cli": "19.0.0",
"@angular/language-service": "19.0.0",
"@types/jasmine": "5.1.5",
"@types/node": "20.17.9",
"@types/node": "22.10.2",
"cypress": "13.16.1",
"jasmine-core": "5.5.0",
"karma": "6.4.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-webpack/full-cycle-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@angular/compiler-cli": "19.0.0",
"@angular/language-service": "19.0.0",
"@types/jasmine": "5.1.5",
"@types/node": "20.17.9",
"@types/node": "22.10.2",
"cypress": "13.16.1",
"html-webpack-plugin": "5.6.3",
"jasmine-core": "5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-webpack/sanity-app-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@angular/compiler-cli": "19.0.0",
"@cypress/schematic": "2.5.2",
"@types/jasmine": "5.1.5",
"@types/node": "20.17.9",
"@types/node": "22.10.2",
"cypress": "13.16.1",
"jasmine-core": "5.5.0",
"karma": "6.4.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-webpack/sanity-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@angular/compiler-cli": "19.0.0",
"@angular/language-service": "19.0.0",
"@types/jasmine": "5.1.5",
"@types/node": "20.17.9",
"@types/node": "22.10.2",
"cypress": "13.16.1",
"jasmine-core": "5.5.0",
"karma": "6.4.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/jest/multiple-apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@angular/compiler-cli": "19.0.0",
"@angular/language-service": "19.0.0",
"@types/jasmine": "5.1.5",
"@types/node": "20.17.9",
"@types/node": "22.10.2",
"cypress": "13.16.1",
"jasmine-core": "5.5.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/jest/simple-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@angular/compiler-cli": "19.0.0",
"@angular/language-service": "19.0.0",
"@types/jasmine": "5.1.5",
"@types/node": "20.17.9",
"@types/node": "22.10.2",
"cypress": "13.16.1",
"jasmine-core": "5.5.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/timestamp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@angular/language-service": "19.0.0",
"@cypress/schematic": "2.5.2",
"@types/jasmine": "5.1.5",
"@types/node": "20.17.9",
"@types/node": "22.10.2",
"cypress": "13.16.1",
"jasmine-core": "5.5.0",
"karma": "6.4.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@lerna-lite/cli": "^3.0.0",
"@lerna-lite/publish": "^3.0.0",
"@types/lodash": "^4.14.118",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"husky": "^8.0.0",
"lint-staged": "^15.0.0",
"lodash": "^4.17.15",
Expand Down
35 changes: 14 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5437,12 +5437,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.17.9, @types/node@npm:^20.0.0":
version: 20.17.9
resolution: "@types/node@npm:20.17.9"
"@types/node@npm:22.10.2, @types/node@npm:^22.0.0":
version: 22.10.2
resolution: "@types/node@npm:22.10.2"
dependencies:
undici-types: ~6.19.2
checksum: 2fc67ba937d2c4e7a52f0ccf71b8b4c616dcfa1ad6cd5a726582fd3cbf4f409c2eb44595592580f782c2ade05f8130df072dd04ac064fe150cfcd7849e643500
undici-types: ~6.20.0
checksum: b22401e6e7d1484e437d802c72f5560e18100b1257b9ad0574d6fe05bebe4dbcb620ea68627d1f1406775070d29ace8b6b51f57e7b1c7b8bafafe6da7f29c843
languageName: node
linkType: hard

Expand Down Expand Up @@ -5979,7 +5979,7 @@ __metadata:
"@lerna-lite/cli": ^3.0.0
"@lerna-lite/publish": ^3.0.0
"@types/lodash": ^4.14.118
"@types/node": ^20.0.0
"@types/node": ^22.0.0
husky: ^8.0.0
lint-staged: ^15.0.0
lodash: ^4.17.15
Expand Down Expand Up @@ -9623,7 +9623,7 @@ __metadata:
"@angular/platform-browser-dynamic": 19.0.0
"@angular/router": 19.0.0
"@types/jasmine": 5.1.5
"@types/node": 20.17.9
"@types/node": 22.10.2
cypress: 13.16.1
html-webpack-plugin: 5.6.3
jasmine-core: 5.5.0
Expand Down Expand Up @@ -13062,7 +13062,7 @@ __metadata:
"@angular/platform-browser-dynamic": 19.0.0
"@angular/router": 19.0.0
"@types/jasmine": 5.1.5
"@types/node": 20.17.9
"@types/node": 22.10.2
cypress: 13.16.1
jasmine-core: 5.5.0
jest: 29.7.0
Expand Down Expand Up @@ -15576,7 +15576,7 @@ __metadata:
"@angular/router": 19.0.0
"@cypress/schematic": 2.5.2
"@types/jasmine": 5.1.5
"@types/node": 20.17.9
"@types/node": 22.10.2
cypress: 13.16.1
jasmine-core: 5.5.0
karma: 6.4.4
Expand Down Expand Up @@ -15610,7 +15610,7 @@ __metadata:
"@angular/platform-browser-dynamic": 19.0.0
"@angular/router": 19.0.0
"@types/jasmine": 5.1.5
"@types/node": 20.17.9
"@types/node": 22.10.2
cypress: 13.16.1
jasmine-core: 5.5.0
karma: 6.4.4
Expand Down Expand Up @@ -15645,7 +15645,7 @@ __metadata:
"@angular/platform-browser-dynamic": 19.0.0
"@angular/router": 19.0.0
"@types/jasmine": 5.1.5
"@types/node": 20.17.9
"@types/node": 22.10.2
cypress: 13.16.1
jasmine-core: 5.5.0
karma: 6.4.4
Expand Down Expand Up @@ -15680,7 +15680,7 @@ __metadata:
"@angular/platform-browser-dynamic": 19.0.0
"@angular/router": 19.0.0
"@types/jasmine": 5.1.5
"@types/node": 20.17.9
"@types/node": 22.10.2
cypress: 13.16.1
jasmine-core: 5.5.0
karma: 6.4.4
Expand Down Expand Up @@ -16059,7 +16059,7 @@ __metadata:
"@angular/platform-browser-dynamic": 19.0.0
"@angular/router": 19.0.0
"@types/jasmine": 5.1.5
"@types/node": 20.17.9
"@types/node": 22.10.2
cypress: 13.16.1
jasmine-core: 5.5.0
jest: 29.7.0
Expand Down Expand Up @@ -16979,7 +16979,7 @@ __metadata:
"@angular/router": 19.0.0
"@cypress/schematic": 2.5.2
"@types/jasmine": 5.1.5
"@types/node": 20.17.9
"@types/node": 22.10.2
cypress: 13.16.1
jasmine-core: 5.5.0
karma: 6.4.4
Expand Down Expand Up @@ -17426,13 +17426,6 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: de51f1b447d22571cf155dfe14ff6d12c5bdaec237c765085b439c38ca8518fc360e88c70f99469162bf2e14188a7b0bcb06e1ed2dc031042b984b0bb9544017
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
Expand Down

0 comments on commit 646a4b6

Please sign in to comment.