Skip to content

Commit 2024b07

Browse files
Update typedoc (#4604)
* Update typedoc * Make typedoc happier Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <[email protected]>
1 parent eef964f commit 2024b07

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

src/http-api/errors.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ export class MatrixError extends HTTPError {
167167
}
168168

169169
/**
170-
* @returns The recommended delay in milliseconds to wait before retrying
171-
* the request that triggered {@link error}, or {@link defaultMs} if the
172-
* error was not due to rate-limiting or if no valid delay is recommended.
170+
* @returns The recommended delay in milliseconds to wait before retrying the request.
171+
* @param error - The error to check for a retry delay.
172+
* @param defaultMs - The delay to use if the error was not due to rate-limiting or if no valid delay is recommended.
173173
*/
174174
export function safeGetRetryAfterMs(error: unknown, defaultMs: number): number {
175175
if (!(error instanceof HTTPError) || !error.isRateLimitError()) {

yarn.lock

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,13 +1164,13 @@
11641164
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
11651165

11661166
"@gerrit0/mini-shiki@^1.24.0":
1167-
version "1.24.1"
1168-
resolved "https://registry.yarnpkg.com/@gerrit0/mini-shiki/-/mini-shiki-1.24.1.tgz#60ef10f4e2cfac7a9223e10b88c128438aa44fd8"
1169-
integrity sha512-PNP/Gjv3VqU7z7DjRgO3F9Ok5frTKqtpV+LJW1RzMcr2zpRk0ulhEWnbcNGXzPC7BZyWMIHrkfQX2GZRfxrn6Q==
1167+
version "1.26.1"
1168+
resolved "https://registry.yarnpkg.com/@gerrit0/mini-shiki/-/mini-shiki-1.26.1.tgz#b59884bd6013976ca66dec197492a1387fdbea52"
1169+
integrity sha512-gHFUvv9f1fU2Piou/5Y7Sx5moYxcERbC7CXc6rkDLQTUBg5Dgg9L4u29/nHqfoQ3Y9R0h0BcOhd14uOEZIBP7Q==
11701170
dependencies:
1171-
"@shikijs/engine-oniguruma" "^1.24.0"
1172-
"@shikijs/types" "^1.24.0"
1173-
"@shikijs/vscode-textmate" "^9.3.0"
1171+
"@shikijs/engine-oniguruma" "^1.26.1"
1172+
"@shikijs/types" "^1.26.1"
1173+
"@shikijs/vscode-textmate" "^10.0.1"
11741174

11751175
"@humanwhocodes/config-array@^0.13.0":
11761176
version "0.13.0"
@@ -1582,26 +1582,26 @@
15821582
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
15831583
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
15841584

1585-
"@shikijs/engine-oniguruma@^1.24.0":
1586-
version "1.24.0"
1587-
resolved "https://registry.yarnpkg.com/@shikijs/engine-oniguruma/-/engine-oniguruma-1.24.0.tgz#4e6f49413fbc96dabfa30cb232ca1acf5ca1a446"
1588-
integrity sha512-Eua0qNOL73Y82lGA4GF5P+G2+VXX9XnuUxkiUuwcxQPH4wom+tE39kZpBFXfUuwNYxHSkrSxpB1p4kyRW0moSg==
1585+
"@shikijs/engine-oniguruma@^1.26.1":
1586+
version "1.26.1"
1587+
resolved "https://registry.yarnpkg.com/@shikijs/engine-oniguruma/-/engine-oniguruma-1.26.1.tgz#f9de733e2473e693b3d10bff32bb9761746c1d71"
1588+
integrity sha512-F5XuxN1HljLuvfXv7d+mlTkV7XukC1cawdtOo+7pKgPD83CAB1Sf8uHqP3PK0u7njFH0ZhoXE1r+0JzEgAQ+kg==
15891589
dependencies:
1590-
"@shikijs/types" "1.24.0"
1591-
"@shikijs/vscode-textmate" "^9.3.0"
1590+
"@shikijs/types" "1.26.1"
1591+
"@shikijs/vscode-textmate" "^10.0.1"
15921592

1593-
"@shikijs/types@1.24.0", "@shikijs/types@^1.24.0":
1594-
version "1.24.0"
1595-
resolved "https://registry.yarnpkg.com/@shikijs/types/-/types-1.24.0.tgz#a1755b125cb8fb1780a876a0a57242939eafd79f"
1596-
integrity sha512-aptbEuq1Pk88DMlCe+FzXNnBZ17LCiLIGWAeCWhoFDzia5Q5Krx3DgnULLiouSdd6+LUM39XwXGppqYE0Ghtug==
1593+
"@shikijs/types@1.26.1", "@shikijs/types@^1.26.1":
1594+
version "1.26.1"
1595+
resolved "https://registry.yarnpkg.com/@shikijs/types/-/types-1.26.1.tgz#b5ece69e21000f53d65d15ddae33d9ad9c3763ad"
1596+
integrity sha512-d4B00TKKAMaHuFYgRf3L0gwtvqpW4hVdVwKcZYbBfAAQXspgkbWqnFfuFl3MDH6gLbsubOcr+prcnsqah3ny7Q==
15971597
dependencies:
1598-
"@shikijs/vscode-textmate" "^9.3.0"
1598+
"@shikijs/vscode-textmate" "^10.0.1"
15991599
"@types/hast" "^3.0.4"
16001600

1601-
"@shikijs/vscode-textmate@^9.3.0":
1602-
version "9.3.0"
1603-
resolved "https://registry.yarnpkg.com/@shikijs/vscode-textmate/-/vscode-textmate-9.3.0.tgz#b2f1776e488c1d6c2b6cd129bab62f71bbc9c7ab"
1604-
integrity sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==
1601+
"@shikijs/vscode-textmate@^10.0.1":
1602+
version "10.0.1"
1603+
resolved "https://registry.yarnpkg.com/@shikijs/vscode-textmate/-/vscode-textmate-10.0.1.tgz#d06d45b67ac5e9b0088e3f67ebd3f25c6c3d711a"
1604+
integrity sha512-fTIQwLF+Qhuws31iw7Ncl1R3HUDtGwIipiJ9iU+UsDUwMhegFcQKQHd51nZjb7CArq0MvON8rbgCGQYWHUKAdg==
16051605

16061606
"@sinclair/typebox@^0.24.1":
16071607
version "0.24.51"
@@ -6216,24 +6216,24 @@ typed-array-length@^1.0.6:
62166216
possible-typed-array-names "^1.0.0"
62176217

62186218
typedoc-plugin-coverage@^3.0.0:
6219-
version "3.4.0"
6220-
resolved "https://registry.yarnpkg.com/typedoc-plugin-coverage/-/typedoc-plugin-coverage-3.4.0.tgz#ca0f4a8cb7d9e2718995520a39e16fdbeb1b22ca"
6221-
integrity sha512-I8fLeQEERncGn4sUlGZ+B1ehx4L7VRwqa3i6AP+PFfvZK0ToXBGkh9sK7xs8l8FLPXq7Cv0yVy4YCEGgWNzDBw==
6219+
version "3.4.1"
6220+
resolved "https://registry.yarnpkg.com/typedoc-plugin-coverage/-/typedoc-plugin-coverage-3.4.1.tgz#13b445cecb674845945e218c4560bbd91299af83"
6221+
integrity sha512-V23DAwinAMpGMGcL1R1s8Snr26hrjfIdwGf+4jR/65ZdmeAN+yRX0onfx5JlembTQhR6AePQ/parfQNS0AZ64A==
62226222

62236223
typedoc-plugin-mdn-links@^4.0.0:
6224-
version "4.0.3"
6225-
resolved "https://registry.yarnpkg.com/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-4.0.3.tgz#30d22be00bc7689a98c0b223b6a487ff6f338ec7"
6226-
integrity sha512-q18V8nXF4MqMBGABPVodfxmU2VLK+C7RpyKgrEGP1oP3MAdavLM8Hmeh7zUJAZ4ky+zotO5ZXfhgChegmaDWug==
6224+
version "4.0.7"
6225+
resolved "https://registry.yarnpkg.com/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-4.0.7.tgz#0949bcca5bf615c4dc35abe653ebc30eade61980"
6226+
integrity sha512-S9nUdZShdu+8HyWygmxjqyYIviZVdL36OjPWvxuLVMrS21lqxnVYLqInPYHXalmvitVEqWmrJJk8Al0x6d8wEA==
62276227

62286228
typedoc-plugin-missing-exports@^3.0.0:
62296229
version "3.1.0"
62306230
resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-3.1.0.tgz#cab4952c19cae1ab3f91cbbf2d7d17564682b023"
62316231
integrity sha512-Sogbaj+qDa21NjB3SlIw4JXSwmcl/WOjwiPNaVEcPhpNG/MiRTtpwV81cT7h1cbu9StpONFPbddYWR0KV/fTWA==
62326232

62336233
typedoc@^0.27.0:
6234-
version "0.27.3"
6235-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.27.3.tgz#0fad232181ce0ac7eda27fe78e56a4b863e1fe59"
6236-
integrity sha512-oWT7zDS5oIaxYL5yOikBX4cL99CpNAZn6mI24JZQxsYuIHbtguSSwJ7zThuzNNwSE0wqhlfTSd99HgqKu2aQXQ==
6234+
version "0.27.6"
6235+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.27.6.tgz#7e8d067bd5386b7908afcb12c9054a83e8bb326b"
6236+
integrity sha512-oBFRoh2Px6jFx366db0lLlihcalq/JzyCVp7Vaq1yphL/tbgx2e+bkpkCgJPunaPvPwoTOXSwasfklWHm7GfAw==
62376237
dependencies:
62386238
"@gerrit0/mini-shiki" "^1.24.0"
62396239
lunr "^2.3.9"
@@ -6552,9 +6552,9 @@ yallist@^3.0.2:
65526552
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
65536553

65546554
yaml@^2.6.1, yaml@~2.6.1:
6555-
version "2.6.1"
6556-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.6.1.tgz#42f2b1ba89203f374609572d5349fb8686500773"
6557-
integrity sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==
6555+
version "2.7.0"
6556+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.0.tgz#aef9bb617a64c937a9a748803786ad8d3ffe1e98"
6557+
integrity sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==
65586558

65596559
yargs-parser@^21.1.1:
65606560
version "21.1.1"

0 commit comments

Comments
 (0)