github icon indicating copy to clipboard operation
github copied to clipboard

Bump relay-compiler from 5.0.0 to 9.1.0

Open dependabot-preview[bot] opened this issue 5 years ago • 2 comments

Bumps relay-compiler from 5.0.0 to 9.1.0.

Release notes

Sourced from relay-compiler's releases.

v9.0.0

9.0.0

Breaking

  • Rename getModernOperationVariables to getOperationVariables

Added

  • Added queuePendingOperation to RelayModernMockEnvironment in testing tools. This allows the caller to manually register an operation that should be pending.
  • Optionally output eager es modules (facebook/relay#2781).
  • Expose a way to override isGeneratedFile function via language plugin (facebook/relay#2810).
  • Allow language plugin to specify how generated files should be named (facebook/relay#2866).
  • Allow language plugin to specify how to check for presence of graphql strings (facebook/relay#2811).
  • Setup external config for Relay Compiler.

Fixed

Misc

  • DataChecker::check now returns the operation fetch time.
  • Removed getRelayDefaultMissingFieldHandlers.js

Experimental

  • Fix leaking environments when using Relay Hooks (facebook/relay#3014).
  • Fix support of Fast Refresh when used with Relay Hooks.
  • Fix recycling data for plural fragments; i.e. return an array with the sam object identity if the data hasn’t changed.
  • Add support for batched @stream’ed responses.
  • Internally renamed useLegacyPaginationFragment to usePaginationFragment.
  • Potentially Breaking
    • preloadQuery will error if called during render.
    • Remove new connection model experimental code.
    • We know check for “active” instead of queries in “flight” when determining when to suspend. An operation may be indefinitely in flight (e.g. a live query, or a GraphQL Subscription), but it’s only “active” if it’s actively receiving payloads, e.g. during @streaming or @defer.

v8.0.0

8.0.0

Commits: https://github.com/facebook/relay/compare/v7.1.0...v8.0.0

Breaking

  • Relay Compiler no longer relies on the graphql-js schema representation. And consumes only SDL file that represents the schema. This means that all custom implementations relay compiler runners that were depended on the specifics of the graphql-js may not work as expected. Specifically, custom Enum values are no longer available in the relay-compiler - as they cannot be expressed via SDL. Also, custom function parseValue, parseLiteral and serialize that can be defined for a graphql type via graphql-js primitives are not accessible in the relay compiler: this may break serialization of custom scalars. https://github.com/facebook/relay/commit/860c23cbb445e04fd14e5d05ed53a026d4f63357
  • Babel plugin no longer produces thunks: https://github.com/facebook/relay/commit/490c89dfea7513e5624bc7b8c66204078d3b5911
... (truncated)
Commits
  • 157eb9b v9.1.0
  • 0ac7714 Flow 0.123.0 in xplat/js
  • 31d51a2 Upgrade babel-eslint in xplat/js
  • 7a798d1 Add option in Environment to handle stripped nulls in payload (#3061)
  • e1a6761 Correctly skip transforming @match when the field doesn't have supported ar...
  • 314ea25 Dedupe printing
  • eb65cf4 Enables InlineFragment, FragmentSpread and FragmentDefinition
  • ccfc5e3 mononoke: add deleted manifest to the warm bookmarks cache
  • 05871f3 Convert codegen for LinkedField, ScalarField, Condition to interned AST
  • 6f56db0 Ast definition + basic operation printing without deduping
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by rbalicki, a new releaser for relay-compiler since your current version.


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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

dependabot-preview[bot] avatar Apr 28 '20 18:04 dependabot-preview[bot]

Codecov Report

Merging #2451 into master will increase coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2451   +/-   ##
=======================================
  Coverage   93.42%   93.43%           
=======================================
  Files         236      236           
  Lines       13196    13196           
  Branches     1897     1897           
=======================================
+ Hits        12329    12330    +1     
+ Misses        867      866    -1     
Impacted Files Coverage Δ
lib/atom/gutter.js 92.85% <0.00%> (+2.38%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2756820...d4fd27a. Read the comment docs.

codecov[bot] avatar Apr 28 '20 18:04 codecov[bot]

gggg

sebastiansalte avatar Aug 27 '21 09:08 sebastiansalte