Skip to content

Commit

Permalink
Merge branch 'version/bump-1686177915273'
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Jun 7, 2023
2 parents 6dce1a6 + 5c08e61 commit 465270b
Show file tree
Hide file tree
Showing 166 changed files with 1,492 additions and 373 deletions.
27 changes: 27 additions & 0 deletions apps/api-documenter/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@microsoft/api-documenter",
"entries": [
{
"version": "7.22.11",
"tag": "@microsoft/api-documenter_v7.22.11",
"date": "Wed, 07 Jun 2023 22:45:16 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.27.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.3`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.14.0`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.1`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.52.0`"
},
{
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.2.0`"
}
]
}
},
{
"version": "7.22.10",
"tag": "@microsoft/api-documenter_v7.22.10",
Expand Down
7 changes: 6 additions & 1 deletion apps/api-documenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @microsoft/api-documenter

This log was last generated on Tue, 06 Jun 2023 02:52:51 GMT and should not be manually modified.
This log was last generated on Wed, 07 Jun 2023 22:45:16 GMT and should not be manually modified.

## 7.22.11
Wed, 07 Jun 2023 22:45:16 GMT

_Version update only_

## 7.22.10
Tue, 06 Jun 2023 02:52:51 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/api-documenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-documenter",
"version": "7.22.10",
"version": "7.22.11",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"type": "git",
Expand Down
24 changes: 24 additions & 0 deletions apps/api-extractor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
{
"name": "@microsoft/api-extractor",
"entries": [
{
"version": "7.35.2",
"tag": "@microsoft/api-extractor_v7.35.2",
"date": "Wed, 07 Jun 2023 22:45:16 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.27.2`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.3`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.20`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.14.0`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.1`"
}
]
}
},
{
"version": "7.35.1",
"tag": "@microsoft/api-extractor_v7.35.1",
Expand Down
7 changes: 6 additions & 1 deletion apps/api-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @microsoft/api-extractor

This log was last generated on Mon, 29 May 2023 15:21:15 GMT and should not be manually modified.
This log was last generated on Wed, 07 Jun 2023 22:45:16 GMT and should not be manually modified.

## 7.35.2
Wed, 07 Jun 2023 22:45:16 GMT

_Version update only_

## 7.35.1
Mon, 29 May 2023 15:21:15 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/api-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/api-extractor",
"version": "7.35.1",
"version": "7.35.2",
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
"keywords": [
"typescript",
Expand Down
40 changes: 40 additions & 0 deletions apps/heft/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,46 @@
{
"name": "@rushstack/heft",
"entries": [
{
"version": "0.52.0",
"tag": "@rushstack/heft_v0.52.0",
"date": "Wed, 07 Jun 2023 22:45:16 GMT",
"comments": {
"minor": [
{
"comment": "Add a new API IHeftTaskSession.parsedCommandLine for accessing the invoked command name"
},
{
"comment": "The built-in task NodeServicePlugin now supports the \"--serve\" mode with semantics similar to heft-webpack5-plugin"
}
],
"patch": [
{
"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."
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/heft-config-file\" to `0.12.4`"
},
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.3`"
},
{
"comment": "Updating dependency \"@rushstack/rig-package\" to `0.3.20`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.14.0`"
},
{
"comment": "Updating dependency \"@microsoft/api-extractor\" to `7.35.2`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.1`"
}
]
}
},
{
"version": "0.51.0",
"tag": "@rushstack/heft_v0.51.0",
Expand Down
14 changes: 13 additions & 1 deletion apps/heft/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log - @rushstack/heft

This log was last generated on Fri, 02 Jun 2023 02:01:12 GMT and should not be manually modified.
This log was last generated on Wed, 07 Jun 2023 22:45:16 GMT and should not be manually modified.

## 0.52.0
Wed, 07 Jun 2023 22:45:16 GMT

### Minor changes

- Add a new API IHeftTaskSession.parsedCommandLine for accessing the invoked command name
- The built-in task NodeServicePlugin now supports the "--serve" mode with semantics similar to heft-webpack5-plugin

### Patches

- Add action aliases support. Action aliases can be used to create custom "heft <alias>" commands which call existing Heft commands with optional default arguments.

## 0.51.0
Fri, 02 Jun 2023 02:01:12 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/heft/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/heft",
"version": "0.51.0",
"version": "0.52.0",
"description": "Build all your JavaScript projects the same way: A way that works.",
"keywords": [
"toolchain",
Expand Down
21 changes: 21 additions & 0 deletions apps/lockfile-explorer/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@rushstack/lockfile-explorer",
"entries": [
{
"version": "1.0.21",
"tag": "@rushstack/lockfile-explorer_v1.0.21",
"date": "Wed, 07 Jun 2023 22:45:16 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.3`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.1`"
},
{
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.2.0`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.52.0`"
}
]
}
},
{
"version": "1.0.20",
"tag": "@rushstack/lockfile-explorer_v1.0.20",
Expand Down
7 changes: 6 additions & 1 deletion apps/lockfile-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/lockfile-explorer

This log was last generated on Tue, 06 Jun 2023 02:52:51 GMT and should not be manually modified.
This log was last generated on Wed, 07 Jun 2023 22:45:16 GMT and should not be manually modified.

## 1.0.21
Wed, 07 Jun 2023 22:45:16 GMT

_Version update only_

## 1.0.20
Tue, 06 Jun 2023 02:52:51 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/lockfile-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/lockfile-explorer",
"version": "1.0.20",
"version": "1.0.21",
"description": "Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo",
"keywords": [
"conflict",
Expand Down
24 changes: 24 additions & 0 deletions apps/rundown/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
{
"name": "@rushstack/rundown",
"entries": [
{
"version": "1.0.255",
"tag": "@rushstack/rundown_v1.0.255",
"date": "Wed, 07 Jun 2023 22:45:17 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.3`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.14.0`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.1`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.52.0`"
},
{
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.2.0`"
}
]
}
},
{
"version": "1.0.254",
"tag": "@rushstack/rundown_v1.0.254",
Expand Down
7 changes: 6 additions & 1 deletion apps/rundown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/rundown

This log was last generated on Tue, 06 Jun 2023 02:52:51 GMT and should not be manually modified.
This log was last generated on Wed, 07 Jun 2023 22:45:17 GMT and should not be manually modified.

## 1.0.255
Wed, 07 Jun 2023 22:45:17 GMT

_Version update only_

## 1.0.254
Tue, 06 Jun 2023 02:52:51 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/rundown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/rundown",
"version": "1.0.254",
"version": "1.0.255",
"description": "Detect load time regressions by running an app, tracing require() calls, and generating a deterministic report",
"repository": {
"type": "git",
Expand Down
24 changes: 24 additions & 0 deletions apps/trace-import/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
{
"name": "@rushstack/trace-import",
"entries": [
{
"version": "0.2.5",
"tag": "@rushstack/trace-import_v0.2.5",
"date": "Wed, 07 Jun 2023 22:45:17 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.59.3`"
},
{
"comment": "Updating dependency \"@rushstack/ts-command-line\" to `4.14.0`"
},
{
"comment": "Updating dependency \"@rushstack/eslint-config\" to `3.3.1`"
},
{
"comment": "Updating dependency \"@rushstack/heft\" to `0.52.0`"
},
{
"comment": "Updating dependency \"@rushstack/heft-node-rig\" to `2.2.0`"
}
]
}
},
{
"version": "0.2.4",
"tag": "@rushstack/trace-import_v0.2.4",
Expand Down
7 changes: 6 additions & 1 deletion apps/trace-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @rushstack/trace-import

This log was last generated on Tue, 06 Jun 2023 02:52:51 GMT and should not be manually modified.
This log was last generated on Wed, 07 Jun 2023 22:45:17 GMT and should not be manually modified.

## 0.2.5
Wed, 07 Jun 2023 22:45:17 GMT

_Version update only_

## 0.2.4
Tue, 06 Jun 2023 02:52:51 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/trace-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rushstack/trace-import",
"version": "0.2.4",
"version": "0.2.5",
"description": "CLI tool for understanding how require() and \"import\" statements get resolved",
"repository": {
"type": "git",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 465270b

Please sign in to comment.