Skip to content

Commit 8d56b9e

Browse files
committed
Merge remote-tracking branch 'remotes/origin/master' into octogonz/playground
2 parents 72a0833 + 6ba7156 commit 8d56b9e

File tree

14 files changed

+78
-44
lines changed

14 files changed

+78
-44
lines changed

api-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "A code sample that illustrates usage of the API for @microsoft/tsdoc",
66
"license": "MIT",
77
"dependencies": {
8-
"@microsoft/tsdoc": "0.13.2",
8+
"@microsoft/tsdoc": "0.14.0",
99
"colors": "~1.4.0",
1010
"typescript": "~3.9.7"
1111
},

common/changes/@microsoft/tsdoc-config/allowlist-html-tags_2022-04-05-21-35.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@microsoft/tsdoc/allowlist-html-tags_2022-04-05-21-35.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@microsoft/tsdoc/master_2021-12-07-00-40.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

eslint-plugin/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "eslint-plugin-tsdoc",
33
"entries": [
4+
{
5+
"version": "0.2.15",
6+
"tag": "eslint-plugin-tsdoc_v0.2.15",
7+
"date": "Thu, 07 Apr 2022 22:51:07 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/tsdoc\" from `0.13.2` to `0.14.0`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@microsoft/tsdoc-config\" from `0.15.2` to `0.16.0`"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "0.2.14",
621
"tag": "eslint-plugin-tsdoc_v0.2.14",

eslint-plugin/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - eslint-plugin-tsdoc
22

3-
This log was last generated on Tue, 20 Apr 2021 04:25:13 GMT and should not be manually modified.
3+
This log was last generated on Thu, 07 Apr 2022 22:51:07 GMT and should not be manually modified.
4+
5+
## 0.2.15
6+
Thu, 07 Apr 2022 22:51:07 GMT
7+
8+
_Version update only_
49

510
## 0.2.14
611
Tue, 20 Apr 2021 04:25:13 GMT

eslint-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-tsdoc",
3-
"version": "0.2.14",
3+
"version": "0.2.15",
44
"description": "An ESLint plugin that validates TypeScript doc comments",
55
"keywords": [
66
"TypeScript",
@@ -24,8 +24,8 @@
2424
"build": "heft test --clean"
2525
},
2626
"dependencies": {
27-
"@microsoft/tsdoc": "0.13.2",
28-
"@microsoft/tsdoc-config": "0.15.2"
27+
"@microsoft/tsdoc": "0.14.0",
28+
"@microsoft/tsdoc-config": "0.16.0"
2929
},
3030
"devDependencies": {
3131
"@rushstack/eslint-config": "~2.3.1",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "heft start"
1010
},
1111
"dependencies": {
12-
"@microsoft/tsdoc": "0.13.2",
12+
"@microsoft/tsdoc": "0.14.0",
1313
"@types/react-dom": "16.9.3",
1414
"@types/react": "16.9.11",
1515
"monaco-editor": "~0.17.1",

tsdoc-config/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "@microsoft/tsdoc-config",
33
"entries": [
4+
{
5+
"version": "0.16.0",
6+
"tag": "@microsoft/tsdoc-config_v0.16.0",
7+
"date": "Thu, 07 Apr 2022 22:51:07 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Add `supportedHtmlTags` and `reportUnsupportedHtmlTags` configuration options"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/tsdoc\" from `0.13.2` to `0.14.0`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "0.15.2",
623
"tag": "@microsoft/tsdoc-config_v0.15.2",

tsdoc-config/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @microsoft/tsdoc-config
22

3-
This log was last generated on Tue, 20 Apr 2021 04:25:13 GMT and should not be manually modified.
3+
This log was last generated on Thu, 07 Apr 2022 22:51:07 GMT and should not be manually modified.
4+
5+
## 0.16.0
6+
Thu, 07 Apr 2022 22:51:07 GMT
7+
8+
### Minor changes
9+
10+
- Add `supportedHtmlTags` and `reportUnsupportedHtmlTags` configuration options
411

512
## 0.15.2
613
Tue, 20 Apr 2021 04:25:13 GMT

0 commit comments

Comments
 (0)