Skip to content

Commit 42089fb

Browse files
chore: bump dependencies and account for breaking changes (hoppscotch#5329)
Co-authored-by: mirarifhasan <[email protected]>
1 parent cbdb654 commit 42089fb

File tree

28 files changed

+7963
-5621
lines changed

28 files changed

+7963
-5621
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Hoppscotch ([email protected])",
66
"private": true,
77
"license": "MIT",
8-
"packageManager": "pnpm@10.13.1",
8+
"packageManager": "pnpm@10.15.0",
99
"scripts": {
1010
"preinstall": "npx only-allow pnpm",
1111
"prepare": "husky",
@@ -24,19 +24,19 @@
2424
"./packages/*"
2525
],
2626
"devDependencies": {
27-
"@commitlint/cli": "19.5.0",
28-
"@commitlint/config-conventional": "19.5.0",
29-
"@hoppscotch/ui": "0.2.2",
30-
"@types/node": "22.7.6",
31-
"cross-env": "7.0.3",
27+
"@commitlint/cli": "19.8.1",
28+
"@commitlint/config-conventional": "19.8.1",
29+
"@hoppscotch/ui": "0.2.5",
30+
"@types/node": "24.3.0",
31+
"cross-env": "10.0.0",
3232
"http-server": "14.1.1",
33-
"husky": "9.1.6",
34-
"lint-staged": "15.2.10"
33+
"husky": "9.1.7",
34+
"lint-staged": "16.1.5"
3535
},
3636
"pnpm": {
3737
"overrides": {
3838
"cross-spawn": "7.0.6",
39-
"vue": "3.5.12",
39+
"vue": "3.5.18",
4040
"@nestjs-modules/mailer>mjml": "5.0.0-alpha.4",
4141
"subscriptions-transport-ws>ws": "7.5.10",
4242
"braces": "3.0.3",

packages/codemirror-lang-graphql/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"types": "dist/index.d.ts",
1818
"sideEffects": false,
1919
"dependencies": {
20-
"@codemirror/language": "6.10.1",
21-
"@lezer/highlight": "1.2.0",
22-
"@lezer/lr": "1.3.14"
20+
"@codemirror/language": "6.11.3",
21+
"@lezer/highlight": "1.2.1",
22+
"@lezer/lr": "1.4.2"
2323
},
2424
"devDependencies": {
25-
"@lezer/generator": "1.5.1",
26-
"mocha": "9.2.2",
27-
"rollup": "3.29.4",
28-
"@rollup/plugin-typescript": "12.1.1",
29-
"typescript": "5.8.3"
25+
"@lezer/generator": "1.8.0",
26+
"@rollup/plugin-typescript": "12.1.4",
27+
"mocha": "11.7.1",
28+
"rollup": "4.46.3",
29+
"typescript": "5.9.2"
3030
}
3131
}

packages/hoppscotch-backend/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@
3333
"@apollo/server": "4.12.1",
3434
"@nestjs-modules/mailer": "2.0.2",
3535
"@nestjs/apollo": "13.1.0",
36-
"@nestjs/common": "11.1.5",
36+
"@nestjs/common": "11.1.6",
3737
"@nestjs/config": "4.0.2",
38-
"@nestjs/core": "11.1.5",
38+
"@nestjs/core": "11.1.6",
3939
"@nestjs/graphql": "13.1.0",
4040
"@nestjs/jwt": "11.0.0",
4141
"@nestjs/passport": "11.0.0",
42-
"@nestjs/platform-express": "11.1.5",
42+
"@nestjs/platform-express": "11.1.6",
4343
"@nestjs/schedule": "6.0.0",
4444
"@nestjs/swagger": "11.2.0",
4545
"@nestjs/terminus": "11.0.0",
4646
"@nestjs/throttler": "6.4.0",
47-
"@prisma/client": "6.12.0",
48-
"argon2": "0.43.1",
47+
"@prisma/client": "6.14.0",
48+
"argon2": "0.44.0",
4949
"bcrypt": "6.0.0",
5050
"class-transformer": "0.5.1",
5151
"class-validator": "0.14.2",
5252
"cookie": "1.0.2",
5353
"cookie-parser": "1.4.7",
5454
"express": "5.1.0",
5555
"express-session": "1.18.2",
56-
"fp-ts": "2.16.10",
56+
"fp-ts": "2.16.11",
5757
"graphql": "16.11.0",
5858
"graphql-query-complexity": "1.1.0",
5959
"graphql-redis-subscriptions": "2.7.0",
@@ -68,47 +68,47 @@
6868
"passport-jwt": "4.0.1",
6969
"passport-local": "1.0.0",
7070
"passport-microsoft": "2.1.0",
71-
"posthog-node": "5.6.0",
72-
"prisma": "6.12.0",
71+
"posthog-node": "5.7.0",
72+
"prisma": "6.14.0",
7373
"reflect-metadata": "0.2.2",
7474
"rimraf": "6.0.1",
7575
"rxjs": "7.8.2"
7676
},
7777
"devDependencies": {
7878
"@eslint/eslintrc": "3.3.1",
79-
"@eslint/js": "9.31.0",
80-
"@nestjs/cli": "11.0.7",
81-
"@nestjs/schematics": "11.0.5",
82-
"@nestjs/testing": "11.1.5",
79+
"@eslint/js": "9.33.0",
80+
"@nestjs/cli": "11.0.10",
81+
"@nestjs/schematics": "11.0.7",
82+
"@nestjs/testing": "11.1.6",
8383
"@relmify/jest-fp-ts": "2.1.1",
8484
"@types/bcrypt": "6.0.0",
8585
"@types/cookie-parser": "1.4.9",
8686
"@types/express": "5.0.3",
8787
"@types/jest": "30.0.0",
88-
"@types/node": "24.1.0",
89-
"@types/nodemailer": "6.4.17",
88+
"@types/node": "24.3.0",
89+
"@types/nodemailer": "7.0.0",
9090
"@types/passport-github2": "1.2.9",
9191
"@types/passport-google-oauth20": "2.0.16",
9292
"@types/passport-jwt": "4.0.1",
9393
"@types/passport-microsoft": "2.1.0",
9494
"@types/supertest": "6.0.3",
95-
"@typescript-eslint/eslint-plugin": "8.38.0",
96-
"@typescript-eslint/parser": "8.38.0",
97-
"cross-env": "7.0.3",
98-
"eslint": "9.31.0",
95+
"@typescript-eslint/eslint-plugin": "8.40.0",
96+
"@typescript-eslint/parser": "8.40.0",
97+
"cross-env": "10.0.0",
98+
"eslint": "9.33.0",
9999
"eslint-config-prettier": "10.1.8",
100-
"eslint-plugin-prettier": "5.5.3",
100+
"eslint-plugin-prettier": "5.5.4",
101101
"globals": "16.3.0",
102102
"jest": "30.0.5",
103103
"jest-mock-extended": "4.0.0",
104104
"prettier": "3.6.2",
105105
"source-map-support": "0.5.21",
106106
"supertest": "7.1.4",
107-
"ts-jest": "29.4.0",
107+
"ts-jest": "29.4.1",
108108
"ts-loader": "9.5.2",
109109
"ts-node": "10.9.2",
110110
"tsconfig-paths": "4.2.0",
111-
"typescript": "5.8.3"
111+
"typescript": "5.9.2"
112112
},
113113
"jest": {
114114
"moduleFileExtensions": [

packages/hoppscotch-backend/src/mailer/mailer.module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import { getMailerAddressFrom, getTransportOption } from './helper';
1313
})
1414
export class MailerModule {
1515
static async register() {
16+
if (process.env.GENERATE_GQL_SCHEMA) return { module: MailerModule };
17+
1618
const env = await loadInfraConfiguration();
1719

1820
// If mailer SMTP is DISABLED, return the module without any configuration (service, listener, etc.)

packages/hoppscotch-cli/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
"private": false,
4343
"dependencies": {
4444
"aws4fetch": "1.0.20",
45-
"axios": "1.8.2",
46-
"chalk": "5.3.0",
47-
"commander": "12.1.0",
48-
"isolated-vm": "5.0.1",
45+
"axios": "1.11.0",
46+
"chalk": "5.6.0",
47+
"commander": "14.0.0",
48+
"isolated-vm": "5.0.4",
4949
"js-md5": "0.8.3",
5050
"lodash-es": "4.17.21",
51-
"papaparse": "5.4.1",
52-
"qs": "6.13.0",
53-
"verzod": "0.3.0",
51+
"papaparse": "5.5.3",
52+
"qs": "6.14.0",
53+
"verzod": "0.4.0",
5454
"xmlbuilder2": "3.1.1",
5555
"zod": "3.25.32"
5656
},
@@ -59,14 +59,14 @@
5959
"@hoppscotch/js-sandbox": "workspace:^",
6060
"@relmify/jest-fp-ts": "2.1.1",
6161
"@types/lodash-es": "4.17.12",
62-
"@types/papaparse": "5.3.14",
63-
"@types/qs": "6.9.16",
64-
"fp-ts": "2.16.9",
65-
"prettier": "3.3.3",
62+
"@types/papaparse": "5.3.16",
63+
"@types/qs": "6.14.0",
64+
"fp-ts": "2.16.11",
65+
"prettier": "3.6.2",
6666
"qs": "6.11.2",
67-
"semver": "7.6.3",
68-
"tsup": "8.3.0",
69-
"typescript": "5.8.3",
70-
"vitest": "2.1.2"
67+
"semver": "7.7.2",
68+
"tsup": "8.5.0",
69+
"typescript": "5.9.2",
70+
"vitest": "3.2.4"
7171
}
7272
}

packages/hoppscotch-cli/src/__tests__/unit/getters.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ describe("getters", () => {
263263
test("Promise rejects with the code `UNKNOWN_ERROR` while encountering an error that is not an instance of `AxiosError`", () => {
264264
const expected = {
265265
code: "UNKNOWN_ERROR",
266-
data: new TypeError("UNKNOWN_ERROR"),
266+
data: new Error("UNKNOWN_ERROR"),
267267
};
268268

269269
vi.spyOn(axios, "get").mockImplementation(() =>

packages/hoppscotch-common/.eslintrc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
},
1717
extends: [
1818
"@vue/typescript/recommended",
19-
"plugin:vue/vue3-recommended",
19+
"plugin:vue/recommended",
2020
"plugin:prettier/recommended",
2121
],
2222
ignorePatterns: [
@@ -34,7 +34,6 @@ module.exports = {
3434
"no-debugger": process.env.HOPP_LINT_FOR_PROD === "true" ? "error" : "warn",
3535
"prettier/prettier": [
3636
process.env.HOPP_LINT_FOR_PROD === "true" ? "error" : "warn",
37-
{},
3837
{
3938
semi: false,
4039
trailingComma: "es5",

0 commit comments

Comments
 (0)