Skip to content

Commit

Permalink
chore(engines): bump node.js to v20.11.0
Browse files Browse the repository at this point in the history
| datasource   | package     | from    | to       |
| ------------ | ----------- | ------- | -------- |
| github-tags  | nodejs/node | 20.10.0 | v20.11.0 |
| npm          | @types/node | 20.10.7 | 20.11.15 |
| node-version | node        | 20.10.0 | v20.11.0 |
  • Loading branch information
renovate-bot committed Feb 1, 2024
1 parent 116c164 commit 0ad6fc7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nodejs 20.10.0 # Keep in sync with package.json.
nodejs 20.11.0 # Keep in sync with package.json.
yarn 1.22.19
python 3.12.1 # Keep in sync with .pre-commit-config.yaml and pyproject.toml.
poetry 1.7.1
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "yarn run tsc && yarn run jest:esm"
},
"engines": {
"node": "20.10.0",
"node": "20.11.0",
"yarn": "4.0.2"
},
"packageManager": "[email protected]",
Expand All @@ -33,7 +33,7 @@
"@tsconfig/strictest": "2.0.2",
"@types/eslint": "8.56.1",
"@types/jest": "29.5.11",
"@types/node": "20.10.7",
"@types/node": "20.11.15",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@vercel/ncc": "0.38.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1280,12 +1280,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:20.10.7":
version: 20.10.7
resolution: "@types/node@npm:20.10.7"
"@types/node@npm:*, @types/node@npm:20.11.15":
version: 20.11.15
resolution: "@types/node@npm:20.11.15"
dependencies:
undici-types: "npm:~5.26.4"
checksum: d626cea1b7da4784ee7b335dcc54e64adba9725dab7ca51a690167de502ef89fec07b05ad8e25845d188d7ad7f72c192ec92964d456321ed5b9452113bf9351f
checksum: 7dfab4208fedc02e9584c619551906f46ade7955bb929b1e32e354a50522eb532d6bfb2844fdaad2c8dca03be84a590674460c64cb101e1a33bb318e1ec448d4
languageName: node
linkType: hard

Expand Down Expand Up @@ -2326,7 +2326,7 @@ __metadata:
"@tsconfig/strictest": "npm:2.0.2"
"@types/eslint": "npm:8.56.1"
"@types/jest": "npm:29.5.11"
"@types/node": "npm:20.10.7"
"@types/node": "npm:20.11.15"
"@typescript-eslint/eslint-plugin": "npm:6.18.1"
"@typescript-eslint/parser": "npm:6.18.1"
"@vercel/ncc": "npm:0.38.1"
Expand Down

0 comments on commit 0ad6fc7

Please sign in to comment.