@microsoft/rush 5.61.1 → 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 CHANGED
@@ -1,6 +1,51 @@
1
1
  {
2
2
  "name": "@microsoft/rush",
3
3
  "entries": [
4
+ {
5
+ "version": "5.62.0-pr3059",
6
+ "tag": "@microsoft/rush_v5.62.0-pr3059",
7
+ "date": "Thu, 03 Feb 2022 00:01:03 GMT",
8
+ "comments": {}
9
+ },
10
+ {
11
+ "version": "5.61.4",
12
+ "tag": "@microsoft/rush_v5.61.4",
13
+ "date": "Wed, 02 Feb 2022 04:03:24 GMT",
14
+ "comments": {
15
+ "none": [
16
+ {
17
+ "comment": "Bump tar dependency to have a minimum version of 5.0.10."
18
+ }
19
+ ]
20
+ }
21
+ },
22
+ {
23
+ "version": "5.61.3",
24
+ "tag": "@microsoft/rush_v5.61.3",
25
+ "date": "Fri, 28 Jan 2022 21:03:58 GMT",
26
+ "comments": {
27
+ "none": [
28
+ {
29
+ "comment": "Update the built-in cache provider plugins (rush-amazon-s3-build-cache-plugin and rush-azure-storage-build-cache-plugin) to apply for all commands, enabling cloud caching for custom phased and bulk commands."
30
+ },
31
+ {
32
+ "comment": "Allow build cache to be enabled for custom bulk commands."
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "version": "5.61.2",
39
+ "tag": "@microsoft/rush_v5.61.2",
40
+ "date": "Thu, 27 Jan 2022 02:30:10 GMT",
41
+ "comments": {
42
+ "none": [
43
+ {
44
+ "comment": "Update node-fetch dependency version to address CVE-2022-0235"
45
+ }
46
+ ]
47
+ }
48
+ },
4
49
  {
5
50
  "version": "5.61.1",
6
51
  "tag": "@microsoft/rush_v5.61.1",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,33 @@
1
1
  # Change Log - @microsoft/rush
2
2
 
3
- This log was last generated on Sat, 22 Jan 2022 04:22:52 GMT and should not be manually modified.
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_
9
+
10
+ ## 5.61.4
11
+ Wed, 02 Feb 2022 04:03:24 GMT
12
+
13
+ ### Updates
14
+
15
+ - Bump tar dependency to have a minimum version of 5.0.10.
16
+
17
+ ## 5.61.3
18
+ Fri, 28 Jan 2022 21:03:58 GMT
19
+
20
+ ### Updates
21
+
22
+ - Update the built-in cache provider plugins (rush-amazon-s3-build-cache-plugin and rush-azure-storage-build-cache-plugin) to apply for all commands, enabling cloud caching for custom phased and bulk commands.
23
+ - Allow build cache to be enabled for custom bulk commands.
24
+
25
+ ## 5.61.2
26
+ Thu, 27 Jan 2022 02:30:10 GMT
27
+
28
+ ### Updates
29
+
30
+ - Update node-fetch dependency version to address CVE-2022-0235
4
31
 
5
32
  ## 5.61.1
6
33
  Sat, 22 Jan 2022 04:22:52 GMT
@@ -1090,7 +1117,7 @@ Thu, 11 Jul 2019 22:00:50 GMT
1090
1117
 
1091
1118
  ### Updates
1092
1119
 
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
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
1094
1121
  - Fix an issue where "rush add" erroneously believes ensureConsistentVersions is unset.
1095
1122
  - Fix an issue that arises when "rush add" is run and the package manager isn't installed.
1096
1123
  - Fix an issue where rush add -m doesn't corretly update the common-versions.json file.
@@ -1572,9 +1599,9 @@ Fri, 06 Oct 2017 22:44:31 GMT
1572
1599
  ### Patches
1573
1600
 
1574
1601
  - Enable strickNullChecks
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".
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".
1578
1605
 
1579
1606
  ## 3.0.18
1580
1607
  Tue, 26 Sep 2017 13:51:05 GMT
@@ -1829,7 +1856,7 @@ Sun, 22 Jan 2017 02:04:57 GMT
1829
1856
 
1830
1857
  ### Patches
1831
1858
 
1832
- - Update temp_modules when versions are bumped.
1859
+ - Update temp_modules when versions are bumped.
1833
1860
 
1834
1861
  ## 1.4.1
1835
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.61.1",
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.61.1",
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"
@@ -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.7.0",
41
- "@rushstack/rush-amazon-s3-build-cache-plugin": "5.61.1",
42
- "@rushstack/rush-azure-storage-build-cache-plugin": "5.61.1",
40
+ "@rushstack/heft-node-rig": "1.7.1",
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"