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.

11 changes: 0 additions & 11 deletions common/changes/@microsoft/tsdoc/bump-deps_2025-10-08-22-29.json

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.

23 changes: 23 additions & 0 deletions eslint-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "eslint-plugin-tsdoc",
"entries": [
{
"version": "0.5.0",
"tag": "eslint-plugin-tsdoc_v0.5.0",
"date": "Tue, 11 Nov 2025 00:51:42 GMT",
"comments": {
"minor": [
{
"comment": "Normalize builtin imports."
},
{
"comment": "Use a more robust method to find the project root."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/tsdoc-config\" to `0.18.0`"
},
{
"comment": "Updating dependency \"@microsoft/tsdoc\" to `0.16.0`"
}
]
}
},
{
"version": "0.4.0",
"tag": "eslint-plugin-tsdoc_v0.4.0",
Expand Down
10 changes: 9 additions & 1 deletion eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - eslint-plugin-tsdoc

This log was last generated on Sat, 23 Nov 2024 00:23:35 GMT and should not be manually modified.
This log was last generated on Tue, 11 Nov 2025 00:51:42 GMT and should not be manually modified.

## 0.5.0
Tue, 11 Nov 2025 00:51:42 GMT

### Minor changes

- Normalize builtin imports.
- Use a more robust method to find the project root.

## 0.4.0
Sat, 23 Nov 2024 00:23: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.4.0",
"version": "0.5.0",
"description": "An ESLint plugin that validates TypeScript doc comments",
"keywords": [
"TypeScript",
Expand Down
22 changes: 22 additions & 0 deletions tsdoc-config/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
{
"name": "@microsoft/tsdoc-config",
"entries": [
{
"version": "0.18.0",
"tag": "@microsoft/tsdoc-config_v0.18.0",
"date": "Tue, 11 Nov 2025 00:51:42 GMT",
"comments": {
"minor": [
{
"comment": "Normalize builtin imports."
}
],
"patch": [
{
"comment": "Remove test files and declaration maps from the published package."
}
],
"dependency": [
{
"comment": "Updating dependency \"@microsoft/tsdoc\" to `0.16.0`"
}
]
}
},
{
"version": "0.17.1",
"tag": "@microsoft/tsdoc-config_v0.17.1",
Expand Down
13 changes: 12 additions & 1 deletion tsdoc-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log - @microsoft/tsdoc-config

This log was last generated on Sat, 23 Nov 2024 00:23:35 GMT and should not be manually modified.
This log was last generated on Tue, 11 Nov 2025 00:51:42 GMT and should not be manually modified.

## 0.18.0
Tue, 11 Nov 2025 00:51:42 GMT

### Minor changes

- Normalize builtin imports.

### Patches

- Remove test files and declaration maps from the published package.

## 0.17.1
Sat, 23 Nov 2024 00:23:35 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.17.1",
"version": "0.18.0",
"description": "A loader for the tsdoc.json file",
"keywords": [
"TypeScript",
Expand Down
23 changes: 23 additions & 0 deletions tsdoc/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@microsoft/tsdoc",
"entries": [
{
"version": "0.16.0",
"tag": "@microsoft/tsdoc_v0.16.0",
"date": "Tue, 11 Nov 2025 00:51:42 GMT",
"comments": {
"minor": [
{
"comment": "Normalize builtin imports."
},
{
"comment": "Standardize TypeScript's `@jsx`, `@jsxRuntime`, `@jsxFrag`, `@jsxImportSource` tags."
}
],
"patch": [
{
"comment": "Ensure TSDocEmitter does not emit a newline for the text after `@defaultValue` tags."
},
{
"comment": "Remove test files and declaration maps from the published package."
}
]
}
},
{
"version": "0.15.1",
"tag": "@microsoft/tsdoc_v0.15.1",
Expand Down
15 changes: 14 additions & 1 deletion tsdoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Change Log - @microsoft/tsdoc

This log was last generated on Sat, 23 Nov 2024 00:23:35 GMT and should not be manually modified.
This log was last generated on Tue, 11 Nov 2025 00:51:42 GMT and should not be manually modified.

## 0.16.0
Tue, 11 Nov 2025 00:51:42 GMT

### Minor changes

- Normalize builtin imports.
- Standardize TypeScript's `@jsx`, `@jsxRuntime`, `@jsxFrag`, `@jsxImportSource` tags.

### Patches

- Ensure TSDocEmitter does not emit a newline for the text after `@defaultValue` tags.
- Remove test files and declaration maps from the published package.

## 0.15.1
Sat, 23 Nov 2024 00:23:35 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.15.1",
"version": "0.16.0",
"description": "A parser for the TypeScript doc comment syntax",
"keywords": [
"TypeScript",
Expand Down