@microsoft/rush 5.60.0-rc.1 → 5.61.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 +39 -3
- package/CHANGELOG.md +26 -8
- package/README.md +3 -0
- package/package.json +9 -7
package/CHANGELOG.json
CHANGED
|
@@ -2,9 +2,45 @@
|
|
|
2
2
|
"name": "@microsoft/rush",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"version": "5.
|
|
6
|
-
"tag": "@microsoft/rush_v5.
|
|
7
|
-
"date": "
|
|
5
|
+
"version": "5.61.1",
|
|
6
|
+
"tag": "@microsoft/rush_v5.61.1",
|
|
7
|
+
"date": "Sat, 22 Jan 2022 04:22:52 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "(EXPERIMENTAL) Allow common/config/rush/command-line.json to specify the build command as a phased command without specifying all of the options required by the schema. The remaining options will come from the default. This is already supported when a partially-specified build command has \"commandKind\" set to \"bulk\"."
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Fix an issue where Git Bash \"tar\" does not handle Windows paths correctly."
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "(EXPERIMENTAL) Improve the RUSH_BUILD_CACHE_WRITE_ALLOWED environment variable behavior so that it also affects the local build cache. This saves CPU cycles on CI machines that only run a single build. It also avoids cache writes for watch mode commands."
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"comment": "Refactoring to support upcoming watch mode improvements: Rework the task execution engine to interact with the task queue using the ECMAScript async iteration protocol (GitHub #3043)"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"comment": "Fix project change detection when a new project is added to a repo that uses PNPM with useWorkspaces=false (GitHub #3183)"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"version": "5.61.0",
|
|
30
|
+
"tag": "@microsoft/rush_v5.61.0",
|
|
31
|
+
"date": "Sat, 22 Jan 2022 03:17:59 GMT",
|
|
32
|
+
"comments": {
|
|
33
|
+
"none": [
|
|
34
|
+
{
|
|
35
|
+
"comment": "(EXPERIMENTAL) Fix a regression for the plugins feature, which caused an error message \"command-line.json defines a command 'build' using a name that already exists\" (GitHub #3155)"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"version": "5.60.0",
|
|
42
|
+
"tag": "@microsoft/rush_v5.60.0",
|
|
43
|
+
"date": "Thu, 20 Jan 2022 02:46:15 GMT",
|
|
8
44
|
"comments": {
|
|
9
45
|
"none": [
|
|
10
46
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,27 @@
|
|
|
1
1
|
# Change Log - @microsoft/rush
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 22 Jan 2022 04:22:52 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
|
-
## 5.
|
|
6
|
-
|
|
5
|
+
## 5.61.1
|
|
6
|
+
Sat, 22 Jan 2022 04:22:52 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- (EXPERIMENTAL) Allow common/config/rush/command-line.json to specify the build command as a phased command without specifying all of the options required by the schema. The remaining options will come from the default. This is already supported when a partially-specified build command has "commandKind" set to "bulk".
|
|
11
|
+
- Fix an issue where Git Bash "tar" does not handle Windows paths correctly.
|
|
12
|
+
- (EXPERIMENTAL) Improve the RUSH_BUILD_CACHE_WRITE_ALLOWED environment variable behavior so that it also affects the local build cache. This saves CPU cycles on CI machines that only run a single build. It also avoids cache writes for watch mode commands.
|
|
13
|
+
- Refactoring to support upcoming watch mode improvements: Rework the task execution engine to interact with the task queue using the ECMAScript async iteration protocol (GitHub #3043)
|
|
14
|
+
- Fix project change detection when a new project is added to a repo that uses PNPM with useWorkspaces=false (GitHub #3183)
|
|
15
|
+
|
|
16
|
+
## 5.61.0
|
|
17
|
+
Sat, 22 Jan 2022 03:17:59 GMT
|
|
18
|
+
|
|
19
|
+
### Updates
|
|
20
|
+
|
|
21
|
+
- (EXPERIMENTAL) Fix a regression for the plugins feature, which caused an error message "command-line.json defines a command 'build' using a name that already exists" (GitHub #3155)
|
|
22
|
+
|
|
23
|
+
## 5.60.0
|
|
24
|
+
Thu, 20 Jan 2022 02:46:15 GMT
|
|
7
25
|
|
|
8
26
|
### Updates
|
|
9
27
|
|
|
@@ -1072,7 +1090,7 @@ Thu, 11 Jul 2019 22:00:50 GMT
|
|
|
1072
1090
|
|
|
1073
1091
|
### Updates
|
|
1074
1092
|
|
|
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
|
|
1093
|
+
- 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
1094
|
- Fix an issue where "rush add" erroneously believes ensureConsistentVersions is unset.
|
|
1077
1095
|
- Fix an issue that arises when "rush add" is run and the package manager isn't installed.
|
|
1078
1096
|
- Fix an issue where rush add -m doesn't corretly update the common-versions.json file.
|
|
@@ -1554,9 +1572,9 @@ Fri, 06 Oct 2017 22:44:31 GMT
|
|
|
1554
1572
|
### Patches
|
|
1555
1573
|
|
|
1556
1574
|
- 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".
|
|
1575
|
+
- Fix a bug in "rush version" that devdependency does not get bumped if there is no dependency.
|
|
1576
|
+
- Fix a bug in "rush change" so it handles rename properly.
|
|
1577
|
+
- Add npm tag support in "rush publish".
|
|
1560
1578
|
|
|
1561
1579
|
## 3.0.18
|
|
1562
1580
|
Tue, 26 Sep 2017 13:51:05 GMT
|
|
@@ -1811,7 +1829,7 @@ Sun, 22 Jan 2017 02:04:57 GMT
|
|
|
1811
1829
|
|
|
1812
1830
|
### Patches
|
|
1813
1831
|
|
|
1814
|
-
- Update temp_modules when versions are bumped.
|
|
1832
|
+
- Update temp_modules when versions are bumped.
|
|
1815
1833
|
|
|
1816
1834
|
## 1.4.1
|
|
1817
1835
|
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.
|
|
3
|
+
"version": "5.61.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.
|
|
32
|
+
"@microsoft/rush-lib": "5.61.1",
|
|
33
33
|
"@rushstack/node-core-library": "3.45.0",
|
|
34
34
|
"colors": "~1.2.1",
|
|
35
35
|
"semver": "~7.3.0"
|
|
@@ -37,15 +37,17 @@
|
|
|
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.
|
|
42
|
-
"@rushstack/rush-azure-storage-build-cache-plugin": "5.
|
|
40
|
+
"@rushstack/heft-node-rig": "1.7.0",
|
|
41
|
+
"@rushstack/rush-amazon-s3-build-cache-plugin": "5.61.1",
|
|
42
|
+
"@rushstack/rush-azure-storage-build-cache-plugin": "5.61.1",
|
|
43
43
|
"@types/heft-jest": "1.0.1",
|
|
44
44
|
"@types/node": "12.20.24",
|
|
45
45
|
"@types/semver": "7.3.5"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
|
-
"build": "heft
|
|
49
|
-
"start": "node lib/start-dev-docs.js"
|
|
48
|
+
"build": "heft build --clean",
|
|
49
|
+
"start": "node lib/start-dev-docs.js",
|
|
50
|
+
"_phase:build": "heft build --clean",
|
|
51
|
+
"_phase:test": "heft test --no-build"
|
|
50
52
|
}
|
|
51
53
|
}
|