Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.1.2
->3.1.3
^0.4.4
->0.4.7
2.9.3
->2.9.16
Release Notes
apollographql/react-apollo
v3.1.3
Compare Source
onCompleted
being called more often than necessary.@hwillson in 0901f4a
apollographql/apollo-client
v0.4.7
Compare Source
Replace
GlobalFetch
reference withWindowOrWorkerGlobalScope
.@abdonrd in #5373
Add
assumeImmutableResults
typing to apollo boostPresetConfig
interface.@bencoullie in #5571
v0.4.6
Compare Source
apollographql/apollo-server
v2.9.16
Compare Source
v2.9.15
Compare Source
apollo-engine-reporting
: Fix regression introduced by #3614 which causedPersistedQueryNotFoundError
,PersistedQueryNotSupportedError
andInvalidGraphQLRequestError
errors to be triggered before therequestDidStart
handler triggeredtreeBuilder
'sstartTiming
method. This fix preserves the existing behavior by special-casing these specific errors. PR #3638 Issue #3627apollo-server-cloud-functions
: Transmit CORS headers onOPTIONS
request. PR #3557apollo-server-caching
: De-compose options interface forKeyValueCache.prototype.set
to accommodate better TSDoc annotations for its properties (e.g. to specify thatttl
is defined in seconds). PR #3619apollo-server-core
,apollo-server-caching
: Introduce attl
property, specified in seconds, on the options for automated persisted queries (APQ) which applies specific TTL settings to the cacheset
s during APQ registration. Previously, all APQ cache records were set to 300 seconds. Additionally, this adds support (to the underlyingapollo-server-caching
mechanisms) for a time-to-live (TTL) value ofnull
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 #3623apollo-server-core
: Upgrade TS to 3.7.3 #3618v2.9.14
Compare Source
apollo-server-core
: Ensure that plugin'sdidEncounterErrors
hooks are invoked for known automated persisted query (APQ) errors. PR #3614apollo-server-plugin-base
: MoveTContext
generic fromrequestDidStart
method toApolloServerPlugin
Interface. PR #3525v2.9.13
Compare Source
@apollo/gateway
: Add@types/node-fetch
as a regular dependency to avoid missing dependency for TypeScript consumers. PR #3546 Issue #3471apollo-engine-reporting
: Declare acceptablegraphql
versions ranges inpeerDependencies
rather than allowing it to occur implicitly (and less ideally) via its consumers (e.g. mostapollo-server-*
packages). PR #3496v2.9.12
Compare Source
@apollo/protobufjs
fork, the build issue for consumers should be resolved.v2.9.11
Compare Source
@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
apollo-engine-reporting
: Swap usage ofprotobufjs
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 officialprotobuf.js
project. This should immediately resolve a bug that affectedLong
types inapollo-engine-reporting
and other non-Apollo projects that rely onprotobuf.js
'sLong
type. PR #3530v2.9.9
Compare Source
apollo-server-core
: Don't try parsingvariables
andextensions
as JSON if they are defined but empty strings. PR #3501apollo-server-lambda
: IntroduceonHealthCheck
oncreateHandler
in the same fashion as implemented in other integrations. PR #3458apollo-server-core
: Usegraphql
'sisSchema
to more defensively check the user-specified schema's type at runtime and prevent unexpected errors. PR #3462v2.9.8
Compare Source
apollo-server-core
: Provide accurate type forformatResponse
rather than genericFunction
type. PR #3431apollo-server-core
: Pass complete request context toformatResponse
, rather than justcontext
. PR #3431v2.9.7
Compare Source
apollo-server-errors
: FixApolloError
bug andGraphQLError
spec compliance #3408v2.9.6
Compare Source
@apollo/gateway
,@apollo/federation
,apollo-engine-reporting
: Updateapollo-graphql
dependency to bring inapollo-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 #3335apollo-server-koa
: Correctly declare dependency onkoa-compose
. PR #3356apollo-server-core
: Preserve anyextensions
that have been placed on the response when pre-execution errors occur. PR #3394v2.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.
This PR has been generated by WhiteSource Renovate. View repository job log here.