Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/services/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"graphql-parse-resolve-info": "4.13.0",
"graphql-scalars": "1.24.2",
"graphql-yoga": "5.13.3",
"ioredis": "5.4.2",
"ioredis": "5.8.2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Updating ioredis without also updating packages that depend on it, like redlock and bentocache, is risky. The redlock dependency is a beta version (5.0.0-beta.2), which increases the chance of incompatibility with [email protected].

Please verify compatibility or update these dependent packages to prevent potential runtime errors. This concern also applies to other services in this PR, for example the server package using @graphql-yoga/redis-event-target.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Understood. I'll do a thorough assessment when I get chance.

"ioredis-mock": "8.9.0",
"lodash": "4.17.21",
"lru-cache": "7.18.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/emails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"bullmq": "5.34.8",
"copyfiles": "2.4.1",
"dotenv": "16.4.7",
"ioredis": "5.4.2",
"ioredis": "5.8.2",
"mjml": "4.14.0",
"nodemailer": "7.0.10",
"p-timeout": "6.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"fastq": "1.19.1",
"got": "14.4.7",
"graphql": "16.9.0",
"ioredis": "5.4.2",
"ioredis": "5.8.2",
"ioredis-mock": "8.9.0",
"p-timeout": "6.1.4",
"pino-pretty": "11.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"graphql": "16.9.0",
"graphql-yoga": "5.13.3",
"hyperid": "3.3.0",
"ioredis": "5.4.2",
"ioredis": "5.8.2",
"pino-pretty": "11.3.0",
"prom-client": "15.1.3",
"reflect-metadata": "0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/ms": "0.7.34",
"dotenv": "16.4.7",
"fastify": "4.29.1",
"ioredis": "5.4.2",
"ioredis": "5.8.2",
"lru-cache": "11.0.2",
"ms": "2.1.3",
"p-timeout": "6.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/usage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dotenv": "16.4.7",
"got": "14.4.7",
"graphql": "16.9.0",
"ioredis": "5.4.2",
"ioredis": "5.8.2",
"kafkajs": "2.2.4",
"lru-cache": "11.0.2",
"p-limit": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"copyfiles": "2.4.1",
"dotenv": "16.4.7",
"got": "14.4.7",
"ioredis": "5.4.2",
"ioredis": "5.8.2",
"p-timeout": "6.1.4",
"pino-pretty": "11.3.0",
"tslib": "2.8.1",
Expand Down
299 changes: 161 additions & 138 deletions pnpm-lock.yaml

Large diffs are not rendered by default.