[PR #966] [MERGED] ⬆️ Bump graphql from 15.1.0 to 15.2.0 #2980

Closed
opened 2026-03-17 00:38:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/graphql-15.2.0


📝 Commits (1)

  • 6dbd179 ⬆️ Bump graphql from 15.1.0 to 15.2.0

📊 Changes

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

View changed files

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

📄 Description

Bumps graphql from 15.1.0 to 15.2.0.

Release notes

Sourced from graphql's releases.

v15.2.0 (2020-06-29)

New Feature 🚀

Bug Fix 🐞

Docs 📝

Polish 💅

Internal 🏠

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/966 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/30/2020 **Status:** ✅ Merged **Merged:** 6/30/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/graphql-15.2.0` --- ### 📝 Commits (1) - [`6dbd179`](https://github.com/hoppscotch/hoppscotch/commit/6dbd179bafc49c31fe9be74a55f6cdf88f334abe) :arrow_up: Bump graphql from 15.1.0 to 15.2.0 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [graphql](https://github.com/graphql/graphql-js) from 15.1.0 to 15.2.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.2.0 (2020-06-29)</h2> <h4>New Feature 🚀</h4> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2465">#2465</a> Change type of extensions from anonymous Record to named interfaces (<a href="https://github.com/benjie">@benjie</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2600">#2600</a> Add NoSchemaIntrospectionCustomRule (<a href="https://github.com/danielrearden">@danielrearden</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2605">#2605</a> Add NoDeprecatedCustomRule and deprecate findDeprecatedUsages (<a href="https://github.com/danielrearden">@danielrearden</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2644">#2644</a> ExecutionResult: add 'extensions' field (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2669">#2669</a> Add parentType to path to avoid path ambiguity (<a href="https://github.com/benjie">@benjie</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2671">#2671</a> Added 'executeSync': promise free version of <code>execute</code>. (<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/2608">#2608</a> buildSchema: allow to reference introspection types (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> </ul> <h4>Docs 📝</h4> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2677">#2677</a> README: use local references (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> </ul> <h4>Polish 💅</h4> <!-- raw HTML omitted --> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2655">#2655</a> tests: Improve type coverage (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2660">#2660</a> union-interface-test: Improve typings (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2668">#2668</a> Switch to alternative format for type imports (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2674">#2674</a> Switch unused imports to type imports (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</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/2630">#2630</a> Remove unintended 'console.log' (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2636">#2636</a> CI: add initial support of Deno build (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2637">#2637</a> CI: fix publishing of <code>npm</code> and <code>deno</code> branches (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2638">#2638</a> CI: fix execution of gitpublish script (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2639">#2639</a> CI: various fixes in 'gitpublish.sh' (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2640">#2640</a> CI: use bash to run 'gitpublish.sh' (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2641">#2641</a> ci: use '.js' extension for deno build (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2642">#2642</a> instanceOf: support Deno (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2647">#2647</a> Integration tests for TS (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2650">#2650</a> Remove dtslint check (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2651">#2651</a> Cleanup TS integration test (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2652">#2652</a> integrationTests: suppress warnings from 'npm install' (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2653">#2653</a> Revert &quot;instanceOf: support Deno (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2642">#2642</a>)&quot; (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2654">#2654</a> Move prettier down in the order of tests (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2656">#2656</a> Simplify ESLint config (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2658">#2658</a> Update Flow (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2662">#2662</a> Simplify prettier config (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2665">#2665</a> Run cspell on entire project (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2667">#2667</a> Run ESLint on the entire repo (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2672">#2672</a> Remove swap file accidentally committed in <a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2560">#2560</a> (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/graphql/graphql-js/commit/2fbdcff4c0ac9649c159348321847389fbf1e8f0"><code>2fbdcff</code></a> 15.2.0</li> <li><a href="https://github.com/graphql/graphql-js/commit/45033beb4f085920af9a2f9a7afb0c43d74e9160"><code>45033be</code></a> README: use local references (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2677">#2677</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/7ee63b0672783d31141a967f982d407369930ae6"><code>7ee63b0</code></a> Change type of extensions from anonymous Record to named interfaces (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2465">#2465</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/b489677b6651f90a4564c570c43972f068f40c85"><code>b489677</code></a> Add parentType to path to avoid path ambiguity (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2669">#2669</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/2232ebdef828566f3add3ed2a31709d3c1710c0e"><code>2232ebd</code></a> Switch unused imports to type imports (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2674">#2674</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/ce3cc24e154623eb4777235b5b7140dfe17397ab"><code>ce3cc24</code></a> Remove swap file accidentally committed in <a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2560">#2560</a> (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2672">#2672</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/8f3d09b54260565213a9aa0ce07fe145b2f7eb40"><code>8f3d09b</code></a> Added 'executeSync': promise free version of <code>execute</code>. (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2671">#2671</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/9735ac75254c8156b0830f8a0efa07fb35ad31cf"><code>9735ac7</code></a> Add NoDeprecatedCustomRule and deprecate findDeprecatedUsages (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2605">#2605</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/00077f13ceb052bf3bca309e17cc0efcb9ae92a7"><code>00077f1</code></a> Add NoSchemaIntrospectionCustomRule</li> <li><a href="https://github.com/graphql/graphql-js/commit/1597f5d89cd5350d262180a17d4d236e039af56c"><code>1597f5d</code></a> buildSchema: allow to reference introspection types (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2608">#2608</a>)</li> <li>Additional commits viewable in <a href="https://github.com/graphql/graphql-js/compare/v15.1.0...v15.2.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.1.0&new-version=15.2.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:38:09 +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#2980
No description provided.