[PR #2714] [CLOSED] chore: bump deps #4011

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2714
Author: @amk-dev
Created: 9/30/2022
Status: Closed

Base: mainHead: chore/bump-deps


📝 Commits (8)

  • 2dacb35 chore: minor ui improvements
  • 8d78f8b chore: minor ui improvements
  • 8a70394 chore: exclude robots.txt and sitemap.xml from using fallback navigation
  • 86c8d1f chore: upgrade minor and patch deps for hoppscotch-app
  • aa7fd3c chore: bump deps for some more packages
  • c096efe chore: bump more deps
  • 23e10b7 chore: more bump deps
  • b19c978 chore: bump graphql to 16.6

📊 Changes

32 files changed (+3485 additions, -1951 deletions)

View changed files

📝 README.md (+2 -2)
📝 package.json (+4 -4)
📝 packages/hoppscotch-app/assets/scss/styles.scss (+1 -1)
📝 packages/hoppscotch-app/package.json (+59 -59)
📝 packages/hoppscotch-app/src/components/app/Shortcuts.vue (+1 -1)
📝 packages/hoppscotch-app/src/components/app/SlideOver.vue (+1 -1)
📝 packages/hoppscotch-app/src/components/collections/Add.vue (+8 -2)
📝 packages/hoppscotch-app/src/components/collections/AddFolder.vue (+8 -2)
📝 packages/hoppscotch-app/src/components/collections/AddRequest.vue (+8 -2)
📝 packages/hoppscotch-app/src/components/collections/Edit.vue (+8 -2)
📝 packages/hoppscotch-app/src/components/collections/EditFolder.vue (+8 -2)
📝 packages/hoppscotch-app/src/components/collections/EditRequest.vue (+8 -2)
📝 packages/hoppscotch-app/src/components/collections/SaveRequest.vue (+12 -3)
📝 packages/hoppscotch-app/src/components/collections/graphql/Add.vue (+7 -2)
📝 packages/hoppscotch-app/src/components/collections/graphql/AddFolder.vue (+8 -3)
📝 packages/hoppscotch-app/src/components/collections/graphql/AddRequest.vue (+8 -3)
📝 packages/hoppscotch-app/src/components/collections/graphql/Edit.vue (+12 -3)
📝 packages/hoppscotch-app/src/components/collections/graphql/EditFolder.vue (+12 -3)
📝 packages/hoppscotch-app/src/components/collections/graphql/EditRequest.vue (+12 -3)
📝 packages/hoppscotch-app/src/components/environments/Details.vue (+8 -2)

...and 12 more files

📄 Description

bump deps


🔄 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/2714 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 9/30/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `chore/bump-deps` --- ### 📝 Commits (8) - [`2dacb35`](https://github.com/hoppscotch/hoppscotch/commit/2dacb35bfa257e67a8e585384b89ea39e625495c) chore: minor ui improvements - [`8d78f8b`](https://github.com/hoppscotch/hoppscotch/commit/8d78f8b370fe27f1d29d4720e9aef7cd0f8ca65c) chore: minor ui improvements - [`8a70394`](https://github.com/hoppscotch/hoppscotch/commit/8a70394234962b4e7a2533cf4da12e2497a0aaac) chore: exclude robots.txt and sitemap.xml from using fallback navigation - [`86c8d1f`](https://github.com/hoppscotch/hoppscotch/commit/86c8d1feb2663046405eecd08b8df4ec79c9a474) chore: upgrade minor and patch deps for hoppscotch-app - [`aa7fd3c`](https://github.com/hoppscotch/hoppscotch/commit/aa7fd3c44535b01eee402cb155429ab8bdafc842) chore: bump deps for some more packages - [`c096efe`](https://github.com/hoppscotch/hoppscotch/commit/c096efe71a08d61b689943825a963822a7ade97a) chore: bump more deps - [`23e10b7`](https://github.com/hoppscotch/hoppscotch/commit/23e10b781629811be7b7a94bfdc34e61dea41e6c) chore: more bump deps - [`b19c978`](https://github.com/hoppscotch/hoppscotch/commit/b19c9784b7b167c90b813ddd8d14d44689f28052) chore: bump graphql to 16.6 ### 📊 Changes **32 files changed** (+3485 additions, -1951 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) 📝 `package.json` (+4 -4) 📝 `packages/hoppscotch-app/assets/scss/styles.scss` (+1 -1) 📝 `packages/hoppscotch-app/package.json` (+59 -59) 📝 `packages/hoppscotch-app/src/components/app/Shortcuts.vue` (+1 -1) 📝 `packages/hoppscotch-app/src/components/app/SlideOver.vue` (+1 -1) 📝 `packages/hoppscotch-app/src/components/collections/Add.vue` (+8 -2) 📝 `packages/hoppscotch-app/src/components/collections/AddFolder.vue` (+8 -2) 📝 `packages/hoppscotch-app/src/components/collections/AddRequest.vue` (+8 -2) 📝 `packages/hoppscotch-app/src/components/collections/Edit.vue` (+8 -2) 📝 `packages/hoppscotch-app/src/components/collections/EditFolder.vue` (+8 -2) 📝 `packages/hoppscotch-app/src/components/collections/EditRequest.vue` (+8 -2) 📝 `packages/hoppscotch-app/src/components/collections/SaveRequest.vue` (+12 -3) 📝 `packages/hoppscotch-app/src/components/collections/graphql/Add.vue` (+7 -2) 📝 `packages/hoppscotch-app/src/components/collections/graphql/AddFolder.vue` (+8 -3) 📝 `packages/hoppscotch-app/src/components/collections/graphql/AddRequest.vue` (+8 -3) 📝 `packages/hoppscotch-app/src/components/collections/graphql/Edit.vue` (+12 -3) 📝 `packages/hoppscotch-app/src/components/collections/graphql/EditFolder.vue` (+12 -3) 📝 `packages/hoppscotch-app/src/components/collections/graphql/EditRequest.vue` (+12 -3) 📝 `packages/hoppscotch-app/src/components/environments/Details.vue` (+8 -2) _...and 12 more files_ </details> ### 📄 Description bump deps --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:34: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#4011
No description provided.