Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

fix(deps): update apollo graphql packages (major) #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/react-hooks ^3.1.3 -> ^4.0.0 age adoption passing confidence
react-apollo ^2.5.4 -> ^3.0.0 age adoption passing confidence

Release Notes

apollographql/react-apollo

v4.0.0

Compare Source

⚠️ Deprecation Notice ⚠️

Please note that this is the final version of all React Apollo packages, and that this repository is going to be archived. React Apollo functionality is now directly available from @apollo/client >= 3. While using the @apollo/react-X packages will still work, we recommend using the following imports from @apollo/client directly instead:

  • old: @apollo/react-components --> new: @apollo/client/react/components
  • old: @apollo/react-hoc --> new: @apollo/client/react/hoc
  • old: @apollo/react-ssr --> new: @apollo/client/react/ssr
  • old: @apollo/react-testing --> new: @apollo/client/testing
  • old: @apollo/react-hooks --> new: @apollo/client
Breaking Changes
  • React Apollo 4.0.0 is dependent on @apollo/client >= 3. If you are using apollo-client 2.x and are not ready to update to @apollo/client, please use React Apollo 3.x.

  • The react-apollo package has been fully removed. Please use @apollo/client or @apollo/react-X packages directly.

    @​hwillson in #​4037

  • Due to changes made in Apollo Client, the previous SSR testing pattern of:

    return getDataFromTree(app).then(() => {
      const markup = ReactDOM.renderToString(app);
      expect(markup).toMatch(/Waldo/);
    });

    will no longer work (ReactDOM.renderToString(app) will just return the initial loading state of the component under test). Instead, we can leverage the markup returned when getDataFromTree's Promise resolves:

    return getDataFromTree(app).then((markup) => {
      expect(markup).toMatch(/Waldo/);
    });
  • We are no longer building UMD versions of React Apollo.

v3.1.5

Compare Source

v3.1.4

Compare Source


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 force-pushed the renovate/major-apollo-graphql-packages branch 3 times, most recently from 8799ece to ad0047b Compare December 18, 2019 13:47
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from ad0047b to d7ec74c Compare January 9, 2020 22:29
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from d7ec74c to 42da36e Compare January 28, 2020 16:48
@renovate renovate bot changed the title Update dependency react-apollo to v3 fix(deps): update dependency react-apollo to v3 Jun 29, 2020
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from 42da36e to 18244ab Compare June 29, 2020 17:24
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from 18244ab to cbf29fa Compare July 20, 2020 13:38
@renovate renovate bot changed the title fix(deps): update dependency react-apollo to v3 fix(deps): update apollo graphql packages (major) Jul 20, 2020
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from cbf29fa to b0a2682 Compare August 2, 2020 12:30
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from b0a2682 to 55f8bf8 Compare May 5, 2021 23:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant