-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
chore(deps): update dependency express to v5.2.0 [security] #6007
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ | |
| "@tanstack/react-router": "^1.139.12", | ||
| "@tanstack/router-plugin": "^1.139.12", | ||
| "compression": "^1.7.5", | ||
| "express": "^4.21.2", | ||
| "express": "^5.0.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Critical: Type definitions version mismatch with Express v5. Express is upgraded to v5.0.0 but @types/express remains at v4.17.21. This causes type incompatibilities and will lead to TypeScript errors or missed type safety issues. Update @types/express to v5.x to match the express version: "compression": "^1.7.5",
"express": "^5.0.0",
"get-port": "^7.1.0",And in devDependencies: - "@types/express": "^4.17.21",
+ "@types/express": "^5.0.3",Also applies to: 25-25 🤖 Prompt for AI Agents |
||
| "get-port": "^7.1.0", | ||
| "node-fetch": "^3.3.2", | ||
| "react": "^19.0.0", | ||
|
|
||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ | |
| "@trpc/client": "^11.4.3", | ||
| "@trpc/server": "^11.4.3", | ||
| "@trpc/tanstack-react-query": "^11.4.3", | ||
| "express": "^4.21.2", | ||
| "express": "^5.0.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Critical: Type definitions version mismatch with Express v5. Express is upgraded to v5.0.0 but @types/express remains at v4.17.23. This causes type incompatibilities and will lead to TypeScript errors or missed type safety issues. Update @types/express to v5.x to match the express version: "@trpc/tanstack-react-query": "^11.4.3",
- "@types/express": "^4.17.23",
+ "@types/express": "^5.0.3",Also applies to: 31-31 🤖 Prompt for AI Agents |
||
| "postcss": "^8.5.1", | ||
| "react": "^19.1.0", | ||
| "react-dom": "^19.1.0", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ | |
| "@tanstack/router-plugin": "^1.139.12", | ||
| "@trpc/client": "^11.4.3", | ||
| "@trpc/server": "^11.4.3", | ||
| "express": "^4.21.2", | ||
| "express": "^5.0.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Critical: Type definitions version mismatch with Express v5. Express is upgraded to v5.0.0 but @types/express remains at v4.17.23. This causes type incompatibilities and will lead to TypeScript errors or missed type safety issues. Update @types/express to v5.x to match the express version: "@trpc/server": "^11.4.3",
- "@types/express": "^4.17.23",
+ "@types/express": "^5.0.3",Also applies to: 28-28 🤖 Prompt for AI Agents |
||
| "postcss": "^8.5.1", | ||
| "react": "^19.1.0", | ||
| "react-dom": "^19.1.0", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ | |
| "@tanstack/solid-router": "^1.139.12", | ||
| "@tanstack/router-plugin": "^1.139.12", | ||
| "compression": "^1.8.0", | ||
| "express": "^4.21.2", | ||
| "express": "^5.0.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Critical: Type definitions version mismatch with Express v5. Express is upgraded to v5.0.0 but @types/express remains at v4.17.23. This causes type incompatibilities and will lead to TypeScript errors or missed type safety issues. Update @types/express to v5.x to match the express version: "@tanstack/solid-router-devtools": "^1.139.12",
- "@types/express": "^4.17.23",
+ "@types/express": "^5.0.3",Also applies to: 24-24 🤖 Prompt for AI Agents |
||
| "get-port": "^7.1.0", | ||
| "node-fetch": "^3.3.2", | ||
| "solid-js": "^1.9.10" | ||
|
|
||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ | |
| "@tanstack/router-plugin": "^1.139.12", | ||
| "@trpc/client": "^11.4.3", | ||
| "@trpc/server": "^11.4.3", | ||
| "express": "^4.21.2", | ||
| "express": "^5.0.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Critical: Type definitions version mismatch with Express v5. Express is upgraded to v5.0.0 but @types/express remains at v4.17.23. This causes type incompatibilities and will lead to TypeScript errors or missed type safety issues. Update @types/express to v5.x to match the express version: "@trpc/server": "^11.4.3",
- "express": "^5.0.0",
+ "@types/express": "^5.0.3",Note: This appears to show express in dependencies instead of devDependencies. Please verify @types/express placement and version: "devDependencies": {
- "@types/express": "^4.17.23",
+ "@types/express": "^5.0.3",Also applies to: 27-27 🤖 Prompt for AI Agents |
||
| "postcss": "^8.5.1", | ||
| "solid-js": "^1.9.10", | ||
| "redaxios": "^0.5.1", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Critical: Type definitions version mismatch with Express v5.
Express is upgraded to v5.0.0 but @types/express remains at v4.17.23. This causes type incompatibilities and will lead to TypeScript errors or missed type safety issues.
Update @types/express to v5.x to match the express version:
Also applies to: 25-25
🤖 Prompt for AI Agents