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 dependency apollo-server-express to v2.15.0 #291

Merged
merged 1 commit into from
Jun 25, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2020

This PR contains the following updates:

Package Type Update Change
apollo-server-express dependencies minor 2.14.2 -> 2.15.0

Release Notes

apollographql/apollo-server

v2.15.0

Compare Source

  • apollo-engine-reporting: Added a reportTiming API to allow trace reporting to be enabled or disabled on a per request basis. The option takes either a boolean or a predicate function that takes a GraphQLRequestContextDidResolveOperation or GraphQLRequestContextDidEncounterErrors and returns a boolean. If the boolean is false the request will not be instrumented for tracing and no trace will be sent to Apollo Graph Manager. The default is true so all traces will get instrumented and sent, which is the same as the previous default behavior. PR #​3918
  • apollo-engine-reporting: Removed GraphQLServerOptions.reporting. It isn't known whether a trace will be reported at the beginning of the request because of the above change. We believe this field was only used internally within Apollo Server; let us know if this is a problem and we can suggest alternatives. Additionally, the field requestContext.metrics.captureTraces is now initialized later in the request pipeline. PR #​3918
  • apollo-engine-reporting: Make Apollo Server throw if schema reporting is enabled for a gateway or federated service. PR #​4246
  • apollo-engine-reporting: Remove the experimental_ prefix from schema reporting options, and specifically rename experimental_schemaReporting option name to reportSchema. (The old option names remain functional, but are deprecated.) PR #​4236

v2.14.5

Compare Source

  • apollo-engine-reporting: Make Apollo Server throw if schema reporting is enabled for a gateway or federated service. PR #​4246

v2.14.4

Compare Source

  • apollo-engine-reporting: Add environment variable APOLLO_SCHEMA_REPORTING that can enable schema reporting. If experimental__schemaReporting is set it will override the environment variable. PR #​4206
  • apollo-engine-reporting: The schema reporting URL has been changed to use the new dedicated sub-domain https://edge-server-reporting.api.apollographql.com. PR #​4232
  • apollo-server-core: Though Apollo Server is not affected due to the way it is integrated, in response to an upstream security advisory for GraphQL Playground we have published the same patch on our @apollographql/graphql-playground-html fork and bumped Apollo Server to use it. Again, this was done out of an abundance of caution since the way that Apollo Server utilizes renderPlaygroundPage is not vulnerable as it does not allow per-request Playground configuration that could allow interpolation of user-input. PR #​4231

v2.14.3

Compare Source

  • This release only includes patch updates to dependencies.

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 you tick the rebase/retry checkbox.

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


  • 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 changed the title Update Apollo Server to v2.11.0 Update Apollo Server to v2.12.0 Apr 7, 2020
@codecov-io
Copy link

codecov-io commented Apr 7, 2020

Codecov Report

Merging #291 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #291   +/-   ##
=======================================
  Coverage   23.37%   23.37%           
=======================================
  Files         105      105           
  Lines        1373     1373           
  Branches      211      198   -13     
=======================================
  Hits          321      321           
  Misses       1052     1052           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 14501b8...719dadd. Read the comment docs.

@renovate renovate bot force-pushed the renovate/apollo-server branch from 5d1b4ec to 9e65ec2 Compare May 4, 2020 15:48
@renovate renovate bot changed the title Update Apollo Server to v2.12.0 Update Apollo Server to v2.13.0 May 4, 2020
@renovate renovate bot force-pushed the renovate/apollo-server branch from 9e65ec2 to 719dadd Compare May 11, 2020 19:26
@renovate renovate bot changed the title Update Apollo Server to v2.13.0 Update Apollo Server May 11, 2020
@renovate renovate bot force-pushed the renovate/apollo-server branch from 719dadd to eabbbc9 Compare May 11, 2020 20:58
@renovate renovate bot changed the title Update Apollo Server Update Apollo Server to v2.13.1 May 11, 2020
@renovate renovate bot force-pushed the renovate/apollo-server branch from eabbbc9 to 4588abb Compare May 27, 2020 15:27
@renovate renovate bot changed the title Update Apollo Server to v2.13.1 Update Apollo Server to v2.14.0 May 27, 2020
@codecov-commenter
Copy link

codecov-commenter commented May 27, 2020

Codecov Report

Merging #291 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #291   +/-   ##
=======================================
  Coverage   23.66%   23.66%           
=======================================
  Files         105      105           
  Lines        1441     1441           
  Branches      233      233           
=======================================
  Hits          341      341           
+ Misses       1100     1099    -1     
- Partials        0        1    +1     
Impacted Files Coverage Δ
packages/web/src/components/ThemeContext.tsx 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 59eb3cc...1ed9700. Read the comment docs.

@renovate renovate bot force-pushed the renovate/apollo-server branch from 4588abb to 0bd539d Compare May 28, 2020 17:43
@renovate renovate bot changed the title Update Apollo Server to v2.14.0 Update Apollo Server to v2.14.1 May 28, 2020
@renovate renovate bot changed the title Update Apollo Server to v2.14.1 Update dependency apollo-server-testing to v2.14.4 Jun 13, 2020
@renovate renovate bot force-pushed the renovate/apollo-server branch 3 times, most recently from 4bba32b to 8fe22e3 Compare June 16, 2020 23:48
@renovate renovate bot changed the title Update dependency apollo-server-testing to v2.14.4 Update dependency apollo-server-testing to v2.14.5 Jun 16, 2020
@renovate renovate bot changed the title Update dependency apollo-server-testing to v2.14.5 Update dependency apollo-server-testing to v2.15.0 Jun 17, 2020
@renovate renovate bot changed the title Update dependency apollo-server-testing to v2.15.0 Update dependency apollo-server-express to v2.15.0 Jun 25, 2020
@iquabius iquabius merged commit a7c92c4 into master Jun 25, 2020
@iquabius iquabius deleted the renovate/apollo-server branch June 25, 2020 18:36
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.

4 participants