@microsoft/rush 5.59.0-rc.0 → 5.59.0-rc.1
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 +2 -2
- package/CHANGELOG.md +6 -6
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This log was last generated on Thu, 30 Dec 2021 02:48:39 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
|
-
## 5.59.0-rc.
|
|
5
|
+
## 5.59.0-rc.1
|
|
6
6
|
Thu, 30 Dec 2021 02:48:39 GMT
|
|
7
7
|
|
|
8
8
|
### Updates
|
|
@@ -1042,7 +1042,7 @@ Thu, 11 Jul 2019 22:00:50 GMT
|
|
|
1042
1042
|
|
|
1043
1043
|
### Updates
|
|
1044
1044
|
|
|
1045
|
-
- 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
|
|
1045
|
+
- 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
|
|
1046
1046
|
- Fix an issue where "rush add" erroneously believes ensureConsistentVersions is unset.
|
|
1047
1047
|
- Fix an issue that arises when "rush add" is run and the package manager isn't installed.
|
|
1048
1048
|
- Fix an issue where rush add -m doesn't corretly update the common-versions.json file.
|
|
@@ -1524,9 +1524,9 @@ Fri, 06 Oct 2017 22:44:31 GMT
|
|
|
1524
1524
|
### Patches
|
|
1525
1525
|
|
|
1526
1526
|
- Enable strickNullChecks
|
|
1527
|
-
- Fix a bug in "rush version" that devdependency does not get bumped if there is no dependency.
|
|
1528
|
-
- Fix a bug in "rush change" so it handles rename properly.
|
|
1529
|
-
- Add npm tag support in "rush publish".
|
|
1527
|
+
- Fix a bug in "rush version" that devdependency does not get bumped if there is no dependency.
|
|
1528
|
+
- Fix a bug in "rush change" so it handles rename properly.
|
|
1529
|
+
- Add npm tag support in "rush publish".
|
|
1530
1530
|
|
|
1531
1531
|
## 3.0.18
|
|
1532
1532
|
Tue, 26 Sep 2017 13:51:05 GMT
|
|
@@ -1781,7 +1781,7 @@ Sun, 22 Jan 2017 02:04:57 GMT
|
|
|
1781
1781
|
|
|
1782
1782
|
### Patches
|
|
1783
1783
|
|
|
1784
|
-
- Update temp_modules when versions are bumped.
|
|
1784
|
+
- Update temp_modules when versions are bumped.
|
|
1785
1785
|
|
|
1786
1786
|
## 1.4.1
|
|
1787
1787
|
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.59.0-rc.
|
|
3
|
+
"version": "5.59.0-rc.1",
|
|
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.59.0-rc.
|
|
32
|
+
"@microsoft/rush-lib": "5.59.0-rc.1",
|
|
33
33
|
"@rushstack/node-core-library": "3.44.3",
|
|
34
34
|
"colors": "~1.2.1",
|
|
35
35
|
"semver": "~7.3.0"
|