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

chore(deps): update relay monorepo to ^10.1.3 #544

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-plugin-relay (source) ^10.0.1 -> ^10.1.3 age adoption passing confidence
react-relay (source) ^10.0.1 -> ^10.1.3 age adoption passing confidence
relay-compiler (source) ^10.0.1 -> ^10.1.3 age adoption passing confidence
relay-runtime (source) ^10.0.1 -> ^10.1.3 age adoption passing confidence

Release Notes

facebook/relay (babel-plugin-relay)

v10.1.3: 10.1.3

Compare Source

Improvements

Fixed

  • Display code context for single error, fixes #​3318 (#​3322)
  • Fix accidental cancelation of network request when using loadQuery APIs [20e8b6b]
  • loadQuery dedupes requests even before AST is available [4527a5b]

Misc

  • Documentation fixes and improvements (#​3327)
  • Remove "use strict" directive from ES modules [5d555a4]
  • Bump node-notifier from 8.0.0 to 8.0.1 (#​3301)
  • Convert RelayReader-test.js to use new compiler [c0f0f10]
  • Convert ReactRelayFragmentContainer-WithFragmentOwnership-test.js to use the new compiler [ff0ad17]
  • Convert ReactRelayPaginationContainer-test.js to use the new compiler [bede32d]
  • Convert ReactRelayRefetchContainer-WithFragmentOwnership-test to use the new compiler [20051f6]

v10.1.2: 10.1.2

Compare Source

Improvements

  • Avoid throwing in the DeclarativeMutationHandler when the server returns null [9d31dfb]
  • Remove old network event names [5075851]

Fixed

  • Bump ini from 1.3.5 to 1.3.7 (#​3293)
  • Bump ini from 1.3.5 to 1.3.7 in /website (#​3292)
  • Fix code example typo in homepage (#​3290)

v10.1.1: 10.1.1

Compare Source

Improvements

Fixed

Misc

v10.1.0: 10.1.0

Compare Source

Added

  • Added @appendNode and @prependNode declarative mutation directives for inserting a node to connections (#​3155) [0fe732d]
    • Usage: comments @​appendNode(connections: $connections, edgeTypeName: "CommentEdgeType") { id }
  • Added @deleteEdge directive for removing the edge from connections (#​3177) [01d65b3]
    • Usage: deletedCommentId @​deleteEdge(connections: $connections)
  • Added plural support for @deleteRecord directive (#​3135) [27f938c]
    • Usage: deletedCommentIds @​deleteRecord
  • Made scheduleGC a public function inside RelayModernStore (#​3167) [97401cb]
  • Added cacheConfig in RequestDescriptor (#​3070) … [eb256a3]

Improvements

  • Remove fragment naming enforcement from JS compiler [ff1c10b]

Fixed

  • Docs: fix typos of the 'A Guided Tour' page (#​3236) [e4413bf]
  • Fix prependNode and prependEdge in declarative connection [7c836df]
  • Fix warning for plural fragment ref pointing to null data [c1a6831]
  • Don't setTimeout in loadQuery in SSR [2da0325]
  • Fix @​match with __typename: other in MatchContainer [92c8d68]
  • Fix conflicting field value warning [7e3deb4]
  • Bugfix for validating optimistic updates containing undefined fields … [6a1586d]
  • Dispose nested entrypoints when calling dispose() [d5352a2]

Misc

Experimental

  • Added various minor improvements and fixes to the loadQuery API.
  • useQueryLoader now accepts an initial query reference.
  • Prevent usePreloadedQuery from consuming stale cached query refs
  • Stop caching errors at fragment boundaries, which prevented
  • Warn when attempting to use an already disposed PreloadedQuery or PreloadedEntryPoint [187bd34]
  • Make sure loadQuery requests are deduped when started (vs at render time) [a21b1cb]
  • Add Relay log event for when an EntryPointContainer uses an entrypoint component resource [7818bfb]
  • Create type utility EntryPointElementConfig [7d02240]
  • Unsubscribe network requests when releasing temporary retains [933b280]
  • Optimize getFragmentIdentifier [ac3a252]
  • holdGC for incremental responses in QueryExecutor [b3ecce2]

Relay Compiler in Rust

The Relay team is actively working on the new compiler implemented in Rust. The majority of recent changes you can see in the repo are related to the compiler. This new version won't be included in the release, as we are still working on the migration strategies for our OSS customers.

Thank you for all outstanding contribution to the Relay compiler (https://github.com/facebook/relay/pull/3182)


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

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.

None yet

0 participants