Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Bump babel-plugin-relay from 10.0.1 to 10.1.2 #239

Merged
merged 1 commit into from
Jan 15, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps babel-plugin-relay from 10.0.1 to 10.1.2.

Release notes

Sourced from babel-plugin-relay's releases.

10.1.2

Improvements

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

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)

10.1.1

Improvements

Fixed

Misc

10.1.0

Added

  • Added @appendNode and @prependNode declarative mutation directives for inserting a node to connections (#3155) [0fe732dab]
    • Usage: comments @appendNode(connections: $connections, edgeTypeName: "CommentEdgeType") { id }
  • Added @deleteEdge directive for removing the edge from connections (#3177) [01d65b3]
    • Usage: deletedCommentId @deleteEdge(connections: $connections)
Commits
  • 478a6fa v10.1.2
  • e695783 Bump ini from 1.3.5 to 1.3.7 (#3293)
  • 265c376 Bump ini from 1.3.5 to 1.3.7 in /website (#3292)
  • 9d31dfb Avoid throwing in the DeclarativeMutationHandler when the server returns null
  • 2a6b28a Fix typo in flatten.rs
  • 567ebc3 Generate Cargo.lock file (#3294)
  • b55fdf5 Do not show hover for inline fragments
  • 091083a Fix typo in file categorizer panic message and show all dirs
  • b2a7e89 remove on_build_project_success
  • a223f21 Change unwrap to expect for better error messaging in panic logs
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • 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)

Bumps [babel-plugin-relay](https://github.com/facebook/relay) from 10.0.1 to 10.1.2.
- [Release notes](https://github.com/facebook/relay/releases)
- [Commits](facebook/relay@v10.0.1...v10.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 15, 2021
@sibelius sibelius merged commit 7905dc5 into master Jan 15, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/babel-plugin-relay-10.1.2 branch January 15, 2021 11:00
@alloy
Copy link
Member

alloy commented Feb 11, 2021

🚀 PR was released in v13.0.3 🚀

@alloy alloy added the released label Feb 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants