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

fix(deps): update apollo graphql packages #8922

Merged
merged 1 commit into from
Jan 17, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/federation 0.33.8 -> 0.33.9 age adoption passing confidence
@apollo/gateway 0.44.1 -> 0.46.0 age adoption passing confidence
apollo-server 3.5.0 -> 3.6.1 age adoption passing confidence
apollo-server-core 3.5.0 -> 3.6.1 age adoption passing confidence
apollo-server-express 3.5.0 -> 3.6.1 age adoption passing confidence

Release Notes

apollographql/federation

v0.33.9

Compare Source

apollographql/apollo-server

v3.6.1

Compare Source

v3.6.0

Compare Source

  • apollo-server-core: Studio usage reporting now reports "referenced operations" for fields in addition to "field executions", which can be seen on the Studio Fields page. This new statistic provides visibility into uses of fields that are not executed. It is also more efficient to generate and (for Apollo Gateways) does not require subgraphs to support federated tracing. Additionally, the new fieldLevelInstrumentation option to ApolloServerPluginUsageReporting allows you to disable field-level tracing on a per-operation basis, and to report weights for operations to allow for estimates of the field execution count even when not all operations are instrumented. Note that the semantics of the requestContext.metrics.captureTraces field have changed. See the Studio Fields page docs and the fieldLevelInstrumentation docs for more details. Issue #​5708 PR #​5956 PR #​5963
  • apollo-server-core: Usage reporting no longer sends a "client reference ID" to Apollo Studio (along with the client name and client version). This little-used feature has not been documented since 2019 and is currently entirely ignored by Apollo Studio. This is technically incompatible as the interface ClientInfo no longer has the field clientReferenceId; if you were one of the few users who explicitly set this field and you get a TypeScript compilation failure upon upgrading to v3.6.0, just stop using the field. PR #​5890
  • apollo-server-core: Remove dependency on apollo-graphql package (by inlining the code which generates usage reporting signatures). That package has not yet been published with a graphql@16 peer dependency, so Apollo Server v3.5 did not fully support graphql@16 without overriding peer dependencies. Issue #​5941 PR #​5955

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 14, 2022
@coveralls
Copy link

coveralls commented Jan 14, 2022

Pull Request Test Coverage Report for Build 00c6b7c6-ca8a-4073-8cc2-13d925bf02c2

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.13%

Totals Coverage Status
Change from base Build 38eae0db-18bc-4193-8057-69d114a8416f: 0.0%
Covered Lines: 5693
Relevant Lines: 6048

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 24 times, most recently from b1384e3 to 719af70 Compare January 17, 2022 02:59
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 719af70 to 09bd2a2 Compare January 17, 2022 05:12
@kamilmysliwiec kamilmysliwiec merged commit 904cb9b into master Jan 17, 2022
@delete-merged-branch delete-merged-branch bot deleted the renovate/apollo-graphql-packages branch January 17, 2022 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants