@microsoft/rush 5.60.0-rc.1 → 5.60.0
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 +3 -3
- package/CHANGELOG.md +8 -8
- package/README.md +3 -0
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@microsoft/rush",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"version": "5.60.0
|
|
6
|
-
"tag": "@microsoft/rush_v5.60.0
|
|
7
|
-
"date": "
|
|
5
|
+
"version": "5.60.0",
|
|
6
|
+
"tag": "@microsoft/rush_v5.60.0",
|
|
7
|
+
"date": "Thu, 20 Jan 2022 02:46:15 GMT",
|
|
8
8
|
"comments": {
|
|
9
9
|
"none": [
|
|
10
10
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Change Log - @microsoft/rush
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 20 Jan 2022 02:46:15 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
|
-
## 5.60.0
|
|
6
|
-
|
|
5
|
+
## 5.60.0
|
|
6
|
+
Thu, 20 Jan 2022 02:46:15 GMT
|
|
7
7
|
|
|
8
8
|
### Updates
|
|
9
9
|
|
|
@@ -1072,7 +1072,7 @@ Thu, 11 Jul 2019 22:00:50 GMT
|
|
|
1072
1072
|
|
|
1073
1073
|
### Updates
|
|
1074
1074
|
|
|
1075
|
-
- 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
|
|
1075
|
+
- 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
|
|
1076
1076
|
- Fix an issue where "rush add" erroneously believes ensureConsistentVersions is unset.
|
|
1077
1077
|
- Fix an issue that arises when "rush add" is run and the package manager isn't installed.
|
|
1078
1078
|
- Fix an issue where rush add -m doesn't corretly update the common-versions.json file.
|
|
@@ -1554,9 +1554,9 @@ Fri, 06 Oct 2017 22:44:31 GMT
|
|
|
1554
1554
|
### Patches
|
|
1555
1555
|
|
|
1556
1556
|
- Enable strickNullChecks
|
|
1557
|
-
- Fix a bug in "rush version" that devdependency does not get bumped if there is no dependency.
|
|
1558
|
-
- Fix a bug in "rush change" so it handles rename properly.
|
|
1559
|
-
- Add npm tag support in "rush publish".
|
|
1557
|
+
- Fix a bug in "rush version" that devdependency does not get bumped if there is no dependency.
|
|
1558
|
+
- Fix a bug in "rush change" so it handles rename properly.
|
|
1559
|
+
- Add npm tag support in "rush publish".
|
|
1560
1560
|
|
|
1561
1561
|
## 3.0.18
|
|
1562
1562
|
Tue, 26 Sep 2017 13:51:05 GMT
|
|
@@ -1811,7 +1811,7 @@ Sun, 22 Jan 2017 02:04:57 GMT
|
|
|
1811
1811
|
|
|
1812
1812
|
### Patches
|
|
1813
1813
|
|
|
1814
|
-
- Update temp_modules when versions are bumped.
|
|
1814
|
+
- Update temp_modules when versions are bumped.
|
|
1815
1815
|
|
|
1816
1816
|
## 1.4.1
|
|
1817
1817
|
Tue, 03 Jan 2017 21:52:49 GMT
|
package/README.md
CHANGED
|
@@ -69,6 +69,9 @@ For more details and support resources, please visit: https://rushjs.io
|
|
|
69
69
|
- [CHANGELOG.md](
|
|
70
70
|
https://github.com/microsoft/rushstack/blob/master/apps/rush/CHANGELOG.md) - Find
|
|
71
71
|
out what's new in the latest version
|
|
72
|
+
- [UPGRADING.md](
|
|
73
|
+
https://github.com/microsoft/rushstack/blob/master/apps/rush/UPGRADING.md) - Instructions
|
|
74
|
+
for migrating existing projects to use a newer version of Rush
|
|
72
75
|
- [API Reference](https://rushstack.io/pages/api/rush-lib/)
|
|
73
76
|
|
|
74
77
|
Rush is part of the [Rush Stack](https://rushstack.io/) family of projects.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/rush",
|
|
3
|
-
"version": "5.60.0
|
|
3
|
+
"version": "5.60.0",
|
|
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.60.0
|
|
32
|
+
"@microsoft/rush-lib": "5.60.0",
|
|
33
33
|
"@rushstack/node-core-library": "3.45.0",
|
|
34
34
|
"colors": "~1.2.1",
|
|
35
35
|
"semver": "~7.3.0"
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@rushstack/eslint-config": "2.5.1",
|
|
39
39
|
"@rushstack/heft": "0.44.2",
|
|
40
|
-
"@rushstack/heft-node-rig": "1.
|
|
41
|
-
"@rushstack/rush-amazon-s3-build-cache-plugin": "5.60.0
|
|
42
|
-
"@rushstack/rush-azure-storage-build-cache-plugin": "5.60.0
|
|
40
|
+
"@rushstack/heft-node-rig": "1.6.0",
|
|
41
|
+
"@rushstack/rush-amazon-s3-build-cache-plugin": "5.60.0",
|
|
42
|
+
"@rushstack/rush-azure-storage-build-cache-plugin": "5.60.0",
|
|
43
43
|
"@types/heft-jest": "1.0.1",
|
|
44
44
|
"@types/node": "12.20.24",
|
|
45
45
|
"@types/semver": "7.3.5"
|