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
8 changes: 4 additions & 4 deletions convex/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion convex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"convex": "^1.21.0",
"ts-jest": "^29.0.0",
"ts-node": "^10.4.0",
"typescript": "^5.0.0"
"typescript": "^6.0.0"
},
"dependencies": {
"@cerbos/core": "^0.28.0",
Expand Down
8 changes: 4 additions & 4 deletions drizzle/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"rimraf": "^6.0.0",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.4.0"
"typescript": "^6.0.0"
},
"peerDependencies": {
"drizzle-orm": "^0.44.0 || ^0.45.0"
Expand Down
8 changes: 4 additions & 4 deletions langchain-chromadb/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion langchain-chromadb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"start-server-and-test": "^3.0.0",
"ts-jest": "^29.4.6",
"ts-node": "^10.4.0",
"typescript": "^5.0.0"
"typescript": "^6.0.0"
},
"dependencies": {
"@cerbos/core": "^0.28.0",
Expand Down
2 changes: 1 addition & 1 deletion mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"mongoose": "^9.0.0",
"ts-jest": "^29.0.0",
"ts-node": "^10.4.0",
"typescript": "^5.0.0"
"typescript": "^6.0.0"
},
"overrides": {
"minimatch": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"rimraf": "^6.0.0",
"ts-jest": "^29.4.6",
"ts-node": "^10.4.0",
"typescript": "^5.0.0"
"typescript": "^6.0.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Keep TypeScript below 6 until ts-jest supports it

This change upgrades typescript to ^6.0.0 while the adapter still uses ts-jest@^29.4.6; the existing lock metadata shows ts-jest declares typescript peer >=4.3 <6 (for example in prisma/package-lock.json line 6073). When dependencies are re-resolved (e.g., lockfile refresh or installs with stricter peer handling), this produces an unsupported toolchain that can fail install/test pipelines or Jest TypeScript transforms.

Useful? React with 👍 / 👎.

},
"peerDependencies": {
"@prisma/client": "^5.0.0 || ^6.0.0 || ^7.0.0"
Expand Down
Loading