[PR #771] [MERGED] Upstream #2844

Closed
opened 2026-03-17 00:30:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/771
Author: @liyasthomas
Created: 4/15/2020
Status: Merged
Merged: 4/15/2020
Merged by: @liyasthomas

Base: i18nHead: master


📝 Commits (10+)

  • 84e3fdb chore(deps-dev): bump lint-staged from 10.1.1 to 10.1.2
  • 8c038ae Merge pull request #740 from liyasthomas/dependabot/npm_and_yarn/lint-staged-10.1.2
  • b85220f chore(deps): bump @nuxtjs/sitemap from 2.1.0 to 2.2.0
  • 5f6c606 Merge pull request #743 from liyasthomas/dependabot/npm_and_yarn/nuxtjs/sitemap-2.2.0
  • 0e7597e chore(deps-dev): bump prettier from 2.0.2 to 2.0.4
  • 3fcf90e Merge pull request #744 from liyasthomas/dependabot/npm_and_yarn/prettier-2.0.4
  • 848535a Fix GQL introspection query not sent through extension
  • 140d585 Merge pull request #745 from levrik/fix-gql-get-schema
  • 83b7083 Remove support for legacy extensions
  • ac78750 Merge pull request #747 from levrik/remove-legacy-extension-strategies

📊 Changes

8 files changed (+125 additions, -731 deletions)

View changed files

📝 components/layout/header.vue (+14 -9)
📝 functions/network.js (+2 -19)
functions/strategies/ChromeStrategy.js (+0 -63)
📝 functions/strategies/ExtensionStrategy.js (+11 -6)
functions/strategies/FirefoxStrategy.js (+0 -47)
📝 package-lock.json (+87 -565)
📝 package.json (+5 -5)
📝 pages/graphql.vue (+6 -17)

📄 Description

No description provided


🔄 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/771 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 4/15/2020 **Status:** ✅ Merged **Merged:** 4/15/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `i18n` ← **Head:** `master` --- ### 📝 Commits (10+) - [`84e3fdb`](https://github.com/hoppscotch/hoppscotch/commit/84e3fdb4ac55437fe7972e9621b10fcebc916d24) chore(deps-dev): bump lint-staged from 10.1.1 to 10.1.2 - [`8c038ae`](https://github.com/hoppscotch/hoppscotch/commit/8c038ae662b584532437acd7d09dab0651ae9b7d) Merge pull request #740 from liyasthomas/dependabot/npm_and_yarn/lint-staged-10.1.2 - [`b85220f`](https://github.com/hoppscotch/hoppscotch/commit/b85220fc655608b4b5933cc92aff65dac0ea4136) chore(deps): bump @nuxtjs/sitemap from 2.1.0 to 2.2.0 - [`5f6c606`](https://github.com/hoppscotch/hoppscotch/commit/5f6c60656d45047b27fc2772a2188d30d5b79383) Merge pull request #743 from liyasthomas/dependabot/npm_and_yarn/nuxtjs/sitemap-2.2.0 - [`0e7597e`](https://github.com/hoppscotch/hoppscotch/commit/0e7597edcc13b969bc89d771810d1dff6018d180) chore(deps-dev): bump prettier from 2.0.2 to 2.0.4 - [`3fcf90e`](https://github.com/hoppscotch/hoppscotch/commit/3fcf90edd77e53b33ca912fc865f196c39010cff) Merge pull request #744 from liyasthomas/dependabot/npm_and_yarn/prettier-2.0.4 - [`848535a`](https://github.com/hoppscotch/hoppscotch/commit/848535a34301071fd2b17dc82930484757051262) Fix GQL introspection query not sent through extension - [`140d585`](https://github.com/hoppscotch/hoppscotch/commit/140d585122735b06546e2755e671e7a8c619f779) Merge pull request #745 from levrik/fix-gql-get-schema - [`83b7083`](https://github.com/hoppscotch/hoppscotch/commit/83b708368f84d19ce6efced004011002c03181ee) Remove support for legacy extensions - [`ac78750`](https://github.com/hoppscotch/hoppscotch/commit/ac7875011d31f2ef77a83454b5ac59be3c9babcc) Merge pull request #747 from levrik/remove-legacy-extension-strategies ### 📊 Changes **8 files changed** (+125 additions, -731 deletions) <details> <summary>View changed files</summary> 📝 `components/layout/header.vue` (+14 -9) 📝 `functions/network.js` (+2 -19) ➖ `functions/strategies/ChromeStrategy.js` (+0 -63) 📝 `functions/strategies/ExtensionStrategy.js` (+11 -6) ➖ `functions/strategies/FirefoxStrategy.js` (+0 -47) 📝 `package-lock.json` (+87 -565) 📝 `package.json` (+5 -5) 📝 `pages/graphql.vue` (+6 -17) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:30:49 +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#2844
No description provided.