[PR #3258] [MERGED] chore: bump dependencies #4310

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3258
Author: @amk-dev
Created: 8/16/2023
Status: Merged
Merged: 8/21/2023
Merged by: @AndrewBastin

Base: release/2023.8.0Head: chore/bump-deps-aug-2023


📝 Commits (10+)

  • dc2b450 chore: bump deps
  • 4eed9f8 chore: bump more deps
  • 04c1bfb chore: bump more deps
  • 24b326f fix: migrate authExchange breaking changes
  • 6a848df fix: fix type issues with urql update
  • 9a27a29 chore: bump more deps
  • d93ccbe chore: bump graphql js and related deps
  • 69fda3b chore: bump more deps
  • ca2d2fc chore: update more deps
  • 319318b chore: bump more deps

📊 Changes

56 files changed (+6059 additions, -5170 deletions)

View changed files

📝 .prettierrc.js (+6 -1)
📝 packages/codemirror-lang-graphql/package.json (+4 -4)
📝 packages/hoppscotch-common/.eslintrc.js (+11 -1)
📝 packages/hoppscotch-common/.prettierrc.js (+6 -1)
📝 packages/hoppscotch-common/package.json (+87 -87)
📝 packages/hoppscotch-common/src/components.d.ts (+9 -6)
📝 packages/hoppscotch-common/src/components/app/spotlight/Entry.vue (+5 -4)
📝 packages/hoppscotch-common/src/components/collections/Add.vue (+5 -5)
📝 packages/hoppscotch-common/src/components/collections/AddFolder.vue (+5 -5)
📝 packages/hoppscotch-common/src/components/collections/AddRequest.vue (+4 -4)
📝 packages/hoppscotch-common/src/components/collections/Edit.vue (+5 -5)
📝 packages/hoppscotch-common/src/components/collections/EditFolder.vue (+5 -5)
📝 packages/hoppscotch-common/src/components/collections/EditRequest.vue (+4 -4)
📝 packages/hoppscotch-common/src/components/collections/graphql/AddRequest.vue (+4 -4)
📝 packages/hoppscotch-common/src/components/collections/graphql/Edit.vue (+5 -5)
📝 packages/hoppscotch-common/src/components/environments/Add.vue (+8 -9)
📝 packages/hoppscotch-common/src/components/environments/my/Details.vue (+10 -8)
📝 packages/hoppscotch-common/src/components/environments/teams/Details.vue (+10 -8)
📝 packages/hoppscotch-common/src/components/graphql/RequestOptions.vue (+5 -1)
📝 packages/hoppscotch-common/src/components/http/Body.vue (+3 -1)

...and 36 more files

📄 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/3258 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 8/16/2023 **Status:** ✅ Merged **Merged:** 8/21/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.8.0` ← **Head:** `chore/bump-deps-aug-2023` --- ### 📝 Commits (10+) - [`dc2b450`](https://github.com/hoppscotch/hoppscotch/commit/dc2b450d1864bd40a3f6070a79793a12f7c4bfc0) chore: bump deps - [`4eed9f8`](https://github.com/hoppscotch/hoppscotch/commit/4eed9f8f3937f3486a68dfce5500d7372866dca3) chore: bump more deps - [`04c1bfb`](https://github.com/hoppscotch/hoppscotch/commit/04c1bfb359f34f8650f3475f49253a4144a9f748) chore: bump more deps - [`24b326f`](https://github.com/hoppscotch/hoppscotch/commit/24b326ff3f4e37c05490f21688e56e6192dc246e) fix: migrate authExchange breaking changes - [`6a848df`](https://github.com/hoppscotch/hoppscotch/commit/6a848df46e5343bdc0852fce6e343c705888155f) fix: fix type issues with urql update - [`9a27a29`](https://github.com/hoppscotch/hoppscotch/commit/9a27a299a769476ae25371d918304f1b78765fed) chore: bump more deps - [`d93ccbe`](https://github.com/hoppscotch/hoppscotch/commit/d93ccbe1322846d277e289b4fd08789a0e653cfa) chore: bump graphql js and related deps - [`69fda3b`](https://github.com/hoppscotch/hoppscotch/commit/69fda3bde5c45c3bbf424efab39078f9df1e55cb) chore: bump more deps - [`ca2d2fc`](https://github.com/hoppscotch/hoppscotch/commit/ca2d2fcc59e341b868f5eb52adef51d1ee2ffc72) chore: update more deps - [`319318b`](https://github.com/hoppscotch/hoppscotch/commit/319318b836565a3ac2a5a19c6bf22f6983734e23) chore: bump more deps ### 📊 Changes **56 files changed** (+6059 additions, -5170 deletions) <details> <summary>View changed files</summary> 📝 `.prettierrc.js` (+6 -1) 📝 `packages/codemirror-lang-graphql/package.json` (+4 -4) 📝 `packages/hoppscotch-common/.eslintrc.js` (+11 -1) 📝 `packages/hoppscotch-common/.prettierrc.js` (+6 -1) 📝 `packages/hoppscotch-common/package.json` (+87 -87) 📝 `packages/hoppscotch-common/src/components.d.ts` (+9 -6) 📝 `packages/hoppscotch-common/src/components/app/spotlight/Entry.vue` (+5 -4) 📝 `packages/hoppscotch-common/src/components/collections/Add.vue` (+5 -5) 📝 `packages/hoppscotch-common/src/components/collections/AddFolder.vue` (+5 -5) 📝 `packages/hoppscotch-common/src/components/collections/AddRequest.vue` (+4 -4) 📝 `packages/hoppscotch-common/src/components/collections/Edit.vue` (+5 -5) 📝 `packages/hoppscotch-common/src/components/collections/EditFolder.vue` (+5 -5) 📝 `packages/hoppscotch-common/src/components/collections/EditRequest.vue` (+4 -4) 📝 `packages/hoppscotch-common/src/components/collections/graphql/AddRequest.vue` (+4 -4) 📝 `packages/hoppscotch-common/src/components/collections/graphql/Edit.vue` (+5 -5) 📝 `packages/hoppscotch-common/src/components/environments/Add.vue` (+8 -9) 📝 `packages/hoppscotch-common/src/components/environments/my/Details.vue` (+10 -8) 📝 `packages/hoppscotch-common/src/components/environments/teams/Details.vue` (+10 -8) 📝 `packages/hoppscotch-common/src/components/graphql/RequestOptions.vue` (+5 -1) 📝 `packages/hoppscotch-common/src/components/http/Body.vue` (+3 -1) _...and 36 more files_ </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 01:51:23 +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#4310
No description provided.