@microsoft/rush 5.164.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 CHANGED
@@ -1,6 +1,33 @@
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
+ },
4
31
  {
5
32
  "version": "5.164.0",
6
33
  "tag": "@microsoft/rush_v5.164.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @microsoft/rush
2
2
 
3
- This log was last generated on Tue, 16 Dec 2025 21:49:00 GMT and should not be manually modified.
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.
4
16
 
5
17
  ## 5.164.0
6
18
  Tue, 16 Dec 2025 21:49:00 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/rush",
3
- "version": "5.164.0",
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,7 +31,7 @@
31
31
  "license": "MIT",
32
32
  "dependencies": {
33
33
  "semver": "~7.5.4",
34
- "@microsoft/rush-lib": "5.164.0",
34
+ "@microsoft/rush-lib": "5.165.0",
35
35
  "@rushstack/node-core-library": "5.19.1",
36
36
  "@rushstack/terminal": "0.19.5"
37
37
  },
@@ -39,11 +39,11 @@
39
39
  "eslint": "~9.37.0",
40
40
  "@types/heft-jest": "1.0.1",
41
41
  "@types/semver": "7.5.0",
42
+ "@rushstack/rush-amazon-s3-build-cache-plugin": "5.165.0",
42
43
  "@rushstack/heft": "1.1.7",
43
44
  "local-node-rig": "1.0.0",
44
- "@rushstack/rush-amazon-s3-build-cache-plugin": "5.164.0",
45
- "@rushstack/rush-azure-storage-build-cache-plugin": "5.164.0",
46
- "@rushstack/rush-http-build-cache-plugin": "5.164.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",