Skip to content

Commit 59860dd

Browse files
authored
Merge pull request #196 from microsoft/octogonz/tsdoc-config
Add new package for loading tsdoc-config.json file
2 parents c1726fa + d89d2c5 commit 59860dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1297
-198
lines changed

api-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"dependencies": {
88
"@microsoft/tsdoc": "0.12.15",
9-
"@types/node": "10.7.1",
9+
"@types/node": "10.17.5",
1010
"colors": "~1.3.3"
1111
},
1212
"devDependencies": {
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/tsdoc-config",
5+
"comment": "Initial release",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/tsdoc-config",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/tsdoc",
5+
"comment": "Add some new TSDocMessageId definitions used by @microsoft/tsdoc-config",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/tsdoc",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "eslint-plugin-tsdoc",
5+
"comment": "Add support for defining your own custom tags using tsdoc.json",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "eslint-plugin-tsdoc",
10+
"email": "4673363+octogonz@users.noreply.github.com"
11+
}

common/config/rush/common-versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* instead of the latest version.
2222
*/
2323
// "some-library": "1.2.3"
24+
"@types/jest-diff": "20.0.1"
2425
},
2526

2627
/**

0 commit comments

Comments
 (0)