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

chore(deps): update all non-major dependencies #80

Merged
merged 1 commit into from
Jan 9, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-codegen/cli 2.3.0 -> 2.3.1 age adoption passing confidence
@graphql-codegen/named-operations-object 2.2.0 -> 2.2.1 age adoption passing confidence
@graphql-codegen/typescript 2.4.1 -> 2.4.2 age adoption passing confidence
@graphql-codegen/typescript-operations 2.2.1 -> 2.2.2 age adoption passing confidence
@graphql-codegen/typescript-resolvers 2.4.2 -> 2.4.3 age adoption passing confidence
apollo-server-lambda 3.5.0 -> 3.6.1 age adoption passing confidence
apollo-server-plugin-base 3.4.0 -> 3.5.0 age adoption passing confidence
graphql 15.7.2 -> 15.8.0 age adoption passing confidence

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/cli)

v2.3.1

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/named-operations-object)

v2.2.1

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript)

v2.4.2

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-operations)

v2.2.2

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-resolvers)

v2.4.3

Compare Source

Patch Changes
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
graphql/graphql-js

v15.8.0

Compare Source

v15.8.0 (2021-12-07)
New Feature 🚀
Internal 🏠
2 PRs were merged
##### Committers: 1 * Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov))

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 changed the title chore(deps): update dependency serverless to v2.67.0 chore(deps): update dependency serverless to v2.67.0 - autoclosed Nov 26, 2021
@renovate renovate bot closed this Nov 26, 2021
@renovate renovate bot deleted the renovate/all-minor-patch branch November 26, 2021 16:00
@renovate renovate bot changed the title chore(deps): update dependency serverless to v2.67.0 - autoclosed chore(deps): update dependency serverless to v2.67.0 Nov 26, 2021
@renovate renovate bot reopened this Nov 26, 2021
@renovate renovate bot restored the renovate/all-minor-patch branch November 26, 2021 19:57
@renovate renovate bot changed the title chore(deps): update dependency serverless to v2.67.0 fix(deps): update dependency aws-sdk to v2.1037.0 Nov 26, 2021
@renovate renovate bot changed the title fix(deps): update dependency aws-sdk to v2.1037.0 fix(deps): update all non-major dependencies Nov 27, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e0f73a2 to 9740258 Compare November 29, 2021 23:02
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Nov 29, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f16aeb6 to 66b7004 Compare December 1, 2021 01:01
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 1, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 12f833a to 284ef08 Compare December 6, 2021 13:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 5742759 to b086bb9 Compare December 27, 2021 20:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from c394120 to 894bbf3 Compare January 5, 2022 21:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 041fac5 to e9b17d8 Compare January 8, 2022 20:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e9b17d8 to 7446695 Compare January 9, 2022 03:05
@mdnorman mdnorman merged commit 290f98c into master Jan 9, 2022
@mdnorman mdnorman deleted the renovate/all-minor-patch branch January 9, 2022 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants