[PR #2101] [CLOSED] build(deps): bump graphql from 15.8.0 to 16.3.0 #3623

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2101
Author: @dependabot[bot]
Created: 1/31/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/graphql-16.3.0


📝 Commits (1)

  • 8270a36 build(deps): bump graphql from 15.8.0 to 16.3.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.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 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/2101 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/31/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/graphql-16.3.0` --- ### 📝 Commits (1) - [`8270a36`](https://github.com/hoppscotch/hoppscotch/commit/8270a3679005169ae4d3ab3612d7f88e6c8b01c3) build(deps): bump graphql from 15.8.0 to 16.3.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.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.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-redirect.dependabot.com/graphql/graphql-js/issues/3455">#3455</a>)</li> <li>Additional commits viewable in <a href="https://github.com/graphql/graphql-js/compare/v15.8.0...v16.3.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.3.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:13:18 +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#3623
No description provided.