[PR #3389] [MERGED] HBE-266 Update NestJS packages #4366

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3389
Author: @mirarifhasan
Created: 9/25/2023
Status: Merged
Merged: 10/16/2023
Merged by: @balub

Base: release/2023.8.3Head: dependency/bump-nestjs


📝 Commits (8)

  • 364f7e5 build: update npm nest packages
  • 866c8b2 build: removed depricated apollo-server-plugin package
  • a4f00bd build: pnpm-lock file added
  • 4a1cdc2 build: swc integrated
  • 7cca383 Revert "build: swc integrated"
  • 1c4aab1 feat: upgrade graphql* packages version
  • 50e6785 feat: upgrade point release
  • 46deaca feat: update pnpm-lock file

📊 Changes

6 files changed (+3076 additions, -6287 deletions)

View changed files

📝 packages/hoppscotch-backend/package.json (+16 -16)
📝 packages/hoppscotch-backend/src/app.module.ts (+6 -9)
📝 packages/hoppscotch-backend/src/gql-schema.ts (+1 -3)
📝 packages/hoppscotch-backend/src/guards/throttler-behind-proxy.guard.ts (+1 -2)
📝 packages/hoppscotch-backend/src/plugins/GQLComplexityPlugin.ts (+3 -2)
📝 pnpm-lock.yaml (+3049 -6255)

📄 Description

Closes HBE-266

Description

In this PR, we upgrade the version of npm packages related to NestJS in hoppscotch-backend.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

Additional Information

Merge #3415 first, to avoid any build issue


🔄 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/3389 **Author:** [@mirarifhasan](https://github.com/mirarifhasan) **Created:** 9/25/2023 **Status:** ✅ Merged **Merged:** 10/16/2023 **Merged by:** [@balub](https://github.com/balub) **Base:** `release/2023.8.3` ← **Head:** `dependency/bump-nestjs` --- ### 📝 Commits (8) - [`364f7e5`](https://github.com/hoppscotch/hoppscotch/commit/364f7e5bc74c3ee45e45d6a2fe5e7fb06e8bd961) build: update npm nest packages - [`866c8b2`](https://github.com/hoppscotch/hoppscotch/commit/866c8b2f31cf58419d6177990a98142c84725e7a) build: removed depricated apollo-server-plugin package - [`a4f00bd`](https://github.com/hoppscotch/hoppscotch/commit/a4f00bd84c101e6a81ae4183edb459878fe73cd2) build: pnpm-lock file added - [`4a1cdc2`](https://github.com/hoppscotch/hoppscotch/commit/4a1cdc23ca1bf80340c25388e7772d1bbf98f777) build: swc integrated - [`7cca383`](https://github.com/hoppscotch/hoppscotch/commit/7cca383d3d6f2138117040c698ab993ad75dcc35) Revert "build: swc integrated" - [`1c4aab1`](https://github.com/hoppscotch/hoppscotch/commit/1c4aab1d222a0de7cccf1744978580f89225aea1) feat: upgrade graphql* packages version - [`50e6785`](https://github.com/hoppscotch/hoppscotch/commit/50e6785591d41a572340ecf8dd1ceba3e1b8ab92) feat: upgrade point release - [`46deaca`](https://github.com/hoppscotch/hoppscotch/commit/46deacabf09e0d82934ca6ee4582d2479e70ac47) feat: update pnpm-lock file ### 📊 Changes **6 files changed** (+3076 additions, -6287 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-backend/package.json` (+16 -16) 📝 `packages/hoppscotch-backend/src/app.module.ts` (+6 -9) 📝 `packages/hoppscotch-backend/src/gql-schema.ts` (+1 -3) 📝 `packages/hoppscotch-backend/src/guards/throttler-behind-proxy.guard.ts` (+1 -2) 📝 `packages/hoppscotch-backend/src/plugins/GQLComplexityPlugin.ts` (+3 -2) 📝 `pnpm-lock.yaml` (+3049 -6255) </details> ### 📄 Description <!-- Thanks for creating this pull request 🤗 Please make sure that the pull request is limited to one type (docs, feature, etc.) and keep it as small as possible. You can open multiple prs instead of opening a huge one. --> <!-- If this pull request closes an issue, please mention the issue number below --> <!-- Issue # here --> Closes HBE-266 ### Description <!-- Add a brief description of the pull request --> In this PR, we upgrade the version of npm packages related to NestJS in `hoppscotch-backend`. <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [ ] Not Completed - [x] Completed --> ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [ ] I have updated the documentation as required - [x] All the tests have passed ### Additional Information <!-- Any additional information like breaking changes, dependencies added, screenshots, comparisons between new and old behaviour, etc. --> Merge #3415 first, to avoid any build issue --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:54:39 +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#4366
No description provided.