Skip to content

Update Apollo GraphQL packages#49

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/apollo-graphql-packages
Open

Update Apollo GraphQL packages#49
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/apollo-graphql-packages

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 21, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.3.6 -> 3.3.19 age adoption passing confidence
apollo-datasource 0.7.2 -> 0.9.0 age adoption passing confidence
apollo-server-micro 2.19.1 -> 2.25.0 age adoption passing confidence

Release Notes

apollographql/apollo-client

v3.3.19

Compare Source

Bug fixes
  • Use export ... from syntax to re-export graphql-tag named exports, making tree-shaking easier for some bundlers.

    @​benjamn in #​8221
Documentation

v3.3.18

Compare Source

Bug fixes
  • Add "sideEffects": false to all generated/published package.json files, to improve dead code elimination for nested entry points like @apollo/client/cache.

    @​benjamn in #​8213

v3.3.17

Compare Source

Bug fixes
  • Make useReactiveVar(rv) recheck the latest rv() value in its useEffect callback, and immediately update state if the value has already changed, rather than calling rv.onNextChange(setValue) to listen for future changes.

    @​benjamn in #​8135

v3.3.16

Compare Source

Bug fixes

v3.3.15

Compare Source

Bug fixes
  • Increment queryInfo.lastRequestId only when making a network request through the ApolloLink chain, rather than every time fetchQueryByPolicy is called.

    @​dannycochran in #​7956

  • During server-side rendering, allow initial useQuery calls to return final { loading: false, data } results when the cache already contains the necessary data.

    @​benjamn in #​7983

v3.3.14

Compare Source

Improvements
Bug fixes

v3.3.13

Compare Source

Improvements

v3.3.12

Compare Source

Bug fixes
  • Maintain serial ordering of asyncMap mapping function calls, and prevent potential unhandled Promise rejection errors.

    @​benjamn in #​7818

  • Relax incompatible children?: React.ReactElement field type in MockedProviderProps interface.

    @​kevinperaza in #​7833

v3.3.11

Compare Source

Bug fixes

v3.3.10

Compare Source

Bug fixes
  • Revert PR #​7276, but test that garbage collection reclaims torn-down ObservableQuery objects.

    @​benjamn in #​7695

  • Reset QueryInfo.diff and QueryInfo.dirty after canceling notify timeout in QueryInfo.markResult and QueryInfo.markError.

    @​jcreighton in #​7696

Improvements

v3.3.9

Compare Source

Bug Fixes
  • Prevent reactive variables from retaining otherwise unreachable InMemoryCache objects.

    @​benjamn in #​7661
Improvements

v3.3.8

Compare Source

Bug Fixes
  • Catch updates in useReactiveVar with an additional check.

    @​jcreighton in #​7652

  • Reactivate forgotten reactive variables whenever InMemoryCache acquires its first watcher.

    @​benjamn in #​7657

  • Backport Symbol.species fix for Concast and ObservableQuery from release-3.4, fixing subscriptions in React Native Android when the Hermes JavaScript engine is enabled (among other benefits).

    @​benjamn in #​7403 and #​7660

v3.3.7

Compare Source

Bug Fixes
  • Fix a regression due to #​7310 that caused loading always to be true for skip: true results during server-side rendering.

    @​rgrove in #​7567

  • Avoid duplicate useReactiveVar listeners when rendering in React.StrictMode.

    @​jcreighton in #​7581

Improvements
apollographql/apollo-server

v0.9.0

Compare Source

v0.8.0

Compare Source

  • Persist window.location.hash on URL updates #​386
  • Added support for graphql-js > 0.10.0 #​407
  • Updated subscriptions-transport-ws for GraphiQL with subscriptions #​407

v0.7.3

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/apollo-graphql-packages branch from f2e9d42 to 67b2c8e Compare March 8, 2021 19:19
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 67b2c8e to db2958c Compare April 26, 2021 13:47
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch 2 times, most recently from 21f8cc1 to 0226d89 Compare May 15, 2021 19:11
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 0226d89 to 5ff13ba Compare June 6, 2021 23:01
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.

1 participant