@microsoft/rush 5.61.4 → 5.62.0-pr3059
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +6 -0
- package/CHANGELOG.md +11 -6
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @microsoft/rush
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 03 Feb 2022 00:01:03 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.62.0-pr3059
|
|
6
|
+
Thu, 03 Feb 2022 00:01:03 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 5.61.4
|
|
6
11
|
Wed, 02 Feb 2022 04:03:24 GMT
|
|
@@ -1112,7 +1117,7 @@ Thu, 11 Jul 2019 22:00:50 GMT
|
|
|
1112
1117
|
|
|
1113
1118
|
### Updates
|
|
1114
1119
|
|
|
1115
|
-
- Fix for issue https://github.com/microsoft/web-build-tools/issues/1349 rush install fails when there is a preferred version with a peer dependency. This was caused by file format changes in pnpm 3.x
|
|
1120
|
+
- Fix for issue https://github.com/microsoft/web-build-tools/issues/1349 rush install fails when there is a preferred version with a peer dependency. This was caused by file format changes in pnpm 3.x
|
|
1116
1121
|
- Fix an issue where "rush add" erroneously believes ensureConsistentVersions is unset.
|
|
1117
1122
|
- Fix an issue that arises when "rush add" is run and the package manager isn't installed.
|
|
1118
1123
|
- Fix an issue where rush add -m doesn't corretly update the common-versions.json file.
|
|
@@ -1594,9 +1599,9 @@ Fri, 06 Oct 2017 22:44:31 GMT
|
|
|
1594
1599
|
### Patches
|
|
1595
1600
|
|
|
1596
1601
|
- Enable strickNullChecks
|
|
1597
|
-
- Fix a bug in "rush version" that devdependency does not get bumped if there is no dependency.
|
|
1598
|
-
- Fix a bug in "rush change" so it handles rename properly.
|
|
1599
|
-
- Add npm tag support in "rush publish".
|
|
1602
|
+
- Fix a bug in "rush version" that devdependency does not get bumped if there is no dependency.
|
|
1603
|
+
- Fix a bug in "rush change" so it handles rename properly.
|
|
1604
|
+
- Add npm tag support in "rush publish".
|
|
1600
1605
|
|
|
1601
1606
|
## 3.0.18
|
|
1602
1607
|
Tue, 26 Sep 2017 13:51:05 GMT
|
|
@@ -1851,7 +1856,7 @@ Sun, 22 Jan 2017 02:04:57 GMT
|
|
|
1851
1856
|
|
|
1852
1857
|
### Patches
|
|
1853
1858
|
|
|
1854
|
-
- Update temp_modules when versions are bumped.
|
|
1859
|
+
- Update temp_modules when versions are bumped.
|
|
1855
1860
|
|
|
1856
1861
|
## 1.4.1
|
|
1857
1862
|
Tue, 03 Jan 2017 21:52:49 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/rush",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.62.0-pr3059",
|
|
4
4
|
"description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"install",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@microsoft/rush-lib": "5.
|
|
32
|
+
"@microsoft/rush-lib": "5.62.0-pr3059",
|
|
33
33
|
"@rushstack/node-core-library": "3.45.0",
|
|
34
34
|
"colors": "~1.2.1",
|
|
35
35
|
"semver": "~7.3.0"
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@rushstack/eslint-config": "2.5.1",
|
|
39
39
|
"@rushstack/heft": "0.44.2",
|
|
40
40
|
"@rushstack/heft-node-rig": "1.7.1",
|
|
41
|
-
"@rushstack/rush-amazon-s3-build-cache-plugin": "5.
|
|
42
|
-
"@rushstack/rush-azure-storage-build-cache-plugin": "5.
|
|
41
|
+
"@rushstack/rush-amazon-s3-build-cache-plugin": "5.62.0-pr3059",
|
|
42
|
+
"@rushstack/rush-azure-storage-build-cache-plugin": "5.62.0-pr3059",
|
|
43
43
|
"@types/heft-jest": "1.0.1",
|
|
44
44
|
"@types/node": "12.20.24",
|
|
45
45
|
"@types/semver": "7.3.5"
|