File tree 11 files changed +95
-22
lines changed
repo-scripts/doc-plugin-rush-stack
11 files changed +95
-22
lines changed Original file line number Diff line number Diff line change 21
21
"typings" : " dist/rollup.d.ts" ,
22
22
"dependencies" : {
23
23
"@microsoft/api-extractor-model" : " workspace:*" ,
24
- "@microsoft/tsdoc" : " 0.14.2 " ,
24
+ "@microsoft/tsdoc" : " ~0.15.0 " ,
25
25
"@rushstack/node-core-library" : " workspace:*" ,
26
26
"@rushstack/terminal" : " workspace:*" ,
27
27
"@rushstack/ts-command-line" : " workspace:*" ,
Original file line number Diff line number Diff line change 38
38
},
39
39
"dependencies" : {
40
40
"@microsoft/api-extractor-model" : " workspace:*" ,
41
- "@microsoft/tsdoc-config" : " ~0.16.1 " ,
42
- "@microsoft/tsdoc" : " 0.14.2 " ,
41
+ "@microsoft/tsdoc-config" : " ~0.17.0 " ,
42
+ "@microsoft/tsdoc" : " ~0.15.0 " ,
43
43
"@rushstack/node-core-library" : " workspace:*" ,
44
44
"@rushstack/rig-package" : " workspace:*" ,
45
45
"@rushstack/terminal" : " workspace:*" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "changes" : [
3
+ {
4
+ "packageName" : " @microsoft/api-documenter" ,
5
+ "comment" : " Bump TSDoc dependencies." ,
6
+ "type" : " minor"
7
+ }
8
+ ],
9
+ "packageName" : " @microsoft/api-documenter"
10
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "changes" : [
3
+ {
4
+ "packageName" : " @microsoft/api-extractor-model" ,
5
+ "comment" : " Bump TSDoc dependencies." ,
6
+ "type" : " minor"
7
+ }
8
+ ],
9
+ "packageName" : " @microsoft/api-extractor-model"
10
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "changes" : [
3
+ {
4
+ "packageName" : " @microsoft/api-extractor" ,
5
+ "comment" : " Bump TSDoc dependencies." ,
6
+ "type" : " minor"
7
+ }
8
+ ],
9
+ "packageName" : " @microsoft/api-extractor"
10
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "changes" : [
3
+ {
4
+ "packageName" : " @rushstack/eslint-config" ,
5
+ "comment" : " Bump the `eslint-plugin-tsdoc` plugin." ,
6
+ "type" : " minor"
7
+ }
8
+ ],
9
+ "packageName" : " @rushstack/eslint-config"
10
+ }
Original file line number Diff line number Diff line change 1
1
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
2
2
{
3
- "pnpmShrinkwrapHash" : " 35d9856f8e1b06b70b9e1346548c428918c4e1d3 " ,
3
+ "pnpmShrinkwrapHash" : " 8b49a5c17573043a3c86a32f5f8e906e90adfea1 " ,
4
4
"preferredVersionsHash" : " ce857ea0536b894ec8f346aaea08cfd85a5af648"
5
5
}
Original file line number Diff line number Diff line change 37
37
"@typescript-eslint/typescript-estree" : " ~6.19.0" ,
38
38
"eslint-plugin-promise" : " ~6.1.1" ,
39
39
"eslint-plugin-react" : " ~7.33.2" ,
40
- "eslint-plugin-tsdoc" : " ~0.2.16 "
40
+ "eslint-plugin-tsdoc" : " ~0.3.0 "
41
41
},
42
42
"devDependencies" : {
43
43
"eslint" : " ~8.57.0" ,
Original file line number Diff line number Diff line change 17
17
"_phase:test" : " heft run --only test -- --clean"
18
18
},
19
19
"dependencies" : {
20
- "@microsoft/tsdoc" : " 0.14.2 " ,
21
- "@microsoft/tsdoc-config" : " ~0.16.1 " ,
20
+ "@microsoft/tsdoc" : " ~0.15.0 " ,
21
+ "@microsoft/tsdoc-config" : " ~0.17.0 " ,
22
22
"@rushstack/node-core-library" : " workspace:*"
23
23
},
24
24
"devDependencies" : {
Original file line number Diff line number Diff line change 13
13
"dependencies" : {
14
14
"@microsoft/api-documenter" : " workspace:*" ,
15
15
"@microsoft/api-extractor-model" : " workspace:*" ,
16
- "@microsoft/tsdoc" : " 0.14.2 " ,
16
+ "@microsoft/tsdoc" : " ~0.15.0 " ,
17
17
"@rushstack/node-core-library" : " workspace:*" ,
18
18
"js-yaml" : " ~3.13.1"
19
19
},
You can’t perform that action at this time.
0 commit comments