Skip to content

Commit

Permalink
chore: upgrade to Node v20.10 (#6623)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Jan 4, 2024
1 parent d8a5e6a commit 1d12bcd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ orbs:

aliases:
- &docker-node-image
- image: cimg/node:18.18
- image: cimg/node:20.10

- &docker-node-browsers-image
- image: cimg/node:18.18-browsers
- image: cimg/node:20.10-browsers
environment:
CHROME_BIN: "/usr/bin/google-chrome"

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.18
v20.10
19 changes: 10 additions & 9 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
nodeLinker: node-modules
logFilters:
- pattern: "doesn't provide webpack"
level: discard
- pattern: "doesn't provide tslint"
level: discard
- pattern: "fork-ts-checker-webpack-plugin is listed by your project with version 9.0.*, which doesn't satisfy what fork-ts-checker-notifier-webpack-plugin"
level: discard
- pattern: "webpack is listed by your project with version 5.*.*, which doesn't satisfy what istanbul-instrumenter-loader"
level: discard
- level: discard
pattern: doesn't provide webpack
- level: discard
pattern: doesn't provide tslint
- level: discard
pattern: "fork-ts-checker-webpack-plugin is listed by your project with version 9.0.*, which doesn't satisfy what fork-ts-checker-notifier-webpack-plugin"
- level: discard
pattern: "webpack is listed by your project with version 5.*.*, which doesn't satisfy what istanbul-instrumenter-loader"

nodeLinker: node-modules
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"description": "A React UI toolkit for the web.",
"packageManager": "yarn@4.0.1",
"packageManager": "yarn@4.0.2",
"workspaces": [
"packages/*"
],
Expand Down Expand Up @@ -69,7 +69,7 @@
"@types/react": "16.14.32"
},
"engines": {
"node": ">=18.13"
"node": ">=20.10"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16573,11 +16573,11 @@ __metadata:

"typescript@patch:typescript@npm%3A^5.2.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A~5.3.3#optional!builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>::version=5.3.3&hash=29ae49"
resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>::version=5.3.3&hash=e012d7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: e22df47df9b2b2f2617b8bf511a29aea3d177f9f7a0756818230a76b01cbd7da988bf55f9463aaa1a4c1ff90b80f8dc5676460d4e9dfc010572cbba59b822b0c
checksum: 1d0a5f4ce496c42caa9a30e659c467c5686eae15d54b027ee7866744952547f1be1262f2d40de911618c242b510029d51d43ff605dba8fb740ec85ca2d3f9500
languageName: node
linkType: hard

Expand Down

1 comment on commit 1d12bcd

@adidahiya
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chore: upgrade to Node v20.10 (#6623)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.