Skip to content

Commit

Permalink
Revert "chore(deps): update dependency symbol-observable to v3 (#7299)…
Browse files Browse the repository at this point in the history
…" (#7340)

This reverts commit 2809d6d,
fixing issue #7337. The problem is not the `@types/node` version, as
conjectured in #7335, but the incompatibility between the version of
`@types/node` used by Angular and our recent major update of
`symbol-observable`, which is a non-dev dependency of `@apollo/client`.
  • Loading branch information
benjamn authored Nov 17, 2020
1 parent 291e8bd commit 82c59a3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Apollo Client 3.2.7

## Bug Fixes

- Revert updating `symbol-observable` from version 2.x to version 3, which caused TypeScript errors with some `@types/node` versions, especially in Angular applications. <br/>
[@benjamn](https://github.com/benjamn) in [#7340](https://github.com/apollographql/apollo-client/pull/7340)

## Apollo Client 3.2.6

## Bug Fixes
Expand Down
6 changes: 3 additions & 3 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 @@ -79,7 +79,7 @@
"hoist-non-react-statics": "^3.3.2",
"optimism": "^0.13.0",
"prop-types": "^15.7.2",
"symbol-observable": "^3.0.0",
"symbol-observable": "^2.0.0",
"ts-invariant": "^0.5.0",
"tslib": "^1.10.0",
"zen-observable": "^0.8.14"
Expand Down

0 comments on commit 82c59a3

Please sign in to comment.