@microsoft/rush 5.57.1 → 5.58.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,33 @@
1
1
  {
2
2
  "name": "@microsoft/rush",
3
3
  "entries": [
4
+ {
5
+ "version": "5.58.0",
6
+ "tag": "@microsoft/rush_v5.58.0",
7
+ "date": "Thu, 16 Dec 2021 05:39:21 GMT",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "comment": "Fix an issue where Rush's Git hooks were broken if another tool such as Husky had tampered with the `core.hooksPath` (GitHub #3004)"
12
+ },
13
+ {
14
+ "comment": "Provide a more useful error message if the git version is too old."
15
+ },
16
+ {
17
+ "comment": "Allow \"rush list\" to be invoked while other rush processes are running in the same repo."
18
+ },
19
+ {
20
+ "comment": "For project selection parameters such as \"rush build --to git:REF\", improve the diff analysis to detect which individual projects are impacted by a modification of the PNPM lockfile (GitHub #3050)"
21
+ },
22
+ {
23
+ "comment": "Allow multiple remote URLs to be specified in the rush.json in the new repository.urls field."
24
+ },
25
+ {
26
+ "comment": "(BREAKING CHANGE) Replace the RushConfiguration repositoryUrl field with repositoryUrls to support multiple remote URLs specified in rush.json."
27
+ }
28
+ ]
29
+ }
30
+ },
4
31
  {
5
32
  "version": "5.57.1",
6
33
  "tag": "@microsoft/rush_v5.57.1",
@@ -23,7 +50,10 @@
23
50
  "comment": "Fix an issue where parameter values containing spaces are incorrectly passed to global scripts."
24
51
  },
25
52
  {
26
- "comment": "Added support for the \"--changed-since REF\" and \"--changed-since-only REF\" selection parameters, which select projects that have been modified since the specified Git revision. Updated state computation and change detection to operate at the root of the Git repository that contains rush.json, rather than from the immediate parent folder. This allows nesting rush.json in a subfolder."
53
+ "comment": "Parameters such as \"--to\" and \"--from\" now accept selector expressions: \"version-policy:NAME\" indicates the set of projects belonging to a publishing version policy. \"git:REF\" detects the set of projects that have been modified since the specified Git revision; for example, this allows a Rush command to process only the projects modified by a PR branch. (GitHub #2968)"
54
+ },
55
+ {
56
+ "comment": "Improved the change detection logic to work correctly when a second rush.json appears in a subfolder."
27
57
  },
28
58
  {
29
59
  "comment": "(EXPERIMENTAL) Add a new NPM package \"@rushstack/rush-sdk\" for use by Rush plugins"
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @microsoft/rush
2
2
 
3
- This log was last generated on Thu, 09 Dec 2021 00:24:47 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 16 Dec 2021 05:39:21 GMT and should not be manually modified.
4
+
5
+ ## 5.58.0
6
+ Thu, 16 Dec 2021 05:39:21 GMT
7
+
8
+ ### Updates
9
+
10
+ - Fix an issue where Rush's Git hooks were broken if another tool such as Husky had tampered with the `core.hooksPath` (GitHub #3004)
11
+ - Provide a more useful error message if the git version is too old.
12
+ - Allow "rush list" to be invoked while other rush processes are running in the same repo.
13
+ - For project selection parameters such as "rush build --to git:REF", improve the diff analysis to detect which individual projects are impacted by a modification of the PNPM lockfile (GitHub #3050)
14
+ - Allow multiple remote URLs to be specified in the rush.json in the new repository.urls field.
15
+ - (BREAKING CHANGE) Replace the RushConfiguration repositoryUrl field with repositoryUrls to support multiple remote URLs specified in rush.json.
4
16
 
5
17
  ## 5.57.1
6
18
  Thu, 09 Dec 2021 00:24:47 GMT
@@ -15,7 +27,8 @@ Fri, 03 Dec 2021 02:16:10 GMT
15
27
  - Add support for the "filterLog" hook in common/config/rush/.pnpmfile.cjs
16
28
  - (EXPERIMENTAL) Ability to load third-party plugin packages that customize the behavior of Rush
17
29
  - Fix an issue where parameter values containing spaces are incorrectly passed to global scripts.
18
- - Added support for the "--changed-since REF" and "--changed-since-only REF" selection parameters, which select projects that have been modified since the specified Git revision. Updated state computation and change detection to operate at the root of the Git repository that contains rush.json, rather than from the immediate parent folder. This allows nesting rush.json in a subfolder.
30
+ - Parameters such as "--to" and "--from" now accept selector expressions: "version-policy:NAME" indicates the set of projects belonging to a publishing version policy. "git:REF" detects the set of projects that have been modified since the specified Git revision; for example, this allows a Rush command to process only the projects modified by a PR branch. (GitHub #2968)
31
+ - Improved the change detection logic to work correctly when a second rush.json appears in a subfolder.
19
32
  - (EXPERIMENTAL) Add a new NPM package "@rushstack/rush-sdk" for use by Rush plugins
20
33
  - Stop deleting the pnpm-store after failed workspace installs. Usually a multiple failure is due to a network error or a package that does not exist in the registry, not an issue with the pnpm-store.
21
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/rush",
3
- "version": "5.57.1",
3
+ "version": "5.58.0",
4
4
  "description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
5
5
  "keywords": [
6
6
  "install",
@@ -29,15 +29,15 @@
29
29
  },
30
30
  "license": "MIT",
31
31
  "dependencies": {
32
- "@microsoft/rush-lib": "5.57.1",
33
- "@rushstack/node-core-library": "3.44.1",
32
+ "@microsoft/rush-lib": "5.58.0",
33
+ "@rushstack/node-core-library": "3.44.2",
34
34
  "colors": "~1.2.1",
35
35
  "semver": "~7.3.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@rushstack/eslint-config": "2.5.0",
39
- "@rushstack/heft": "0.43.1",
40
- "@rushstack/heft-node-rig": "1.4.2",
39
+ "@rushstack/heft": "0.44.0",
40
+ "@rushstack/heft-node-rig": "1.5.0",
41
41
  "@types/heft-jest": "1.0.1",
42
42
  "@types/node": "12.20.24",
43
43
  "@types/semver": "7.3.5"