Skip to content

Commit

Permalink
Update dependency on graphql-upload fork to fix #7060
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Oct 20, 2022
1 parent 91de501 commit a2b8fc6
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ The version headers in this history reflect the versions of Apollo Server itself

> The changes noted within this `vNEXT` section have not been released yet. New PRs and commits which introduce changes should include an entry in this `vNEXT` section as part of their development. With few exceptions, the format of the entry should follow convention (i.e., prefix with package name, use markdown `backtick formatting` for package names and code, suffix with a link to the change-set à la `[PR #YYY](https://link/pull/YYY)`, etc.). When a release is being prepared, a new header will be (manually) created below and the appropriate changes within that release will be moved into the new section.
## v2.26.1

- Update fork of `graphql-upload` to a version that specifies its dependency on `@types/fs-capacitor` more precisely to fix a build breakage. [Issue #7060](https://github.com/apollographql/apollo-server/issues/7060)

## v2.26.0

- Backport [PR #5537](https://github.com/apollographql/apollo-server/pull/5537) from Apollo Server 3. This fixes a TypeScript declaration relating to the Fetch API. We believe this will make it possible to use Apollo Server 2 with Apollo Gateway 0.52.0. (This change does not provide any functionality other than hopefully fixing some TypeScript builds, so if it turns out that this breaks your TypeScript build instead, just don't take the upgrade. We encourage you to upgrade to actively supported Apollo major versions instead.) [PR #6829](https://github.com/apollographql/apollo-server/pull/6829)
Expand Down
31 changes: 18 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"graphql-extensions": "file:packages/graphql-extensions"
},
"devDependencies": {
"@apollographql/graphql-upload-8-fork": "8.1.3",
"@apollographql/graphql-upload-8-fork": "8.1.4",
"@graphql-codegen/cli": "1.21.4",
"@graphql-codegen/typescript-operations": "1.18.0",
"@josephg/resolvable": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@apollographql/apollo-tools": "^0.5.0",
"@apollographql/graphql-playground-html": "1.6.27",
"@apollographql/graphql-upload-8-fork": "^8.1.3",
"@apollographql/graphql-upload-8-fork": "^8.1.4",
"@josephg/resolvable": "^1.0.0",
"@types/ws": "^7.0.0",
"apollo-cache-control": "file:../apollo-cache-control",
Expand Down

0 comments on commit a2b8fc6

Please sign in to comment.