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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps graphql from 14.3.0 to 14.3.1.
Release notes
*Sourced from [graphql's releases](https://github.com/graphql/graphql-js/releases).* > ## v14.3.1 > ## 14.3.1 (2019-05-23) > > #### Bug Fix 🐞 > * [#1809](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1809) buildClientSchema: include standard type only if it is used ([@IvanGoncharov](https://github.com/IvanGoncharov)) > > #### Polish 💅 >19 PRs were merged
> > * [#1899](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1899) findBreakingChanges: Add new tests to improve coverage ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1898](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1898) findBreakingChanges: simplify checking of wrapped types ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1897](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1897) findBreakingChanges-test: Remove unnecessary fields ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1896](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1896) findBreakingChanges: Correctly document not reachable statement ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1895](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1895) findBreakingChanges: Remove 'export' from internal functions ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1893](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1893) findBreakingChanges: test only functions that are part of public API ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1891](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1891) findBreakingChanges-test: remove unneeded 'Query' types ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1888](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1888) Enable 'no-prototype-builtins' ESLint rule ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1887](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1887) Enable "no-case-declarations" ESLint rule ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1885](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1885) Explicitly create Promise using "Promise.resolve" ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1884](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1884) memoize3: Explicitly pass arguments ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1883](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1883) Enable "no-sequences" ESLint rule ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1882](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1882) Enable 'prefer-promise-reject-errors' ESLint rule ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1881](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1881) Partly fix results of "sketchy-null-mixed" Flow check ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1880](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1880) Enable "sketchy-null-mixed" Flow check ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1879](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1879) Use "isPromise" instead of testing for 'then' property ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1866](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1866) Enable Flow in "visitor-test.js" ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1865](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1865) Enable Flow on "subscribe-test.js" ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#1863](https://github-redirect.dependabot.com/graphql/graphql-js/pull/1863) Fix some typos in stripIgnoredCharacters docs+tests ([@Cito](https://github.com/Cito)) >d414076
v14.3.140da478
Update babel to v7.4.5 (#1900)2fae6e7
findBreakingChanges: Add new tests to improve coverage (#1899)ff0afa2
buildClientSchema: include standard type only if it is used (#1809)4bff6d8
findBreakingChanges: simplify checking of wrapped types (#1898)ec020fb
findBreakingChanges-test: Remove unnecessary fields (#1897)ab93bf4
findBreakingChanges: Correctly document not reachable statement (#1896)93a3bda
findBreakingChanges: Remove 'export' from internal functions (#1895)c0cf659
findBreakingChanges: test only functions that are part of public API (#1893)87c6488
build: Add new lines to ".js" and ".mjs" files (#1892)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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.