Skip to content
Open
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
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "webdoc",
"version": "2.2.0",
"version": "2.2.1",
"nextBump": "patch",
"includeEmailInChangeFile": true
}
Expand Down
16 changes: 7 additions & 9 deletions core/test/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# `test`
# @webdoc/tests

> TODO: description
## Maintenance status

## Usage

```
const test = require('test');

// TODO: DEMONSTRATE API
```
`@webdoc/tests` 1.0.0 is a previously published legacy integration-test
fixture. It is outside the Rush project list and is no longer released or
supported. Do not add it as a dependency. Run the repository's root Rush test
commands for integration coverage, or use the public `@webdoc/cli` API in
consumer projects.
6 changes: 6 additions & 0 deletions core/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"name": "@webdoc/tests",
"version": "1.0.0",
"description": "Integration tests for the webdoc monorepo",
"webdoc": {
"maintenance": {
"status": "previously published legacy integration fixture; outside the Rush project list and no longer released or supported",
"upgrade": "Use the root Rush test commands and the public @webdoc/cli API instead of depending on @webdoc/tests."
}
},
"keywords": [
"tests",
"mocha",
Expand Down
12 changes: 12 additions & 0 deletions core/webdoc-cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@webdoc/cli",
"entries": [
{
"version": "2.2.1",
"tag": "@webdoc/cli_v2.2.1",
"date": "Mon, 14 Sep 2026 07:40:10 GMT",
"comments": {
"patch": [
{
"comment": "Correct the default generated version number to 2."
}
]
}
},
{
"version": "2.2.0",
"tag": "@webdoc/cli_v2.2.0",
Expand Down
9 changes: 8 additions & 1 deletion core/webdoc-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @webdoc/cli

This log was last generated on Sun, 23 Oct 2022 01:05:11 GMT and should not be manually modified.
This log was last generated on Mon, 14 Sep 2026 07:40:10 GMT and should not be manually modified.

## 2.2.1
Mon, 14 Sep 2026 07:40:10 GMT

### Patches

- Correct the default generated version number to 2.

## 2.2.0
Sun, 23 Oct 2022 01:05:11 GMT
Expand Down
22 changes: 11 additions & 11 deletions core/webdoc-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/cli",
"version": "2.2.0",
"version": "2.2.1",
"description": "CLI for @webdoc monorepo",
"bin": {
"webdoc": "./cli.js"
Expand Down Expand Up @@ -42,16 +42,16 @@
"dependencies": {
"@sentry/node": "7.2.0",
"@sentry/integrations": "7.2.0",
"@webdoc/default-template": "^2.2.0",
"@webdoc/externalize": "^2.2.0",
"@webdoc/legacy-template": "^2.2.0",
"@webdoc/model": "^2.2.0",
"@webdoc/language-babel": "^2.2.0",
"@webdoc/language-parser": "^2.2.0",
"@webdoc/plugin-format": "^2.2.0",
"@webdoc/plugin-markdown": "^2.2.0",
"@webdoc/template-library": "^2.2.0",
"@webdoc/types": "^2.2.0",
"@webdoc/default-template": "^2.2.1",
"@webdoc/externalize": "^2.2.1",
"@webdoc/legacy-template": "^2.2.1",
"@webdoc/model": "^2.2.1",
"@webdoc/language-babel": "^2.2.1",
"@webdoc/language-parser": "^2.2.1",
"@webdoc/plugin-format": "^2.2.1",
"@webdoc/plugin-markdown": "^2.2.1",
"@webdoc/template-library": "^2.2.1",
"@webdoc/types": "^2.2.1",
"array.prototype.flatmap": "~1.2.3",
"fs-extra": "^9.0.1",
"globby": "11.0.0",
Expand Down
12 changes: 12 additions & 0 deletions core/webdoc-default-template/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@webdoc/default-template",
"entries": [
{
"version": "2.2.1",
"tag": "@webdoc/default-template_v2.2.1",
"date": "Mon, 14 Sep 2026 07:40:10 GMT",
"comments": {
"patch": [
{
"comment": "Render default-template layout URLs with an explicit scheme."
}
]
}
},
{
"version": "2.2.0",
"tag": "@webdoc/default-template_v2.2.0",
Expand Down
9 changes: 8 additions & 1 deletion core/webdoc-default-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @webdoc/default-template

This log was last generated on Sun, 23 Oct 2022 01:05:11 GMT and should not be manually modified.
This log was last generated on Mon, 14 Sep 2026 07:40:10 GMT and should not be manually modified.

## 2.2.1
Mon, 14 Sep 2026 07:40:10 GMT

### Patches

- Render default-template layout URLs with an explicit scheme.

## 2.2.0
Sun, 23 Oct 2022 01:05:11 GMT
Expand Down
8 changes: 4 additions & 4 deletions core/webdoc-default-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/default-template",
"version": "2.2.0",
"version": "2.2.1",
"description": "webdoc's default template",
"keywords": [
"webdoc",
Expand Down Expand Up @@ -42,9 +42,9 @@
"dependencies": {
"@babel/core": "7.18.5",
"@babel/preset-react": "^7.10.1",
"@webdoc/model": "^2.2.0",
"@webdoc/template-library": "^2.2.0",
"@webdoc/types": "^2.2.0",
"@webdoc/model": "^2.2.1",
"@webdoc/template-library": "^2.2.1",
"@webdoc/types": "^2.2.1",
"code-prettify": "^0.1.0",
"fs-extra": "^9.0.1",
"highlight.js": "~10.7.2",
Expand Down
6 changes: 6 additions & 0 deletions core/webdoc-externalize/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@webdoc/externalize",
"entries": [
{
"version": "2.2.1",
"tag": "@webdoc/externalize_v2.2.1",
"date": "Mon, 14 Sep 2026 07:40:10 GMT",
"comments": {}
},
{
"version": "2.2.0",
"tag": "@webdoc/externalize_v2.2.0",
Expand Down
7 changes: 6 additions & 1 deletion core/webdoc-externalize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @webdoc/externalize

This log was last generated on Sun, 23 Oct 2022 01:05:11 GMT and should not be manually modified.
This log was last generated on Mon, 14 Sep 2026 07:40:10 GMT and should not be manually modified.

## 2.2.1
Mon, 14 Sep 2026 07:40:10 GMT

_Version update only_

## 2.2.0
Sun, 23 Oct 2022 01:05:11 GMT
Expand Down
6 changes: 3 additions & 3 deletions core/webdoc-externalize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/externalize",
"version": "2.2.0",
"version": "2.2.1",
"description": "Links your documentation to external APIs and vice versa!",
"keywords": [
"json",
Expand Down Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@babel/core": "7.18.5",
"@webdoc/model": "^2.2.0",
"@webdoc/types": "^2.2.0",
"@webdoc/model": "^2.2.1",
"@webdoc/types": "^2.2.1",
"lodash": "^4.17.20",
"@babel/plugin-proposal-class-properties": "7.17.12",
"@babel/plugin-transform-flow-comments": "7.17.12"
Expand Down
12 changes: 12 additions & 0 deletions core/webdoc-legacy-template/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@webdoc/legacy-template",
"entries": [
{
"version": "2.2.1",
"tag": "@webdoc/legacy-template_v2.2.1",
"date": "Mon, 14 Sep 2026 07:40:10 GMT",
"comments": {
"patch": [
{
"comment": "Render legacy-template layout URLs with an explicit scheme."
}
]
}
},
{
"version": "2.2.0",
"tag": "@webdoc/legacy-template_v2.2.0",
Expand Down
9 changes: 8 additions & 1 deletion core/webdoc-legacy-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @webdoc/legacy-template

This log was last generated on Sun, 23 Oct 2022 01:05:11 GMT and should not be manually modified.
This log was last generated on Mon, 14 Sep 2026 07:40:10 GMT and should not be manually modified.

## 2.2.1
Mon, 14 Sep 2026 07:40:10 GMT

### Patches

- Render legacy-template layout URLs with an explicit scheme.

## 2.2.0
Sun, 23 Oct 2022 01:05:11 GMT
Expand Down
6 changes: 3 additions & 3 deletions core/webdoc-legacy-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/legacy-template",
"version": "2.2.0",
"version": "2.2.1",
"description": "Port of the JSDoc default template to webdoc!",
"keywords": [
"webdoc",
Expand Down Expand Up @@ -40,8 +40,8 @@
"url": "https://github.com/SukantPal/webdoc/issues"
},
"dependencies": {
"@webdoc/model": "^2.2.0",
"@webdoc/template-library": "^2.2.0",
"@webdoc/model": "^2.2.1",
"@webdoc/template-library": "^2.2.1",
"bluebird": "^3.7.2",
"code-prettify": "^0.1.0",
"color-themes-for-google-code-prettify": "^2.0.4",
Expand Down
6 changes: 6 additions & 0 deletions core/webdoc-model/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@webdoc/model",
"entries": [
{
"version": "2.2.1",
"tag": "@webdoc/model_v2.2.1",
"date": "Mon, 14 Sep 2026 07:40:10 GMT",
"comments": {}
},
{
"version": "2.2.0",
"tag": "@webdoc/model_v2.2.0",
Expand Down
7 changes: 6 additions & 1 deletion core/webdoc-model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @webdoc/model

This log was last generated on Sun, 23 Oct 2022 01:05:11 GMT and should not be manually modified.
This log was last generated on Mon, 14 Sep 2026 07:40:10 GMT and should not be manually modified.

## 2.2.1
Mon, 14 Sep 2026 07:40:10 GMT

_Version update only_

## 2.2.0
Sun, 23 Oct 2022 01:05:11 GMT
Expand Down
4 changes: 2 additions & 2 deletions core/webdoc-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/model",
"version": "2.2.0",
"version": "2.2.1",
"description": "Doclet API for JavaScript",
"keywords": [
"doclet",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/SukantPal/webdoc/issues"
},
"dependencies": {
"@webdoc/types": "^2.2.0",
"@webdoc/types": "^2.2.1",
"catharsis": "0.8.11",
"nanoid": "~3.1.16",
"taffydb": "2.7.3",
Expand Down
6 changes: 6 additions & 0 deletions core/webdoc-template-library/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@webdoc/template-library",
"entries": [
{
"version": "2.2.1",
"tag": "@webdoc/template-library_v2.2.1",
"date": "Mon, 14 Sep 2026 07:40:10 GMT",
"comments": {}
},
{
"version": "2.2.0",
"tag": "@webdoc/template-library_v2.2.0",
Expand Down
7 changes: 6 additions & 1 deletion core/webdoc-template-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @webdoc/template-library

This log was last generated on Sun, 23 Oct 2022 01:05:11 GMT and should not be manually modified.
This log was last generated on Mon, 14 Sep 2026 07:40:10 GMT and should not be manually modified.

## 2.2.1
Mon, 14 Sep 2026 07:40:10 GMT

_Version update only_

## 2.2.0
Sun, 23 Oct 2022 01:05:11 GMT
Expand Down
8 changes: 4 additions & 4 deletions core/webdoc-template-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/template-library",
"version": "2.2.0",
"version": "2.2.1",
"description": "Goodies for @webdoc template packages! See @webdoc/legacy-template for an example!",
"keywords": [
"webdoc",
Expand Down Expand Up @@ -40,9 +40,9 @@
"url": "https://github.com/SukantPal/webdoc/issues"
},
"dependencies": {
"@webdoc/externalize": "^2.2.0",
"@webdoc/model": "^2.2.0",
"@webdoc/types": "^2.2.0",
"@webdoc/externalize": "^2.2.1",
"@webdoc/model": "^2.2.1",
"@webdoc/types": "^2.2.1",
"catharsis": "0.8.11",
"fs-extra": "^9.0.1",
"@fork-of/git-branch": "2.1.1",
Expand Down
6 changes: 6 additions & 0 deletions core/webdoc-types/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@webdoc/types",
"entries": [
{
"version": "2.2.1",
"tag": "@webdoc/types_v2.2.1",
"date": "Mon, 14 Sep 2026 07:40:10 GMT",
"comments": {}
},
{
"version": "2.2.0",
"tag": "@webdoc/types_v2.2.0",
Expand Down
7 changes: 6 additions & 1 deletion core/webdoc-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @webdoc/types

This log was last generated on Sun, 23 Oct 2022 01:05:11 GMT and should not be manually modified.
This log was last generated on Mon, 14 Sep 2026 07:40:10 GMT and should not be manually modified.

## 2.2.1
Mon, 14 Sep 2026 07:40:10 GMT

_Version update only_

## 2.2.0
Sun, 23 Oct 2022 01:05:11 GMT
Expand Down
2 changes: 1 addition & 1 deletion core/webdoc-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webdoc/types",
"version": "2.2.0",
"version": "2.2.1",
"description": "Type definitions for @webdoc/model",
"keywords": [
"flow",
Expand Down
Loading