[PR #2340] [CLOSED] chore(deps): bump graphql from 15.8.0 to 16.5.0 #3742

Closed
opened 2026-03-17 01:19:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2340
Author: @dependabot[bot]
Created: 5/16/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/graphql-16.5.0


📝 Commits (1)

  • bdacb6b chore(deps): bump graphql from 15.8.0 to 16.5.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-app/package.json (+1 -1)

📄 Description

Bumps graphql from 15.8.0 to 16.5.0.

Release notes

Sourced from graphql's releases.

v16.5.0 (2022-05-09)

New Feature 🚀

Committers: 1

v16.4.0 (2022-04-25)

New Feature 🚀

Bug Fix 🐞

Docs 📝

Polish 💅

Internal 🏠

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2340 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/16/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/graphql-16.5.0` --- ### 📝 Commits (1) - [`bdacb6b`](https://github.com/hoppscotch/hoppscotch/commit/bdacb6be161247b3269d4b5880f76a792e287b96) chore(deps): bump graphql from 15.8.0 to 16.5.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/package.json` (+1 -1) </details> ### 📄 Description Bumps [graphql](https://github.com/graphql/graphql-js) from 15.8.0 to 16.5.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.5.0 (2022-05-09)</h2> <h4>New Feature 🚀</h4> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3565">#3565</a> Expose GraphQLErrorOptions type (<a href="https://github-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/graphql/graphql-js/commit/1f8ba95c662118452bd969c6b26ba4e9050c55da"><code>1f8ba95</code></a> 16.5.0</li> <li><a href="https://github.com/graphql/graphql-js/commit/1112b4d58ec755dbde4f4734f3a4f8a6d6459681"><code>1112b4d</code></a> Expose GraphQLErrorOptions type (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/3554">#3554</a>) (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/3565">#3565</a>)</li> <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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.com/graphql/graphql-js/issues/3530">#3530</a>)</li> <li>Additional commits viewable in <a href="https://github.com/graphql/graphql-js/compare/v15.8.0...v16.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=graphql&package-manager=npm_and_yarn&previous-version=15.8.0&new-version=16.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:19:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3742
No description provided.