docs-util: Upgrade typedoc to 0.26 (#7853)

Upgrade typedoc to v0.26 + make changes based on the update

Note: This update produces an error when generating model references when the models use the `createPsqlIndexStatementHelper` decorator. As this isn't a breaking error, and as we'll move to DML in the future, it's not necessary to spend time on a fix.
This commit is contained in:
Shahed Nasser
2024-06-27 13:52:44 +03:00
committed by GitHub
parent 3f16b011fa
commit 6e65158af3
74 changed files with 193735 additions and 201684 deletions

View File

@@ -7,9 +7,8 @@
},
"scripts": {
"build": "tsc",
"generate:announcement": "ts-node ./doc-change-release.ts",
"check:freshness": "ts-node ./freshness-check.ts",
"generate:message": "ts-node ./get-generate-diff-message.ts",
"check:freshness": "node ./dist/freshness-check.js",
"generate:message": "node ./dist/get-generate-diff-message.js",
"check:release-commit": "node ./dist/check-release-commit.js",
"generate:changeset": "node ./dist/run-changeset.js",
"check:pr-files-count": "node ./dist/check-pr-files-count.js"
@@ -25,7 +24,7 @@
"glob": "^10.3.10",
"randomcolor": "^0.6.2",
"ts-node": "^10.9.1",
"typescript": "5.2"
"typescript": "5.5"
},
"devDependencies": {
"@types/randomcolor": "^0.5.8"