build(deps): bump apollo-server from 2.9.13 to 2.9.15 in /backend
Created by: Tirokk
Authored by dependabot-preview[bot] Merged
Bumps apollo-server from 2.9.13 to 2.9.15.
Changelog
Sourced from apollo-server's changelog.
v2.9.15
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](apollographql/apollo-server#3638) [Issue #3627](apollographql/apollo-server#3627)apollo-server-cloud-functions
: Transmit CORS headers onOPTIONS
request. [PR #3557](apollographql/apollo-server#3557)apollo-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 #3619](apollographql/apollo-server#3619)apollo-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 #3623](apollographql/apollo-server#3623)apollo-server-core
: Upgrade TS to 3.7.3 #3618v2.9.14
apollo-server-core
: Ensure that plugin'sdidEncounterErrors
hooks are invoked for known automated persisted query (APQ) errors. [PR #3614](apollographql/apollo-server#3614)apollo-server-plugin-base
: MoveTContext
generic fromrequestDidStart
method toApolloServerPlugin
Interface. [PR #3525](apollographql/apollo-server#3525)
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
RenamettlSeconds
tottl
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 unusedyup
import in tests, unnecessary after #3077. -
60830d4
Fix CHANGELOG.md formatting. - Additional commits viewable in compare view
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:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)