@microsoft/rush 5.163.0 → 5.165.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 +50 -0
- package/CHANGELOG.md +26 -1
- package/package.json +8 -8
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,56 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/rush",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "5.165.0",
|
|
6
|
+
"tag": "@microsoft/rush_v5.165.0",
|
|
7
|
+
"date": "Mon, 29 Dec 2025 22:43:14 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Forward the `parameterNamesToIgnore` `<project>/config/rush-project.json` property to child processes via a `RUSHSTACK_CLI_IGNORED_PARAMETER_NAMES` environment variable"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Fix an issue where `rush update` will error complaining that the shrinkwrap file hasn't been updated to support workspaces in a subspace with no projects."
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "Fix an issue where packages listed in the `pnpmLockfilePolicies.disallowInsecureSha1.exemptPackageVersions` `common/config/rush/pnpm-config.json` config file are not exempted in PNPM 9."
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"comment": "Add support for the `globalOnlyBuiltDependencies` PNPM 10.x option to specify an allowlist of packages permitted to run build scripts to `common/config/rush/pnpm-config.json`."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"comment": "Upgrade `pnpm-sync-lib` to v0.3.3 for pnpm v10 compatibility"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"comment": "Change the Git hook file shebangs to use `/usr/bin/env bash` instead of `/bin/bash` for greater platform compatability."
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"version": "5.164.0",
|
|
33
|
+
"tag": "@microsoft/rush_v5.164.0",
|
|
34
|
+
"date": "Tue, 16 Dec 2025 21:49:00 GMT",
|
|
35
|
+
"comments": {
|
|
36
|
+
"minor": [
|
|
37
|
+
{
|
|
38
|
+
"comment": "Hash full shrinkwrap entry to detect sub-dependency resolution changes"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"none": [
|
|
42
|
+
{
|
|
43
|
+
"comment": "Fix an issue where ProjectChangeAnalyzer checked the pnpm-lock.yaml file in the default subspace only, when it should consider all subspaces."
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"comment": "Log a warning if Git-tracked symbolic links are encountered during repo state analysis."
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"comment": "Add support for defining pnpm catalog config."
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
},
|
|
4
54
|
{
|
|
5
55
|
"version": "5.163.0",
|
|
6
56
|
"tag": "@microsoft/rush_v5.163.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,31 @@
|
|
|
1
1
|
# Change Log - @microsoft/rush
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 29 Dec 2025 22:43:14 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.165.0
|
|
6
|
+
Mon, 29 Dec 2025 22:43:14 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Forward the `parameterNamesToIgnore` `<project>/config/rush-project.json` property to child processes via a `RUSHSTACK_CLI_IGNORED_PARAMETER_NAMES` environment variable
|
|
11
|
+
- Fix an issue where `rush update` will error complaining that the shrinkwrap file hasn't been updated to support workspaces in a subspace with no projects.
|
|
12
|
+
- Fix an issue where packages listed in the `pnpmLockfilePolicies.disallowInsecureSha1.exemptPackageVersions` `common/config/rush/pnpm-config.json` config file are not exempted in PNPM 9.
|
|
13
|
+
- Add support for the `globalOnlyBuiltDependencies` PNPM 10.x option to specify an allowlist of packages permitted to run build scripts to `common/config/rush/pnpm-config.json`.
|
|
14
|
+
- Upgrade `pnpm-sync-lib` to v0.3.3 for pnpm v10 compatibility
|
|
15
|
+
- Change the Git hook file shebangs to use `/usr/bin/env bash` instead of `/bin/bash` for greater platform compatability.
|
|
16
|
+
|
|
17
|
+
## 5.164.0
|
|
18
|
+
Tue, 16 Dec 2025 21:49:00 GMT
|
|
19
|
+
|
|
20
|
+
### Minor changes
|
|
21
|
+
|
|
22
|
+
- Hash full shrinkwrap entry to detect sub-dependency resolution changes
|
|
23
|
+
|
|
24
|
+
### Updates
|
|
25
|
+
|
|
26
|
+
- Fix an issue where ProjectChangeAnalyzer checked the pnpm-lock.yaml file in the default subspace only, when it should consider all subspaces.
|
|
27
|
+
- Log a warning if Git-tracked symbolic links are encountered during repo state analysis.
|
|
28
|
+
- Add support for defining pnpm catalog config.
|
|
4
29
|
|
|
5
30
|
## 5.163.0
|
|
6
31
|
Tue, 25 Nov 2025 17:04:05 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/rush",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.165.0",
|
|
4
4
|
"description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"install",
|
|
@@ -31,19 +31,19 @@
|
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"semver": "~7.5.4",
|
|
34
|
-
"@microsoft/rush-lib": "5.
|
|
35
|
-
"@rushstack/node-core-library": "5.19.
|
|
36
|
-
"@rushstack/terminal": "0.19.
|
|
34
|
+
"@microsoft/rush-lib": "5.165.0",
|
|
35
|
+
"@rushstack/node-core-library": "5.19.1",
|
|
36
|
+
"@rushstack/terminal": "0.19.5"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"eslint": "~9.37.0",
|
|
40
40
|
"@types/heft-jest": "1.0.1",
|
|
41
41
|
"@types/semver": "7.5.0",
|
|
42
|
-
"@rushstack/
|
|
42
|
+
"@rushstack/rush-amazon-s3-build-cache-plugin": "5.165.0",
|
|
43
|
+
"@rushstack/heft": "1.1.7",
|
|
43
44
|
"local-node-rig": "1.0.0",
|
|
44
|
-
"@rushstack/rush-azure-storage-build-cache-plugin": "5.
|
|
45
|
-
"@rushstack/rush-http-build-cache-plugin": "5.
|
|
46
|
-
"@rushstack/rush-amazon-s3-build-cache-plugin": "5.163.0"
|
|
45
|
+
"@rushstack/rush-azure-storage-build-cache-plugin": "5.165.0",
|
|
46
|
+
"@rushstack/rush-http-build-cache-plugin": "5.165.0"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"build": "heft build --clean",
|