Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [graphql](https://github.com/graphql/graphql-js) from 14.7.0 to 16.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/graphql/graphql-js/releases">graphql's releases</a>.</em></p>
<blockquote>
<h2>v16.0.1 (2021-11-01)</h2>
<h4>Bug Fix 🐞</h4>
<ul>
<li><a href="https://github.com/graphql/graphql-js/pull/3354">#3354</a> Lexer: fix line & column for multiline BLOCK_STRING tokens (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
</ul>
<h4>Polish 💅</h4>
<ul>
<li><a href="https://github.com/graphql/graphql-js/pull/3348">#3348</a> GraphQLError-test: text how extensions is inherited from originalError (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
</ul>
<h4>Internal 🏠</h4>
<ul>
<li><a href="https://github.com/graphql/graphql-js/pull/3347">#3347</a> checkgit.sh: Added a check for local modifications (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Ivan Goncharov(<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
</ul>
<h2>v16.0.0 (2021-10-28)</h2>
<h4>Breaking Change 💥</h4>
<ul>
<li><a href="https://github.com/graphql/graphql-js/pull/2896">#2896</a> Remove deprecated rule aliases (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2897">#2897</a> Remove 'findDeprecatedUsages' that was previously deprecated (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2898">#2898</a> Remove 'GraphQLSchema::isPossibleType' that was previously deprecated (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2900">#2900</a> Drop support for long deprecated comments as descriptions (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2902">#2902</a> Remove deprecated {GraphQLEnumValue, GraphQLField}::isDeprecated (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2903">#2903</a> Removed parser support for legacy syntax (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2904">#2904</a> Remove support for positional args in graphql/execute/subscribe func (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2905">#2905</a> resolveType: remove support for returning GraphQLObjectType (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2906">#2906</a> Convert GraphQLList and GraphQLNonNull into proper classes (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2907">#2907</a> Remove 'find' polyfill (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2911">#2911</a> Remove 'isFinite' & 'isInteger' polyfills (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2912">#2912</a> Drop 'Array.from' polyfill (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2913">#2913</a> Remove polyfills for Symbol (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2914">#2914</a> Remove Node's custom inspect function (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2915">#2915</a> Drop support for TS before 3.7 (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2916">#2916</a> refactor: replace default exports with named exports (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2917">#2917</a> Drop support for non-iteratable ArrayLike objects (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2918">#2918</a> Drop support for older browsers (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2919">#2919</a> Remove polyfills for 'Object.values' & 'Object.entries' (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2920">#2920</a> Deprecate fragments with variables and reflect that in naming (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2921">#2921</a> Deprecate 'getFieldDefFn' arg of 'TypeInfo' and move it last (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2923">#2923</a> Drop support for Node10 (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2930">#2930</a> visitor: remove <code>visitorKeys</code> argument (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2931">#2931</a> visit: remove template arguments for possible nodes (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2951">#2951</a> Forbid null & undefined as return value of 'interfaces' thunk (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2952">#2952</a> Restrict Thunks to support only ObjMap and Array (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2955">#2955</a> feat: convert Thunk to ThunkArray and ThunkObjMap (<a href="https://github.com/saihaj"><code>@saihaj</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2957">#2957</a> visitor: remove 4th form of visitor (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/2997">#2997</a> print/printSchema: remove trailing new line (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/3003">#3003</a> TS: use <code>unknown</code> (TS) for <code>mixed</code> (flow) (<a href="https://github.com/saihaj"><code>@saihaj</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/3006">#3006</a> ts: Switch extension values to unknown to match Flow types (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/3027">#3027</a> subscribe: drop mapping of AsyncIterable errors (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
<li><a href="https://github.com/graphql/graphql-js/pull/3031">#3031</a> Drop experimental online parser (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/graphql/graphql-js/commit/30b446938a9b5afeb25c642d8af1ea33f6c849f3"><code>30b4469</code></a> 16.0.1</li>
<li><a href="https://github.com/graphql/graphql-js/commit/b262418e816b3852dddbbedf0efad4ddead1a5fe"><code>b262418</code></a> Lexer: fix line & column for multiline BLOCK_STRING tokens (<a href="https://github.com/graphql/graphql-js/issues/3354">#3354</a>)</li>
<li><a href="https://github.com/graphql/graphql-js/commit/958ac6c9b27b7147b47fa4c36d792c01a8d341a3"><code>958ac6c</code></a> GraphQLError-test: text how extensions is inherited from originalError (<a href="https://github.com/graphql/graphql-js/issues/3348">#3348</a>)</li>
<li><a href="https://github.com/graphql/graphql-js/commit/10c1c3d6cd8e165501fb1471b5babfabd1be1eb1"><code>10c1c3d</code></a> checkgit.sh: Added a check for local modifications (<a href="https://github.com/graphql/graphql-js/issues/3347">#3347</a>)</li>
<li><a href="https://github.com/graphql/graphql-js/commit/7ca43c87bc9cc30b0b931c553908a2db77abb3cc"><code>7ca43c8</code></a> 16.0.0</li>
<li><a href="https://github.com/graphql/graphql-js/commit/ced56b2df0364a2b7f784e43ada69cc612d6e32a"><code>ced56b2</code></a> version-test: fix validation of <code>versionInfo.preReleaseTag</code> (<a href="https://github.com/graphql/graphql-js/issues/3345">#3345</a>)</li>
<li><a href="https://github.com/graphql/graphql-js/commit/2831917db113caca33c9df0a6cb9c90eed3a1776"><code>2831917</code></a> build-npm: fix type inference during TS declarations build</li>
<li><a href="https://github.com/graphql/graphql-js/commit/d2eb7bd9de8ed258eb2a4be3825760efeec467e9"><code>d2eb7bd</code></a> version: force proper typing on version literals</li>
<li><a href="https://github.com/graphql/graphql-js/commit/6453612a6c40a1f8ad06845f1516c5f0dafa666c"><code>6453612</code></a> 16.0.0-rc.7</li>
<li><a href="https://github.com/graphql/graphql-js/commit/556ac034ef021ddedfe7af037fefc52c479804fd"><code>556ac03</code></a> Use default GITHUB_ACTOR if unset (<a href="https://github.com/graphql/graphql-js/issues/3331">#3331</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/graphql/graphql-js/compare/v14.7.0...v16.0.1">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps graphql from 14.7.0 to 16.0.1.
Release notes
Sourced from graphql's releases.
... (truncated)
Commits
30b446916.0.1b262418Lexer: fix line & column for multiline BLOCK_STRING tokens (#3354)958ac6cGraphQLError-test: text how extensions is inherited from originalError (#3348)10c1c3dcheckgit.sh: Added a check for local modifications (#3347)7ca43c816.0.0ced56b2version-test: fix validation ofversionInfo.preReleaseTag(#3345)2831917build-npm: fix type inference during TS declarations buildd2eb7bdversion: force proper typing on version literals645361216.0.0-rc.7556ac03Use default GITHUB_ACTOR if unset (#3331)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsmentioned in commit
db4f28faf4