[PR #2011] [CLOSED] chore(deps): bump graphql from 15.8.0 to 16.1.0 #3602

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2011
Author: @dependabot[bot]
Created: 12/13/2021
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/graphql-16.1.0


📝 Commits (1)

  • 8aedf46 chore(deps): bump graphql from 15.8.0 to 16.1.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.1.0.

Release notes

Sourced from graphql's releases.

v16.1.0 (2021-12-07)

New Feature 🚀

Bug Fix 🐞

Docs 📝

Polish 💅

Internal 🏠

Dependency 📦

... (truncated)

Commits
  • 90bd6ff 16.1.0
  • ab52ddc package.json: Specify NPM release tag explicitly (#3417)
  • 763c149 fix c8 ignore decorator typos (#3416)
  • 6e48d16 ci: add check for unnessary duplicates in package-lock.json (#3407)
  • c145cd4 Simplify code by replacing Object.entries with Object.keys (#3406)
  • 947165f Use for '--ignore-scripts' for all npm ci & npm install (#3405)
  • ce4277e github/workflows: simplify npm cache setup (#3404)
  • 13530ce ci: add check that 'package-lock.json' doesn't have conflicts (#3403)
  • d26f6e9 tests: Improve formating of strings with 'dedent' tag (#3401)
  • cbbff7f expectJSON: improve readability (#3400)
  • 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/2011 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/13/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/graphql-16.1.0` --- ### 📝 Commits (1) - [`8aedf46`](https://github.com/hoppscotch/hoppscotch/commit/8aedf46a24a537ea5a2c62520c38e0b19ab95175) chore(deps): bump graphql from 15.8.0 to 16.1.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.1.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.1.0 (2021-12-07)</h2> <h4>New Feature 🚀</h4> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3355">#3355</a> Export GRAPHQL_MAX_INT and GRAPHQL_MIN_INT (<a href="https://github.com/tofran"><code>@​tofran</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3384">#3384</a> Preserve non-error values thrown from resolvers (<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/3375">#3375</a> printSchema: handle descriptions that are non-printable as block strings (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> </ul> <h4>Docs 📝</h4> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3393">#3393</a> Update doc examples to reflect the current API (<a href="https://github.com/paulserraino"><code>@​paulserraino</code></a>)</li> </ul> <h4>Polish 💅</h4> <!-- raw HTML omitted --> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3365">#3365</a> Add devAssert about removal of positional arguments (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3376">#3376</a> execute: fix spec section names in comments (<a href="https://github.com/twof"><code>@​twof</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3377">#3377</a> lexer-tests: Use tildas as invalid characters (<a href="https://github.com/twof"><code>@​twof</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3391">#3391</a> Enable '<code>@​typescript-eslint/switch-exhaustiveness-check</code>' rule (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3392">#3392</a> Remove $FlowFixMe comments (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3396">#3396</a> typeFromAST: use exhaustive switch and remove invariant (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3400">#3400</a> expectJSON: improve readability (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3401">#3401</a> tests: Improve formating of strings with 'dedent' tag (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3406">#3406</a> Simplify code by replacing Object.entries with Object.keys (<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/3386">#3386</a> Add support for Node17 (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3388">#3388</a> Drop &quot;eslint-plugin-istanbul&quot; and implement as internal ESLint rule (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3398">#3398</a> Switch coverage from nyc to c8 (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3403">#3403</a> ci: add check that 'package-lock.json' doesn't have conflicts (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3404">#3404</a> github/workflows: simplify npm cache setup (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3405">#3405</a> Use for '--ignore-scripts' for all <code>npm ci</code> &amp; <code>npm install</code> (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3407">#3407</a> ci: add check for unnecessary duplicates in package-lock.json (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3416">#3416</a> fix c8 ignore decorator typos (<a href="https://github.com/yaacovCR"><code>@​yaacovCR</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3417">#3417</a> package.json: Specify NPM release tag explicitly (<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/3387">#3387</a> Update package-lock.json (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3389">#3389</a> package.json: Drop unused '<code>@​babel/eslint-parser</code>' (<a href="https://github.com/IvanGoncharov"><code>@​IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/3390">#3390</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/3399">#3399</a> Update deps (<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/90bd6ff72625173dd39a1f82cfad9336cfad8f65"><code>90bd6ff</code></a> 16.1.0</li> <li><a href="https://github.com/graphql/graphql-js/commit/ab52ddc9227806fa530e5892173028a656929059"><code>ab52ddc</code></a> package.json: Specify NPM release tag explicitly (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/3417">#3417</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/763c1496d8b5b01ace64dd4b82c3f2037ecb0b08"><code>763c149</code></a> fix c8 ignore decorator typos (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/3416">#3416</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/6e48d16f92b9a6df8638b1486354c6be2537033b"><code>6e48d16</code></a> ci: add check for unnessary duplicates in package-lock.json (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/3407">#3407</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/c145cd42afb606e6bee33593b048b977c92f7a0b"><code>c145cd4</code></a> Simplify code by replacing Object.entries with Object.keys (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/3406">#3406</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/947165fc33e39631fddaa8e3432263d2e7e0e98f"><code>947165f</code></a> Use for '--ignore-scripts' for all <code>npm ci</code> &amp; <code>npm install</code> (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/3405">#3405</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/ce4277e94587f51424bffe405bb488f38f1218da"><code>ce4277e</code></a> github/workflows: simplify npm cache setup (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/3404">#3404</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/13530ced071abde76ea2c3fcc49bf62a5a939b3a"><code>13530ce</code></a> ci: add check that 'package-lock.json' doesn't have conflicts (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/3403">#3403</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/d26f6e91d49ee7d7b95f27c1991a79dd43cb1b58"><code>d26f6e9</code></a> tests: Improve formating of strings with 'dedent' tag (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/3401">#3401</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/cbbff7fd01c38bc08979e652463ba94f67cd39e6"><code>cbbff7f</code></a> expectJSON: improve readability (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/3400">#3400</a>)</li> <li>Additional commits viewable in <a href="https://github.com/graphql/graphql-js/compare/v15.8.0...v16.1.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.1.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:12:12 +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#3602
No description provided.