Build(deps): bump graphql from 16.0.1 to 16.1.0 #163

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-graphql-16.1.0 into master 2021-12-09 13:24:21 +00:00
argoyle commented 2021-12-09 04:53:40 +00:00 (Migrated from gitlab.com)

Bumps graphql from 16.0.1 to 16.1.0.

Release notes

Sourced from graphql's releases.

v16.1.0 (2021-12-07)

New Feature 🚀

Bug Fix 🐞

Docs 📝

Polish 💅

Internal 🏠

Dependency 📦

... (truncated)

Commits
  • 90bd6ff 16.1.0
  • ab52ddc package.json: Specify NPM release tag explicitly (#3417)
  • 763c149 fix c8 ignore decorator typos (#3416)
  • 6e48d16 ci: add check for unnessary duplicates in package-lock.json (#3407)
  • c145cd4 Simplify code by replacing Object.entries with Object.keys (#3406)
  • 947165f Use for '--ignore-scripts' for all npm ci & npm install (#3405)
  • ce4277e github/workflows: simplify npm cache setup (#3404)
  • 13530ce ci: add check that 'package-lock.json' doesn't have conflicts (#3403)
  • d26f6e9 tests: Improve formating of strings with 'dedent' tag (#3401)
  • cbbff7f expectJSON: improve readability (#3400)
  • Additional commits viewable in compare view


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 16.0.1 to 16.1.0. <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.1.0 (2021-12-07)</h2> <h4>New Feature 🚀</h4> <ul> <li><a href="https://github.com/graphql/graphql-js/pull/3355">#3355</a> Export GRAPHQL_MAX_INT and GRAPHQL_MIN_INT (<a href="https://github.com/tofran"><code>@​tofran</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3384">#3384</a> Preserve non-error values thrown from resolvers (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> </ul> <h4>Bug Fix 🐞</h4> <ul> <li><a href="https://github.com/graphql/graphql-js/pull/3375">#3375</a> printSchema: handle descriptions that are non-printable as block strings (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> </ul> <h4>Docs 📝</h4> <ul> <li><a href="https://github.com/graphql/graphql-js/pull/3393">#3393</a> Update doc examples to reflect the current API (<a href="https://github.com/paulserraino"><code>@​paulserraino</code></a>)</li> </ul> <h4>Polish 💅</h4> <!-- raw HTML omitted --> <ul> <li><a href="https://github.com/graphql/graphql-js/pull/3365">#3365</a> Add devAssert about removal of positional arguments (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3376">#3376</a> execute: fix spec section names in comments (<a href="https://github.com/twof"><code>@​twof</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3377">#3377</a> lexer-tests: Use tildas as invalid characters (<a href="https://github.com/twof"><code>@​twof</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3391">#3391</a> Enable '<code>@​typescript-eslint/switch-exhaustiveness-check</code>' rule (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3392">#3392</a> Remove $FlowFixMe comments (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3396">#3396</a> typeFromAST: use exhaustive switch and remove invariant (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3400">#3400</a> expectJSON: improve readability (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3401">#3401</a> tests: Improve formating of strings with 'dedent' tag (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3406">#3406</a> Simplify code by replacing Object.entries with Object.keys (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> </ul> <!-- raw HTML omitted --> <h4>Internal 🏠</h4> <!-- raw HTML omitted --> <ul> <li><a href="https://github.com/graphql/graphql-js/pull/3386">#3386</a> Add support for Node17 (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3388">#3388</a> Drop &quot;eslint-plugin-istanbul&quot; and implement as internal ESLint rule (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3398">#3398</a> Switch coverage from nyc to c8 (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3403">#3403</a> ci: add check that 'package-lock.json' doesn't have conflicts (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3404">#3404</a> github/workflows: simplify npm cache setup (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3405">#3405</a> Use for '--ignore-scripts' for all <code>npm ci</code> &amp; <code>npm install</code> (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3407">#3407</a> ci: add check for unnecessary duplicates in package-lock.json (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3416">#3416</a> fix c8 ignore decorator typos (<a href="https://github.com/yaacovCR"><code>@​yaacovCR</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3417">#3417</a> package.json: Specify NPM release tag explicitly (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> </ul> <!-- raw HTML omitted --> <h4>Dependency 📦</h4> <!-- raw HTML omitted --> <ul> <li><a href="https://github.com/graphql/graphql-js/pull/3387">#3387</a> Update package-lock.json (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3389">#3389</a> package.json: Drop unused '<code>@​babel/eslint-parser</code>' (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3390">#3390</a> Update deps (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3399">#3399</a> Update deps (<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/90bd6ff72625173dd39a1f82cfad9336cfad8f65"><code>90bd6ff</code></a> 16.1.0</li> <li><a href="https://github.com/graphql/graphql-js/commit/ab52ddc9227806fa530e5892173028a656929059"><code>ab52ddc</code></a> package.json: Specify NPM release tag explicitly (<a href="https://github.com/graphql/graphql-js/issues/3417">#3417</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/763c1496d8b5b01ace64dd4b82c3f2037ecb0b08"><code>763c149</code></a> fix c8 ignore decorator typos (<a href="https://github.com/graphql/graphql-js/issues/3416">#3416</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/6e48d16f92b9a6df8638b1486354c6be2537033b"><code>6e48d16</code></a> ci: add check for unnessary duplicates in package-lock.json (<a href="https://github.com/graphql/graphql-js/issues/3407">#3407</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/c145cd42afb606e6bee33593b048b977c92f7a0b"><code>c145cd4</code></a> Simplify code by replacing Object.entries with Object.keys (<a href="https://github.com/graphql/graphql-js/issues/3406">#3406</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/947165fc33e39631fddaa8e3432263d2e7e0e98f"><code>947165f</code></a> Use for '--ignore-scripts' for all <code>npm ci</code> &amp; <code>npm install</code> (<a href="https://github.com/graphql/graphql-js/issues/3405">#3405</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/ce4277e94587f51424bffe405bb488f38f1218da"><code>ce4277e</code></a> github/workflows: simplify npm cache setup (<a href="https://github.com/graphql/graphql-js/issues/3404">#3404</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/13530ced071abde76ea2c3fcc49bf62a5a939b3a"><code>13530ce</code></a> ci: add check that 'package-lock.json' doesn't have conflicts (<a href="https://github.com/graphql/graphql-js/issues/3403">#3403</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/d26f6e91d49ee7d7b95f27c1991a79dd43cb1b58"><code>d26f6e9</code></a> tests: Improve formating of strings with 'dedent' tag (<a href="https://github.com/graphql/graphql-js/issues/3401">#3401</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/cbbff7fd01c38bc08979e652463ba94f67cd39e6"><code>cbbff7f</code></a> expectJSON: improve readability (<a href="https://github.com/graphql/graphql-js/issues/3400">#3400</a>)</li> <li>Additional commits viewable in <a href="https://github.com/graphql/graphql-js/compare/v16.0.1...v16.1.0">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>
argoyle commented 2021-12-09 13:24:21 +00:00 (Migrated from gitlab.com)

mentioned in commit e6a0b8a2a4

mentioned in commit e6a0b8a2a467f2503e935a9f5511eb92ccab3614
argoyle (Migrated from gitlab.com) merged commit e6a0b8a2a4 into master 2021-12-09 13:24:22 +00:00
Sign in to join this conversation.