-
Notifications
You must be signed in to change notification settings - Fork 187
chore(deps): update all non-major dependencies #1248
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 |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| pnpm 10.26.0 | ||
| pnpm 10.32.1 | ||
| nodejs 22.13.1 |
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -15,43 +15,43 @@ | |||||||||
| "format:check": "prettier --check ." | ||||||||||
| }, | ||||||||||
| "dependencies": { | ||||||||||
| "@tailwindcss/vite": "^4.1.18", | ||||||||||
| "@tailwindcss/vite": "^4.2.1", | ||||||||||
| "@tanstack/query-core": "^5.90.20", | ||||||||||
| "@tanstack/query-db-collection": "^1.0.30", | ||||||||||
| "@tanstack/react-db": "^0.1.77", | ||||||||||
| "@tanstack/react-router": "^1.159.5", | ||||||||||
| "@tanstack/react-router-devtools": "^1.159.5", | ||||||||||
| "@tanstack/react-router": "^1.167.0", | ||||||||||
| "@tanstack/react-router-devtools": "^1.166.7", | ||||||||||
| "@tanstack/react-router-with-query": "^1.130.17", | ||||||||||
| "@tanstack/react-start": "^1.159.5", | ||||||||||
| "@tanstack/router-plugin": "^1.159.5", | ||||||||||
| "@trpc/client": "^11.10.0", | ||||||||||
| "@tanstack/react-start": "^1.166.11", | ||||||||||
| "@tanstack/router-plugin": "^1.166.9", | ||||||||||
| "@trpc/client": "^11.12.0", | ||||||||||
| "@trpc/server": "^11.10.0", | ||||||||||
|
Comment on lines
+27
to
28
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. Version mismatch between
🔧 Proposed fix to align tRPC versions "@trpc/client": "^11.12.0",
- "@trpc/server": "^11.10.0",
+ "@trpc/server": "^11.12.0",📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||
| "better-auth": "^1.4.18", | ||||||||||
| "dotenv": "^17.2.4", | ||||||||||
| "dotenv": "^17.3.1", | ||||||||||
| "drizzle-orm": "^0.45.1", | ||||||||||
| "drizzle-zod": "^0.8.3", | ||||||||||
| "pg": "^8.18.0", | ||||||||||
| "pg": "^8.20.0", | ||||||||||
| "react": "^19.2.4", | ||||||||||
| "react-dom": "^19.2.4", | ||||||||||
| "tailwindcss": "^4.1.18", | ||||||||||
| "tailwindcss": "^4.2.1", | ||||||||||
| "vite": "^7.3.0", | ||||||||||
coderabbitai[bot] marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||
| "vite-tsconfig-paths": "^5.1.4", | ||||||||||
| "zod": "^4.3.6" | ||||||||||
| }, | ||||||||||
| "devDependencies": { | ||||||||||
| "@eslint/compat": "^1.4.1", | ||||||||||
| "@eslint/js": "^9.39.2", | ||||||||||
| "@eslint/js": "^9.39.4", | ||||||||||
| "@testing-library/dom": "^10.4.1", | ||||||||||
| "@testing-library/react": "^16.3.2", | ||||||||||
| "@types/pg": "^8.16.0", | ||||||||||
| "@types/react": "^19.2.13", | ||||||||||
| "@types/pg": "^8.18.0", | ||||||||||
| "@types/react": "^19.2.14", | ||||||||||
| "@types/react-dom": "^19.2.3", | ||||||||||
| "@typescript-eslint/eslint-plugin": "^8.55.0", | ||||||||||
| "@typescript-eslint/parser": "^8.55.0", | ||||||||||
| "@typescript-eslint/eslint-plugin": "^8.57.0", | ||||||||||
| "@typescript-eslint/parser": "^8.57.0", | ||||||||||
| "@vitejs/plugin-react": "^5.1.3", | ||||||||||
| "concurrently": "^9.2.1", | ||||||||||
| "drizzle-kit": "^0.31.9", | ||||||||||
| "eslint": "^9.39.2", | ||||||||||
| "eslint": "^9.39.4", | ||||||||||
| "eslint-config-prettier": "^10.1.8", | ||||||||||
| "eslint-plugin-prettier": "^5.5.5", | ||||||||||
| "eslint-plugin-react": "^7.37.5", | ||||||||||
|
|
@@ -60,7 +60,7 @@ | |||||||||
| "prettier": "^3.8.1", | ||||||||||
| "tsx": "^4.21.0", | ||||||||||
| "typescript": "^5.9.2", | ||||||||||
| "vite": "^7.3.0", | ||||||||||
| "vite": "^7.3.1", | ||||||||||
| "vitest": "^3.2.4", | ||||||||||
| "web-vitals": "^5.1.0" | ||||||||||
| } | ||||||||||
|
|
||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,8 +7,8 @@ | |
| "@tanstack/query-core": "^5.90.20", | ||
| "@tanstack/query-db-collection": "^1.0.30", | ||
| "@tanstack/react-db": "^0.1.77", | ||
| "@tanstack/react-router": "^1.159.5", | ||
| "@tanstack/react-start": "^1.159.5", | ||
| "@tanstack/react-router": "^1.167.0", | ||
| "@tanstack/react-start": "^1.166.11", | ||
| "@tanstack/trailbase-db-collection": "^0.1.77", | ||
| "cors": "^2.8.6", | ||
| "drizzle-orm": "^0.45.1", | ||
|
|
@@ -17,30 +17,30 @@ | |
| "postgres": "^3.4.8", | ||
| "react": "^19.2.4", | ||
| "react-dom": "^19.2.4", | ||
| "tailwindcss": "^4.1.18", | ||
| "trailbase": "^0.8.0", | ||
| "tailwindcss": "^4.2.1", | ||
| "trailbase": "^0.9.1", | ||
| "vite-tsconfig-paths": "^5.1.4", | ||
| "zod": "^4.3.6" | ||
| }, | ||
| "devDependencies": { | ||
| "@eslint/js": "^9.39.2", | ||
| "@tailwindcss/vite": "^4.1.18", | ||
| "@eslint/js": "^9.39.4", | ||
| "@tailwindcss/vite": "^4.2.1", | ||
| "@types/cors": "^2.8.19", | ||
| "@types/express": "^5.0.6", | ||
| "@types/node": "^25.2.2", | ||
| "@types/pg": "^8.16.0", | ||
| "@types/react": "^19.2.13", | ||
| "@types/pg": "^8.18.0", | ||
| "@types/react": "^19.2.14", | ||
| "@types/react-dom": "^19.2.3", | ||
| "@typescript-eslint/eslint-plugin": "^8.55.0", | ||
| "@typescript-eslint/parser": "^8.55.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.57.0", | ||
| "@typescript-eslint/parser": "^8.57.0", | ||
| "@vitejs/plugin-react": "^5.1.3", | ||
| "concurrently": "^9.2.1", | ||
| "dotenv": "^17.2.4", | ||
| "drizzle-kit": "^0.31.9", | ||
| "eslint": "^9.39.2", | ||
| "eslint": "^9.39.4", | ||
| "eslint-plugin-react-hooks": "^5.2.0", | ||
| "eslint-plugin-react-refresh": "^0.4.26", | ||
| "pg": "^8.18.0", | ||
| "eslint-plugin-react-refresh": "^0.5.2", | ||
|
Comment on lines
+40
to
+42
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. 🧩 Analysis chain🌐 Web query:
💡 Result: React 19.2 expects Therefore, React 19.2 requires The version on Line 41 ( Required package.json adjustment- "eslint-plugin-react-hooks": "^5.2.0",
+ "eslint-plugin-react-hooks": "^6.1.0",🤖 Prompt for AI Agents |
||
| "pg": "^8.20.0", | ||
| "tsx": "^4.21.0", | ||
| "typescript": "^5.9.2", | ||
| "vite": "^7.3.0" | ||
|
|
||
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.
🧩 Analysis chain
🌐 Web query:
What React Native and Metro versions are officially supported by Expo SDK 53.0.27, and is react-native 0.84.1 with metro 0.84.2 supported?💡 Result:
0.79.x(SDK 53 “includes React Native 0.79”). [1]0.82, and that’s the Metro version Expo SDK 53 is effectively aligned with. [2]So:
react-native@0.84.1withmetro@0.84.2is not officially supported on Expo SDK 53.0.27 (it’s outside the RN 0.79 target). [3]Sources: [1] https://expo.dev/changelog/sdk-53, [2] https://reactnative.dev/blog/2025/04/08/react-native-0.79, [3] https://docs.expo.dev/versions/latest/
Update react-native and metro to versions compatible with Expo SDK 53.
Expo SDK 53.0.27 officially targets React Native 0.79.x (which ships with Metro 0.82), but the current versions are
react-native 0.84.1andmetro 0.84.2. These are outside the supported compatibility matrix and will cause runtime issues in the managed workflow. Update to React Native 0.79.x and Metro 0.82.x.🤖 Prompt for AI Agents