Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Node 18 📤 #2836

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.20.2
v18.19.1
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ vm:
size: x-large
sudo: false
node_js:
- 16.20.2
- 18.19.1
dist: jammy
cache: npm
install:
- npm install -g yarn@`cat package.json | jq -r '.engines.yarn // "^1.2.1"'`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"update": "update-node"
},
"engines": {
"node": "^16.20.2",
"node": "^18.19.1",
"yarn": "^1.12.3",
"npm": "^8.19.4"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@coorpacademy/update-node": "^5.4.0",
"@coorpacademy/update-node": "^6.0.0",
"codecov": "^3.8.3",
"estraverse": "^5.3.0",
"lerna": "^6.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@coorpacademy-app-review/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.39.20",
"description": "",
"engines": {
"node": ">=16.15.0"
"node": ">=18.12.0"
},
"license": "UNLICENSED",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@coorpacademy-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typecheck": "tsc --noEmit true"
},
"engines": {
"node": ">=12.22.12"
"node": ">=18.12.0"
},
"contributors": [
"Arthur Weber <arthur.weber@coorpacademy.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/@coorpacademy-player-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"README.md"
],
"engines": {
"node": ">=12.18.4",
"node": ">=18.12.0",
"npm": ">=6.14.8"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@coorpacademy-player-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"README.md"
],
"engines": {
"node": ">=12.18.4",
"node": ">=18.12.0",
"npm": ">=6.14.8"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@coorpacademy-player-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"start": "cross-env BABEL_ENV=es webpack-dev-server --config sandbox/webpack.config.js"
},
"engines": {
"node": ">=8.3.0"
"node": ">=18.12.0"
},
"homepage": "https://github.com/CoorpAcademy/components/packages/@coorpacademy-app-player#readme",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@coorpacademy-progression-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prepare": "npm run clean && npm run build --production"
},
"engines": {
"node": ">=8.3.0"
"node": ">=18.12.0"
},
"contributors": [
"Arthur Weber <arthur.weber@coorpacademy.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/@coorpacademy-react-native-animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.3",
"description": "Simple API to play with Animated",
"engines": {
"node": ">=16.15.0"
"node": ">=18.12.0"
},
"license": "UNLICENSED",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@coorpacademy-redux-history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"Julien Seren-Rosso <julien.seren-rosso@coorpacademy.com>"
],
"engines": {
"node": ">=8.3.0"
"node": ">=18.12.0"
},
"dependencies": {
"lodash": "^4.17.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/@coorpacademy-review-services-mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.6.15",
"description": "Mocks with services for sandboxes using app-review",
"engines": {
"node": ">=16.15.0"
"node": ">=18.12.0"
},
"license": "UNLICENSED",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@coorpacademy-review-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.6.1",
"description": "",
"engines": {
"node": ">=16.15.0"
"node": ">=18.12.0"
},
"license": "UNLICENSED",
"scripts": {
Expand Down
39 changes: 23 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1772,26 +1772,26 @@
dependencies:
prop-types "^15.5.6"

"@coorpacademy/update-node@^5.4.0":
version "5.4.0"
resolved "https://registry.yarnpkg.com/@coorpacademy/update-node/-/update-node-5.4.0.tgz#5b3dd4c11d754552d87d326f356c84771fdd8c31"
integrity sha512-Dj/opPYeltPc0DDaHkF12LJYlM12uO7rPDauEiPMGMxItZYMupZMixZLBB/QAin5V25yrTJuebHG68my8WD9Ng==
"@coorpacademy/update-node@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@coorpacademy/update-node/-/update-node-6.0.0.tgz#a42ae1cb19ce63f89535cb867746467a17eb7eed"
integrity sha512-VT25AvRkQSqezXONkuEiN62BngchUEe5oIfgmwAfjNdTCWrv7380EOYzFEUyQ9urLxn6R3x5KYlKmvP3s+bBoA==
dependencies:
bluebird "3.7.2"
chalk "^4.1.2"
find-up "^5.0.0"
joi "^17.4.2"
lodash "4.17.21"
minimatch "^5.1.0"
minimatch "^6.1.6"
pad-stream "^2.0.0"
protocall "^2.0.0"
pumpify "^2.0.1"
request "2.88.2"
semver "^7.3.7"
semver "^7.3.8"
split2 "^3.2.2"
through2 "^4.0.2"
yaml "^2.1.1"
yargs "^17.5.1"
yaml "^2.2.1"
yargs "^17.6.2"

"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"
Expand Down Expand Up @@ -13715,10 +13715,10 @@ minimatch@^5.0.1:
dependencies:
brace-expansion "^2.0.1"

minimatch@^5.1.0:
version "5.1.6"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
minimatch@^6.1.6:
version "6.2.0"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-6.2.0.tgz#2b70fd13294178c69c04dfc05aebdb97a4e79e42"
integrity sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==
dependencies:
brace-expansion "^2.0.1"

Expand Down Expand Up @@ -17084,6 +17084,13 @@ semver@^7.0.0, semver@^7.1.1, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semve
dependencies:
lru-cache "^6.0.0"

semver@^7.3.8:
version "7.6.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
dependencies:
lru-cache "^6.0.0"

send@0.18.0:
version "0.18.0"
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"
Expand Down Expand Up @@ -19721,10 +19728,10 @@ yaml@^1.10.0, yaml@^1.7.2:
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==

yaml@^2.1.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2.1.tgz#3014bf0482dcd15147aa8e56109ce8632cd60ce4"
integrity sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==
yaml@^2.2.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.1.tgz#2e57e0b5e995292c25c75d2658f0664765210eed"
integrity sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==

yargs-parser@20.2.4:
version "20.2.4"
Expand Down