[PR #936] [MERGED] ⬆️ Bump graphql-language-service-interface from 2.3.3 to 2.4.0 #2952

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/936
Author: @dependabot[bot]
Created: 6/12/2020
Status: Merged
Merged: 6/12/2020
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/graphql-language-service-interface-2.4.0


📝 Commits (1)

  • 979aac2 ⬆️ Bump graphql-language-service-interface from 2.3.3 to 2.4.0

📊 Changes

2 files changed (+23 additions, -83 deletions)

View changed files

📝 package-lock.json (+22 -82)
📝 package.json (+1 -1)

📄 Description

Bumps graphql-language-service-interface from 2.3.3 to 2.4.0.

Release notes

Sourced from graphql-language-service-interface's releases.

graphql-language-service-interface@2.4.0

2.4.0 (2020-06-11)

Bug Fixes

  • highlightNode xxx in xxx syntax to revert back to simple dot notation for checking of existence (#1566) (cc7fbfe)

graphql-language-service-interface@2.4.0-alpha.11

2.4.0-alpha.11 (2020-06-04)

Note: Version bump only for package graphql-language-service-interface

graphql-language-service-interface@2.4.0-alpha.10

2.4.0-alpha.10 (2020-06-04)

Bug Fixes

  • cleanup cache entry from lerna publish (4a26218)

graphql-language-service-interface@2.4.0-alpha.9

2.4.0-alpha.9 (2020-05-28)

Bug Fixes

graphql-language-service-interface@2.4.0-alpha.8

2.4.0-alpha.8 (2020-05-17)

Bug Fixes

  • remove problematic file resolution module from webpack sco… (#1489) (8dab038)
  • repair CLI, handle all schema and LSP errors (#1482) (992f384)

Features

graphql-language-service-interface@2.4.0-alpha.7

2.4.0-alpha.7 (2020-04-10)

Bug Fixes

... (truncated)
Commits
  • 294fd83 chore(release): publish
  • 9ad8047 chore: fix problematic definition (#1576)
  • 954aa3d feat: standalone monaco API (#1575)
  • 26fc538 chore: up graphql-config, drop graphql<14 peerDeps (#1574)
  • 1ee60a6 fix: fix server side rendering by using type only codemirror import (#1573)
  • 8541250 fix: call debounce statements as they are functions (#1571)
  • afd9b25 chore(deps): [security] bump websocket-extensions from 0.1.3 to 0.1.4 (#1572)
  • 046b09f fix: Move all componentWillUnMount functionality to respective events (#1544)
  • cc7fbfe fix: highlightNode xxx in xxx syntax to revert back to simple dot notation fo...
  • 39c00a5 fix: value of documentation in completion list (#1567)
  • 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/936 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/12/2020 **Status:** ✅ Merged **Merged:** 6/12/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/graphql-language-service-interface-2.4.0` --- ### 📝 Commits (1) - [`979aac2`](https://github.com/hoppscotch/hoppscotch/commit/979aac2fcabab56e95e887e591bb3b1bfed3e57a) :arrow_up: Bump graphql-language-service-interface from 2.3.3 to 2.4.0 ### 📊 Changes **2 files changed** (+23 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+22 -82) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [graphql-language-service-interface](https://github.com/graphql/graphiql) from 2.3.3 to 2.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/graphql/graphiql/releases">graphql-language-service-interface's releases</a>.</em></p> <blockquote> <h2>graphql-language-service-interface@2.4.0</h2> <h1><a href="https://github.com/graphql/graphiql/compare/graphql-language-service-interface@2.4.0-alpha.11...graphql-language-service-interface@2.4.0">2.4.0</a> (2020-06-11)</h1> <h3>Bug Fixes</h3> <ul> <li>highlightNode xxx in xxx syntax to revert back to simple dot notation for checking of existence (<a href="https://github-redirect.dependabot.com/graphql/graphiql/issues/1566">#1566</a>) (<a href="https://github.com/graphql/graphiql/commit/cc7fbfe89d65943f23f58187c3fa3bdf0d4bbf1d">cc7fbfe</a>)</li> </ul> <h2>graphql-language-service-interface@2.4.0-alpha.11</h2> <h1><a href="https://github.com/graphql/graphiql/compare/graphql-language-service-interface@2.4.0-alpha.10...graphql-language-service-interface@2.4.0-alpha.11">2.4.0-alpha.11</a> (2020-06-04)</h1> <p><strong>Note:</strong> Version bump only for package graphql-language-service-interface</p> <h2>graphql-language-service-interface@2.4.0-alpha.10</h2> <h1><a href="https://github.com/graphql/graphiql/compare/graphql-language-service-interface@2.4.0-alpha.9...graphql-language-service-interface@2.4.0-alpha.10">2.4.0-alpha.10</a> (2020-06-04)</h1> <h3>Bug Fixes</h3> <ul> <li>cleanup cache entry from lerna publish (<a href="https://github.com/graphql/graphiql/commit/4a2621808a1aea8b30d5d27b8d86a60bf2b44b01">4a26218</a>)</li> </ul> <h2>graphql-language-service-interface@2.4.0-alpha.9</h2> <h1><a href="https://github.com/graphql/graphiql/compare/graphql-language-service-interface@2.4.0-alpha.8...graphql-language-service-interface@2.4.0-alpha.9">2.4.0-alpha.9</a> (2020-05-28)</h1> <h3>Bug Fixes</h3> <ul> <li>remove <a href="https://github.com/ts-nocheck">@ts-nocheck</a> and fix type errors (<a href="https://github-redirect.dependabot.com/graphql/graphiql/issues/1541">#1541</a>) (<a href="https://github.com/graphql/graphiql/commit/1bb7b0e7f8f265a52092bae4dd93809e78ba3b83">1bb7b0e</a>)</li> </ul> <h2>graphql-language-service-interface@2.4.0-alpha.8</h2> <h1><a href="https://github.com/graphql/graphiql/compare/graphql-language-service-interface@2.4.0-alpha.7...graphql-language-service-interface@2.4.0-alpha.8">2.4.0-alpha.8</a> (2020-05-17)</h1> <h3>Bug Fixes</h3> <ul> <li>remove problematic file resolution module from webpack sco… (<a href="https://github-redirect.dependabot.com/graphql/graphiql/issues/1489">#1489</a>) (<a href="https://github.com/graphql/graphiql/commit/8dab0385772f443f73b559e2c668080733168236">8dab038</a>)</li> <li>repair CLI, handle all schema and LSP errors (<a href="https://github-redirect.dependabot.com/graphql/graphiql/issues/1482">#1482</a>) (<a href="https://github.com/graphql/graphiql/commit/992f38494f20f5877bfd6ff54893854ac7a0eaa2">992f384</a>)</li> </ul> <h3>Features</h3> <ul> <li>introduce proper vscode completion kinds (<a href="https://github-redirect.dependabot.com/graphql/graphiql/issues/1488">#1488</a>) (<a href="https://github.com/graphql/graphiql/commit/f19aa0ddde6109526c101c8a487f43bbb8238394">f19aa0d</a>)</li> <li>Monaco Mode - Phase 2 - Mode &amp; Worker (<a href="https://github-redirect.dependabot.com/graphql/graphiql/issues/1459">#1459</a>) (<a href="https://github.com/graphql/graphiql/commit/bc95fb46459a4437ff9471ff43c98e1c5c50f51e">bc95fb4</a>)</li> <li>monaco-graphql docs, api, improvements (<a href="https://github-redirect.dependabot.com/graphql/graphiql/issues/1521">#1521</a>) (<a href="https://github.com/graphql/graphiql/commit/c79158c72e976ab286e7ec3fded7f3e2d24e50d0">c79158c</a>)</li> </ul> <h2>graphql-language-service-interface@2.4.0-alpha.7</h2> <h1><a href="https://github.com/graphql/graphiql/compare/graphql-language-service-interface@2.4.0-alpha.6...graphql-language-service-interface@2.4.0-alpha.7">2.4.0-alpha.7</a> (2020-04-10)</h1> <h3>Bug Fixes</h3> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/graphql/graphiql/commit/294fd834efe485132744c0cd9d24690a61b45501"><code>294fd83</code></a> chore(release): publish</li> <li><a href="https://github.com/graphql/graphiql/commit/9ad8047a540113307ee07af1591ff96d6be850f2"><code>9ad8047</code></a> chore: fix problematic definition (<a href="https://github-redirect.dependabot.com/graphql/graphiql/issues/1576">#1576</a>)</li> <li><a href="https://github.com/graphql/graphiql/commit/954aa3d7159fd26bba9650824e0f668e417ca64f"><code>954aa3d</code></a> feat: standalone monaco API (<a href="https://github-redirect.dependabot.com/graphql/graphiql/issues/1575">#1575</a>)</li> <li><a href="https://github.com/graphql/graphiql/commit/26fc538306a7be31c3064a7cf5a2660f68daeef7"><code>26fc538</code></a> chore: up graphql-config, drop graphql&lt;14 peerDeps (<a href="https://github-redirect.dependabot.com/graphql/graphiql/issues/1574">#1574</a>)</li> <li><a href="https://github.com/graphql/graphiql/commit/1ee60a6db87d54c7a1e8f1089e52a65f335351b6"><code>1ee60a6</code></a> fix: fix server side rendering by using type only codemirror import (<a href="https://github-redirect.dependabot.com/graphql/graphiql/issues/1573">#1573</a>)</li> <li><a href="https://github.com/graphql/graphiql/commit/85412501307ccfffe258b7fbca74bb9309726a73"><code>8541250</code></a> fix: call debounce statements as they are functions (<a href="https://github-redirect.dependabot.com/graphql/graphiql/issues/1571">#1571</a>)</li> <li><a href="https://github.com/graphql/graphiql/commit/afd9b25c696843ddf1473e5844a1c0d6ff0304d4"><code>afd9b25</code></a> chore(deps): [security] bump websocket-extensions from 0.1.3 to 0.1.4 (<a href="https://github-redirect.dependabot.com/graphql/graphiql/issues/1572">#1572</a>)</li> <li><a href="https://github.com/graphql/graphiql/commit/046b09f541e6a9f2ce4b46de590d49c04c916716"><code>046b09f</code></a> fix: Move all componentWillUnMount functionality to respective events (<a href="https://github-redirect.dependabot.com/graphql/graphiql/issues/1544">#1544</a>)</li> <li><a href="https://github.com/graphql/graphiql/commit/cc7fbfe89d65943f23f58187c3fa3bdf0d4bbf1d"><code>cc7fbfe</code></a> fix: highlightNode xxx in xxx syntax to revert back to simple dot notation fo...</li> <li><a href="https://github.com/graphql/graphiql/commit/39c00a55d7af43ce4e57ad9b1d5cd55393beb0d0"><code>39c00a5</code></a> fix: value of documentation in completion list (<a href="https://github-redirect.dependabot.com/graphql/graphiql/issues/1567">#1567</a>)</li> <li>Additional commits viewable in <a href="https://github.com/graphql/graphiql/compare/graphql-language-service-interface@2.3.3...graphql-language-service-interface@2.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=graphql-language-service-interface&package-manager=npm_and_yarn&previous-version=2.3.3&new-version=2.4.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#2952
No description provided.