Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/react-hooks 3.1.5 -> 4.0.0 age adoption passing confidence
apollo-server-express (source) 2.25.3 -> 3.13.0 age adoption passing confidence

Release Notes

apollographql/react-apollo (@​apollo/react-hooks)

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.

apollographql/apollo-server (apollo-server-express)

v3.13.0

Compare Source

v3.12.1

Compare Source

v3.12.0

Compare Source

v3.11.1

Compare Source

v3.11.0

Compare Source

v3.10.4

Compare Source

v3.10.3

Compare Source

v3.10.2

Compare Source

v3.10.1

Compare Source

v3.10.0

Compare Source

v3.9.0

Compare Source

v3.8.2

Compare Source

v3.8.1

Compare Source

v3.8.0

Compare Source

v3.7.0

Compare Source

v3.6.8

Compare Source

v3.6.7

Compare Source

v3.6.6

Compare Source

v3.6.5

Compare Source

v3.6.4

Compare Source

v3.6.3

Compare Source

v3.6.2

Compare Source

v3.6.1

Compare Source

v3.6.0

Compare Source

v3.5.0

Compare Source

v3.4.1

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

v2.26.2

Compare Source

v2.26.1

Compare Source

v2.26.0

Compare Source

v2.25.4

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from f875ef5 to f6ea4b7 Compare August 26, 2021 01:39
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from f6ea4b7 to 1398c9a Compare October 11, 2021 21:45
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch 3 times, most recently from 08f3625 to a4edfc3 Compare November 5, 2021 19:13
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch 2 times, most recently from 5445d24 to bd3bcab Compare December 31, 2021 17:07
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from bd3bcab to 805530f Compare March 7, 2022 11:55
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from 805530f to 41a03bd Compare March 26, 2022 13:32
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from 41a03bd to 0697408 Compare April 24, 2022 21:48
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from 0697408 to 3df292b Compare May 16, 2022 03:04
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch 3 times, most recently from 0b46240 to dc2d259 Compare May 25, 2022 20:12
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from dc2d259 to abe04c9 Compare June 4, 2022 02:20
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from abe04c9 to f7d4749 Compare June 15, 2022 19:29
@renovate renovate bot changed the title fix(deps): update apollo graphql packages (major) fix(deps): update Apollo GraphQL packages (major) Jun 27, 2022
@renovate renovate bot changed the title fix(deps): update Apollo GraphQL packages (major) fix(deps): update apollo graphql packages (major) Jun 28, 2022
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from f7d4749 to 2bb3922 Compare July 11, 2022 20:00
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from 2bb3922 to a533bd8 Compare September 25, 2022 16:51
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from a533bd8 to 3e0e27d Compare November 20, 2022 09:33
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from 3e0e27d to df265bd Compare March 16, 2023 21:53
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from df265bd to ac48232 Compare August 30, 2023 22:11
@renovate renovate bot force-pushed the renovate/major-apollo-graphql-packages branch from ac48232 to 99dc013 Compare November 14, 2023 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants