Build(deps): bump graphql from 16.2.0 to 16.3.0 #226

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-graphql-16.3.0 into master 2022-01-28 07:40:45 +00:00
argoyle commented 2022-01-27 04:40:00 +00:00 (Migrated from gitlab.com)

Bumps graphql from 16.2.0 to 16.3.0.

Release notes

Sourced from graphql's releases.

v16.3.0 (2022-01-26)

New Feature 🚀

Bug Fix 🐞

Docs 📝

Polish 💅

Internal 🏠

Dependency 📦

... (truncated)

Commits


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.2.0 to 16.3.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.3.0 (2022-01-26)</h2> <h4>New Feature 🚀</h4> <ul> <li><a href="https://github.com/graphql/graphql-js/pull/3454">#3454</a> feat: allow providing an object to the GraphQLError constructor (<a href="https://github.com/n1ru4l"><code>@​n1ru4l</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3464">#3464</a> Expose <code>getArgumentValues</code> as public API (<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/3442">#3442</a> Prevent Infinite Loop in OverlappingFieldsCanBeMergedRule (<a href="https://github.com/nicolaslt"><code>@​nicolaslt</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3455">#3455</a> OverlappingFieldsCanBeMerged: sort argument values before comparing (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> </ul> <h4>Docs 📝</h4> <!-- raw HTML omitted --> <ul> <li><a href="https://github.com/graphql/graphql-js/pull/3269">#3269</a> feat: setup docs site (<a href="https://github.com/saihaj"><code>@​saihaj</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3437">#3437</a> CONTRIBUTING.md: remove reference to Facebook bug bounty program (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> </ul> <!-- raw HTML omitted --> <h4>Polish 💅</h4> <!-- raw HTML omitted --> <ul> <li><a href="https://github.com/graphql/graphql-js/pull/3441">#3441</a> UniqueArgumentDefinitionNamesRule: Improve tests (<a href="https://github.com/Cito"><code>@​Cito</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3446">#3446</a> Use 'eslint-plugin-simple-import-sort' to sort imports (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3447">#3447</a> Fix index.ts files to be compatible with Typedoc (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3452">#3452</a> validation-test.ts: various grammar fixes (<a href="https://github.com/spawnia"><code>@​spawnia</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3457">#3457</a> OverlappingFieldsCanBeMergedRule: simplify argument comparison (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3459">#3459</a> blockString-tests: remove duplicate test, fix grammar (<a href="https://github.com/Cito"><code>@​Cito</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3461">#3461</a> visit: simplify handling of root node (<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/3433">#3433</a> gh/actions: refactor out action to deploy branches (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3434">#3434</a> gh/actions: remove 'npm dedupe' check since it unexpectadly do update (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3435">#3435</a> gh/actions: run benchmark &amp; diff-npm-package only on PRs (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3436">#3436</a> gh/actions: make all cloned repo read-only (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3443">#3443</a> ci/checkPackageLock: update only package-lock.json (<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/3438">#3438</a> Update deps (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3444">#3444</a> Update deps (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3462">#3462</a> Update deps (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3463">#3463</a> Update deps + fix 'npm audit' (<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/f597c694339b7c488f05496806e404659f6ff955"><code>f597c69</code></a> 16.3.0</li> <li><a href="https://github.com/graphql/graphql-js/commit/d9255763049e25cb66fae74a9748f605e0237279"><code>d925576</code></a> Expose <code>getArgumentValues</code> as public API (<a href="https://github.com/graphql/graphql-js/issues/3464">#3464</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/f1d64cea1df08ac4faa7e2d7d5af0ff25a1e6cab"><code>f1d64ce</code></a> feat: setup docs site (<a href="https://github.com/graphql/graphql-js/issues/3269">#3269</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/643144daa2dd1b81d3d856abf07f3a3e963b7b22"><code>643144d</code></a> Update deps + fix 'npm audit' (<a href="https://github.com/graphql/graphql-js/issues/3463">#3463</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/29251e02490dd88acffd5cedfde81245df6ed2fc"><code>29251e0</code></a> Update deps (<a href="https://github.com/graphql/graphql-js/issues/3462">#3462</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/f2ecc28cc10d61698a767a482ae410c797e8092d"><code>f2ecc28</code></a> visit: simplify handling of root node (<a href="https://github.com/graphql/graphql-js/issues/3461">#3461</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/a91fdc600f2012a60e44356c373e51c5dd20ba81"><code>a91fdc6</code></a> feat: allow providing an object to the GraphQLError constructor (<a href="https://github.com/graphql/graphql-js/issues/3454">#3454</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/5caff039f1f6df0ae85a58c2e1f682804eddce67"><code>5caff03</code></a> OverlappingFieldsCanBeMergedRule: simplify argument comparison (<a href="https://github.com/graphql/graphql-js/issues/3457">#3457</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/730d5af8e933235fd5aa312a00be465db0b8acf5"><code>730d5af</code></a> blockString-tests: remove duplicate test, fix grammar (<a href="https://github.com/graphql/graphql-js/issues/3459">#3459</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/40c160e9fb0e1ff92fc954c03274adf94c3004a9"><code>40c160e</code></a> OverlappingFieldsCanBeMerged: sort argument values before comparing (<a href="https://github.com/graphql/graphql-js/issues/3455">#3455</a>)</li> <li>Additional commits viewable in <a href="https://github.com/graphql/graphql-js/compare/v16.2.0...v16.3.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 2022-01-28 07:30:40 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 00382d83...463bbf99 - 2 commits from branch master
  • c581e9e8 - Build(deps): bump graphql from 16.2.0 to 16.3.0

Compare with previous version

added 3 commits <ul><li>00382d83...463bbf99 - 2 commits from branch <code>master</code></li><li>c581e9e8 - Build(deps): bump graphql from 16.2.0 to 16.3.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/177/diffs?diff_id=320297694&start_sha=00382d83cc38f576799e99fc893aea2a500808df)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-01-28 07:32:32 +00:00
argoyle commented 2022-01-28 07:40:45 +00:00 (Migrated from gitlab.com)

mentioned in commit dfef803b07

mentioned in commit dfef803b07cfd50858c324d5451a70db316b1d1e
argoyle (Migrated from gitlab.com) merged commit dfef803b07 into master 2022-01-28 07:40:45 +00:00
Sign in to join this conversation.