Build(deps): bump graphql from 15.8.0 to 16.7.0 #1283

Closed
argoyle wants to merge 0 commits from dependabot-npm_and_yarn-graphql-16.7.0 into master
argoyle commented 2023-06-22 04:39:55 +00:00 (Migrated from gitlab.com)

Bumps graphql from 15.8.0 to 16.7.0.

Release notes

Sourced from graphql's releases.

v16.7.0 (2023-06-21)

New Feature 🚀

Bug Fix 🐞

Committers: 3

v16.6.0 (2022-08-16)

New Feature 🚀

Bug Fix 🐞

Committers: 2

v16.5.0 (2022-05-09)

New Feature 🚀

Committers: 1

v16.4.0 (2022-04-25)

New Feature 🚀

Bug Fix 🐞

Docs 📝

... (truncated)

Commits
  • 1519fda 16.7.0
  • 84bb146 check "globalThis.process" before accessing it (#3887)
  • 076972e Fix/invalid error propagation custom scalars (backport for 16.x.x) (#3838)
  • 4a82557 Fix crash in node when mixing sync/async resolvers (backport of #3706) (#3707)
  • 3a51eca 16.6.0
  • f0a0a4d parser: limit maximum number of tokens (#3702)
  • 6c6508b Parser: allow 'options' to explicitly accept undefined (#3701)
  • af8221a Workaround for codesandbox having bug with TS enums (#3686)
  • 59a73d6 createSourceEventStream: introduce named arguments and deprecate positional a...
  • 1f8ba95 16.5.0
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR. Deprecated, use GitLab's native /rebase instead
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [graphql](https://github.com/graphql/graphql-js) from 15.8.0 to 16.7.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.7.0 (2023-06-21)</h2> <h4>New Feature 🚀</h4> <ul> <li><a href="https://github.com/graphql/graphql-js/pull/3887">#3887</a> check &quot;globalThis.process&quot; before accessing it (<a href="https://github.com/kettanaito"><code>@​kettanaito</code></a>)</li> </ul> <h4>Bug Fix 🐞</h4> <ul> <li><a href="https://github.com/graphql/graphql-js/pull/3707">#3707</a> Fix crash in node when mixing sync/async resolvers (backport of <a href="https://github.com/graphql/graphql-js/issues/3706">#3706</a>) (<a href="https://github.com/chrskrchr"><code>@​chrskrchr</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3838">#3838</a> Fix/invalid error propagation custom scalars (backport for 16.x.x) (<a href="https://github.com/stenreijers"><code>@​stenreijers</code></a>)</li> </ul> <h4>Committers: 3</h4> <ul> <li>Artem Zakharchenko(<a href="https://github.com/kettanaito"><code>@​kettanaito</code></a>)</li> <li>Chris Karcher(<a href="https://github.com/chrskrchr"><code>@​chrskrchr</code></a>)</li> <li>Sten Reijers(<a href="https://github.com/stenreijers"><code>@​stenreijers</code></a>)</li> </ul> <h2>v16.6.0 (2022-08-16)</h2> <h4>New Feature 🚀</h4> <ul> <li><a href="https://github.com/graphql/graphql-js/pull/3645">#3645</a> createSourceEventStream: introduce named arguments and deprecate positional arguments (<a href="https://github.com/yaacovCR"><code>@​yaacovCR</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3702">#3702</a> parser: limit maximum number of tokens (<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/3686">#3686</a> Workaround for codesandbox having bug with TS enums (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3701">#3701</a> Parser: allow 'options' to explicitly accept undefined (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> </ul> <h4>Committers: 2</h4> <ul> <li>Ivan Goncharov(<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li>Yaacov Rydzinski (<a href="https://github.com/yaacovCR"><code>@​yaacovCR</code></a>)</li> </ul> <h2>v16.5.0 (2022-05-09)</h2> <h4>New Feature 🚀</h4> <ul> <li><a href="https://github.com/graphql/graphql-js/pull/3565">#3565</a> Expose GraphQLErrorOptions type (<a href="https://github.com/graphql/graphql-js/issues/3554">#3554</a>) (<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.4.0 (2022-04-25)</h2> <h4>New Feature 🚀</h4> <ul> <li><a href="https://github.com/graphql/graphql-js/pull/3465">#3465</a> refactor: use object for GraphQLError constructor (<a href="https://github.com/n1ru4l"><code>@​n1ru4l</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3487">#3487</a> feat: expose getArgumentValues (<a href="https://github.com/saihaj"><code>@​saihaj</code></a>)</li> </ul> <h4>Bug Fix 🐞</h4> <ul> <li><a href="https://github.com/graphql/graphql-js/pull/3514">#3514</a> GraphQLError: switch constructor overload order (<a href="https://github.com/glasser"><code>@​glasser</code></a>)</li> </ul> <h4>Docs 📝</h4> <!-- raw HTML omitted --> <ul> <li><a href="https://github.com/graphql/graphql-js/pull/3505">#3505</a> correct outdated documentation (<a href="https://github.com/Ginhing"><code>@​Ginhing</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/1519fda27376bcdd26b433aecfb9e7b485da71f8"><code>1519fda</code></a> 16.7.0</li> <li><a href="https://github.com/graphql/graphql-js/commit/84bb146e644e78ba75faf0ba173de9b4434807c5"><code>84bb146</code></a> check &quot;globalThis.process&quot; before accessing it (<a href="https://github.com/graphql/graphql-js/issues/3887">#3887</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/076972e9c1944c9fe43a42046ed9d8be08d974dc"><code>076972e</code></a> Fix/invalid error propagation custom scalars (backport for 16.x.x) (<a href="https://github.com/graphql/graphql-js/issues/3838">#3838</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/4a82557ae6d3b3c6cd72bcd528254296ecf7e9e8"><code>4a82557</code></a> Fix crash in node when mixing sync/async resolvers (backport of <a href="https://github.com/graphql/graphql-js/issues/3706">#3706</a>) (<a href="https://github.com/graphql/graphql-js/issues/3707">#3707</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/3a51ecade74a0198847e8b1ab1bcdc129485b79b"><code>3a51eca</code></a> 16.6.0</li> <li><a href="https://github.com/graphql/graphql-js/commit/f0a0a4dadffe41dae541ab297f95997435b27c57"><code>f0a0a4d</code></a> parser: limit maximum number of tokens (<a href="https://github.com/graphql/graphql-js/issues/3702">#3702</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/6c6508bd0d74587d7d264f6ab2258df5aeccc6af"><code>6c6508b</code></a> Parser: allow 'options' to explicitly accept undefined (<a href="https://github.com/graphql/graphql-js/issues/3701">#3701</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/af8221a6504b66a95b9bc0c20935e8f18b23d7d2"><code>af8221a</code></a> Workaround for codesandbox having bug with TS enums (<a href="https://github.com/graphql/graphql-js/issues/3686">#3686</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/59a73d64ee8a7a717c73e7dfdc1ea627a12a283e"><code>59a73d6</code></a> createSourceEventStream: introduce named arguments and deprecate positional a...</li> <li><a href="https://github.com/graphql/graphql-js/commit/1f8ba95c662118452bd969c6b26ba4e9050c55da"><code>1f8ba95</code></a> 16.5.0</li> <li>Additional commits viewable in <a href="https://github.com/graphql/graphql-js/compare/v15.8.0...v16.7.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. Deprecated, use GitLab's native /rebase instead - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) closed this pull request 2023-06-22 07:40:20 +00:00
argoyle commented 2023-06-22 07:40:22 +00:00 (Migrated from gitlab.com)

Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

Dependabot won't notify anymore about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.