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

Bump relay-runtime from 11.0.0 to 13.2.0 in /ui #191

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 1, 2022

Bumps relay-runtime from 11.0.0 to 13.2.0.

Release notes

Sourced from relay-runtime's releases.

v13.2.0

Added

  • [0c59b5a3731] Tear out the DELAY_CLEANUP_OF_PENDING_PRELOAD_QUERIES experiment
  • [7207485b8d5] Parse Resolver Definitions from docblocks
  • [a2285b88b77] Create a separate ArtifactContent variant for UpdatableQuery
  • [b211acf401b] Add interface that implements interface to test schema
  • [6565c7c3e46] Document Relay Resolvers
  • [e21d89ea004] always enable ENABLE_QUERY_RENDERER_OFFSCREEN_SUPPORT
  • [5172d1b02f9] Rust crate for pruning fields from type schemas
  • [fde6ec615b5] Start considering docblocks in LSP
  • [e97263f96d5] Support index with suffixes when validating module names (#3805)
  • [d5fadad9c4e] Make path a non-optional field now that we've rolled out the compiler…
  • [2e5799d5493] Include React 18 in peerDependencies (#3829)

Fixes

  • [a8fd33de702] Added tests that show nested fragment bug (1/2)
  • [a2037ae78c1] Patch edge case: add provided variables to relevant root operations
  • [4801f2b6660] Use default language in CliConfig
  • [d794a41dd26] Fix off by one error
  • [d48778c9486] Add test case for @ module and provided variables (1/2)
  • [8707399a167] Patch for SplitOperation and provided variables (2/2)

Improvements

  • [01a4499b9c4] Make readUpdatableQuery docs match copy in previous docs
  • [be382cfd4ad] docs: add graphql-ws as a websocket client (#3245)
  • [86e2580d21e] Use $fragmentType instead of $ref in docs
  • [5c1e15b9dcd] Clarify that we are watching not waiting
  • [c978b9770b6] Guard against invalid saved state
  • [e6fc28ada37] add directives support to @​argumentDefinitions in graphql-ir
  • [74df20caf55] Update internalAct
  • [4a8ecea1af4] Attach location information to missing field diagnostics
  • [9c9c97812b2] Implement get_all for all IncrementalSources
  • [fa83f1eafda] disallow warnings/errors in QueryResource test
  • [a552532ac3a] Expose ability to extend objects after the schema has been created.
  • [bdbc736710a] Allow marking Relay Resolvers as deprecated
  • [bfe0e65790a] Use better location for invalid Relay Resolver root fragment
  • [1e923be977a] Move suggestion_list to schema
  • [6e8b52f6575] Avoid panic when a query consists of only client extension selections.
  • [453fb0bfd84] Simplify and improve converting common::Location to lsp::Location
  • [095135f0d4a] Remove special handling for go-to-def for Resolvers
  • [dbe2c9f73f8] Support Relay Resolvers on interfaces
  • [21a89d731ed] Suggest alternate type/interface if you pick one that does not exist
  • [764af24d78b] Provide code actions to fix a typo on the interface/type of a Resolver
  • [3da1c01cc4b] Targeted error message/code action when mixing type/interface
  • [635705675f7] Add suggestions with code actions when you typo a fragment name
  • [ee5da1e6230] Add path to Resolver codegen nodes
  • [5b259b118f6] use scoped $FlowFixMes

... (truncated)

Commits
  • 8e13c8f v13.2.0
  • 220c729 Rebrand External State Resolvers to Live Resolvers
  • af7a254 Start to adopt new Reader node type
  • 8d23f5a Add new node type for live resolvers.
  • d5fadad Make path a non-optional field now that we've rolled out the compiler changes
  • 8313676 small followup cleanup for getFragment/getRequest
  • a758c0d remove unnecessary getFragment calls
  • 92bf547 remove unnecessary getRequest calls
  • 43c8e82 Sketch out External State Resolvers
  • 03afd5e Fork ResolverCache
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [relay-runtime](https://github.com/facebook/relay/tree/HEAD/packages/relay-runtime) from 11.0.0 to 13.2.0.
- [Release notes](https://github.com/facebook/relay/releases)
- [Commits](https://github.com/facebook/relay/commits/v13.2.0/packages/relay-runtime)

---
updated-dependencies:
- dependency-name: relay-runtime
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 1, 2022

Dependabot tried to add @dhruv0000 as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/Maxgit3/meshery/pulls/191/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the Maxgit3/meshery repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 1, 2022

The following labels could not be found: kind/chore, pr/dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 1, 2022

Superseded by #225.

@dependabot dependabot bot closed this Jul 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/relay-runtime-13.2.0 branch July 1, 2022 20:07
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.

0 participants