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

refactor: updated expected Node version from 16 to 18 #1502

Open
wants to merge 27 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a8b283b
refactor: updated expected Node version from 16 to 18
mfranzke Dec 24, 2023
2c3738b
Discard changes to packages/cli/package.json
mfranzke Dec 24, 2023
8986c79
Discard changes to packages/core/package.json
mfranzke Dec 24, 2023
3491238
Discard changes to packages/create/package.json
mfranzke Dec 24, 2023
5bf0554
Discard changes to packages/development-edition-engine-handlebars/pac…
mfranzke Dec 24, 2023
3d9112e
Discard changes to packages/development-edition-engine-twig/package.json
mfranzke Dec 24, 2023
d3147b2
Discard changes to packages/edition-node/package.json
mfranzke Dec 24, 2023
11fd62f
Discard changes to packages/engine-handlebars/package.json
mfranzke Dec 24, 2023
bace3ef
Discard changes to packages/uikit-workshop/package.json
mfranzke Dec 24, 2023
58cd590
Discard changes to packages/uikit-polyfills/package.json
mfranzke Dec 24, 2023
1495523
Discard changes to packages/starterkit-twig-demo/package.json
mfranzke Dec 24, 2023
688b175
Discard changes to packages/starterkit-handlebars-demo/package.json
mfranzke Dec 24, 2023
dac67f2
Discard changes to packages/plugin-tab/package.json
mfranzke Dec 24, 2023
a901f87
Discard changes to packages/live-server/package.json
mfranzke Dec 24, 2023
ad312c8
Discard changes to packages/engine-underscore/package.json
mfranzke Dec 24, 2023
1ffa02c
Discard changes to packages/engine-twig/package.json
mfranzke Dec 24, 2023
ddbf902
Discard changes to packages/engine-twig-php/package.json
mfranzke Dec 24, 2023
02c507c
Discard changes to packages/engine-react/package.json
mfranzke Dec 24, 2023
5648cd1
Discard changes to packages/engine-nunjucks/package.json
mfranzke Dec 24, 2023
bf96623
Discard changes to packages/engine-mustache/package.json
mfranzke Dec 24, 2023
1696597
Discard changes to packages/engine-liquid/package.json
mfranzke Dec 24, 2023
8c25478
Discard changes to packages/edition-twig/package.json
mfranzke Dec 24, 2023
d3e4270
Discard changes to packages/edition-node-gulp/package.json
mfranzke Dec 24, 2023
207bb38
Discard changes to packages/docs/package.json
mfranzke Dec 24, 2023
03c7dba
Discard changes to packages/development-edition-engine-react/package.…
mfranzke Dec 24, 2023
bfa2a4f
refactor: still expecting newest node 18 version
mfranzke Dec 24, 2023
72143ac
refactor: probably let's not target for the latest version
mfranzke Dec 24, 2023
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 .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- before posting an issue, try chatting on https://gitter.im/pattern-lab/node -->

<!-- before posting an issue, verify you are running at least Node 16.19.1 -->
<!-- before posting an issue, verify you are running at least Node 18.12.0 -->

<!-- Please consider to even also contribute by analyzing the problem within the codebase and suggesting a solution, either in this ticket or – even better and easier – with a pull request. All of our activities are non-profit and open source work is highly benefiting by any possible support from the community. -->

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20
18
2 changes: 1 addition & 1 deletion packages/cli/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20
18
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
"license": "MIT",
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20
18
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"test": "tap test/*_tests.js --reporter spec --coverage"
},
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"gitHead": "80f62be442223e09bafb30d0529cbd768e03f2ac",
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
}
}
2 changes: 1 addition & 1 deletion packages/development-edition-engine-handlebars/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20
18
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"url": "git://github.com/pattern-lab/patternlab-node.git"
},
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
},
"dependencies": {
"@pattern-lab/cli": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/development-edition-engine-react/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20
18
2 changes: 1 addition & 1 deletion packages/development-edition-engine-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
},
"license": "MIT",
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
}
}
2 changes: 1 addition & 1 deletion packages/development-edition-engine-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"url": "git://github.com/pattern-lab/patternlab-node.git"
},
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
},
"dependencies": {
"@pattern-lab/cli": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"homepage": "https://github.com/bradfrost/pl-website-eleventy/#readme",
"gitHead": "80f62be442223e09bafb30d0529cbd768e03f2ac",
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
}
}
2 changes: 1 addition & 1 deletion packages/edition-node-gulp/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20
18
2 changes: 1 addition & 1 deletion packages/edition-node-gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"license": "MIT",
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/edition-node/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20
18
2 changes: 1 addition & 1 deletion packages/edition-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"license": "MIT",
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/edition-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@pattern-lab/uikit-workshop": "^6.1.0"
},
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-handlebars/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20
18
2 changes: 1 addition & 1 deletion packages/engine-handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "MIT",
"scripts": {},
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-liquid/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20
18
2 changes: 1 addition & 1 deletion packages/engine-liquid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"scripts": {},
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-mustache/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20
18
2 changes: 1 addition & 1 deletion packages/engine-mustache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"scripts": {},
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-nunjucks/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20
18
2 changes: 1 addition & 1 deletion packages/engine-nunjucks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"nunjucks": "^3.2.3"
},
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
},
"keywords": [
"Pattern Lab",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-react/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20
18
2 changes: 1 addition & 1 deletion packages/engine-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"scripts": {},
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-twig-php/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"license": "MIT",
"scripts": {},
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-twig/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20
18
2 changes: 1 addition & 1 deletion packages/engine-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"scripts": {},
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-underscore/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20
18
2 changes: 1 addition & 1 deletion packages/engine-underscore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint": "eslint **/*.js"
},
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/live-server/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20
18
2 changes: 1 addition & 1 deletion packages/live-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/live-server",
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-tab/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20
18
2 changes: 1 addition & 1 deletion packages/plugin-tab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lodash": "4.17.21"
},
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
},
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/plugin-tab",
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/starterkit-handlebars-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"build": "copyfiles ../../node_modules/@fontsource/abel/files/*.woff* ../../node_modules/@fontsource/raleway/files/*400-*.woff* ../../node_modules/@fontsource/raleway/files/*700-normal.woff* dist/fonts -f && cd dist/css && sass style.scss:style.css pattern-scaffolding.scss:pattern-scaffolding.css --load-path=../../../../node_modules/"
},
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
},
"devDependencies": {
"@fontsource/abel": "^4.5.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/starterkit-twig-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"gitHead": "80f62be442223e09bafb30d0529cbd768e03f2ac",
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
}
}
2 changes: 1 addition & 1 deletion packages/uikit-polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"access": "public"
},
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
}
}
2 changes: 1 addition & 1 deletion packages/uikit-workshop/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20
18
2 changes: 1 addition & 1 deletion packages/uikit-workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@
],
"gitHead": "80f62be442223e09bafb30d0529cbd768e03f2ac",
"engines": {
"node": ">=16.20.0"
"node": ">=18.12.0"
}
}
Loading