[PR #1302] [CLOSED] Bump graphql from 15.3.0 to 15.4.0 #3216

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1302
Author: @dependabot[bot]
Created: 10/27/2020
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/graphql-15.4.0


📝 Commits (1)

  • 64577aa Bump graphql from 15.3.0 to 15.4.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.3.0 to 15.4.0.

Release notes

Sourced from graphql's releases.

v15.4.0 (2020-10-26)

New Feature 🚀

Bug Fix 🐞

Docs 📝

Polish 💅

... (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/1302 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/27/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/graphql-15.4.0` --- ### 📝 Commits (1) - [`64577aa`](https://github.com/hoppscotch/hoppscotch/commit/64577aaa156f7cfb404f20967a1333fac1217c7e) Bump graphql from 15.3.0 to 15.4.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.3.0 to 15.4.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.4.0 (2020-10-26)</h2> <h4>New Feature 🚀</h4> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2731">#2731</a> execute/subscribe: simplify to improve debugging experience (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2733">#2733</a> Allow deprecating input fields and arguments (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2744">#2744</a> parser: Export <code>Parser</code> class as unstable API (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2749">#2749</a> Add 'TypedQueryDocumentNode' TS type (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2770">#2770</a> Adding experimental online parser (<a href="https://github.com/hereisnaman">@hereisnaman</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2797">#2797</a> Make print() break arguments over multiple lines (<a href="https://github.com/draperunner">@draperunner</a>)</li> </ul> <h4>Bug Fix 🐞</h4> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2696">#2696</a> GraphQLScalarType: default 'parseLiteral' should handle variables (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2706">#2706</a> buildASTSchema: should match order of default types and directives (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2784">#2784</a> Change <code>devAsserts</code> for checking <code>source</code> argument (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2786">#2786</a> fix: ensure variance of types matches how values are used (<a href="https://github.com/ForbesLindesay">@ForbesLindesay</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2788">#2788</a> Make specifiedByUrl in IntrospectionScalarType's flow type optional (<a href="https://github.com/mjmahone">@mjmahone</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2793">#2793</a> resolveType: add workaround for transformed schemas (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2795">#2795</a> subscribe: correct Flow definitions (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2804">#2804</a> Added check for specific symbols in polyfills/symbols (<a href="https://github.com/dionisnote">@dionisnote</a>)</li> </ul> <h4>Docs 📝</h4> <!-- raw HTML omitted --> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2693">#2693</a> docs: Changed how to import graphqlHTTP in graphql-express modules (<a href="https://github.com/solidw">@solidw</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2718">#2718</a> introspectionQuery -&gt; getIntrospectionQuery (<a href="https://github.com/dobesv">@dobesv</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2747">#2747</a> Update CONTRIBUTING.md (<a href="https://github.com/adithyaakrishna">@adithyaakrishna</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2806">#2806</a> Update outdated documentation (<a href="https://github.com/Tapped">@Tapped</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/2695">#2695</a> Merge all tests for standard scalars into one file (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2697">#2697</a> Cleanup valueFromAST &amp; valueFromASTUntyped tests (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2698">#2698</a> list-test: Simplify utility function (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2700">#2700</a> Deprecate 'isDeprecated' (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2701">#2701</a> introspection: simpify 'includeDeprecated' logic (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2702">#2702</a> Improve readability of readToken function (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2703">#2703</a> lexer: inline positionAfterWhitespace function (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2704">#2704</a> readToken: improve readability by rearranging character groups (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2705">#2705</a> lexer: Fix formatting (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2707">#2707</a> introspection-test: convert schemas to SDL (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2708">#2708</a> introspection-test: simplify tests for description fields (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2709">#2709</a> introspection-test: improve testing of trivial resolvers (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2710">#2710</a> validation-test: Improve typings (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2720">#2720</a> NoDeprecatedCustomRule-test: simplify test cases (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2724">#2724</a> Remove Flow file annotations &amp; add missing 3rd-party typings (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2729">#2729</a> execute: simplify check for promises inside collections (<a href="https://github.com/IvanGoncharov">@IvanGoncharov</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/975c150541b990a6b160afea6a8c52d990013f31"><code>975c150</code></a> 15.4.0</li> <li><a href="https://github.com/graphql/graphql-js/commit/0bf5721b066877522854f1ce22d90c4f5356024c"><code>0bf5721</code></a> Update deps (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2827">#2827</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/fc5e115d844ba3f07a3b116e2b9a0a946ec87bff"><code>fc5e115</code></a> Update deps (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2825">#2825</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/822616f4d7d6ab14b9fad3e92cb00c4076fc71cf"><code>822616f</code></a> integrationTests: add Flow test (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2819">#2819</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/711425eaf3baa3efa5da10e11ed76f58ec149ad7"><code>711425e</code></a> fix: ensure variance of types matches how values are used (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2786">#2786</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/c44104fe3ccb0b14c2cf4d736c5a979e7b66b482"><code>c44104f</code></a> Cleanup '<strong>fixtures</strong>' leftovers (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2818">#2818</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/7e79bbe5f2b0e971b5e5f6fe3e7b19c43dea9f35"><code>7e79bbe</code></a> Convert fixtures to be JS files (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2816">#2816</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/5d109ec32f60b593b721037cd2944d2c07420006"><code>5d109ec</code></a> Update deps (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2815">#2815</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/607345275f60e07dba1b7156a23b9ddf8b086fc9"><code>6073452</code></a> benchmark: extract benchmarks into separate folder and run them on NPM package</li> <li><a href="https://github.com/graphql/graphql-js/commit/3aad20bf1cccda59ccb8d855584097fcf7348fef"><code>3aad20b</code></a> Update deps (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2810">#2810</a>)</li> <li>Additional commits viewable in <a href="https://github.com/graphql/graphql-js/compare/v15.3.0...v15.4.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.3.0&new-version=15.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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:51: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#3216
No description provided.