Release notes
*Sourced from [graphql's releases](https://github.com/graphql/graphql-js/releases).*
> ## v14.5.4 (2019-08-29)
>
> #### Bug Fix π
> * [#2131](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2131) fix: added FlowFixMe on Array.prototype.flatMap ([@Michael-M-Judd](https://github.com/Michael-M-Judd))
> * [#2134](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2134) `void` => `undefined` in Path.d.ts ([@JacksonKearl](https://github.com/JacksonKearl))
> * [#2135](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2135) tstypes: Use `any` as BREAK type. ([@JacksonKearl](https://github.com/JacksonKearl))
> * [#2137](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2137) Flow: fix errors in 'flatMap.js' on old Flow versions ([@IvanGoncharov](https://github.com/IvanGoncharov))
> * [#2138](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2138) Add missing `toObjMap' conversion for `extensions` inside directive args ([@IvanGoncharov](https://github.com/IvanGoncharov))
> * [#2140](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2140) TypeScript: Backport v15 .d.ts fixes to v14 ([@JacksonKearl](https://github.com/JacksonKearl))
> * [#2142](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2142) tstypes: Mark `options` property optional in `getVariableValues` ([@JacksonKearl](https://github.com/JacksonKearl))
> * [#2143](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2143) Fix 'isFinite' polyfill resulting in infinite recursion ([@IvanGoncharov](https://github.com/IvanGoncharov))
>
> #### Polish π
> * [#2133](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2133) Flow: fix warning about unused $FlowFixMe ([@IvanGoncharov](https://github.com/IvanGoncharov))
>
> #### Committers: 3
> * Ivan Goncharov([@IvanGoncharov](https://github.com/IvanGoncharov))
> * Jackson Kearl([@JacksonKearl](https://github.com/JacksonKearl))
> * Michael Judd([@Michael-M-Judd](https://github.com/Michael-M-Judd))
>
> ## v14.5.3 (2019-08-24)
>
> #### Bug Fix π
> * [#2120](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2120) Fix relative imports inside TypeScript definitions ([@JacksonKearl](https://github.com/JacksonKearl))
>
> #### Committers: 1
> * Jackson Kearl([@JacksonKearl](https://github.com/JacksonKearl))
>
> ## v14.5.2 (2019-08-24)
>
> #### Bug Fix π
> * [#2109](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2109) Sync type TS definitions with Flow ([@JacksonKearl](https://github.com/JacksonKearl))
> * [#2113](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2113) Sync tstypes/graphql.d.ts with flow ([@JacksonKearl](https://github.com/JacksonKearl))
> * [#2115](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2115) Sync utilities TS definitions with flow ([@JacksonKearl](https://github.com/JacksonKearl))
> * [#2116](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2116) Copy non-standard properites from field's config ([@IvanGoncharov](https://github.com/IvanGoncharov))
> * [#2118](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2118) Fixup index.d.ts files to reflect Flow ([@JacksonKearl](https://github.com/JacksonKearl))
> * [#2119](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2119) Sync validation TS definitions with flow ([@JacksonKearl](https://github.com/JacksonKearl))
>
> #### Committers: 2
> * Ivan Goncharov([@IvanGoncharov](https://github.com/IvanGoncharov))
> * Jackson Kearl([@JacksonKearl](https://github.com/JacksonKearl))
>
> ## v14.5.1 (2019-08-23)
>
> #### Bug Fix π
> * [#2105](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2105) Sync tstypes/errors with flow ([@JacksonKearl](https://github.com/JacksonKearl))
> * [#2106](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2106) Sync execution TS definitions with Flow. ([@JacksonKearl](https://github.com/JacksonKearl))
> * [#2107](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2107) Sync language TS definitions with Flow ([@JacksonKearl](https://github.com/JacksonKearl))
> * [#2108](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2108) Sync subscription TS definitions with Flow ([@JacksonKearl](https://github.com/JacksonKearl))
> * [#2111](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2111) Flow lint disable 'deprecated-type' rule ([@IvanGoncharov](https://github.com/IvanGoncharov))
> ... (truncated)
Commits
- [`0d2220f`](https://github.com/graphql/graphql-js/commit/0d2220f0a64238473f4e1c9aa8f73f891d0fd3e0) v14.5.4
- [`d008e96`](https://github.com/graphql/graphql-js/commit/d008e962addd1f5de76c00dc65f4fdaed1998e06) Fix 'isFinite' polyfill resulting in infinite recursion ([#2143](https://github-redirect.dependabot.com/graphql/graphql-js/issues/2143))
- [`37cbb6a`](https://github.com/graphql/graphql-js/commit/37cbb6a3904b31692ed573422c300e12b39a5f8c) Mark`options` in getVariableValues(...) optional ([#2142](https://github-redirect.dependabot.com/graphql/graphql-js/issues/2142))
- [`6f341a3`](https://github.com/graphql/graphql-js/commit/6f341a3ae0d6b3cc4d9136a58fd9272c615c2dba) Replace `index` imports with specific paths
- [`eff2a60`](https://github.com/graphql/graphql-js/commit/eff2a60994a45edc59b50fd6bc7531e7e97deb32) Add `index.d.ts` as "types" field of package.json.
- [`85d4c99`](https://github.com/graphql/graphql-js/commit/85d4c9940f7113789b3bd1b62606f382ace5472b) Add missing `toObjMap' conversion for `extensions` inside direc⦠([#2138](https://github-redirect.dependabot.com/graphql/graphql-js/issues/2138))
- [`8ab6524`](https://github.com/graphql/graphql-js/commit/8ab65246bbd91527f28b5e98c3ab6946701ecea4) Flow: fix errors in 'flatMap.js' on old Flow versions ([#2137](https://github-redirect.dependabot.com/graphql/graphql-js/issues/2137))
- [`3e9c191`](https://github.com/graphql/graphql-js/commit/3e9c1910b9907320a3231b8f3235c2bcb8d8af91) `void` => `undefined` in Path.d.ts ([#2134](https://github-redirect.dependabot.com/graphql/graphql-js/issues/2134))
- [`27e855a`](https://github.com/graphql/graphql-js/commit/27e855a3591ec2797c993f0e61460b1d3dec5a2b) tstypes: Use `any` as BREAK type. ([#2135](https://github-redirect.dependabot.com/graphql/graphql-js/issues/2135))
- [`175f989`](https://github.com/graphql/graphql-js/commit/175f989c2324b1de1eb9fb1690201a97129e2325) Flow: fix warning about unused $FlowFixMe ([#2133](https://github-redirect.dependabot.com/graphql/graphql-js/issues/2133))
- Additional commits viewable in [compare view](https://github.com/graphql/graphql-js/compare/v14.0.2...v14.5.4)
Maintainer changes
This version was pushed to npm by [i1g](https://www.npmjs.com/~i1g), a new releaser for graphql since your current version.
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](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.0.2 to 14.5.4.
Release notes
*Sourced from [graphql's releases](https://github.com/graphql/graphql-js/releases).* > ## v14.5.4 (2019-08-29) > > #### Bug Fix π > * [#2131](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2131) fix: added FlowFixMe on Array.prototype.flatMap ([@Michael-M-Judd](https://github.com/Michael-M-Judd)) > * [#2134](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2134) `void` => `undefined` in Path.d.ts ([@JacksonKearl](https://github.com/JacksonKearl)) > * [#2135](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2135) tstypes: Use `any` as BREAK type. ([@JacksonKearl](https://github.com/JacksonKearl)) > * [#2137](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2137) Flow: fix errors in 'flatMap.js' on old Flow versions ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#2138](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2138) Add missing `toObjMap' conversion for `extensions` inside directive args ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#2140](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2140) TypeScript: Backport v15 .d.ts fixes to v14 ([@JacksonKearl](https://github.com/JacksonKearl)) > * [#2142](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2142) tstypes: Mark `options` property optional in `getVariableValues` ([@JacksonKearl](https://github.com/JacksonKearl)) > * [#2143](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2143) Fix 'isFinite' polyfill resulting in infinite recursion ([@IvanGoncharov](https://github.com/IvanGoncharov)) > > #### Polish π > * [#2133](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2133) Flow: fix warning about unused $FlowFixMe ([@IvanGoncharov](https://github.com/IvanGoncharov)) > > #### Committers: 3 > * Ivan Goncharov([@IvanGoncharov](https://github.com/IvanGoncharov)) > * Jackson Kearl([@JacksonKearl](https://github.com/JacksonKearl)) > * Michael Judd([@Michael-M-Judd](https://github.com/Michael-M-Judd)) > > ## v14.5.3 (2019-08-24) > > #### Bug Fix π > * [#2120](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2120) Fix relative imports inside TypeScript definitions ([@JacksonKearl](https://github.com/JacksonKearl)) > > #### Committers: 1 > * Jackson Kearl([@JacksonKearl](https://github.com/JacksonKearl)) > > ## v14.5.2 (2019-08-24) > > #### Bug Fix π > * [#2109](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2109) Sync type TS definitions with Flow ([@JacksonKearl](https://github.com/JacksonKearl)) > * [#2113](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2113) Sync tstypes/graphql.d.ts with flow ([@JacksonKearl](https://github.com/JacksonKearl)) > * [#2115](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2115) Sync utilities TS definitions with flow ([@JacksonKearl](https://github.com/JacksonKearl)) > * [#2116](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2116) Copy non-standard properites from field's config ([@IvanGoncharov](https://github.com/IvanGoncharov)) > * [#2118](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2118) Fixup index.d.ts files to reflect Flow ([@JacksonKearl](https://github.com/JacksonKearl)) > * [#2119](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2119) Sync validation TS definitions with flow ([@JacksonKearl](https://github.com/JacksonKearl)) > > #### Committers: 2 > * Ivan Goncharov([@IvanGoncharov](https://github.com/IvanGoncharov)) > * Jackson Kearl([@JacksonKearl](https://github.com/JacksonKearl)) > > ## v14.5.1 (2019-08-23) > > #### Bug Fix π > * [#2105](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2105) Sync tstypes/errors with flow ([@JacksonKearl](https://github.com/JacksonKearl)) > * [#2106](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2106) Sync execution TS definitions with Flow. ([@JacksonKearl](https://github.com/JacksonKearl)) > * [#2107](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2107) Sync language TS definitions with Flow ([@JacksonKearl](https://github.com/JacksonKearl)) > * [#2108](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2108) Sync subscription TS definitions with Flow ([@JacksonKearl](https://github.com/JacksonKearl)) > * [#2111](https://github-redirect.dependabot.com/graphql/graphql-js/pull/2111) Flow lint disable 'deprecated-type' rule ([@IvanGoncharov](https://github.com/IvanGoncharov)) > ... (truncated)Commits
- [`0d2220f`](https://github.com/graphql/graphql-js/commit/0d2220f0a64238473f4e1c9aa8f73f891d0fd3e0) v14.5.4 - [`d008e96`](https://github.com/graphql/graphql-js/commit/d008e962addd1f5de76c00dc65f4fdaed1998e06) Fix 'isFinite' polyfill resulting in infinite recursion ([#2143](https://github-redirect.dependabot.com/graphql/graphql-js/issues/2143)) - [`37cbb6a`](https://github.com/graphql/graphql-js/commit/37cbb6a3904b31692ed573422c300e12b39a5f8c) Mark`options` in getVariableValues(...) optional ([#2142](https://github-redirect.dependabot.com/graphql/graphql-js/issues/2142)) - [`6f341a3`](https://github.com/graphql/graphql-js/commit/6f341a3ae0d6b3cc4d9136a58fd9272c615c2dba) Replace `index` imports with specific paths - [`eff2a60`](https://github.com/graphql/graphql-js/commit/eff2a60994a45edc59b50fd6bc7531e7e97deb32) Add `index.d.ts` as "types" field of package.json. - [`85d4c99`](https://github.com/graphql/graphql-js/commit/85d4c9940f7113789b3bd1b62606f382ace5472b) Add missing `toObjMap' conversion for `extensions` inside direc⦠([#2138](https://github-redirect.dependabot.com/graphql/graphql-js/issues/2138)) - [`8ab6524`](https://github.com/graphql/graphql-js/commit/8ab65246bbd91527f28b5e98c3ab6946701ecea4) Flow: fix errors in 'flatMap.js' on old Flow versions ([#2137](https://github-redirect.dependabot.com/graphql/graphql-js/issues/2137)) - [`3e9c191`](https://github.com/graphql/graphql-js/commit/3e9c1910b9907320a3231b8f3235c2bcb8d8af91) `void` => `undefined` in Path.d.ts ([#2134](https://github-redirect.dependabot.com/graphql/graphql-js/issues/2134)) - [`27e855a`](https://github.com/graphql/graphql-js/commit/27e855a3591ec2797c993f0e61460b1d3dec5a2b) tstypes: Use `any` as BREAK type. ([#2135](https://github-redirect.dependabot.com/graphql/graphql-js/issues/2135)) - [`175f989`](https://github.com/graphql/graphql-js/commit/175f989c2324b1de1eb9fb1690201a97129e2325) Flow: fix warning about unused $FlowFixMe ([#2133](https://github-redirect.dependabot.com/graphql/graphql-js/issues/2133)) - Additional commits viewable in [compare view](https://github.com/graphql/graphql-js/compare/v14.0.2...v14.5.4)Maintainer changes
This version was pushed to npm by [i1g](https://www.npmjs.com/~i1g), a new releaser for graphql since your current version.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](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.