Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (version-0.x) (#1350)
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor Scheer <[email protected]>
  • Loading branch information
renovate[bot] and trevor-scheer authored Jan 12, 2022
1 parent 487f813 commit 6c46a01
Show file tree
Hide file tree
Showing 6 changed files with 882 additions and 1,249 deletions.
2 changes: 1 addition & 1 deletion federation-integration-testsuite-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"apollo-graphql": "^0.9.5",
"graphql-tag": "^2.10.4",
"pretty-format": "^27.3.1"
"pretty-format": "^27.4.6"
},
"peerDependencies": {
"graphql": "^15.7.2"
Expand Down
2 changes: 1 addition & 1 deletion gateway-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"apollo-server-types": "^0.9.0 || ^3.0.0 || ^3.5.0-alpha.0",
"loglevel": "^1.6.1",
"make-fetch-happen": "^8.0.0",
"pretty-format": "^27.3.1"
"pretty-format": "^27.4.6"
},
"peerDependencies": {
"graphql": "^15.7.2"
Expand Down
30 changes: 29 additions & 1 deletion gateway-js/src/__tests__/gateway/reporting.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,21 +233,49 @@ describe('reporting', () => {
"tracesPerQuery": Object {
"# -
{me{name{first last}}topProducts{name}}": Object {
"referencedFieldsByType": Object {
"Name": Object {
"fieldNames": Array [
"first",
"last",
],
"isInterface": false,
},
"Product": Object {
"fieldNames": Array [
"name",
],
"isInterface": true,
},
"Query": Object {
"fieldNames": Array [
"me",
"topProducts",
],
"isInterface": false,
},
"User": Object {
"fieldNames": Array [
"name",
],
"isInterface": false,
},
},
"trace": Array [
Object {
"cachePolicy": Object {
"maxAgeNs": "30000000000",
"scope": "PRIVATE",
},
"clientName": "",
"clientReferenceId": "",
"clientVersion": "",
"details": Object {},
"durationNs": 12345,
"endTime": Object {
"nanos": 123000000,
"seconds": "1562203363",
},
"fieldExecutionWeight": 1,
"forbiddenOperation": false,
"fullQueryCacheHit": false,
"http": Object {
Expand Down
Loading

0 comments on commit 6c46a01

Please sign in to comment.