Skip to content

Update react-apollo to the latest version 🚀#5

Open
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/react-apollo-0.6.0
Open

Update react-apollo to the latest version 🚀#5
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/react-apollo-0.6.0

Conversation

@greenkeeper
Copy link
Copy Markdown

@greenkeeper greenkeeper Bot commented Nov 14, 2016

Version 0.6.0 of react-apollo just got published.

Dependency react-apollo
Current Version 0.5.16
Type dependency

The version 0.6.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of react-apollo.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes Refactor SSR + data collection internals

This is a breaking change (see changelog) that simplifies some of the internals to fix bugs and make contributions easier.

Commits

The new version differs by 10 commits .

  • 86e7e73 Added a change log and bump version to 0.6.0
  • 1c85c07 Merge pull request #265 from apollostack/264-data-at-render-time
  • bd2f887 Update to AC@0.5.1 to fix bug with currentResult
  • 8d9fcd9 Some linting and fix mutation test
  • 316b4cf Refactor to calculate data a render time
  • 4bc975f Don't let jest look inside examples
  • 8cb978b Merge pull request #313 from apollostack/refactor-ssr
  • 800ce40 Fix (common) edge cases as inspired by #317
  • d127d02 Refactor SSR code to use walkTree
  • 7e97213 Fix issues w/ react@15.4 & react-native-jest

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Dec 9, 2016

Version 0.7.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits .

  • 381ce7e bump version from beta
  • 8af0d53 Update Changelog
  • af4aaf4 update build script (#366)
  • 02fe991 Pass component display name to watchQuery metadata. (#363)
  • fc3ec89 Removed use of createFragment and bumped AC version (#357)
  • c6e74d6 Use instance.fetchData rather than a static method. (#355)
  • 13417df Update React and Combine Tests (#351)
  • 8c1f02f Revert "Bump react packages to 15.4.1"
  • c1041b8 Bump react packages to 15.4.1
  • dd4532c Temporary test fix by bumping a single package to 15.4.0-rc.4
  • 1d8c4c8 Merge branch 'fix-packaging-cc' of https://github.com/vlasenko/react-apollo into vlasenko-fix-packaging-cc
  • 2e305d9 Merge pull request #327 from wizardzloy/feature/add-networkStatus-to-props
  • bc0c356 update CHANGELOG
  • bc6d041 Add networkStatus to wrappedComponent's props
  • 6edab0c Better packaging

See the full diff.

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Dec 22, 2016

Version 0.7.2 just got published.

Update to this version instead 🚀

Release Notes Some bug fixes
  • Bug: fix issue where changing variables while unskipping didn't result in the variables actually changing - Issue #374

  • Bug: fix issue with no longer passing errors to components w/ apollo-client@0.5.23 - Issue #378

Commits

The new version differs by 5 commits .

  • 8597e42 Getting release 0.7.2 ready
  • 4cbbd39 Merge pull request #376 from apollostack/358-skip-to-no-skip
  • 7868957 Merge pull request #380 from davidye/master
  • d819ff2 Fix GraphQL error passing to components
  • 7eae575 Ensure that we always change options, even when unsubbed

See the full diff.

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jan 5, 2017

Version 0.7.3 just got published.

Update to this version instead 🚀

Release Notes shouldResubscribe and typings update
  • Chore: PR #390 gets rid of warning during queries test.

  • Chore: PR #391 gets rid of warnings during redux test.

  • Feature: PR #389 added a shouldResubscribe option to allow subscriptions to automatically resubscribe when props change.

  • Chore: Update typings to match AC

Commits

The new version differs by 10 commits .

  • 5ed6260 remove graphql tag snapshot
  • f08aab1 fix failing tests
  • 1b56dcd update test for apolloerror instance
  • 2a1bef5 Version bump
  • e51a15d update version in changelog
  • fb1911f add react-dom as peer depency (#372)
  • 92caa83 add shouldResubscribe option (#389)
  • 25c018f gets rid of queries.test warning (#390)
  • b01bfd5 gets rid of errors during redux.test (#391)
  • e241140 migrate from typed-graphql to @types/graphql (#393)

See the full diff.

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jan 5, 2017

Version 0.8.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits .

See the full diff.

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jan 5, 2017

Version 0.8.1-rc.0 just got published.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jan 5, 2017

Version 0.8.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits .

  • 85cff4c 0.8.1
  • eab7556 use apollo-client@^0.6.0 as dev dependency
  • a42b8a9 allow only apollo-client@^0.6.0

See the full diff.

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jan 27, 2017

Version 0.9.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits .

  • 3c31805 0.9.0
  • 1b1587c Merge pull request #438 from apollostack/update-apollo-client
  • 31955ea remove fragments and unused imports
  • 4596df0 update Changelog.md
  • 3a47ed6 remove fragment tests from server
  • bde9557 remove fragment tests from client
  • c12dbf7 update apollo client dep to 0.8.0

See the full diff.

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Feb 4, 2017

Version 0.10.0 just got published.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Feb 12, 2017

Version 0.10.1 just got published.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Feb 16, 2017

Version 0.11.0 just got published.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Feb 16, 2017

Version 0.11.1 just got published.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Feb 20, 2017

Version 0.8.3 just got published.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Feb 25, 2017

Version 0.12.0 just got published.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Feb 28, 2017

Version 0.13.0 just got published.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Sep 30, 2018

  • The dependency react-apollo was updated from 0.5.16 to 2.2.3.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Sep 30, 2018
greenkeeper Bot added a commit that referenced this pull request Oct 2, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Oct 2, 2018

  • The dependency react-apollo was updated from 0.5.16 to 2.2.4.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Nov 15, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Nov 15, 2018

  • The dependency react-apollo was updated from 0.5.16 to 2.3.1.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Nov 28, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Nov 28, 2018

  • The dependency react-apollo was updated from 0.5.16 to 2.3.2.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Dec 13, 2018
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Dec 13, 2018

  • The dependency react-apollo was updated from 0.5.16 to 2.3.3.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jan 19, 2019
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jan 19, 2019

  • The dependency react-apollo was updated from 0.5.16 to 2.4.0.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jan 28, 2019

  • The dependency react-apollo was updated from 0.5.16 to 2.4.1.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Feb 26, 2019

  • The dependency react-apollo was updated from 0.5.16 to 2.5.0.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Feb 27, 2019

  • The dependency react-apollo was updated from 0.5.16 to 2.5.1.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Mar 6, 2019

  • The dependency react-apollo was updated from 0.5.16 to 2.5.2.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Mar 25, 2019

  • The dependency react-apollo was updated from 0.5.16 to 2.5.3.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Apr 5, 2019

  • The dependency react-apollo was updated from 0.5.16 to 2.5.4.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Apr 22, 2019

  • The dependency react-apollo was updated from 0.5.16 to 2.5.5.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented May 22, 2019

  • The dependency react-apollo was updated from 0.5.16 to 2.5.6.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jun 21, 2019

  • The dependency react-apollo was updated from 0.5.16 to 2.5.7.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jun 22, 2019

  • The dependency react-apollo was updated from 0.5.16 to 2.5.8.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Aug 6, 2019

  • The dependency react-apollo was updated from 0.5.16 to 3.0.0.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Aug 15, 2019

  • The dependency react-apollo was updated from 0.5.16 to 3.0.1.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Sep 6, 2019

  • The dependency react-apollo was updated from 0.5.16 to 3.1.0.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Sep 16, 2019

  • The dependency react-apollo was updated from 0.5.16 to 3.1.1.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Oct 2, 2019

  • The dependency react-apollo was updated from 0.5.16 to 3.1.2.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Oct 15, 2019

  • The dependency react-apollo was updated from 0.5.16 to 3.1.3.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Apr 3, 2020

  • The dependency react-apollo was updated from 0.5.16 to 3.1.4.

Update to this version instead 🚀

@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Apr 14, 2020

  • The dependency react-apollo was updated from 0.5.16 to 3.1.5.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants