Skip to content

Build(deps): Bump apollo-server from 2.24.0 to 2.25.2 - #318

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/apollo-server-2.25.2
Closed

Build(deps): Bump apollo-server from 2.24.0 to 2.25.2#318
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/apollo-server-2.25.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2021

Copy link
Copy Markdown
Contributor

Bumps apollo-server from 2.24.0 to 2.25.2.

Changelog

Sourced from apollo-server's changelog.

v2.25.2

v2.25.1

  • apollo-server-core, apollo-server-express: Upgrade subscriptions-transport-ws dependency and remove unneeded runtime dependency on ws. This should enable you to install Apollo Server without depending on versions of ws vulnerable to CVE-2021-32640. Note that the superficial integration of the unmaintained subscriptions-transport-ws package will be removed in Apollo Server 3; you can also avoid this vulnerability by disabling the built-in subscription support with new ApolloServer({subscriptions: false}) and using a maintained package such as graphql-ws instead. (Instead of taking this upgrade, you can also upgrade ws to 5.2.3, which was just released.)

v2.25.0

  • apollo-server-core: You may now specify your Studio graph as a graph ref (id@variant) via the APOLLO_GRAPH_REF environment variable or new ApolloServer({apollo: {graphRef}}) instead of specifying graph ID and graph variant separately. The apollo object passed to plugin serverWillStart and to gateway load now contains a graphRef field.
  • apollo-server-core: Fix a race condition where schema reporting could lead to a delay at process shutdown. [PR #5222](apollographql/apollo-server#5222)
  • apollo-server-core: Allow the Fetch API implementation to be overridden for the schema reporting and usage reporting plugins via a new fetcher option. [PR #5179](apollographql/apollo-server#5179)
  • apollo-server-core: The server.executeOperation method (designed for testing) can now take its query as a DocumentNode (eg, a gql-tagged string) in addition to as a string. (This matches the behavior of the apollo-server-testing createTestClient function which is now deprecated.) We now recommend this method instead of apollo-server-testing in our docs. [Issue #4952](apollographql/apollo-server#4952)
  • apollo-server-testing: Replace README with a deprecation notice explaining how to use server.executeOperation instead. [Issue #4952](apollographql/apollo-server#4952)

v2.24.1

  • apollo-server-core: Fix a typo that could lead to TypeScript compilation when combined with a recent version of @types/node. (This bug had no runtime effect.) [PR #5149](apollographql/apollo-server#5149)
Commits

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)

Bumps [apollo-server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server) from 2.24.0 to 2.25.2.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server@2.25.2/packages/apollo-server)

---
updated-dependencies:
- dependency-name: apollo-server
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependency-update Dependencies that needs to be updated label Jun 23, 2021
@codecov-commenter

codecov-commenter commented Jun 23, 2021

Copy link
Copy Markdown

Codecov Report

Merging #318 (fe4de86) into master (240ca0d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #318   +/-   ##
=======================================
  Coverage   99.69%   99.69%           
=======================================
  Files         247      247           
  Lines        2595     2595           
  Branches      361      361           
=======================================
  Hits         2587     2587           
  Partials        8        8           
Flag Coverage Δ
cache 98.28% <ø> (ø)
constants 100.00% <ø> (ø)
core 99.51% <ø> (ø)
discourse 100.00% <ø> (ø)
endpoints 100.00% <ø> (ø)
errors 100.00% <ø> (ø)
extract 100.00% <ø> (ø)
fabricator 99.75% <ø> (ø)
graphql 100.00% <ø> (ø)
idz 100.00% <ø> (ø)
init 100.00% <ø> (ø)
inline_blocks 100.00% <ø> (ø)
lineage 100.00% <ø> (ø)
logger 100.00% <ø> (ø)
notion_formula 100.00% <ø> (ø)
operations 100.00% <ø> (ø)
permissions 100.00% <ø> (ø)
sync 100.00% <ø> (ø)
tasks 100.00% <ø> (ø)
traverser 100.00% <ø> (ø)
utils 100.00% <ø> (ø)
validators 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 240ca0d...fe4de86. Read the comment docs.

@dependabot @github

dependabot Bot commented on behalf of github Jul 12, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #337.

@dependabot dependabot Bot closed this Jul 12, 2021
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/apollo-server-2.25.2 branch July 12, 2021 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency-update Dependencies that needs to be updated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant