Skip to content

Commit

Permalink
Upgrade monorepo and docs to npm@7 and enable engine-strict
Browse files Browse the repository at this point in the history
Inspired by apollographql/federation#708

This also fixes engines declarations in the individual packages which
should have been done in #5137.
  • Loading branch information
glasser committed May 3, 2021
1 parent e71c0b2 commit ac689c5
Show file tree
Hide file tree
Showing 30 changed files with 47,026 additions and 164 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ commands:
common_test_steps:
description: "Commands to run on every Node.js environment"
steps:
- oss/install_specific_npm_version
- oss/install_specific_npm_version:
version: '7'
- checkout
- oss/npm_clean_install_with_caching
- run:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
1 change: 1 addition & 0 deletions docs/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
24,189 changes: 24,175 additions & 14 deletions docs/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"engines": {
"node": ">=16 <17",
"npm": "6.x"
"npm": "7.x"
},
"scripts": {
"prestart": "gatsby clean",
Expand Down
Loading

0 comments on commit ac689c5

Please sign in to comment.