[PR #1943] [CLOSED] chore(deps): bump graphql from 15.7.2 to 16.0.1 #3579

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1943
Author: @dependabot[bot]
Created: 11/8/2021
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/graphql-16.0.1


📝 Commits (1)

  • e0f6a7b chore(deps): bump graphql from 15.7.2 to 16.0.1

📊 Changes

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

View changed files

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

📄 Description

Bumps graphql from 15.7.2 to 16.0.1.

Release notes

Sourced from graphql's releases.

v16.0.1 (2021-11-01)

Bug Fix 🐞

Polish 💅

Internal 🏠

Committers: 1

v16.0.0 (2021-10-28)

Breaking Change 💥

... (truncated)

Commits
  • 30b4469 16.0.1
  • b262418 Lexer: fix line & column for multiline BLOCK_STRING tokens (#3354)
  • 958ac6c GraphQLError-test: text how extensions is inherited from originalError (#3348)
  • 10c1c3d checkgit.sh: Added a check for local modifications (#3347)
  • 7ca43c8 16.0.0
  • ced56b2 version-test: fix validation of versionInfo.preReleaseTag (#3345)
  • 2831917 build-npm: fix type inference during TS declarations build
  • d2eb7bd version: force proper typing on version literals
  • 6453612 16.0.0-rc.7
  • 556ac03 Use default GITHUB_ACTOR if unset (#3331)
  • Additional commits viewable in compare view

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/1943 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/8/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/graphql-16.0.1` --- ### 📝 Commits (1) - [`e0f6a7b`](https://github.com/hoppscotch/hoppscotch/commit/e0f6a7b890e8f2731a157a6210f3535b8a368d51) chore(deps): bump graphql from 15.7.2 to 16.0.1 ### 📊 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.7.2 to 16.0.1. <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.0.1 (2021-11-01)</h2> <h4>Bug Fix 🐞</h4> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3354">#3354</a> Lexer: fix line &amp; column for multiline BLOCK_STRING tokens (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> </ul> <h4>Polish 💅</h4> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3348">#3348</a> GraphQLError-test: text how extensions is inherited from originalError (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> </ul> <h4>Internal 🏠</h4> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3347">#3347</a> checkgit.sh: Added a check for local modifications (<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.0.0 (2021-10-28)</h2> <h4>Breaking Change 💥</h4> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2896">#2896</a> Remove deprecated rule aliases (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2897">#2897</a> Remove 'findDeprecatedUsages' that was previously deprecated (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2898">#2898</a> Remove 'GraphQLSchema::isPossibleType' that was previously deprecated (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2900">#2900</a> Drop support for long deprecated comments as descriptions (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2902">#2902</a> Remove deprecated {GraphQLEnumValue, GraphQLField}::isDeprecated (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2903">#2903</a> Removed parser support for legacy syntax (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2904">#2904</a> Remove support for positional args in graphql/execute/subscribe func (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2905">#2905</a> resolveType: remove support for returning GraphQLObjectType (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2906">#2906</a> Convert GraphQLList and GraphQLNonNull into proper classes (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2907">#2907</a> Remove 'find' polyfill (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2911">#2911</a> Remove 'isFinite' &amp; 'isInteger' polyfills (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2912">#2912</a> Drop 'Array.from' polyfill (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2913">#2913</a> Remove polyfills for Symbol (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2914">#2914</a> Remove Node's custom inspect function (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2915">#2915</a> Drop support for TS before 3.7 (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2916">#2916</a> refactor: replace default exports with named exports (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2917">#2917</a> Drop support for non-iteratable ArrayLike objects (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2918">#2918</a> Drop support for older browsers (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2919">#2919</a> Remove polyfills for 'Object.values' &amp; 'Object.entries' (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2920">#2920</a> Deprecate fragments with variables and reflect that in naming (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2921">#2921</a> Deprecate 'getFieldDefFn' arg of 'TypeInfo' and move it last (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2923">#2923</a> Drop support for Node10 (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2930">#2930</a> visitor: remove <code>visitorKeys</code> argument (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2931">#2931</a> visit: remove template arguments for possible nodes (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2951">#2951</a> Forbid null &amp; undefined as return value of 'interfaces' thunk (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2952">#2952</a> Restrict Thunks to support only ObjMap and Array (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2955">#2955</a> feat: convert Thunk to ThunkArray and ThunkObjMap (<a href="https://github.com/saihaj"><code>@​saihaj</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2957">#2957</a> visitor: remove 4th form of visitor (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2997">#2997</a> print/printSchema: remove trailing new line (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3003">#3003</a> TS: use <code>unknown</code> (TS) for <code>mixed</code> (flow) (<a href="https://github.com/saihaj"><code>@​saihaj</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3006">#3006</a> ts: Switch extension values to unknown to match Flow types (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3027">#3027</a> subscribe: drop mapping of AsyncIterable errors (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3031">#3031</a> Drop experimental online parser (<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/30b446938a9b5afeb25c642d8af1ea33f6c849f3"><code>30b4469</code></a> 16.0.1</li> <li><a href="https://github.com/graphql/graphql-js/commit/b262418e816b3852dddbbedf0efad4ddead1a5fe"><code>b262418</code></a> Lexer: fix line &amp; column for multiline BLOCK_STRING tokens (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/3354">#3354</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/958ac6c9b27b7147b47fa4c36d792c01a8d341a3"><code>958ac6c</code></a> GraphQLError-test: text how extensions is inherited from originalError (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/3348">#3348</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/10c1c3d6cd8e165501fb1471b5babfabd1be1eb1"><code>10c1c3d</code></a> checkgit.sh: Added a check for local modifications (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/3347">#3347</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/7ca43c87bc9cc30b0b931c553908a2db77abb3cc"><code>7ca43c8</code></a> 16.0.0</li> <li><a href="https://github.com/graphql/graphql-js/commit/ced56b2df0364a2b7f784e43ada69cc612d6e32a"><code>ced56b2</code></a> version-test: fix validation of <code>versionInfo.preReleaseTag</code> (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/3345">#3345</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/2831917db113caca33c9df0a6cb9c90eed3a1776"><code>2831917</code></a> build-npm: fix type inference during TS declarations build</li> <li><a href="https://github.com/graphql/graphql-js/commit/d2eb7bd9de8ed258eb2a4be3825760efeec467e9"><code>d2eb7bd</code></a> version: force proper typing on version literals</li> <li><a href="https://github.com/graphql/graphql-js/commit/6453612a6c40a1f8ad06845f1516c5f0dafa666c"><code>6453612</code></a> 16.0.0-rc.7</li> <li><a href="https://github.com/graphql/graphql-js/commit/556ac034ef021ddedfe7af037fefc52c479804fd"><code>556ac03</code></a> Use default GITHUB_ACTOR if unset (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/3331">#3331</a>)</li> <li>Additional commits viewable in <a href="https://github.com/graphql/graphql-js/compare/v15.7.2...v16.0.1">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.7.2&new-version=16.0.1)](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:10: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#3579
No description provided.