Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 20 additions & 0 deletions eslint-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"name": "eslint-plugin-tsdoc",
"entries": [
{
"version": "0.5.3",
"tag": "eslint-plugin-tsdoc_v0.5.3",
"date": "Wed, 16 Sep 2026 01:24:29 GMT",
"comments": {
"patch": [
{
"comment": "Declare `eslint` as an optional peer dependency so published typings resolve against the consumer's ESLint under non-hoisted installers."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/tsdoc-config\" to `0.18.2`"
},
{
"comment": "Updating dependency \"@microsoft/tsdoc\" to `0.17.0`"
}
]
}
},
{
"version": "0.5.2",
"tag": "eslint-plugin-tsdoc_v0.5.2",
Expand Down
9 changes: 8 additions & 1 deletion eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - eslint-plugin-tsdoc

This log was last generated on Wed, 25 Feb 2026 21:34:35 GMT and should not be manually modified.
This log was last generated on Wed, 16 Sep 2026 01:24:29 GMT and should not be manually modified.

## 0.5.3
Wed, 16 Sep 2026 01:24:29 GMT

### Patches

- Declare `eslint` as an optional peer dependency so published typings resolve against the consumer's ESLint under non-hoisted installers.

## 0.5.2
Wed, 25 Feb 2026 21:34:35 GMT
Expand Down
2 changes: 1 addition & 1 deletion eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-tsdoc",
"version": "0.5.2",
"version": "0.5.3",
"description": "An ESLint plugin that validates TypeScript doc comments",
"keywords": [
"TypeScript",
Expand Down
12 changes: 12 additions & 0 deletions tsdoc-config/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@microsoft/tsdoc-config",
"entries": [
{
"version": "0.18.2",
"tag": "@microsoft/tsdoc-config_v0.18.2",
"date": "Wed, 16 Sep 2026 01:24:29 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/tsdoc\" to `0.17.0`"
}
]
}
},
{
"version": "0.18.1",
"tag": "@microsoft/tsdoc-config_v0.18.1",
Expand Down
7 changes: 6 additions & 1 deletion tsdoc-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @microsoft/tsdoc-config

This log was last generated on Wed, 25 Feb 2026 02:06:43 GMT and should not be manually modified.
This log was last generated on Wed, 16 Sep 2026 01:24:29 GMT and should not be manually modified.

## 0.18.2
Wed, 16 Sep 2026 01:24:29 GMT

_Version update only_

## 0.18.1
Wed, 25 Feb 2026 02:06:43 GMT
Expand Down
2 changes: 1 addition & 1 deletion tsdoc-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/tsdoc-config",
"version": "0.18.1",
"version": "0.18.2",
"description": "A loader for the tsdoc.json file",
"keywords": [
"TypeScript",
Expand Down
12 changes: 12 additions & 0 deletions tsdoc/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@microsoft/tsdoc",
"entries": [
{
"version": "0.17.0",
"tag": "@microsoft/tsdoc_v0.17.0",
"date": "Wed, 16 Sep 2026 01:24:29 GMT",
"comments": {
"minor": [
{
"comment": "Update emitter to not replace line breaks"
}
]
}
},
{
"version": "0.16.0",
"tag": "@microsoft/tsdoc_v0.16.0",
Expand Down
9 changes: 8 additions & 1 deletion tsdoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @microsoft/tsdoc

This log was last generated on Tue, 11 Nov 2025 00:51:42 GMT and should not be manually modified.
This log was last generated on Wed, 16 Sep 2026 01:24:29 GMT and should not be manually modified.

## 0.17.0
Wed, 16 Sep 2026 01:24:29 GMT

### Minor changes

- Update emitter to not replace line breaks

## 0.16.0
Tue, 11 Nov 2025 00:51:42 GMT
Expand Down
2 changes: 1 addition & 1 deletion tsdoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/tsdoc",
"version": "0.16.0",
"version": "0.17.0",
"description": "A parser for the TypeScript doc comment syntax",
"keywords": [
"TypeScript",
Expand Down
Loading