@microsoft/rush 5.55.1 → 5.56.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
@@ -1,6 +1,42 @@
1
1
  {
2
2
  "name": "@microsoft/rush",
3
3
  "entries": [
4
+ {
5
+ "version": "5.56.0",
6
+ "tag": "@microsoft/rush_v5.56.0",
7
+ "date": "Thu, 28 Oct 2021 23:49:31 GMT",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "comment": "Add CI skipping to default version & changelog commits"
12
+ },
13
+ {
14
+ "comment": "Update suggested version of NPM"
15
+ },
16
+ {
17
+ "comment": "Fix update-autoinstaller with NPM"
18
+ },
19
+ {
20
+ "comment": "Streamline rushx output and add quiet flag."
21
+ },
22
+ {
23
+ "comment": "Include support for adding multiple packages with the \"rush add\" command."
24
+ },
25
+ {
26
+ "comment": "Update the package.json repository field to include the directory property."
27
+ },
28
+ {
29
+ "comment": "Fix the error message printed when `--interactive` is passed to `rush update-cloud-credentials` and the cloud cache provider is Amazon S3."
30
+ },
31
+ {
32
+ "comment": "Mark Node 16 as the current latest LTS version."
33
+ },
34
+ {
35
+ "comment": "support `--debug-package-manager` install options for yarn"
36
+ }
37
+ ]
38
+ }
39
+ },
4
40
  {
5
41
  "version": "5.55.1",
6
42
  "tag": "@microsoft/rush_v5.55.1",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  # Change Log - @microsoft/rush
2
2
 
3
- This log was last generated on Tue, 12 Oct 2021 22:26:25 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 28 Oct 2021 23:49:31 GMT and should not be manually modified.
4
+
5
+ ## 5.56.0
6
+ Thu, 28 Oct 2021 23:49:31 GMT
7
+
8
+ ### Updates
9
+
10
+ - Add CI skipping to default version & changelog commits
11
+ - Update suggested version of NPM
12
+ - Fix update-autoinstaller with NPM
13
+ - Streamline rushx output and add quiet flag.
14
+ - Include support for adding multiple packages with the "rush add" command.
15
+ - Update the package.json repository field to include the directory property.
16
+ - Fix the error message printed when `--interactive` is passed to `rush update-cloud-credentials` and the cloud cache provider is Amazon S3.
17
+ - Mark Node 16 as the current latest LTS version.
18
+ - support `--debug-package-manager` install options for yarn
4
19
 
5
20
  ## 5.55.1
6
21
  Tue, 12 Oct 2021 22:26:25 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/rush",
3
- "version": "5.55.1",
3
+ "version": "5.56.0",
4
4
  "description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
5
5
  "keywords": [
6
6
  "install",
@@ -15,7 +15,8 @@
15
15
  "preferGlobal": true,
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "https://github.com/microsoft/rushstack/tree/master/apps/rush"
18
+ "url": "https://github.com/microsoft/rushstack.git",
19
+ "directory": "apps/rush"
19
20
  },
20
21
  "engines": {
21
22
  "node": ">=5.6.0"
@@ -28,15 +29,15 @@
28
29
  },
29
30
  "license": "MIT",
30
31
  "dependencies": {
31
- "@microsoft/rush-lib": "5.55.1",
32
- "@rushstack/node-core-library": "3.42.2",
32
+ "@microsoft/rush-lib": "5.56.0",
33
+ "@rushstack/node-core-library": "3.43.0",
33
34
  "colors": "~1.2.1",
34
35
  "semver": "~7.3.0"
35
36
  },
36
37
  "devDependencies": {
37
- "@rushstack/eslint-config": "2.4.2",
38
- "@rushstack/heft": "0.41.6",
39
- "@rushstack/heft-node-rig": "1.2.25",
38
+ "@rushstack/eslint-config": "2.4.4",
39
+ "@rushstack/heft": "0.42.0",
40
+ "@rushstack/heft-node-rig": "1.2.28",
40
41
  "@types/heft-jest": "1.0.1",
41
42
  "@types/node": "12.20.24",
42
43
  "@types/semver": "7.3.5"