[PR #938] [MERGED] ⬆️ Bump graphql from 14.6.0 to 15.1.0 #2951

Closed
opened 2026-03-17 00:36:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/938
Author: @dependabot[bot]
Created: 6/14/2020
Status: Merged
Merged: 6/14/2020
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/graphql-15.1.0


📝 Commits (1)

  • 870324b ⬆️ Bump graphql from 14.6.0 to 15.1.0

📊 Changes

2 files changed (+4 additions, -12 deletions)

View changed files

📝 package-lock.json (+3 -11)
📝 package.json (+1 -1)

📄 Description

Bumps graphql from 14.6.0 to 15.1.0.

Release notes

Sourced from graphql's releases.

v15.1.0 (2020-06-07)

New Feature 🚀

Bug Fix 🐞

Polish 💅

19 PRs were merged

Internal 🏠

28 PRs were merged ... (truncated)
Commits
  • f7061fd 15.1.0
  • 66eb945 TS: add TData template argument to ExecutionResult type (#2626)
  • 64c0ed6 TS: made GraphQLError constructor's second argument optional (#2625)
  • 7bf4daf ci: fail CI if coverage is not 100% but still upload to codecov (#2624)
  • 20a8f55 TS: sync TS typings with Flow typings (#2623)
  • e4ecbe0 getOperationAST: make operationName optional (#2622)
  • f2c2b78 Moved Maybe to jsutils folder and remove tsutils (#2621)
  • ba2216c inline-invariant: stop inserting // istanbul ignore next comments (#2620)
  • daf628d Improve formatting of 'istanbul ignore' comments (#2619)
  • b4682e0 schema-parser-test: Fix order of properties in expect chain (#2617)
  • 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/938 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/14/2020 **Status:** ✅ Merged **Merged:** 6/14/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/graphql-15.1.0` --- ### 📝 Commits (1) - [`870324b`](https://github.com/hoppscotch/hoppscotch/commit/870324bb562b78c7ab141138dbd68889b8a5f490) :arrow_up: Bump graphql from 14.6.0 to 15.1.0 ### 📊 Changes **2 files changed** (+4 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -11) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [graphql](https://github.com/graphql/graphql-js) from 14.6.0 to 15.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>v15.1.0 (2020-06-07)</h2> <h4>New Feature 🚀</h4> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2276">#2276</a> Add <code>@specifiedBy</code> directive (<a href="https://github.com/m14t">@m14t</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2626">#2626</a> TS: add TData template argument to ExecutionResult type (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> </ul> <h4>Bug Fix 🐞</h4> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2513">#2513</a> Fix <a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2504">#2504</a> access field astNode's type by optional chaining (<a href="https://github.com/josephktcheung">@josephktcheung</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2547">#2547</a> ts: add missing <code>schemaDescription</code> option of <code>getIntrospectionQuery</code> (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2560">#2560</a> BlockString: print multi line for trailing backslash (<a href="https://github.com/hereisnaman">@hereisnaman</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2563">#2563</a> TS: Fix incorrect enum typing in findBreakingChanges (<a href="https://github.com/mwinstanley">@mwinstanley</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2571">#2571</a> Add missing exports for the new specifiedBy directive (<a href="https://github.com/Cito">@Cito</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2594">#2594</a> Exported <code>Token</code> and <code>Location</code> as ES6 classes (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2622">#2622</a> getOperationAST: make <code>operationName</code> optional (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2623">#2623</a> TS: sync TS typings with Flow typings (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2625">#2625</a> TS: made <code>GraphQLError</code> constructor's second argument optional (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> </ul> <h4>Polish 💅</h4> <details> <summary> 19 PRs were merged </summary> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2527">#2527</a> Enable '@typescript-eslint/method-signature-style' lint rule (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2528">#2528</a> Enable '@typescript-eslint/no-invalid-void-type' lint rule (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2534">#2534</a> Simplify 'getOperationTypeNode' function (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2535">#2535</a> Make 'toJSON' definition explicit (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2537">#2537</a> extendSchema-test: improve test coverage (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2540">#2540</a> Switch to SDL for validation tests (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2543">#2543</a> printSchema-test: cleanup and simplify (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2574">#2574</a> blockString-test: add fuzzing test for 'printBlockString' (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2575">#2575</a> Move fuzzing tests into separate files (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2576">#2576</a> ESLint: Enable 'dot-notation' rule (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2583">#2583</a> ts: enable more tslint checks (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2584">#2584</a> ts: use <code>typeof</code> instead of private types (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2585">#2585</a> ts: switch more types to interfaces (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2586">#2586</a> ts: used named export for 'Maybe' type (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2587">#2587</a> ts: cleanup definition files (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2607">#2607</a> buildASTSchema: pass empty schema as literal (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2617">#2617</a> schema-parser-test: Fix order of properties in expect chain (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2619">#2619</a> Improve formatting of 'istanbul ignore' comments (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2621">#2621</a> Moved <code>Maybe</code> to <code>jsutils</code> folder and remove <code>tsutils</code> (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> </ul> </details> <h4>Internal 🏠</h4> <details> <summary> 28 PRs were merged </summary> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2529">#2529</a> Add node v14 to the test matrix (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2530">#2530</a> Don't deploy on forks (<a href="https://github.com/MichaelDeBoey">@MichaelDeBoey</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2531">#2531</a> Remove single quotes from Node.js versions (<a href="https://github.com/MichaelDeBoey">@MichaelDeBoey</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2538">#2538</a> [cspell] migrate custom words to upstream dictionaries (<a href="https://github.com/hereisnaman">@hereisnaman</a>)</li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/graphql/graphql-js/commit/f7061fdcf461a2e4b3c78077afaebefc2226c8e3"><code>f7061fd</code></a> 15.1.0</li> <li><a href="https://github.com/graphql/graphql-js/commit/66eb9457a3942217ce9ebf79eee66e0b2204eb94"><code>66eb945</code></a> TS: add TData template argument to ExecutionResult type (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2626">#2626</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/64c0ed6b9b35563deded620ae8edd053de28851b"><code>64c0ed6</code></a> TS: made <code>GraphQLError</code> constructor's second argument optional (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2625">#2625</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/7bf4daf7c89578d6aba559685a732837e293d8ef"><code>7bf4daf</code></a> ci: fail CI if coverage is not 100% but still upload to codecov (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2624">#2624</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/20a8f555e7eaa5c2fa2fd188abcef83ee8169e7f"><code>20a8f55</code></a> TS: sync TS typings with Flow typings (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2623">#2623</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/e4ecbe04d19a4a5396105dd9ff0c81dbdd5caa75"><code>e4ecbe0</code></a> getOperationAST: make <code>operationName</code> optional (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2622">#2622</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/f2c2b78fd937ed94557f8fe80a5418649991fd70"><code>f2c2b78</code></a> Moved <code>Maybe</code> to <code>jsutils</code> folder and remove <code>tsutils</code> (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2621">#2621</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/ba2216c51dc92836d60238bdb5e166b59a0d4b1e"><code>ba2216c</code></a> inline-invariant: stop inserting <code>// istanbul ignore next</code> comments (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2620">#2620</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/daf628d243364da003b161b31acf62a43cee6e4e"><code>daf628d</code></a> Improve formatting of 'istanbul ignore' comments (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2619">#2619</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/b4682e0ef06d434b9f38998a11a10b5be5a13e27"><code>b4682e0</code></a> schema-parser-test: Fix order of properties in expect chain (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2617">#2617</a>)</li> <li>Additional commits viewable in <a href="https://github.com/graphql/graphql-js/compare/v14.6.0...v15.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=14.6.0&new-version=15.1.0)](https://help.github.com/articles/configuring-automated-security-fixes) 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 00:36:47 +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#2951
No description provided.