Skip to content

Commit 5fabbfc

Browse files
committed
Bump TSDoc dependencies.
1 parent dc366eb commit 5fabbfc

File tree

11 files changed

+95
-22
lines changed

11 files changed

+95
-22
lines changed

apps/api-documenter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"typings": "dist/rollup.d.ts",
2222
"dependencies": {
2323
"@microsoft/api-extractor-model": "workspace:*",
24-
"@microsoft/tsdoc": "0.14.2",
24+
"@microsoft/tsdoc": "~0.15.0",
2525
"@rushstack/node-core-library": "workspace:*",
2626
"@rushstack/terminal": "workspace:*",
2727
"@rushstack/ts-command-line": "workspace:*",

apps/api-extractor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {
4040
"@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",
4343
"@rushstack/node-core-library": "workspace:*",
4444
"@rushstack/rig-package": "workspace:*",
4545
"@rushstack/terminal": "workspace:*",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
}

common/config/subspaces/default/pnpm-lock.yaml

+47-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "35d9856f8e1b06b70b9e1346548c428918c4e1d3",
3+
"pnpmShrinkwrapHash": "8b49a5c17573043a3c86a32f5f8e906e90adfea1",
44
"preferredVersionsHash": "ce857ea0536b894ec8f346aaea08cfd85a5af648"
55
}

eslint/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@typescript-eslint/typescript-estree": "~6.19.0",
3838
"eslint-plugin-promise": "~6.1.1",
3939
"eslint-plugin-react": "~7.33.2",
40-
"eslint-plugin-tsdoc": "~0.2.16"
40+
"eslint-plugin-tsdoc": "~0.3.0"
4141
},
4242
"devDependencies": {
4343
"eslint": "~8.57.0",

libraries/api-extractor-model/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"_phase:test": "heft run --only test -- --clean"
1818
},
1919
"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",
2222
"@rushstack/node-core-library": "workspace:*"
2323
},
2424
"devDependencies": {

repo-scripts/doc-plugin-rush-stack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@microsoft/api-documenter": "workspace:*",
1515
"@microsoft/api-extractor-model": "workspace:*",
16-
"@microsoft/tsdoc": "0.14.2",
16+
"@microsoft/tsdoc": "~0.15.0",
1717
"@rushstack/node-core-library": "workspace:*",
1818
"js-yaml": "~3.13.1"
1919
},

0 commit comments

Comments
 (0)