Skip to content

Commit a2b8fc6

Browse files
committed
Update dependency on graphql-upload fork to fix #7060
1 parent 91de501 commit a2b8fc6

File tree

4 files changed

+24
-15
lines changed

4 files changed

+24
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ The version headers in this history reflect the versions of Apollo Server itself
1111

1212
> 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.
1313
14+
## v2.26.1
15+
16+
- 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)
17+
1418
## v2.26.0
1519

1620
- 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)

package-lock.json

Lines changed: 18 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"graphql-extensions": "file:packages/graphql-extensions"
5858
},
5959
"devDependencies": {
60-
"@apollographql/graphql-upload-8-fork": "8.1.3",
60+
"@apollographql/graphql-upload-8-fork": "8.1.4",
6161
"@graphql-codegen/cli": "1.21.4",
6262
"@graphql-codegen/typescript-operations": "1.18.0",
6363
"@josephg/resolvable": "1.0.1",

packages/apollo-server-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@apollographql/apollo-tools": "^0.5.0",
2929
"@apollographql/graphql-playground-html": "1.6.27",
30-
"@apollographql/graphql-upload-8-fork": "^8.1.3",
30+
"@apollographql/graphql-upload-8-fork": "^8.1.4",
3131
"@josephg/resolvable": "^1.0.0",
3232
"@types/ws": "^7.0.0",
3333
"apollo-cache-control": "file:../apollo-cache-control",

0 commit comments

Comments
 (0)