Skip to content
Closed
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/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"tsup": "^8.5.1",
"typescript": "^5.5.4"
"typescript": "^6.0.3"
},
"author": "oaknetwork",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/payments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"nock": "^14.0.10",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
"typescript": "^6.0.3"

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 while using ts-jest 29.4.6

This bump makes typescript incompatible with the declared peer range of ts-jest@29.4.6 (>=4.3 <6 in pnpm-lock.yaml), and this package is actively used by the Jest preset in both workspaces. With this change, installs/tests will run with an unsupported compiler version, which can cause test transform failures or unstable behavior in CI until ts-jest is upgraded to a TS6-compatible release.

Useful? React with 👍 / 👎.

},
"author": "oaknetwork",
"license": "MIT",
Expand Down
83 changes: 42 additions & 41 deletions pnpm-lock.yaml

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

Loading