Skip to content

Commit

Permalink
BREAKING: min node 18 version (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc authored Sep 5, 2023
1 parent 7a17a2f commit ad7374f
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
ignorePaths: ['**/node_modules/**', '**/implementations/**'],
packageRules: [
{
matchPackageNames: ['@types/node'],
allowedVersions: '18.x',
},
],
}
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
12 changes: 12 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"packages/*",
"packages/subgraphs/*"
],
"engines": {
"node": ">=18.0.0",
"npm": ">=8.6.0"
},
"scripts": {
"build": "tsc --build tsconfig.json && npm run package",
"clean": "rm -rf packages/*/dist packages/*/tsconfig.tsbuildinfo",
Expand Down
4 changes: 4 additions & 0 deletions packages/compatibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"url": "https://github.com/apollographql/apollo-federation-subgraph-compatibility/issues"
},
"homepage": "https://github.com/apollographql/apollo-federation-subgraph-compatibility/blob/main/packages/compatibility/README.md",
"engines": {
"node": ">=18.0.0",
"npm": ">=8.6.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"url": "https://github.com/apollographql/apollo-federation-subgraph-compatibility/issues"
},
"homepage": "https://github.com/apollographql/apollo-federation-subgraph-compatibility/blob/main/packages/script/README.md",
"engines": {
"node": ">=18.0.0",
"npm": ">=8.6.0"
},
"dependencies": {
"@apollo/federation-subgraph-compatibility-tests": "^2.0.0",
"commander": "^11.0.0",
Expand Down

0 comments on commit ad7374f

Please sign in to comment.