datenguide / datenguide-api

datenguide GraphQL API Server
MIT License
10 stars 2 forks source link

Bump apollo-server-testing from 2.9.13 to 2.9.15 #160

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps apollo-server-testing from 2.9.13 to 2.9.15.

Changelog

Sourced from apollo-server-testing's changelog.

v2.9.15

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](apollographql/apollo-server#3638) [Issue #3627](apollographql/apollo-server#3627)
  • apollo-server-cloud-functions: Transmit CORS headers on OPTIONS request. [PR #3557](apollographql/apollo-server#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](apollographql/apollo-server#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](apollographql/apollo-server#3623)
  • apollo-server-core: Upgrade TS to 3.7.3 #3618

v2.9.14

See complete versioning details.

Commits
  • 0743d6b Release
  • fcda753 Update CHANGELOG.md for v.2.9.15 prior to release.
  • 562b0bf Allow infinite TTL (time-to-live) on KeyValueCache's set. (#3623)
  • 3cb0711 Merge branch 'master' into abernix/apq-ttl-setting
  • eed31f0 Rename ttlSeconds to ttl for consistency with existing parameters.
  • 0da9a7d Add CHANGELOG.md for #3623.
  • 4446541 Fix regression caused by #3614 when using APQ with Graph Manage… (#3638)
  • 9242738 chore: Fix a few spelling mistakes in a-s-testsuite.
  • 6a36429 chore: Remove unused yup import in tests, unnecessary after #3077.
  • 60830d4 Fix CHANGELOG.md formatting.
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Looks like apollo-server-testing is up-to-date now, so this is no longer needed.