aerogear / keycloak-connect-graphql

Add Keyloak Authentication and Authorization to your GraphQL server.
Apache License 2.0
155 stars 22 forks source link

fix(deps): update dependency apollo-server-express to v2.9.15 #53

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
apollo-server-express dependencies patch 2.9.14 -> 2.9.15

Release Notes

apollographql/apollo-server ### [`v2.9.15`](https://togithub.com/apollographql/apollo-server/blob/master/CHANGELOG.md#v2915) [Compare Source](https://togithub.com/apollographql/apollo-server/compare/ad5eac5ea1741142122e4cb8fd34a9748be31e89...0743d6b2f1737758cf09e80d2086917772bc00c9) > [See complete versioning details.](https://togithub.com/apollographql/apollo-server/commit/0743d6b2f1737758cf09e80d2086917772bc00c9) - `apollo-engine-reporting`: Fix regression introduced by [#​3614](https://togithub.com/apollographql/apollo-server/pull/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](https://togithub.com/apollographql/apollo-server/pull/3638) [Issue #​3627](https://togithub.com/apollographql/apollo-server/issues/3627) - `apollo-server-cloud-functions`: Transmit CORS headers on `OPTIONS` request. [PR #​3557](https://togithub.com/apollographql/apollo-server/pull/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](https://togithub.com/apollographql/apollo-server/pull/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 `set`s 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](https://togithub.com/apollographql/apollo-server/pull/3623) - `apollo-server-core`: Upgrade TS to 3.7.3 [#​3618](https://togithub.com/apollographql/apollo-server/pull/3618)

Renovate configuration

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

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

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.