@microsoft/rush 5.62.0-pr3059 → 5.62.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 CHANGED
@@ -2,10 +2,37 @@
2
2
  "name": "@microsoft/rush",
3
3
  "entries": [
4
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": {}
5
+ "version": "5.62.0",
6
+ "tag": "@microsoft/rush_v5.62.0",
7
+ "date": "Sat, 05 Feb 2022 00:55:18 GMT",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "comment": "Add support for directly invoking a script that depends on `rush-sdk` from inside a Rush repo."
12
+ },
13
+ {
14
+ "comment": "Add support for a new URL-based version specifier in PNPM lockfiles."
15
+ },
16
+ {
17
+ "comment": "Add support for specifying a custom S3 endpoint. This is useful for using a custom S3 provider."
18
+ },
19
+ {
20
+ "comment": "Optimize invocation of tar to use stdin instead of a temporary file."
21
+ },
22
+ {
23
+ "comment": "Revise architecture of symbolic link scan to use a queue and parallel file system calls."
24
+ },
25
+ {
26
+ "comment": "Create separate tar logs per phase based on cache id."
27
+ },
28
+ {
29
+ "comment": "Pack tar to a temp file, then move into the cache to ensure cache integrity."
30
+ },
31
+ {
32
+ "comment": "Fix git-hooks folder check failing when compared paths have different drive letter casing"
33
+ }
34
+ ]
35
+ }
9
36
  },
10
37
  {
11
38
  "version": "5.61.4",
package/CHANGELOG.md CHANGED
@@ -1,11 +1,20 @@
1
1
  # Change Log - @microsoft/rush
2
2
 
3
- This log was last generated on Thu, 03 Feb 2022 00:01:03 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 05 Feb 2022 00:55:18 GMT and should not be manually modified.
4
4
 
5
- ## 5.62.0-pr3059
6
- Thu, 03 Feb 2022 00:01:03 GMT
5
+ ## 5.62.0
6
+ Sat, 05 Feb 2022 00:55:18 GMT
7
7
 
8
- _Version update only_
8
+ ### Updates
9
+
10
+ - Add support for directly invoking a script that depends on `rush-sdk` from inside a Rush repo.
11
+ - Add support for a new URL-based version specifier in PNPM lockfiles.
12
+ - Add support for specifying a custom S3 endpoint. This is useful for using a custom S3 provider.
13
+ - Optimize invocation of tar to use stdin instead of a temporary file.
14
+ - Revise architecture of symbolic link scan to use a queue and parallel file system calls.
15
+ - Create separate tar logs per phase based on cache id.
16
+ - Pack tar to a temp file, then move into the cache to ensure cache integrity.
17
+ - Fix git-hooks folder check failing when compared paths have different drive letter casing
9
18
 
10
19
  ## 5.61.4
11
20
  Wed, 02 Feb 2022 04:03:24 GMT
@@ -1117,7 +1126,7 @@ Thu, 11 Jul 2019 22:00:50 GMT
1117
1126
 
1118
1127
  ### Updates
1119
1128
 
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
1129
+ - 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
1121
1130
  - Fix an issue where "rush add" erroneously believes ensureConsistentVersions is unset.
1122
1131
  - Fix an issue that arises when "rush add" is run and the package manager isn't installed.
1123
1132
  - Fix an issue where rush add -m doesn't corretly update the common-versions.json file.
@@ -1599,9 +1608,9 @@ Fri, 06 Oct 2017 22:44:31 GMT
1599
1608
  ### Patches
1600
1609
 
1601
1610
  - Enable strickNullChecks
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".
1611
+ - Fix a bug in "rush version" that devdependency does not get bumped if there is no dependency.
1612
+ - Fix a bug in "rush change" so it handles rename properly.
1613
+ - Add npm tag support in "rush publish".
1605
1614
 
1606
1615
  ## 3.0.18
1607
1616
  Tue, 26 Sep 2017 13:51:05 GMT
@@ -1856,7 +1865,7 @@ Sun, 22 Jan 2017 02:04:57 GMT
1856
1865
 
1857
1866
  ### Patches
1858
1867
 
1859
- - Update temp_modules when versions are bumped.
1868
+ - Update temp_modules when versions are bumped.
1860
1869
 
1861
1870
  ## 1.4.1
1862
1871
  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.62.0-pr3059",
3
+ "version": "5.62.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.62.0-pr3059",
32
+ "@microsoft/rush-lib": "5.62.0",
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.62.0-pr3059",
42
- "@rushstack/rush-azure-storage-build-cache-plugin": "5.62.0-pr3059",
41
+ "@rushstack/rush-amazon-s3-build-cache-plugin": "5.62.0",
42
+ "@rushstack/rush-azure-storage-build-cache-plugin": "5.62.0",
43
43
  "@types/heft-jest": "1.0.1",
44
44
  "@types/node": "12.20.24",
45
45
  "@types/semver": "7.3.5"