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 dependency relay-config to v10.1.3 - autoclosed #17

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
relay-config (source) ^10.0.1 -> 10.1.3 age adoption passing confidence

Release Notes

facebook/relay

v10.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

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

Compare Source

Improvements

Fixed

Misc

v10.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 - 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.

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


  • If you want to rebase/retry this PR, click this checkbox.

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

@changeset-bot
Copy link

changeset-bot bot commented Jun 13, 2021

⚠️ No Changeset found

Latest commit: bd86279

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot changed the title chore(deps): update dependency relay-config to v10.1.3 chore(deps): update dependency relay-config to v10.1.3 - autoclosed Nov 20, 2022
@renovate renovate bot closed this Nov 20, 2022
@renovate renovate bot deleted the renovate/relay-config-10.x branch November 20, 2022 10:23
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