Skip to content
Merged
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/js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dotenv": "^16.4.5",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typedoc": "0.26.8",
"typedoc": "0.28.17",

Choose a reason for hiding this comment

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

P1 Badge Keep TypeDoc compatible with typedoc-plugin-markdown

Upgrading typedoc to 0.28.17 introduces a peer-version mismatch with typedoc-plugin-markdown@4.2.7, which still declares typedoc: 0.26.x in pnpm-lock.yaml (typedoc-plugin-markdown@4.2.7 peerDependencies). This repository actively uses that plugin in packages/js-sdk/typedoc.json and scripts/generate_sdk_ref.sh, so SDK reference generation can break or produce unsupported behavior under this unsupported pairing.

Useful? React with 👍 / 👎.

"typedoc-plugin-markdown": "4.2.7",
"typescript": "^5.6.3",
"vitest": "^3.0.5"
Expand Down
Loading