[PR #1447] [CLOSED] chore(deps): bump graphql from 15.4.0 to 15.5.0 #3319

Closed
opened 2026-03-17 00:56:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1447
Author: @dependabot[bot]
Created: 1/27/2021
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/graphql-15.5.0


📝 Commits (1)

  • 9a6abcb chore(deps): bump graphql from 15.4.0 to 15.5.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.4.0 to 15.5.0.

Release notes

Sourced from graphql's releases.

v15.5.0 (2021-01-26)

Bug Fix 🐞

Docs 📝

Polish 💅

Internal 🏠

Dependency 📦

Committers: 3

... (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/1447 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/27/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/graphql-15.5.0` --- ### 📝 Commits (1) - [`9a6abcb`](https://github.com/hoppscotch/hoppscotch/commit/9a6abcbcf6d1e66ce5446e15694e623ce30862f0) chore(deps): bump graphql from 15.4.0 to 15.5.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.4.0 to 15.5.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.5.0 (2021-01-26)</h2> <h4>Bug Fix 🐞</h4> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2852">#2852</a> introspectionFromSchema: enable 'specifiedByUrl' by default (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2855">#2855</a> introspection: Add missing support for deprecated input values (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2859">#2859</a> separateOperations: distinguish query and fragment names (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2876">#2876</a> Replace 'localeCompare' with function independent from locale (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2893">#2893</a> Fix handling of input objects with 'length' property (<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/2849">#2849</a> README: add instructions on using experimental features (<a href="https://github.com/robrichard"><code>@robrichard</code></a>)</li> </ul> <h4>Polish 💅</h4> <!-- raw HTML omitted --> <ul> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2847">#2847</a> Add tests for supporting Iterable collections across the lib (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2851">#2851</a> tests: update 'getIntrospectionQuery' tests to use custom matchers (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2858">#2858</a> separateOperations-test: refactor tests to look like snapshots (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2868">#2868</a> Extract types for normalized configs into named types (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2878">#2878</a> fix: type annotation cannot appear on a constructor declaration (<a href="https://github.com/saihaj"><code>@saihaj</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2879">#2879</a> fix: no need to mark param optional if default value is given (<a href="https://github.com/saihaj"><code>@saihaj</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2889">#2889</a> Simplify isAsyncIterable (<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/2831">#2831</a> build: add support for experimental releases (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2836">#2836</a> CI: test on node 15 (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2837">#2837</a> Flow: remove support for measuring Flow coverage (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2838">#2838</a> TS: exclude integration tests from root tsconfig.json (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2840">#2840</a> resources: use named groups in RegExp (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2886">#2886</a> Use correct flags for rmdir/mkdir functions (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/graphql/graphql-js/pull/2891">#2891</a> benchmark: fix temp dir creation (<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/2835">#2835</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/2844">#2844</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/2850">#2850</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/2884">#2884</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/2890">#2890</a> Update deps (<a href="https://github.com/IvanGoncharov"><code>@IvanGoncharov</code></a>)</li> </ul> <!-- raw HTML omitted --> <h4>Committers: 3</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/graphql/graphql-js/commit/1611bbb08a88f734e9490b14cfe6afea11a838e0"><code>1611bbb</code></a> 15.5.0</li> <li><a href="https://github.com/graphql/graphql-js/commit/7e5f567cce0c2771b7319e142d58a2a2893ed0c9"><code>7e5f567</code></a> Fix handling of input objects with 'length' property (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2893">#2893</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/3bce13f652e4043d940df8eec29f79eef24b6215"><code>3bce13f</code></a> benchmark: fix temp dir creation (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2891">#2891</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/4c560416672c80c6fdc23086398bb78ce00017c4"><code>4c56041</code></a> Update deps (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2890">#2890</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/57662ae83460bee94d208a971a81ef3b94d7be41"><code>57662ae</code></a> Simplify isAsyncIterable (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2889">#2889</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/f0502f97a5e3934a4c46dad7a53b4f3fdbb5ae70"><code>f0502f9</code></a> Use correct flags for rmdir/mkdir functions (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2886">#2886</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/34ddf388cd57dd99651554e1c241096575cc60fb"><code>34ddf38</code></a> Update deps (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2884">#2884</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/16d2535784da070a2c6801100b370ee89f1b0ade"><code>16d2535</code></a> Replace 'localeCompare' with function independent from locale (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2876">#2876</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/edbe218579889d6c08c6d1942f35218dbad47d54"><code>edbe218</code></a> fix: no need to mark param optional if default value is given (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2879">#2879</a>)</li> <li><a href="https://github.com/graphql/graphql-js/commit/661ff1a6b591eea1e7a7e7c9e6b8b2dcfabf3bd7"><code>661ff1a</code></a> fix: type annotation cannot appear on a constructor declaration (<a href="https://github-redirect.dependabot.com/graphql/graphql-js/issues/2878">#2878</a>)</li> <li>Additional commits viewable in <a href="https://github.com/graphql/graphql-js/compare/v15.4.0...v15.5.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.4.0&new-version=15.5.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 00:56:35 +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#3319
No description provided.