Skip to content

Commit 41017a7

Browse files
committed
Update changelogs [skip ci]
1 parent 73e3ed5 commit 41017a7

7 files changed

+36
-51
lines changed

apps/rush/CHANGELOG.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
{
22
"name": "@microsoft/rush",
33
"entries": [
4+
{
5+
"version": "5.78.0",
6+
"tag": "@microsoft/rush_v5.78.0",
7+
"date": "Sat, 17 Sep 2022 00:56:37 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Add a \"beforeInstall\" hook to the plugin API, for plugins to examine the environment immediately before \"rush install\" or \"rush update\" invoke the package manager."
12+
},
13+
{
14+
"comment": "Fix \"--parallelism XX%\" parsing to return a finite number of CPU cores."
15+
},
16+
{
17+
"comment": "Update the \"rush init\" template to include .gitignore patterns for IntellJ IDEA"
18+
},
19+
{
20+
"comment": "Upgrade the @azure/identity and @azure/storage-blob packages to eliminate a deprecation message during installation."
21+
},
22+
{
23+
"comment": "Define an environment variable RUSH_PNPM_VERIFY_STORE_INTEGRITY that can be used to enable or disable PNPM's store integrity verification during installation for performance."
24+
}
25+
]
26+
}
27+
},
428
{
529
"version": "5.77.3",
630
"tag": "@microsoft/rush_v5.77.3",

apps/rush/CHANGELOG.md

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

3-
This log was last generated on Fri, 02 Sep 2022 17:49:09 GMT and should not be manually modified.
3+
This log was last generated on Sat, 17 Sep 2022 00:56:37 GMT and should not be manually modified.
4+
5+
## 5.78.0
6+
Sat, 17 Sep 2022 00:56:37 GMT
7+
8+
### Updates
9+
10+
- Add a "beforeInstall" hook to the plugin API, for plugins to examine the environment immediately before "rush install" or "rush update" invoke the package manager.
11+
- Fix "--parallelism XX%" parsing to return a finite number of CPU cores.
12+
- Update the "rush init" template to include .gitignore patterns for IntellJ IDEA
13+
- Upgrade the @azure/identity and @azure/storage-blob packages to eliminate a deprecation message during installation.
14+
- Define an environment variable RUSH_PNPM_VERIFY_STORE_INTEGRITY that can be used to enable or disable PNPM's store integrity verification during installation for performance.
415

516
## 5.77.3
617
Fri, 02 Sep 2022 17:49:09 GMT

common/changes/@microsoft/rush/before-install-hook_2022-09-02-23-03.json

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

common/changes/@microsoft/rush/fix-parallelism-percentage_2022-09-12-23-51.json

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

common/changes/@microsoft/rush/octogonz-gitignore-intellij_2022-09-12-22-50.json

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

common/changes/@microsoft/rush/update-azure-identity_2022-09-15-00-22.json

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

common/changes/@microsoft/rush/verify-store-integrity_2022-08-31-01-09.json

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

0 commit comments

Comments
 (0)