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

Update Apollo GraphQL packages #6

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 21, 2019

This PR contains the following updates:

Package Type Update Change
@apollo/react-hooks dependencies patch ^3.1.2 -> 3.1.3
apollo-boost dependencies patch ^0.4.4 -> 0.4.7
apollo-server-lambda dependencies patch 2.9.3 -> 2.9.16

Release Notes

apollographql/react-apollo

v3.1.3

Compare Source

  • Revert the changes made in #​3497, which have lead to problems with onCompleted being called more often than necessary.

    @​hwillson in 0901f4a
apollographql/apollo-client

v0.4.7

Compare Source

v0.4.6

Compare Source

apollographql/apollo-server

v2.9.16

Compare Source

v2.9.15

Compare Source

See complete versioning details.

  • apollo-engine-reporting: Fix regression introduced by #​3614 which caused PersistedQueryNotFoundError, PersistedQueryNotSupportedError and InvalidGraphQLRequestError errors to be triggered before the requestDidStart handler triggered treeBuilder's startTiming method. This fix preserves the existing behavior by special-casing these specific errors. PR #​3638 Issue #​3627
  • apollo-server-cloud-functions: Transmit CORS headers on OPTIONS request. PR #​3557
  • apollo-server-caching: De-compose options interface for KeyValueCache.prototype.set to accommodate better TSDoc annotations for its properties (e.g. to specify that ttl is defined in seconds). PR #​3619
  • apollo-server-core, apollo-server-caching: Introduce a ttl property, specified in seconds, on the options for automated persisted queries (APQ) which applies specific TTL settings to the cache sets during APQ registration. Previously, all APQ cache records were set to 300 seconds. Additionally, this adds support (to the underlying apollo-server-caching mechanisms) for a time-to-live (TTL) value of null which, when supported by the cache implementation, skips the assignment of a TTL value altogether. This allows the cache's controller to determine when eviction happens (e.g. cache forever, and purge least recently used when the cache is full), which may be desireable for network cache stores (e.g. Memcached, Redis). PR #​3623
  • apollo-server-core: Upgrade TS to 3.7.3 #​3618

v2.9.14

Compare Source

See complete versioning details.

  • apollo-server-core: Ensure that plugin's didEncounterErrors hooks are invoked for known automated persisted query (APQ) errors. PR #​3614
  • apollo-server-plugin-base: Move TContext generic from requestDidStart method to ApolloServerPlugin Interface. PR #​3525

v2.9.13

Compare Source

See complete versioning details.

  • @apollo/gateway: Add @types/node-fetch as a regular dependency to avoid missing dependency for TypeScript consumers. PR #​3546 Issue #​3471
  • apollo-engine-reporting: Declare acceptable graphql versions ranges in peerDependencies rather than allowing it to occur implicitly (and less ideally) via its consumers (e.g. most apollo-server-* packages). PR #​3496

v2.9.12

Compare Source

  • Reinstate PR #​3530 via #​3539 - after a patch release of the @apollo/protobufjs fork, the build issue for consumers should be resolved.

v2.9.11

Compare Source

  • Revert PR #​3530 via #​3535- the introduction of the @apollo/protobufjs fork is causing TS errors in consumer projects. Reverting this change for now, and will reintroduce it after the issue is resolved within the forked package.

v2.9.10

Compare Source

See complete versioning details.

  • apollo-engine-reporting: Swap usage of protobufjs for a newly published fork located at @apollo/protobufjs. This is to account for the relative uncertainty into the continued on-going maintenance of the official protobuf.js project. This should immediately resolve a bug that affected Long types in apollo-engine-reporting and other non-Apollo projects that rely on protobuf.js's Long type. PR #​3530

v2.9.9

Compare Source

See complete versioning details.

  • apollo-server-core: Don't try parsing variables and extensions as JSON if they are defined but empty strings. PR #​3501
  • apollo-server-lambda: Introduce onHealthCheck on createHandler in the same fashion as implemented in other integrations. PR #​3458
  • apollo-server-core: Use graphql's isSchema to more defensively check the user-specified schema's type at runtime and prevent unexpected errors. PR #​3462

v2.9.8

Compare Source

See complete versioning details.

  • apollo-server-core: Provide accurate type for formatResponse rather than generic Function type. PR #​3431
  • apollo-server-core: Pass complete request context to formatResponse, rather than just context. PR #​3431

v2.9.7

Compare Source

See complete versioning details.

  • apollo-server-errors: Fix ApolloError bug and GraphQLError spec compliance #​3408

v2.9.6

Compare Source

See complete versioning details.

  • @apollo/gateway, @apollo/federation, apollo-engine-reporting: Update apollo-graphql dependency to bring in apollo-tooling's #​1551 which resolve runtime errors when its source is minified. While this fixes a particular minification bug when Apollo Server packages are minified, we do not recommend minification of server code in most cases. PR #​3387 Issue #​3335
  • apollo-server-koa: Correctly declare dependency on koa-compose. PR #​3356
  • apollo-server-core: Preserve any extensions that have been placed on the response when pre-execution errors occur. PR #​3394

v2.9.5

Compare Source

v2.9.4

Compare Source


Renovate 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 if you modify the PR title to begin with "rebase!".

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


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 73db81b to f48d635 Compare October 21, 2019 02:32
@renovate renovate bot changed the title Update dependency apollo-server-lambda to v2.9.6 Update Apollo GraphQL packages Oct 21, 2019
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from f48d635 to d212411 Compare October 21, 2019 17:29
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from 62d4ff0 to ba2237a Compare November 13, 2019 22:46
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 3 times, most recently from c47d87e to 216b407 Compare November 21, 2019 18:06
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 216b407 to 8e181bc Compare December 5, 2019 20:05
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 3 times, most recently from e55ada2 to 84e2c18 Compare December 17, 2019 12:27
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 84e2c18 to d8f9f96 Compare December 31, 2019 05:52
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from d8f9f96 to a83f60b Compare January 19, 2020 05:56
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.

1 participant