Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbce4560

Browse files
JoshuaKGoldbergrenovate[bot]bradzacher
authored
chore(deps): typedoc@0.26, with docusaurus-plugin-typedoc and typedoc-plugin-markdown (typescript-eslint#10274)
* fix(deps): update dependency typedoc to ^0.26.0* Bumped others too* fix: introduced lint complaint---------Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
1 parent5b2ebcd commitbce4560

File tree

3 files changed

+127
-67
lines changed

3 files changed

+127
-67
lines changed

‎packages/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@typescript-eslint/website-eslint":"workspace:*",
2727
"@uiw/react-shields":"2.0.1",
2828
"clsx":"^2.1.0",
29-
"docusaurus-plugin-typedoc":"^1.0.1",
29+
"docusaurus-plugin-typedoc":"^1.0.5",
3030
"eslint":"^9.13.0",
3131
"json5":"^2.2.3",
3232
"konamimojisplosion":"^0.5.2",
@@ -38,8 +38,8 @@
3838
"react-markdown":"^9.0.1",
3939
"react-resizable-panels":"^0.0.63",
4040
"semver":"^7.6.0",
41-
"typedoc":"^0.25.13",
42-
"typedoc-plugin-markdown":"^4.0.3",
41+
"typedoc":"^0.26.11",
42+
"typedoc-plugin-markdown":"^4.2.10",
4343
"typescript":"*"
4444
},
4545
"resolutions": {

‎packages/website/tools/generate-website-dts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async function getFileAndStoreLocally(
3232

3333
constconfig=awaitprettier.resolveConfig(path);
3434

35-
letcontents=(awaitresponse.text())asstring;
35+
letcontents=awaitresponse.text();
3636
contents=[...banner,'',editFunc(contents)].join('\n');
3737
contents=awaitprettier.format(contents,{
3838
parser:'typescript',

‎yarn.lock

Lines changed: 123 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -4504,6 +4504,58 @@ __metadata:
45044504
languageName: node
45054505
linkType: hard
45064506

4507+
"@shikijs/core@npm:1.22.2":
4508+
version: 1.22.2
4509+
resolution: "@shikijs/core@npm:1.22.2"
4510+
dependencies:
4511+
"@shikijs/engine-javascript": 1.22.2
4512+
"@shikijs/engine-oniguruma": 1.22.2
4513+
"@shikijs/types": 1.22.2
4514+
"@shikijs/vscode-textmate": ^9.3.0
4515+
"@types/hast": ^3.0.4
4516+
hast-util-to-html: ^9.0.3
4517+
checksum: a49c4b93079e4637997b13a4942a6e445e80b5ca1b800ce880f8c39545cd02e4c5c3fda20fa651a509066751a62d614ece76fa7ae1ae2aa28f5f68f54defb627
4518+
languageName: node
4519+
linkType: hard
4520+
4521+
"@shikijs/engine-javascript@npm:1.22.2":
4522+
version: 1.22.2
4523+
resolution: "@shikijs/engine-javascript@npm:1.22.2"
4524+
dependencies:
4525+
"@shikijs/types": 1.22.2
4526+
"@shikijs/vscode-textmate": ^9.3.0
4527+
oniguruma-to-js: 0.4.3
4528+
checksum: 162f089f7ec7bc8e6877e1047bdf339a7446b7407ad0bffcb4b7372263ae5aae0be429f1c87054326be79d4e1bbe55849c010ea4aa499e83816ce009e490938b
4529+
languageName: node
4530+
linkType: hard
4531+
4532+
"@shikijs/engine-oniguruma@npm:1.22.2":
4533+
version: 1.22.2
4534+
resolution: "@shikijs/engine-oniguruma@npm:1.22.2"
4535+
dependencies:
4536+
"@shikijs/types": 1.22.2
4537+
"@shikijs/vscode-textmate": ^9.3.0
4538+
checksum: cbda50d13c72e6ce4754c0d3b76e07a9e56b6a6c957f0cc662db7bd36ca532af3ca5b0926307e118bc67db7d8d79730930e0451f9d7f18b82bf502bdf9cac39d
4539+
languageName: node
4540+
linkType: hard
4541+
4542+
"@shikijs/types@npm:1.22.2":
4543+
version: 1.22.2
4544+
resolution: "@shikijs/types@npm:1.22.2"
4545+
dependencies:
4546+
"@shikijs/vscode-textmate": ^9.3.0
4547+
"@types/hast": ^3.0.4
4548+
checksum: 1e9b63aac5ab4c7ea403acecb76d9bad21d3ca8e66878ddd2f4c4d8804b253b8fbe5b67ab31d874f198ac0bf94b1a70beeb578dac0640cac3aa6dad72192fa9c
4549+
languageName: node
4550+
linkType: hard
4551+
4552+
"@shikijs/vscode-textmate@npm:^9.3.0":
4553+
version: 9.3.0
4554+
resolution: "@shikijs/vscode-textmate@npm:9.3.0"
4555+
checksum: 6635b4f41f958db502545d7c55cb51b803986cff38402963404cfd725449dc6ad760b6c342e916fc620f998b67baa23bea52299d379f20837fc47af9271d601d
4556+
languageName: node
4557+
linkType: hard
4558+
45074559
"@sideway/address@npm:^4.1.5":
45084560
version: 4.1.5
45094561
resolution: "@sideway/address@npm:4.1.5"
@@ -5181,7 +5233,7 @@ __metadata:
51815233
languageName: node
51825234
linkType: hard
51835235

5184-
"@types/hast@npm:^3.0.0":
5236+
"@types/hast@npm:^3.0.0, @types/hast@npm:^3.0.4":
51855237
version: 3.0.4
51865238
resolution: "@types/hast@npm:3.0.4"
51875239
dependencies:
@@ -6509,13 +6561,6 @@ __metadata:
65096561
languageName: node
65106562
linkType: hard
65116563

6512-
"ansi-sequence-parser@npm:^1.1.0":
6513-
version: 1.1.1
6514-
resolution: "ansi-sequence-parser@npm:1.1.1"
6515-
checksum: ead5b15c596e8e85ca02951a844366c6776769dcc9fd1bd3a0db11bb21364554822c6a439877fb599e7e1ffa0b5f039f1e5501423950457f3dcb2f480c30b188
6516-
languageName: node
6517-
linkType: hard
6518-
65196564
"ansi-styles@npm:^4.0.0, ansi-styles@npm:^4.1.0":
65206565
version: 4.3.0
65216566
resolution: "ansi-styles@npm:4.3.0"
@@ -8986,12 +9031,12 @@ __metadata:
89869031
languageName: node
89879032
linkType: hard
89889033

8989-
"docusaurus-plugin-typedoc@npm:^1.0.1":
8990-
version: 1.0.1
8991-
resolution: "docusaurus-plugin-typedoc@npm:1.0.1"
9034+
"docusaurus-plugin-typedoc@npm:^1.0.5":
9035+
version: 1.0.5
9036+
resolution: "docusaurus-plugin-typedoc@npm:1.0.5"
89929037
peerDependencies:
89939038
typedoc-plugin-markdown: ">=4.0.0"
8994-
checksum:0a1f0720f3b62d37cc7cacfa8100769e8354785215b84f33951f38d65951a04d7a3b719089717a1d5dbd653f029931a7e624908334519f16fa60798a5d8224ca
9039+
checksum:21cbee69edc81cf708ceb5e6f965efa869758c53bf3e01c4d645d7d50f22d3d90b19a4679d12231435e95fac4839106453a09ae7d2b380074f19052285f8fbd3
89959040
languageName: node
89969041
linkType: hard
89979042

@@ -11449,6 +11494,25 @@ __metadata:
1144911494
languageName: node
1145011495
linkType: hard
1145111496

11497+
"hast-util-to-html@npm:^9.0.3":
11498+
version: 9.0.3
11499+
resolution: "hast-util-to-html@npm:9.0.3"
11500+
dependencies:
11501+
"@types/hast": ^3.0.0
11502+
"@types/unist": ^3.0.0
11503+
ccount: ^2.0.0
11504+
comma-separated-tokens: ^2.0.0
11505+
hast-util-whitespace: ^3.0.0
11506+
html-void-elements: ^3.0.0
11507+
mdast-util-to-hast: ^13.0.0
11508+
property-information: ^6.0.0
11509+
space-separated-tokens: ^2.0.0
11510+
stringify-entities: ^4.0.0
11511+
zwitch: ^2.0.4
11512+
checksum: e0b6f6fdba5f0075a593a0b1f0807c11a24ccfcb8403caea7d71eaffd7a958c995917e69fccc9055fbfa05a8b9d6b1cab306200bb82ad143530fdf4f33dcc311
11513+
languageName: node
11514+
linkType: hard
11515+
1145211516
"hast-util-to-jsx-runtime@npm:^2.0.0":
1145311517
version: 2.3.0
1145411518
resolution: "hast-util-to-jsx-runtime@npm:2.3.0"
@@ -13933,7 +13997,7 @@ __metadata:
1393313997
languageName: node
1393413998
linkType: hard
1393513999

13936-
"markdown-it@npm:14.1.0":
14000+
"markdown-it@npm:14.1.0, markdown-it@npm:^14.1.0":
1393714001
version: 14.1.0
1393814002
resolution: "markdown-it@npm:14.1.0"
1393914003
dependencies:
@@ -13994,15 +14058,6 @@ __metadata:
1399414058
languageName: node
1399514059
linkType: hard
1399614060

13997-
"marked@npm:^4.3.0":
13998-
version: 4.3.0
13999-
resolution: "marked@npm:4.3.0"
14000-
bin:
14001-
marked: bin/marked.js
14002-
checksum: 0db6817893952c3ec710eb9ceafb8468bf5ae38cb0f92b7b083baa13d70b19774674be04db5b817681fa7c5c6a088f61300815e4dd75a59696f4716ad69f6260
14003-
languageName: node
14004-
linkType: hard
14005-
1400614061
"marked@npm:^5.1.2":
1400714062
version: 5.1.2
1400814063
resolution: "marked@npm:5.1.2"
@@ -15008,7 +15063,7 @@ __metadata:
1500815063
languageName: node
1500915064
linkType: hard
1501015065

15011-
"minimatch@npm:^9.0.3, minimatch@npm:^9.0.4, minimatch@npm:^9.0.5":
15066+
"minimatch@npm:^9.0.4, minimatch@npm:^9.0.5":
1501215067
version: 9.0.5
1501315068
resolution: "minimatch@npm:9.0.5"
1501415069
dependencies:
@@ -15677,6 +15732,15 @@ __metadata:
1567715732
languageName: node
1567815733
linkType: hard
1567915734

15735+
"oniguruma-to-js@npm:0.4.3":
15736+
version: 0.4.3
15737+
resolution: "oniguruma-to-js@npm:0.4.3"
15738+
dependencies:
15739+
regex: ^4.3.2
15740+
checksum: 563d2e3490d415628f7a273fd417d16a69d19e53454821ed9654ee84877ecaf532c60d710f670edb4cde7448e505e3a70c6ab89d641769394b4238248ea71816
15741+
languageName: node
15742+
linkType: hard
15743+
1568015744
"open@npm:^8.0.9, open@npm:^8.4.0":
1568115745
version: 8.4.2
1568215746
resolution: "open@npm:8.4.2"
@@ -17264,6 +17328,13 @@ __metadata:
1726417328
languageName: node
1726517329
linkType: hard
1726617330

17331+
"regex@npm:^4.3.2":
17332+
version: 4.4.0
17333+
resolution: "regex@npm:4.4.0"
17334+
checksum: 3ee7e223949343cb081b4117a64460a0c98bd4378285075605f3c32d71e2a5cabd9296b18df0468573b2f8038a25607ac36087ae6d6b6a1d9e118be5c214aba7
17335+
languageName: node
17336+
linkType: hard
17337+
1726717338
"regexp-ast-analysis@npm:^0.7.0, regexp-ast-analysis@npm:^0.7.1":
1726817339
version: 0.7.1
1726917340
resolution: "regexp-ast-analysis@npm:0.7.1"
@@ -18142,15 +18213,17 @@ __metadata:
1814218213
languageName: node
1814318214
linkType: hard
1814418215

18145-
"shiki@npm:^0.14.7":
18146-
version:0.14.7
18147-
resolution: "shiki@npm:0.14.7"
18216+
"shiki@npm:^1.16.2":
18217+
version:1.22.2
18218+
resolution: "shiki@npm:1.22.2"
1814818219
dependencies:
18149-
ansi-sequence-parser: ^1.1.0
18150-
jsonc-parser: ^3.2.0
18151-
vscode-oniguruma: ^1.7.0
18152-
vscode-textmate: ^8.0.0
18153-
checksum: 2aec3b3519df977c4391df9e1825cb496e9a4d7e11395f05a0da77e4fa2f7c3d9d6e6ee94029ac699533017f2b25637ee68f6d39f05f311535c2704d0329b520
18220+
"@shikijs/core": 1.22.2
18221+
"@shikijs/engine-javascript": 1.22.2
18222+
"@shikijs/engine-oniguruma": 1.22.2
18223+
"@shikijs/types": 1.22.2
18224+
"@shikijs/vscode-textmate": ^9.3.0
18225+
"@types/hast": ^3.0.4
18226+
checksum: 874448fb5352d4aa558d1646154ec20e72242a7dc50345d2dc1b8d227e1209edcd049033ff15955aab0ee701a8588bbcaed8d1cfc0724cde6aa3407af6881cb5
1815418227
languageName: node
1815518228
linkType: hard
1815618229

@@ -19497,28 +19570,29 @@ __metadata:
1949719570
languageName: node
1949819571
linkType: hard
1949919572

19500-
"typedoc-plugin-markdown@npm:^4.0.3":
19501-
version: 4.0.3
19502-
resolution: "typedoc-plugin-markdown@npm:4.0.3"
19573+
"typedoc-plugin-markdown@npm:^4.2.10":
19574+
version: 4.2.10
19575+
resolution: "typedoc-plugin-markdown@npm:4.2.10"
1950319576
peerDependencies:
19504-
typedoc: 0.25.x
19505-
checksum:46239ad6da69721626dc255c0dca9fd7600bf49a78ff7ee319fa600bdac4f405af2a6f549302b0b10439b6fb77710260a6a60ba57fd25d6388f5c081b44a173c
19577+
typedoc: 0.26.x
19578+
checksum:71300d73d0da6657b4e95b5537beaaa376b530adec2953b4f92d58509865e2fcc870aaa9ae59ea204649a4e27fa072a0d6289d01a2756efcec25a5ecf6c8ceb7
1950619579
languageName: node
1950719580
linkType: hard
1950819581

19509-
"typedoc@npm:^0.25.13":
19510-
version: 0.25.13
19511-
resolution: "typedoc@npm:0.25.13"
19582+
"typedoc@npm:^0.26.11":
19583+
version: 0.26.11
19584+
resolution: "typedoc@npm:0.26.11"
1951219585
dependencies:
1951319586
lunr: ^2.3.9
19514-
marked: ^4.3.0
19515-
minimatch: ^9.0.3
19516-
shiki: ^0.14.7
19587+
markdown-it: ^14.1.0
19588+
minimatch: ^9.0.5
19589+
shiki: ^1.16.2
19590+
yaml: ^2.5.1
1951719591
peerDependencies:
19518-
typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x
19592+
typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x
1951919593
bin:
1952019594
typedoc: bin/typedoc
19521-
checksum:703d1f48137300b0ef3df1998a25ae745db3ca0b126f8dd1f7262918f11243a94d24dfc916cdba2baeb5a7d85d5a94faac811caf7f4fa6b7d07144dc02f7639f
19595+
checksum:9ed037ec3c10e487268078768eb68c5e68769343f71605c772c022b1b55445d34e17fba48e70ec49f535fbd27ab33ce58211f340103fc161c8367d4c6731bc11
1952219596
languageName: node
1952319597
linkType: hard
1952419598

@@ -19982,20 +20056,6 @@ __metadata:
1998220056
languageName: node
1998320057
linkType: hard
1998420058

19985-
"vscode-oniguruma@npm:^1.7.0":
19986-
version: 1.7.0
19987-
resolution: "vscode-oniguruma@npm:1.7.0"
19988-
checksum: 53519d91d90593e6fb080260892e87d447e9b200c4964d766772b5053f5699066539d92100f77f1302c91e8fc5d9c772fbe40fe4c90f3d411a96d5a9b1e63f42
19989-
languageName: node
19990-
linkType: hard
19991-
19992-
"vscode-textmate@npm:^8.0.0":
19993-
version: 8.0.0
19994-
resolution: "vscode-textmate@npm:8.0.0"
19995-
checksum: 127780dfea89559d70b8326df6ec344cfd701312dd7f3f591a718693812b7852c30b6715e3cfc8b3200a4e2515b4c96f0843c0eacc0a3020969b5de262c2a4bb
19996-
languageName: node
19997-
linkType: hard
19998-
1999920059
"vscode-uri@npm:^3.0.8":
2000020060
version: 3.0.8
2000120061
resolution: "vscode-uri@npm:3.0.8"
@@ -20241,7 +20301,7 @@ __metadata:
2024120301
clsx: ^2.1.0
2024220302
copy-webpack-plugin: ^12.0.0
2024320303
cross-fetch: "*"
20244-
docusaurus-plugin-typedoc: ^1.0.1
20304+
docusaurus-plugin-typedoc: ^1.0.5
2024520305
eslint: ^9.13.0
2024620306
history: ^4.9.0
2024720307
json5: ^2.2.3
@@ -20265,8 +20325,8 @@ __metadata:
2026520325
stylelint-config-standard: ^36.0.0
2026620326
stylelint-order: ^6.0.4
2026720327
tsx: "*"
20268-
typedoc: ^0.25.13
20269-
typedoc-plugin-markdown: ^4.0.3
20328+
typedoc: ^0.26.11
20329+
typedoc-plugin-markdown: ^4.2.10
2027020330
typescript: "*"
2027120331
unified: ^11.0.4
2027220332
vfile: ^6.0.1
@@ -20763,7 +20823,7 @@ __metadata:
2076320823
languageName: node
2076420824
linkType: hard
2076520825

20766-
"yaml@npm:^2.6.0":
20826+
"yaml@npm:^2.5.1, yaml@npm:^2.6.0":
2076720827
version: 2.6.0
2076820828
resolution: "yaml@npm:2.6.0"
2076920829
bin:
@@ -20874,7 +20934,7 @@ __metadata:
2087420934
languageName: node
2087520935
linkType: hard
2087620936

20877-
"zwitch@npm:^2.0.0":
20937+
"zwitch@npm:^2.0.0, zwitch@npm:^2.0.4":
2087820938
version: 2.0.4
2087920939
resolution: "zwitch@npm:2.0.4"
2088020940
checksum: f22ec5fc2d5f02c423c93d35cdfa83573a3a3bd98c66b927c368ea4d0e7252a500df2a90a6b45522be536a96a73404393c958e945fdba95e6832c200791702b6

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp