Skip to content

Commit

Permalink
chore: drop node 16
Browse files Browse the repository at this point in the history
BREAKING CHANGE: require node 18
  • Loading branch information
christophehurpeau committed Jun 30, 2023
1 parent a6fb495 commit b30f391
Show file tree
Hide file tree
Showing 52 changed files with 201 additions and 190 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"packageManager": "[email protected]",
"workspaces": [
Expand Down Expand Up @@ -55,17 +55,17 @@
"devDependencies": {
"@babel/core": "7.22.5",
"@pob/commitlint-config": "6.0.0",
"@pob/eslint-config": "50.0.5",
"@pob/eslint-config-typescript": "50.0.5",
"@pob/eslint-config": "51.0.0",
"@pob/eslint-config-typescript": "51.0.0",
"@pob/lerna-light": "7.0.0",
"@pob/root": "8.0.0",
"@pob/root": "8.0.1",
"@types/jest": "29.5.2",
"@types/node": "18.16.18",
"check-package-dependencies": "6.4.1",
"eslint": "8.43.0",
"jest": "29.5.0",
"pob-babel": "36.0.0",
"typedoc": "0.24.8",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-ansi-formatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -77,6 +77,6 @@
"@babel/core": "7.22.5",
"@babel/preset-env": "7.22.5",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-app-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -81,6 +81,6 @@
"@babel/core": "7.22.5",
"@babel/preset-env": "7.22.5",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-app-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -86,6 +86,6 @@
"@babel/core": "7.22.5",
"@babel/preset-env": "7.22.5",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-browser-console-formatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -84,6 +84,6 @@
"@babel/preset-env": "7.22.5",
"nightingale-levels": "13.0.0",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-browser-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -76,6 +76,6 @@
"@babel/core": "7.22.5",
"@babel/preset-env": "7.22.5",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-console-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"main": "./build/index-node18.mjs",
"exports": {
Expand Down Expand Up @@ -65,6 +65,6 @@
"devDependencies": {
"@babel/core": "7.22.5",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-console-output/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -83,6 +83,6 @@
"@babel/core": "7.22.5",
"@babel/preset-env": "7.22.5",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"main": "./dist/index-node18.mjs",
"types": "./dist/definitions/index.d.ts",
Expand Down Expand Up @@ -62,6 +62,6 @@
"devDependencies": {
"@babel/core": "7.22.5",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -81,6 +81,6 @@
"@babel/core": "7.22.5",
"@babel/preset-env": "7.22.5",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"exports": {
"./package.json": "./package.json",
Expand Down Expand Up @@ -78,6 +78,6 @@
"devDependencies": {
"@babel/core": "7.22.5",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-formatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -83,6 +83,6 @@
"@babel/core": "7.22.5",
"@babel/preset-env": "7.22.5",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-html-formatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -84,6 +84,6 @@
"@babel/preset-env": "7.22.5",
"nightingale-levels": "13.0.0",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-json-formatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -84,6 +84,6 @@
"@babel/preset-env": "7.22.5",
"nightingale-levels": "13.0.0",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-level-names/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"main": "./lib/index.cjs",
"types": "./lib/index.d.ts",
Expand All @@ -37,6 +37,6 @@
"prettier": "@pob/root/prettier-config",
"pob": {},
"devDependencies": {
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-levels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -77,6 +77,6 @@
"@babel/core": "7.22.5",
"@babel/preset-env": "7.22.5",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -83,6 +83,6 @@
"@babel/core": "7.22.5",
"@babel/preset-env": "7.22.5",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-markdown-formatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -84,6 +84,6 @@
"@babel/preset-env": "7.22.5",
"nightingale-levels": "13.0.0",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-raw-formatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -84,6 +84,6 @@
"@babel/preset-env": "7.22.5",
"nightingale-levels": "13.0.0",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-react-native-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -81,6 +81,6 @@
"pob-babel": "36.0.0",
"react": "18.2.0",
"react-native": "0.72.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"browserslist": {
"production": [
Expand Down Expand Up @@ -85,6 +85,6 @@
"@babel/core": "7.22.5",
"@babel/preset-env": "7.22.5",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/nightingale-slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://github.com/christophehurpeau/nightingale",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": ">=18.12.0"
},
"main": "./dist/index-node18.mjs",
"types": "./dist/definitions/index.d.ts",
Expand Down Expand Up @@ -62,6 +62,6 @@
"@babel/core": "7.22.5",
"@types/request": "2.48.8",
"pob-babel": "36.0.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
Loading

0 comments on commit b30f391

Please sign in to comment.