Skip to content

Commit 14f4e84

Browse files
committed
Deleting change files and updating change logs for package updates.
1 parent 3929f08 commit 14f4e84

13 files changed

+52
-122
lines changed

apps/rush/CHANGELOG.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11
{
22
"name": "@microsoft/rush",
33
"entries": [
4+
{
5+
"version": "5.47.0",
6+
"tag": "@microsoft/rush_v5.47.0",
7+
"date": "Sat, 15 May 2021 00:02:26 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "For the experimental build cache feature, eliminate the RUSH_BUILD_CACHE_WRITE_CREDENTIAL environment variable; it is replaced by several new variables RUSH_BUILD_CACHE_CREDENTIAL, RUSH_BUILD_CACHE_WRITE_ALLOWED, and RUSH_BUILD_CACHE_ENABLED"
12+
},
13+
{
14+
"comment": "Take pnpm-workspace.yaml file into consideration during install skip checks for PNPM"
15+
},
16+
{
17+
"comment": "Fix a build cache warning that was sometimes displayed on Windows OS: \"'tar' exited with code 1 while attempting to create the cache entry\" (GitHub #2622)"
18+
},
19+
{
20+
"comment": "Fix an issue where \"rushx\" CLI arguments were not escaped properly (GitHub #2695)"
21+
},
22+
{
23+
"comment": "Allow rush-project.json to specify incrementalBuildIgnoredGlobs (GitHub issue #2618)"
24+
},
25+
{
26+
"comment": "Remove support for PNPM < 5.0.0 and remove the \"resolutionStrategy\" option"
27+
},
28+
{
29+
"comment": "Update \"rush init\" assets to use newer versions of Rush and PNPM. If you are looking to use PNPM < 6, you must rename the initialized \".pnpmfile.cjs\" file to \"pnpmfile.js\". For more information, see: https://pnpm.io/5.x/pnpmfile"
30+
},
31+
{
32+
"comment": "Transform package.json using pnpmfile before checking if a Rush project is up-to-date"
33+
},
34+
{
35+
"comment": "Add support for the Yarn \"resolutions\" package.json feature."
36+
}
37+
]
38+
}
39+
},
440
{
541
"version": "5.46.1",
642
"tag": "@microsoft/rush_v5.46.1",

apps/rush/CHANGELOG.md

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

3-
This log was last generated on Tue, 04 May 2021 20:26:15 GMT and should not be manually modified.
3+
This log was last generated on Sat, 15 May 2021 00:02:26 GMT and should not be manually modified.
4+
5+
## 5.47.0
6+
Sat, 15 May 2021 00:02:26 GMT
7+
8+
### Updates
9+
10+
- For the experimental build cache feature, eliminate the RUSH_BUILD_CACHE_WRITE_CREDENTIAL environment variable; it is replaced by several new variables RUSH_BUILD_CACHE_CREDENTIAL, RUSH_BUILD_CACHE_WRITE_ALLOWED, and RUSH_BUILD_CACHE_ENABLED
11+
- Take pnpm-workspace.yaml file into consideration during install skip checks for PNPM
12+
- Fix a build cache warning that was sometimes displayed on Windows OS: "'tar' exited with code 1 while attempting to create the cache entry" (GitHub #2622)
13+
- Fix an issue where "rushx" CLI arguments were not escaped properly (GitHub #2695)
14+
- Allow rush-project.json to specify incrementalBuildIgnoredGlobs (GitHub issue #2618)
15+
- Remove support for PNPM < 5.0.0 and remove the "resolutionStrategy" option
16+
- Update "rush init" assets to use newer versions of Rush and PNPM. If you are looking to use PNPM < 6, you must rename the initialized ".pnpmfile.cjs" file to "pnpmfile.js". For more information, see: https://pnpm.io/5.x/pnpmfile
17+
- Transform package.json using pnpmfile before checking if a Rush project is up-to-date
18+
- Add support for the Yarn "resolutions" package.json feature.
419

520
## 5.46.1
621
Tue, 04 May 2021 20:26:15 GMT

common/changes/@microsoft/rush/credential-env-var_2021-05-04-10-33.json

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

common/changes/@microsoft/rush/fix-workspace-install-manager_2021-05-11-10-27.json

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

common/changes/@microsoft/rush/ianc-gcb-4x_2021-04-28-22-19.json

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

common/changes/@microsoft/rush/octogonz-rush-issue-2622_2021-05-14-04-10.json

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

common/changes/@microsoft/rush/octogonz-rush-issue2695_2021-05-14-22-10.json

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

common/changes/@microsoft/rush/octogonz-upgrade-prettier_2021-05-14-23-28.json

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

common/changes/@microsoft/rush/t3_2021-04-28-14-31.json

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

common/changes/@microsoft/rush/user-danade-RemovePnpm4_2021-05-12-19-04.json

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

0 commit comments

Comments
 (0)