fakeddit icon indicating copy to clipboard operation
fakeddit copied to clipboard

build(deps-dev): bump relay-compiler from 12.0.0 to 14.1.0

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps relay-compiler from 12.0.0 to 14.1.0.

Release notes

Sourced from relay-compiler's releases.

v14.1.0

Relay v14.1.0 adds improvements for existing relay features - primarily fixes and feature compatibility for client extensions and @inline. Thanks to our open source contributors who helped us release the Relay VSCode Extension!

Added

[cefab9e1659f] Support for @required and client-edges [90ccda1da4b0] Support @argumentDefinitions in @inline fragments (#3935) [8adcfab3ec11] VS Code: Find references of the Resolver field. [b965299349d1] useClientQuery hook [7d5cc3431891] Add support for resolvers without fragments [8db002fa4120] Support custom scalar arguments that are passed as literals

Fixed

[a5d67d6bf677] Add resolvers to the dependency graph (Fix missing resolver fragments in incrmental mode and VS Code) [57f96a133177] Improve error message when you mix up @live and non-live values. [c4dbd26278fa] Remove .js and .ts from require / import (#4002) [cd1e9ae06d11] Fix MutationHandlers on field with args [7e6dbdd6af74] Ensure only one implemntation on interface [055908fb12a2] VS Code: Fix comment blocks to recognize the embedded language inside of a JS file. (#4001) [6a9b0e560e3d] Performance optimizations in the validate_conflicting_selections [fa5a3baa9a8d] Explicitly enumerate unsupported ReaderNode types [9990e6f0bf79] Disallow default values on resolver fields [d42bb7c5a139] VSCode extension pathToRelay doesn't allow relative paths (#3969) [a86323f43c59] Validate conflicting selections in client fields

v14.0.0

What's Changed

Breaking Changes

  • [8bb7478a27d5] Removed compiler CLI arguments: src, schema, artifactDirectory. This simplifies the public API of the compiler. The error message should print helpful message with possible config file, that can be used instead of these CLI arguments.
  • [44d68872f4de] Relay Compiler: Make language configuration option required. In v13, we have default language as flow (or Javascript with Flow comments) for reading and generating artifacts. Majority of the projects in OSS, however, use typescript - in order to detect which language (typescript, JS, or flow) is used in the project we will use this option.
  • [ed53bb095ddd] New compiler validation: Disallow __typename in fragments on query.
  • [20626f2c8501] Make __typename selections within concrete linked fields have a string literal type, instead of the type string.
  • [48ed515dd734] Removed legacy exported type names from generated files. typegen_phase have been removed from the Relay compiler config.

Added

... (truncated)

Commits

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)

dependabot[bot] avatar Jul 28 '22 02:07 dependabot[bot]