Skip to content

Commit

Permalink
Required nodejs engine to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Aug 30, 2023
1 parent 351e602 commit b103b2e
Show file tree
Hide file tree
Showing 39 changed files with 80 additions and 38 deletions.
42 changes: 42 additions & 0 deletions .changeset/nine-chicken-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
"@chialab/esbuild-plugin-require-resolve": patch
"@chialab/esbuild-plugin-lightningcss": patch
"@chialab/esbuild-plugin-css-import": patch
"@chialab/rna-saucelabs-test-runner": patch
"@chialab/esbuild-plugin-unwebpack": patch
"@chialab/esbuild-plugin-any-file": patch
"@chialab/esbuild-plugin-commonjs": patch
"@chialab/esbuild-plugin-meta-url": patch
"@chialab/esbuild-plugin-metadata": patch
"@chialab/rna-browser-test-runner": patch
"@chialab/wds-plugin-node-resolve": patch
"@chialab/esbuild-plugin-postcss": patch
"@chialab/esbuild-plugin-virtual": patch
"@chialab/postcss-preset-chialab": patch
"@chialab/esbuild-plugin-worker": patch
"@chialab/wtr-coverage-reporter": patch
"@chialab/esbuild-plugin-babel": patch
"@chialab/rna-node-test-runner": patch
"@chialab/esbuild-plugin-html": patch
"@chialab/wds-plugin-polyfill": patch
"@chialab/esbuild-plugin-env": patch
"@chialab/postcss-url-rebase": patch
"@chialab/wtr-mocha-reporter": patch
"@chialab/postcss-dart-sass": patch
"@chialab/rna-config-loader": patch
"@chialab/wds-plugin-legacy": patch
"@chialab/es-test-runner": patch
"@chialab/rna-dev-server": patch
"@chialab/wds-plugin-hmr": patch
"@chialab/wds-plugin-rna": patch
"@chialab/es-dev-server": patch
"@chialab/node-resolve": patch
"@chialab/esbuild-rna": patch
"@chialab/estransform": patch
"@chialab/rna-bundler": patch
"@chialab/cjs-to-esm": patch
"@chialab/rna-logger": patch
"@chialab/rna": patch
---

Set up required NodeJS version to 16.
2 changes: 1 addition & 1 deletion packages/cjs-to-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/estransform": "^0.18.0-alpha.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/es-dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"devDependencies": {
"@types/mocha": "^8.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/es-test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"istanbul-reports": "^3.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-any-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/esbuild-rna": "^0.18.0-alpha.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@babel/core": "^7.13.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-commonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/cjs-to-esm": "^0.18.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-css-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/node-resolve": "^0.18.0-alpha.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"devDependencies": {
"esbuild": "^0.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/esbuild-rna": "^0.18.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-lightningcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/esbuild-rna": "^0.18.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-meta-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/esbuild-rna": "^0.18.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"devDependencies": {
"esbuild": "^0.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/esbuild-rna": "^0.18.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-require-resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/esbuild-rna": "^0.18.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-unwebpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/esbuild-rna": "^0.18.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/esbuild-rna": "^0.18.0-alpha.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/esbuild-plugin-meta-url": "^0.18.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-rna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/estransform": "^0.18.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/estransform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@parcel/source-map": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"devDependencies": {
"@types/is-core-module": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-dart-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/node-resolve": "^0.18.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-preset-chialab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/postcss-url-rebase": "^0.18.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-url-rebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/node-resolve": "^0.18.0-alpha.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/rna-browser-test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"peerDependencies": {
"@chialab/wds-plugin-legacy": "^0.18.0-alpha.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/rna-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/esbuild-plugin-any-file": "^0.18.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/rna-config-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/node-resolve": "^0.18.0-alpha.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/rna-dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"peerDependencies": {
"@chialab/wds-plugin-legacy": "^0.18.0-alpha.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/rna-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"devDependencies": {
"@types/debug": "^4.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/rna-node-test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/es-test-runner": "^0.18.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/rna-saucelabs-test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/node-resolve": "^0.18.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/rna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"peerDependencies": {
"@chialab/rna-browser-test-runner": "^0.18.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/wds-plugin-hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/es-dev-server": "^0.18.0-alpha.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/wds-plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@babel/core": "^7.14.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/wds-plugin-node-resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/estransform": "^0.18.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/wds-plugin-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"polyfill-library": "^4.8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/wds-plugin-rna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/es-dev-server": "^0.18.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/wtr-coverage-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/es-test-runner": "^0.18.0-alpha.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/wtr-mocha-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"LICENSE"
],
"engines": {
"node": ">=13"
"node": ">=16"
},
"dependencies": {
"@chialab/es-test-runner": "^0.18.0-alpha.1"
Expand Down

0 comments on commit b103b2e

Please sign in to comment.