Skip to content

Update react-relay to the latest version 🚀#7

Open
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/react-relay-0.10.0
Open

Update react-relay to the latest version 🚀#7
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/react-relay-0.10.0

Conversation

@greenkeeper
Copy link
Copy Markdown

@greenkeeper greenkeeper Bot commented Dec 12, 2016

Version 0.10.0 of react-relay just got published.

Dependency react-relay
Current Version 0.9.3
Type dependency

The version 0.10.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-relay.
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 v0.10.0
  • Update babel-relay-plugin to use graphql@0.8.2, which supports the latest revision of the GraphQL specification.
  • Fix an issue with custom scalar field arguments not printing correctly.
  • Promoted RelayGraphQLMutation to public API.
  • Added rollback method to RelayGraphQLMutation.
  • Added initial preparatory changes for moving to the new Relay API methods in a future release (eg. BabelPluginGraphQL).
  • Avoid unnecessary un-ready updates.
  • Add graphiqlPrinter argument to the RelayNetworkDebug constructor that can be used to print a link to view the request in GraphiQL.
  • Fix problem using "node" as a key in a mutation response payload.
Commits

The new version differs by 84 commits .

  • cb23da2 Prepare v0.10.0 release
  • 0d92815 Bump plugin version number in preparation for v0.10.0 release
  • 73c100b Add RelaySelector helper class, start of updated Environment interface
  • 44b24f3 Ignore yarn.lock
  • e0110b4 Adjust plugin output to match ConcreteQuery type
  • c51c351 Create BabelPluginGraphQL
  • 924e65b Relay: initial support for accessing route variables in fragments
  • 054f317 2016/12/09 Status Update
  • 3d485b5 Upgrade flow in plugin to 0.36.0
  • 1f6cd8c fix FlowFixMe
  • a348675 Delete yarn.lock
  • 877f5bc Upgrade to jest@17.0.3
  • 3043b45 Delete experimental GraphMode code
  • e8a83ba Make tests green again
  • 4866027 babel-relay-plugin: handle missing AST loc

There are 84 commits in total. 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 Bot added a commit that referenced this pull request May 19, 2017
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented May 19, 2017

Version 1.0.0 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Jun 23, 2017
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Jun 23, 2017

Version 1.1.0 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Aug 16, 2017
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Aug 16, 2017

Version 1.2.0 just got published.

Update to this version instead 🚀

Release Notes v1.2.0

In addition to all of the changes in v1.2.0-rc1, v1.2.0 includes:

New:

  • Unmasked fragment spreads introduced in the RC have been renamed from @inline to @relay(mask: false) (c7235ab) and can be used in both Relay modern and Relay compat (20327fd)
  • Full queries are generated in development builds for easier debugging (9a81b3f)
  • Relay compiler now allows disabling watchman for typical builds (@robrichard 4f80e02)
  • No longer explicitly need to include pageInfo when using pagination controllers (9686119)
  • Experimental support for returning Observable from provided fetch and subscribe Network functions (bfc7f7f)

Fixed:

  • Ensure Relay compiler generates the right kinds (db6ef37)
  • Edge cases when Network cache returns synchronously (2ffb5c6)
  • Incorrect error handling in Networking (63ca3ae)
  • Ensure logging for each response from a GraphQL Subscription (777bcf6)
  • Ensure the same edge is not added twice during pagination (d0aff0f)

Improved:

  • Full support for React v16
  • Support root level types that aren't named "Query" in Relay Compat (@robrichard 1544f59)
  • Improved generated flow types (0d4cf95)
  • Support for customized logging (a82a417)
  • Included a peerDep between relay-runtime and relay-compiler to create early warnings if dependencies are misaligned (2582646)
  • Support for flow types for custom scalars (9488a51)

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

greenkeeper Bot commented Aug 28, 2017

Version 1.3.0 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Sep 22, 2017
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Sep 22, 2017

Version 1.4.0 just got published.

Update to this version instead 🚀

greenkeeper Bot added a commit that referenced this pull request Sep 27, 2017
@greenkeeper
Copy link
Copy Markdown
Author

greenkeeper Bot commented Sep 27, 2017

Version 1.4.1 just got published.

Update to this version instead 🚀

Release Notes v1.4.1

New:

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

greenkeeper Bot commented Feb 20, 2018

Version 1.5.0 just got published.

Update to this version instead 🚀

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

greenkeeper Bot commented Apr 27, 2018

Version 1.6.0 just got published.

Update to this version instead 🚀

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

greenkeeper Bot commented Jul 30, 2018

Version 1.6.1 just got published.

Update to this version instead 🚀

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

greenkeeper Bot commented Aug 1, 2018

Version 1.6.2 just got published.

Update to this version instead 🚀

Release Notes v1.6.2

1.6.2

Fixed:

  • Fix relay-runtime main entry for OSS
  • Fix documentation page for Mutations

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

greenkeeper Bot commented Oct 31, 2018

  • The dependency react-relay was updated from 0.9.3 to 1.7.0.

Update to this version instead 🚀

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

greenkeeper Bot commented Jan 26, 2019

  • The dependency react-relay was updated from 0.9.3 to 2.0.0.

Update to this version instead 🚀

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

greenkeeper Bot commented Feb 23, 2019

  • The dependency react-relay was updated from 0.9.3 to 3.0.0.

Update to this version instead 🚀

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

greenkeeper Bot commented Apr 29, 2019

  • The dependency react-relay was updated from 0.9.3 to 4.0.0.

Update to this version instead 🚀

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

greenkeeper Bot commented Jun 11, 2019

  • The dependency react-relay was updated from 0.9.3 to 5.0.0.

Update to this version instead 🚀

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

greenkeeper Bot commented Sep 16, 2019

  • The dependency react-relay was updated from 0.9.3 to 6.0.0.

Update to this version instead 🚀

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

greenkeeper Bot commented Oct 21, 2019

  • The dependency react-relay was updated from 0.9.3 to 7.0.0.

Update to this version instead 🚀

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

greenkeeper Bot commented Nov 7, 2019

  • The dependency react-relay was updated from 0.9.3 to 7.1.0.

Update to this version instead 🚀

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

greenkeeper Bot commented Dec 19, 2019

  • The dependency react-relay was updated from 0.9.3 to 8.0.0.

Update to this version instead 🚀

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

greenkeeper Bot commented Feb 13, 2020

  • The dependency react-relay was updated from 0.9.3 to 9.0.0.

Update to this version instead 🚀

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

greenkeeper Bot commented Apr 28, 2020

  • The dependency react-relay was updated from 0.9.3 to 9.1.0.

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