Build(deps): bump graphql from 16.3.0 to 16.4.0 #336

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-graphql-16.4.0 into master 2022-04-26 11:01:21 +00:00
argoyle commented 2022-04-26 04:39:27 +00:00 (Migrated from gitlab.com)

Bumps graphql from 16.3.0 to 16.4.0.

Release notes

Sourced from graphql's releases.

v16.4.0 (2022-04-25)

New Feature 🚀

Bug Fix 🐞

Docs 📝

Polish 💅

Internal 🏠

... (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.3.0 to 16.4.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.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> <li><a href="https://github.com/graphql/graphql-js/pull/3512">#3512</a> Update documentation on deprecated formatError(..) (<a href="https://github.com/dwelch2344"><code>@​dwelch2344</code></a>)</li> </ul> <!-- raw HTML omitted --> <h4>Polish 💅</h4> <!-- raw HTML omitted --> <ul> <li><a href="https://github.com/graphql/graphql-js/pull/3522">#3522</a> tests(execution): add missing new lines (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3524">#3524</a> tests(printSchema): test omitting schema of common names (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3537">#3537</a> ESLint: disallow using node globals in src/tests (<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/3468">#3468</a> ci: add stub action for canary releases on PRs (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3470">#3470</a> ci: implement canary releases on PRs (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3472">#3472</a> ci: remove NPM caching on canary release script (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3473">#3473</a> ci: Pass 'GITHUB_TOKEN' to GitHub CLI (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3475">#3475</a> ci: checkout repo in canary workflow (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3477">#3477</a> ci: fix &amp; cleanup script for modifying NPM package into canary (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3479">#3479</a> ci: Add missing require to canary script (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3481">#3481</a> ci: fix missing PR number in canary release workflow (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3483">#3483</a> ci: fix missing PR number in canary release workflow (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3484">#3484</a> ci: Moving GH Action template syntax to env variables (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3486">#3486</a> ci: improve comment on canary releases (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3488">#3488</a> ci: Extract branch publishing into separate workflow (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3489">#3489</a> ci: use '.node-version' file to configure node version used for CI (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3491">#3491</a> ci: use separate workflows for 'push' and 'pull_request' (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3493">#3493</a> ci: remove unused 'workflow_id' input (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3496">#3496</a> ci: fix deprecation of canary package (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3497">#3497</a> ci: use environments to track deployments (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3502">#3502</a> ci: fix deployments of npm &amp; deno branches (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3503">#3503</a> ci: Add '<a href="https://github.com/github-actions"><code>@​github-actions</code></a>' bot (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github.com/graphql/graphql-js/pull/3523">#3523</a> github-actions-bot: replace 'octokit/request-action' action (<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/23dba4ed89634897155c422877d8192609e6d427"><code>23dba4e</code></a> 16.4.0</li> <li><a href="https://github.com/graphql/graphql-js/commit/af64b671f36d469122f8a20b4aef9d65dbfe2374"><code>af64b67</code></a> pass valid value to codecov config (<a href="https://github.com/graphql/graphql-js/issues/3543">#3543</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/16503cd1927da5f2928d4abfa84a64b3502bd6ba"><code>16503cd</code></a> github-actions-bot: fix reply on commands (<a href="https://github.com/graphql/graphql-js/issues/3538">#3538</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/092655452ffac9195eb436e328e36ca792a9b1f3"><code>0926554</code></a> ESLint: disallow using node globals in src/tests (<a href="https://github.com/graphql/graphql-js/issues/3537">#3537</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/4f062aaaa57b1bcf166d5e6d546c678ce2298433"><code>4f062aa</code></a> github-actions-bot: fix usage of NPM_CANARY_PR_PUBLISH_TOKEN (<a href="https://github.com/graphql/graphql-js/issues/3536">#3536</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/a981dc61731a1e2e54e525ce7cfe4dc053a80a84"><code>a981dc6</code></a> github-actions-bot: fix publishing of canary releases (<a href="https://github.com/graphql/graphql-js/issues/3534">#3534</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/bb70cbc93e9d3eb499798069da61cb303ebcd9b6"><code>bb70cbc</code></a> Update deps (<a href="https://github.com/graphql/graphql-js/issues/3533">#3533</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/b38429f4d46b17f23d15406a2ca0d1eb201864b6"><code>b38429f</code></a> integrationTests/node: fix crash on Mac with M1 by using docker (<a href="https://github.com/graphql/graphql-js/issues/3530">#3530</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/15040d02eb3c5ce2122c9329d26df5cde5ff5b3f"><code>15040d0</code></a> Update documentation on deprecated formatError(..) (<a href="https://github.com/graphql/graphql-js/issues/3512">#3512</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/ff06428bcd0eb3a23f52480cb04d465157553afb"><code>ff06428</code></a> refactor: use object for GraphQLError constructor (<a href="https://github.com/graphql/graphql-js/issues/3465">#3465</a>)</li> <li>Additional commits viewable in <a href="https://github.com/graphql/graphql-js/compare/v16.3.0...v16.4.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-04-26 05:04:32 +00:00 (Migrated from gitlab.com)

added 3 commits

  • bedc36b7...da48f62a - 2 commits from branch master
  • 8d26dda7 - Build(deps): bump graphql from 16.3.0 to 16.4.0

Compare with previous version

added 3 commits <ul><li>bedc36b7...da48f62a - 2 commits from branch <code>master</code></li><li>8d26dda7 - Build(deps): bump graphql from 16.3.0 to 16.4.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/287/diffs?diff_id=380799758&start_sha=bedc36b75de9eda548be81faf0dc5fb789b8a75b)
argoyle commented 2022-04-26 05:13:25 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 8d26dda7...5292992e - 2 commits from branch master
  • 2a919c8f - Build(deps): bump graphql from 16.3.0 to 16.4.0

Compare with previous version

added 3 commits <ul><li>8d26dda7...5292992e - 2 commits from branch <code>master</code></li><li>2a919c8f - Build(deps): bump graphql from 16.3.0 to 16.4.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/287/diffs?diff_id=380803306&start_sha=8d26dda750f29dfd64d1b3f9abac3c96e45ef8e6)
argoyle commented 2022-04-26 05:59:43 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 2a919c8f...635614d8 - 2 commits from branch master
  • 3b860408 - Build(deps): bump graphql from 16.3.0 to 16.4.0

Compare with previous version

added 3 commits <ul><li>2a919c8f...635614d8 - 2 commits from branch <code>master</code></li><li>3b860408 - Build(deps): bump graphql from 16.3.0 to 16.4.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/287/diffs?diff_id=380822721&start_sha=2a919c8fa31576ae281cbb0118381b5ab468624f)
argoyle commented 2022-04-26 11:01:21 +00:00 (Migrated from gitlab.com)

mentioned in commit f7676a5037

mentioned in commit f7676a50375bf0aa4009abdfa4f662108955cc54
argoyle (Migrated from gitlab.com) merged commit f7676a5037 into master 2022-04-26 11:01:21 +00:00
Sign in to join this conversation.