Skip to content

Commit 465270b

Browse files
committed
Merge branch 'version/bump-1686177915273'
2 parents 6dce1a6 + 5c08e61 commit 465270b

File tree

166 files changed

+1492
-373
lines changed

Some content is hidden

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

166 files changed

+1492
-373
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.22.11",
6+
"tag": "@microsoft/api-documenter_v7.22.11",
7+
"date": "Wed, 07 Jun 2023 22:45:16 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.27.2`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.3`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.14.0`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.1`"
21+
},
22+
{
23+
"comment": "Updating dependency \"@rushstack/heft\" to `0.52.0`"
24+
},
25+
{
26+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.2.0`"
27+
}
28+
]
29+
}
30+
},
431
{
532
"version": "7.22.10",
633
"tag": "@microsoft/api-documenter_v7.22.10",

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 Tue, 06 Jun 2023 02:52:51 GMT and should not be manually modified.
3+
This log was last generated on Wed, 07 Jun 2023 22:45:16 GMT and should not be manually modified.
4+
5+
## 7.22.11
6+
Wed, 07 Jun 2023 22:45:16 GMT
7+
8+
_Version update only_
49

510
## 7.22.10
611
Tue, 06 Jun 2023 02:52:51 GMT

apps/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-documenter",
3-
"version": "7.22.10",
3+
"version": "7.22.11",
44
"description": "Read JSON files from api-extractor, generate documentation pages",
55
"repository": {
66
"type": "git",

apps/api-extractor/CHANGELOG.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
{
22
"name": "@microsoft/api-extractor",
33
"entries": [
4+
{
5+
"version": "7.35.2",
6+
"tag": "@microsoft/api-extractor_v7.35.2",
7+
"date": "Wed, 07 Jun 2023 22:45:16 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.27.2`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.3`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.20`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.14.0`"
21+
},
22+
{
23+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.1`"
24+
}
25+
]
26+
}
27+
},
428
{
529
"version": "7.35.1",
630
"tag": "@microsoft/api-extractor_v7.35.1",

apps/api-extractor/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-extractor
22

3-
This log was last generated on Mon, 29 May 2023 15:21:15 GMT and should not be manually modified.
3+
This log was last generated on Wed, 07 Jun 2023 22:45:16 GMT and should not be manually modified.
4+
5+
## 7.35.2
6+
Wed, 07 Jun 2023 22:45:16 GMT
7+
8+
_Version update only_
49

510
## 7.35.1
611
Mon, 29 May 2023 15:21:15 GMT

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/api-extractor",
3-
"version": "7.35.1",
3+
"version": "7.35.2",
44
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
55
"keywords": [
66
"typescript",

apps/heft/CHANGELOG.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,46 @@
11
{
22
"name": "@rushstack/heft",
33
"entries": [
4+
{
5+
"version": "0.52.0",
6+
"tag": "@rushstack/heft_v0.52.0",
7+
"date": "Wed, 07 Jun 2023 22:45:16 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Add a new API IHeftTaskSession.parsedCommandLine for accessing the invoked command name"
12+
},
13+
{
14+
"comment": "The built-in task NodeServicePlugin now supports the \"--serve\" mode with semantics similar to heft-webpack5-plugin"
15+
}
16+
],
17+
"patch": [
18+
{
19+
"comment": "Add action aliases support. Action aliases can be used to create custom \"heft <alias>\" commands which call existing Heft commands with optional default arguments."
20+
}
21+
],
22+
"dependency": [
23+
{
24+
"comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.12.4`"
25+
},
26+
{
27+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.3`"
28+
},
29+
{
30+
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.20`"
31+
},
32+
{
33+
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.14.0`"
34+
},
35+
{
36+
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.35.2`"
37+
},
38+
{
39+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.1`"
40+
}
41+
]
42+
}
43+
},
444
{
545
"version": "0.51.0",
646
"tag": "@rushstack/heft_v0.51.0",

apps/heft/CHANGELOG.md

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

3-
This log was last generated on Fri, 02 Jun 2023 02:01:12 GMT and should not be manually modified.
3+
This log was last generated on Wed, 07 Jun 2023 22:45:16 GMT and should not be manually modified.
4+
5+
## 0.52.0
6+
Wed, 07 Jun 2023 22:45:16 GMT
7+
8+
### Minor changes
9+
10+
- Add a new API IHeftTaskSession.parsedCommandLine for accessing the invoked command name
11+
- The built-in task NodeServicePlugin now supports the "--serve" mode with semantics similar to heft-webpack5-plugin
12+
13+
### Patches
14+
15+
- Add action aliases support. Action aliases can be used to create custom "heft <alias>" commands which call existing Heft commands with optional default arguments.
416

517
## 0.51.0
618
Fri, 02 Jun 2023 02:01:12 GMT

apps/heft/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/heft",
3-
"version": "0.51.0",
3+
"version": "0.52.0",
44
"description": "Build all your JavaScript projects the same way: A way that works.",
55
"keywords": [
66
"toolchain",

apps/lockfile-explorer/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@rushstack/lockfile-explorer",
33
"entries": [
4+
{
5+
"version": "1.0.21",
6+
"tag": "@rushstack/lockfile-explorer_v1.0.21",
7+
"date": "Wed, 07 Jun 2023 22:45:16 GMT",
8+
"comments": {
9+
"dependency": [
10+
{
11+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.3`"
12+
},
13+
{
14+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.1`"
15+
},
16+
{
17+
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.2.0`"
18+
},
19+
{
20+
"comment": "Updating dependency \"@rushstack/heft\" to `0.52.0`"
21+
}
22+
]
23+
}
24+
},
425
{
526
"version": "1.0.20",
627
"tag": "@rushstack/lockfile-explorer_v1.0.20",

0 commit comments

Comments
 (0)