-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Expand support for node@18 (#1884) * Expand support for node@18 * Resolving package.json and circleci config.yml conflicts with version-0.x branch. * Correcting package-lock.json files. * Correcting comments. * Updating circleci config for GraphQL v15 Support step. Co-authored-by: Trevor Scheer <trevor.scheer@gmail.com> Co-authored-by: Jeff Jakub <jeffjakub@users.noreply.github.com>
- Loading branch information
1 parent
93459ba
commit c63bb1d
Showing
14 changed files
with
100 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
0 silly argv { | ||
0 silly argv _: [ 'run' ], | ||
0 silly argv stream: true, | ||
0 silly argv lernaVersion: '4.0.0', | ||
0 silly argv '$0': '/Users/jeff/source/apollographql/federation/node_modules/.bin/lerna', | ||
0 silly argv script: 'monorepo-prepare' | ||
0 silly argv } | ||
1 notice cli v4.0.0 | ||
2 verbose rootPath /Users/jeff/source/apollographql/federation | ||
3 info versioning independent | ||
4 error JSONError: Unexpected token "<" (0x3C) in JSON at position 710 while parsing near ".../query-planner-js\",\n<<<<<<< HEAD\n \"@a..." in gateway-js/package.json | ||
4 error | ||
4 error [0m [90m 29 |[39m [32m"@apollo/federation"[39m[33m:[39m [32m"file:../federation-js"[39m[33m,[39m[0m | ||
4 error [0m [90m 30 |[39m [32m"@apollo/query-planner"[39m[33m:[39m [32m"file:../query-planner-js"[39m[33m,[39m[0m | ||
4 error [0m[31m[1m>[22m[39m[90m 31 |[39m [33m<<[39m[33m<<[39m[33m<<[39m[33m<[39m [33mHEAD[39m[0m | ||
4 error [0m [90m |[39m [31m[1m^[22m[39m[0m | ||
4 error [0m [90m 32 |[39m [32m"@apollo/utils.createhash"[39m[33m:[39m [32m"^1.1.0"[39m[33m,[39m[0m | ||
4 error [0m [90m 33 |[39m [33m===[39m[33m===[39m[33m=[39m[0m | ||
4 error [0m [90m 34 |[39m [32m"@apollo/server-gateway-interface"[39m[33m:[39m [32m"^1.0.2"[39m[33m,[39m[0m | ||
4 error | ||
4 error at parseJson (/Users/jeff/source/apollographql/federation/node_modules/parse-json/index.js:29:21) | ||
4 error at parse (/Users/jeff/source/apollographql/federation/node_modules/load-json-file/index.js:15:9) | ||
4 error at module.exports (/Users/jeff/source/apollographql/federation/node_modules/load-json-file/index.js:18:47) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters