Skip to content

Commit 11bc86c

Browse files
committed
Update changelogs [skip ci]
1 parent 199ce69 commit 11bc86c

File tree

87 files changed

+1141
-113
lines changed

Some content is hidden

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

87 files changed

+1141
-113
lines changed

apps/api-documenter/CHANGELOG.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.17.25",
6+
"tag": "@microsoft/api-documenter_v7.17.25",
7+
"date": "Tue, 28 Jun 2022 00:23:32 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.20.2`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.48.0`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.12.1`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.6.2`"
21+
},
22+
{
23+
"comment": "Updating dependency \"@rushstack/heft\" to `0.45.14`"
24+
},
25+
{
26+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.15`"
27+
}
28+
]
29+
}
30+
},
431
{
532
"version": "7.17.24",
633
"tag": "@microsoft/api-documenter_v7.17.24",

apps/api-documenter/CHANGELOG.md

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

3-
This log was last generated on Mon, 27 Jun 2022 18:43:09 GMT and should not be manually modified.
3+
This log was last generated on Tue, 28 Jun 2022 00:23:32 GMT and should not be manually modified.
4+
5+
## 7.17.25
6+
Tue, 28 Jun 2022 00:23:32 GMT
7+
8+
_Version update only_
49

510
## 7.17.24
611
Mon, 27 Jun 2022 18:43:09 GMT

apps/api-extractor/CHANGELOG.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
{
22
"name": "@microsoft/api-extractor",
33
"entries": [
4+
{
5+
"version": "7.28.0",
6+
"tag": "@microsoft/api-extractor_v7.28.0",
7+
"date": "Tue, 28 Jun 2022 00:23:32 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Add support for the \"ignoreMissingEntryPoint\" ExtractorConfig option to allow for loading an ExtractorConfig before the target project is built."
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.20.2`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.48.0`"
20+
},
21+
{
22+
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.13`"
23+
},
24+
{
25+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.12.1`"
26+
},
27+
{
28+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.6.2`"
29+
}
30+
]
31+
}
32+
},
433
{
534
"version": "7.27.1",
635
"tag": "@microsoft/api-extractor_v7.27.1",

apps/api-extractor/CHANGELOG.md

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

3-
This log was last generated on Mon, 27 Jun 2022 18:43:09 GMT and should not be manually modified.
3+
This log was last generated on Tue, 28 Jun 2022 00:23:32 GMT and should not be manually modified.
4+
5+
## 7.28.0
6+
Tue, 28 Jun 2022 00:23:32 GMT
7+
8+
### Minor changes
9+
10+
- Add support for the "ignoreMissingEntryPoint" ExtractorConfig option to allow for loading an ExtractorConfig before the target project is built.
411

512
## 7.27.1
613
Mon, 27 Jun 2022 18:43:09 GMT

apps/heft/CHANGELOG.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"name": "@rushstack/heft",
33
"entries": [
4+
{
5+
"version": "0.45.14",
6+
"tag": "@rushstack/heft_v0.45.14",
7+
"date": "Tue, 28 Jun 2022 00:23:32 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.8.9`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.48.0`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.13`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.12.1`"
21+
},
22+
{
23+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.28.0`"
24+
},
25+
{
26+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.6.2`"
27+
}
28+
]
29+
}
30+
},
431
{
532
"version": "0.45.13",
633
"tag": "@rushstack/heft_v0.45.13",

apps/heft/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @rushstack/heft
22

3-
This log was last generated on Mon, 27 Jun 2022 18:43:09 GMT and should not be manually modified.
3+
This log was last generated on Tue, 28 Jun 2022 00:23:32 GMT and should not be manually modified.
4+
5+
## 0.45.14
6+
Tue, 28 Jun 2022 00:23:32 GMT
7+
8+
_Version update only_
49

510
## 0.45.13
611
Mon, 27 Jun 2022 18:43:09 GMT

apps/rundown/CHANGELOG.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
{
22
"name": "@rushstack/rundown",
33
"entries": [
4+
{
5+
"version": "1.0.200",
6+
"tag": "@rushstack/rundown_v1.0.200",
7+
"date": "Tue, 28 Jun 2022 00:23:32 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.48.0`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.12.1`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.6.2`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@rushstack/heft\" to `0.45.14`"
21+
},
22+
{
23+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.15`"
24+
}
25+
]
26+
}
27+
},
428
{
529
"version": "1.0.199",
630
"tag": "@rushstack/rundown_v1.0.199",

apps/rundown/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @rushstack/rundown
22

3-
This log was last generated on Mon, 27 Jun 2022 18:43:09 GMT and should not be manually modified.
3+
This log was last generated on Tue, 28 Jun 2022 00:23:32 GMT and should not be manually modified.
4+
5+
## 1.0.200
6+
Tue, 28 Jun 2022 00:23:32 GMT
7+
8+
_Version update only_
49

510
## 1.0.199
611
Mon, 27 Jun 2022 18:43:09 GMT

common/changes/@microsoft/api-extractor/user-danade-ApiExtractorConfigLoad_2022-06-15-22-45.json

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

common/changes/@rushstack/eslint-patch/bump-cyclics_2022-04-23-00-29.json

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

common/changes/@rushstack/eslint-patch/bump-cyclics_2022-05-05-19-17.json

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

common/changes/@rushstack/eslint-patch/main_2022-06-16-22-41.json

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

common/changes/@rushstack/eslint-patch/octogonz-minimist-vulnerability_2022-04-23-01-50.json

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

common/changes/@rushstack/eslint-patch/patch-1_2022-06-27-22-55.json

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

common/changes/@rushstack/node-core-library/user-danade-AddIsDirectoryError_2022-06-27-21-54.json

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

eslint/eslint-config/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@rushstack/eslint-config",
33
"entries": [
4+
{
5+
"version": "2.6.2",
6+
"tag": "@rushstack/eslint-config_v2.6.2",
7+
"date": "Tue, 28 Jun 2022 00:23:32 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/eslint-patch\" to `1.1.4`"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "2.6.1",
618
"tag": "@rushstack/eslint-config_v2.6.1",

eslint/eslint-config/CHANGELOG.md

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

3-
This log was last generated on Fri, 17 Jun 2022 00:16:18 GMT and should not be manually modified.
3+
This log was last generated on Tue, 28 Jun 2022 00:23:32 GMT and should not be manually modified.
4+
5+
## 2.6.2
6+
Tue, 28 Jun 2022 00:23:32 GMT
7+
8+
_Version update only_
49

510
## 2.6.1
611
Fri, 17 Jun 2022 00:16:18 GMT

eslint/eslint-patch/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@rushstack/eslint-patch",
33
"entries": [
4+
{
5+
"version": "1.1.4",
6+
"tag": "@rushstack/eslint-patch_v1.1.4",
7+
"date": "Tue, 28 Jun 2022 00:23:32 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Update the README to mention support for ESLint 8."
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "1.1.3",
618
"tag": "@rushstack/eslint-patch_v1.1.3",

eslint/eslint-patch/CHANGELOG.md

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

3-
This log was last generated on Fri, 15 Apr 2022 00:12:36 GMT and should not be manually modified.
3+
This log was last generated on Tue, 28 Jun 2022 00:23:32 GMT and should not be manually modified.
4+
5+
## 1.1.4
6+
Tue, 28 Jun 2022 00:23:32 GMT
7+
8+
### Patches
9+
10+
- Update the README to mention support for ESLint 8.
411

512
## 1.1.3
613
Fri, 15 Apr 2022 00:12:36 GMT

heft-plugins/heft-dev-cert-plugin/CHANGELOG.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
{
22
"name": "@rushstack/heft-dev-cert-plugin",
33
"entries": [
4+
{
5+
"version": "0.1.44",
6+
"tag": "@rushstack/heft-dev-cert-plugin_v0.1.44",
7+
"date": "Tue, 28 Jun 2022 00:23:32 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.1.55`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.48.0`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.28.0`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.6.2`"
21+
},
22+
{
23+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `1.9.15`"
24+
},
25+
{
26+
"comment": "Updating dependency \"@rushstack/heft\" to `0.45.14`"
27+
},
28+
{
29+
"comment": "Updating dependency \"@rushstack/heft\" from `^0.45.13` to `^0.45.14`"
30+
}
31+
]
32+
}
33+
},
434
{
535
"version": "0.1.43",
636
"tag": "@rushstack/heft-dev-cert-plugin_v0.1.43",

heft-plugins/heft-dev-cert-plugin/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @rushstack/heft-dev-cert-plugin
22

3-
This log was last generated on Mon, 27 Jun 2022 18:43:09 GMT and should not be manually modified.
3+
This log was last generated on Tue, 28 Jun 2022 00:23:32 GMT and should not be manually modified.
4+
5+
## 0.1.44
6+
Tue, 28 Jun 2022 00:23:32 GMT
7+
8+
_Version update only_
49

510
## 0.1.43
611
Mon, 27 Jun 2022 18:43:09 GMT

0 commit comments

Comments
 (0)