@microsoft/rush
Version:
A professional solution for consolidating all your JavaScript projects in one Git repo
1,357 lines (863 loc) • 139 kB
Markdown
# Change Log - @microsoft/rush
This log was last generated on Fri, 13 Jun 2025 16:10:38 GMT and should not be manually modified.
## 5.155.0
Fri, 13 Jun 2025 16:10:38 GMT
### Updates
- Add support for PNPM v9 to the pnpm-sync feature.
## 5.154.0
Tue, 10 Jun 2025 18:45:59 GMT
### Updates
- Introduce a `@rushstack/rush-bridge-cache-plugin` package that adds a `--set-cache-only` flag to phased commands, which sets the cache entry without performing the operation.
- Update the `CredentialCache` options object to add support for custom cache file paths. This is useful if `CredentialCache` is used outside of Rush.
- PNPMv10 support: SHA256 hashing for dependencies paths lookup
- Add Linux/MacOS support for new 'virtual-store-dir-max-length'
## 5.153.2
Tue, 13 May 2025 20:33:12 GMT
### Updates
- Fix path parsing issue when running rush bridge-package
- Operations that were cobuilt now have the cobuild time correctly reflected across all agents.
- Add `hasUncommittedChanges` to `IInputSnapshot` for use by plugins.
## 5.153.1
Fri, 25 Apr 2025 01:12:48 GMT
### Updates
- Fix an issue with implicit phase expansion when `--include-phase-deps` is not specified.
- Upgrade `rushstack/heft-config-file` to fix an incompatibility with Node 16
## 5.153.0
Thu, 17 Apr 2025 21:59:15 GMT
### Updates
- Update documentation for `extends`
- Bind "q" to gracefully exit the watcher.
- Clarify registry authentication settings in "rush init" template for .npmrc
- Support the `--changed-projects-only` flag in watch mode and allow it to be toggled between iterations.
- Fix telemetry for "--changed-projects-only" when toggled in watch mode.
- (rush-serve-plugin) Support websocket message to enable/disable operations.
## 5.152.0
Tue, 08 Apr 2025 18:41:27 GMT
### Updates
- Add `ChainedCredential` to `AzureAuthenticationBase` to handle auth failover.
- Add support for developer tools credentials to the Azure build cache.
- Add a new CLI flag `--debug-build-cache-ids` to help with root-causing unexpected cache misses.
- Sort all operations lexicographically by name for reporting purposes.
- (EXPERIMENTAL) Add new commands `rush link-package` and `rush bridge-package`
## 5.151.0
Tue, 25 Mar 2025 16:58:46 GMT
### Updates
- Fix an issue where `--include-phase-deps` and watch mode sometimes included operations that were not required
- Fix an issue where build/rebuild can not be defined in a rush plugin command line configuration
- Use `useNodeJSResolver: true` in `Import.resolvePackage` calls.
- Add missing `./package.json` export; revert `useNodeJSResolver: true`.
- (plugin-api) Guaranteed `operation.associatedPhase` and `operation.associatedProject` are not undefined.
## 5.150.0
Thu, 27 Feb 2025 17:41:59 GMT
### Updates
- Add an `--include-phase-deps` switch that expands an unsafe project selection to include its phase dependencies
## 5.149.1
Wed, 19 Feb 2025 18:54:06 GMT
### Updates
- Remove the unused `RushConstants.rushAlertsStateFilename` property.
- Bump `jsonpath-plus` to `~10.3.0`.
## 5.149.0
Wed, 12 Feb 2025 04:07:30 GMT
### Updates
- Prefer `os.availableParallelism()` to `os.cpus().length`.
- Add a new command line parameter `--node-diagnostic-dir=DIR` to phased commands that, when specified, tells all child build processes to write NodeJS diagnostics into `${DIR}/${packageName}/${phaseIdentifier}`. This is useful if `--cpu-prof` or `--heap-prof` are enabled, to avoid polluting workspace folders.
- Add a new phased command hook `createEnvironmentForOperation` that can be used to customize the environment variables passed to individual operation subprocesses. This may be used to, for example, customize `NODE_OPTIONS` to pass `--diagnostic-dir` or other such parameters.
- Allow --timeline option for all phased commands
- Fix support for "ensureConsistentVersions" in common-versions.json when subspaces features is not enabled.
- Fix an issue where the port parameter in `@rushstack/rush-serve-plugin` was allowed to be a string parameter.
## 5.148.0
Fri, 10 Jan 2025 02:36:20 GMT
### Updates
- Add a configuration option to avoid manually configuring decoupledLocalDependencies across subspaces.
- Improve some `rush-sdk` APIs to support future work on GitHub issue #3994
- Fix an issue where MaxListenersExceeded would get thrown when using the HTTP build cache plugin
## 5.147.2
Mon, 06 Jan 2025 21:48:43 GMT
### Updates
- Fix an issue with evaluation of `shouldEnsureConsistentVersions` when the value is not constant across subspaces or variants.
- Fix an issue where the lockfile object has a nullish value causing yaml.dump to report an error.
## 5.147.1
Thu, 26 Dec 2024 23:35:27 GMT
### Updates
- Fix an issue with the `enableSubpathScan` experiment where the set of returned hashes would result in incorrect build cache identifiers when using `--only`.
- When a no-op operation is not in scope, reflect its result as no-op instead of skipped, so that downstream operations can still write to the build cache.
- Allow injected dependencies without enabling subspaces.
## 5.147.0
Thu, 12 Dec 2024 01:37:25 GMT
### Updates
- Add a new experiment flag `enableSubpathScan` that, when invoking phased script commands with project selection parameters, such as `--to` or `--from`, only hashes files that are needed to compute the cache ids for the selected projects.
## 5.146.0
Tue, 10 Dec 2024 21:23:18 GMT
### Updates
- Support fallback syntax in `.npmrc` files if the package manager is PNPM. See https://pnpm.io/npmrc
- Add an `.isPnpm` property to `RushConfiguration` that is set to true if the package manager for the Rush repo is PNPM.
- Support pnpm lockfile v9, which is used by default starting in pnpm v9.
## 5.145.0
Tue, 10 Dec 2024 05:14:11 GMT
### Updates
- Upgrade `@azure/identity` and `@azure/storage-blob`.
- Add support for Node 22.
- Remove the dependency on node-fetch.
## 5.144.1
Mon, 09 Dec 2024 20:32:01 GMT
### Updates
- Bump `jsonpath-plus` to `~10.2.0`.
## 5.144.0
Wed, 04 Dec 2024 19:32:23 GMT
### Updates
- Remove the `node-fetch` dependency from `@rushstack/rush-http-build-cache-plugin`.
## 5.143.0
Wed, 04 Dec 2024 03:07:08 GMT
### Updates
- Remove the `node-fetch` dependency from @rushstack/rush-amazon-s3-build-cache-plugin.
- (BREAKING API CHANGE) Remove the exported `WebClient` API from @rushstack/rush-amazon-s3-build-cache-plugin.
## 5.142.0
Tue, 03 Dec 2024 23:42:22 GMT
### Updates
- Fix an issue where the ability to skip `rush install` may be incorrectly calculated when using the variants feature.
- Add support for an `"extends"` property in the `common/config/rush/pnpm-config.json` and `common/config/subspace/*/pnpm-config.json` files.
- Add warning when the `globalIgnoredOptionalDependencies` property is specified in `common/config/rush/pnpm-config.json` and the repo is configured to use pnpm <9.0.0.
## 5.141.4
Mon, 02 Dec 2024 20:40:41 GMT
### Updates
- Fix an issue where Rush sometimes incorrectly reported "fatal: could not open 'packages/xxx/.rush/temp/shrinkwrap-deps.json' for reading: No such file or directory" when using subspaces
## 5.141.3
Wed, 27 Nov 2024 07:16:50 GMT
### Updates
- Fix an issue where Rush sometimes incorrectly reported "The overrides settings doesn't match the current shrinkwrap" when using subspaces
- Fix an issue where Rush sometimes incorrectly reported "The package extension hash doesn't match the current shrinkwrap." when using subspaces
## 5.141.2
Wed, 27 Nov 2024 03:27:26 GMT
### Updates
- Fix an issue where filtered installs neglected to install dependencies from other subspaces
## 5.141.1
Wed, 20 Nov 2024 00:24:34 GMT
### Updates
- Update schema for build-cache.json to include recent updates to the @rushstack/rush-azure-storage-build-cache-plugin.
## 5.141.0
Tue, 19 Nov 2024 06:38:33 GMT
### Updates
- Adds two new properties to the configuration for `rush-azure-storage-build-cache-plugin`: `loginFlow` selects the flow to use for interactive authentication to Entra ID, and `readRequiresAuthentication` specifies that a SAS token is required for read and therefore expired authentication is always fatal.
- Adds a new `wasExecutedOnThisMachine` property to operation telemetry events, to simplify reporting about cobuilt operations.
- Fix an issue where empty error logs were created for operations that did not write to standard error.
- Fix an issue where incremental building (with LegacySkipPlugin) would not work when no-op operations were present in the process
- Fix lack of "local-only" option for cacheProvider in build-cache.schema.json
- Fix an issue where if an Operation wrote all logs to stdout, then exited with a non-zero exit code, only the non-zero exit code would show up in the summary.
## 5.140.1
Wed, 30 Oct 2024 21:50:51 GMT
### Updates
- Update the `jsonpath-plus` indirect dependency to mitigate CVE-2024-21534.
## 5.140.0
Tue, 22 Oct 2024 23:59:54 GMT
### Updates
- Fix an issue when using `rush deploy` where the `node_modules/.bin` folder symlinks were not created for deployed packages when using the "default" link creation mode
- Add support for the `globalIgnoredOptionalDependencies` field in the `common/config/rush/pnpm-config.json` file to allow specifying optional dependencies that should be ignored by PNPM
## 5.139.0
Thu, 17 Oct 2024 20:37:39 GMT
### Updates
- Allow rush plugins to extend build cache entries by writing additional files to the metadata folder. Expose the metadata folder path to plugins.
- [CACHE BREAK] Alter the computation of build cache IDs to depend on the graph of operations in the build and therefore account for multiple phases, rather than only the declared dependencies. Ensure that `dependsOnEnvVars` and command line parameters that affect upstream phases impact the cache IDs of downstream operations.
- (BREAKING CHANGE) Replace use of `ProjectChangeAnalyzer` in phased command hooks with a new `InputsSnapshot` data structure that is completely synchronous and does not perform any disk operations. Perform all disk operations and state computation prior to executing the build graph.
- Add a new property `enabled` to `Operation` that when set to false, will cause the execution engine to immediately return `OperationStatus.Skipped` instead of invoking the runner. Use this property to disable operations that are not intended to be executed in the current pass, e.g. those that did not contain changes in the most recent watch iteration, or those excluded by `--only`.
- Add an optional property `cacheHashSalt` to `build-cache.json` to allow repository maintainers to globally force a hash change in build cache entries.
## 5.138.0
Thu, 03 Oct 2024 22:31:07 GMT
### Updates
- Changes the behavior of phased commands in watch mode to, when running a phase `_phase:<name>` in all iterations after the first, prefer a script entry named `_phase:<name>:incremental` if such a script exists. The build cache will expect the outputs from the corresponding `_phase:<name>` script (with otherwise the same inputs) to be equivalent when looking for a cache hit.
## 5.137.0
Thu, 03 Oct 2024 19:46:40 GMT
### Patches
- Expose `getChangesByProject` to allow classes that extend ProjectChangeAnalyzer to override file change analysis
## 5.136.1
Thu, 26 Sep 2024 22:59:11 GMT
### Updates
- Fix an issue where the `--variant` parameter was missing from a phased command when the command's `alwaysInstall` property was set to `true`.
## 5.136.0
Thu, 26 Sep 2024 21:48:00 GMT
### Updates
- Bring back the Variants feature that was removed in https://github.com/microsoft/rushstack/pull/4538.
- Bump express dependency to 4.20.0
## 5.135.0
Fri, 20 Sep 2024 20:23:40 GMT
### Updates
- Fix a bug that caused rush-resolver-cache-plugin to crash on Windows.
- Make individual Rush log files available via the rush-serve-plugin server at the relative URL specified by "logServePath" option. Annotate operations sent over the WebSocket with the URLs of their log files.
- Adds a new experiment 'allowCobuildWithoutCache' for cobuilds to allow uncacheable operations to benefit from cobuild orchestration without using the build cache.
- Deprecate the `sharding.shardOperationSettings` property in the project `config/rush-project.json` in favor of an `operationSettings` entry for an operation with a suffix of `:shard`.
## 5.134.0
Fri, 13 Sep 2024 01:02:46 GMT
### Updates
- Always update shrinkwrap when `globalPackageExtensions` in `common/config/rush/pnpm-config.json` has been changed.
- Pass the initialized credentials cache to `AzureAuthenticationBase._getCredentialFromTokenAsync` in `@rushstack/rush-azure-storage-build-cache-plugin`.
- Support the `rush-pnpm patch-remove` command.
## 5.133.4
Sat, 07 Sep 2024 00:18:08 GMT
### Updates
- Mark `AzureAuthenticationBase._credentialCacheId` as protected in `@rushstack/rush-azure-storage-build-cache-plugin`.
## 5.133.3
Thu, 29 Aug 2024 22:49:36 GMT
### Updates
- Fix Windows compatibility for `@rushstack/rush-resolver-cache-plugin`.
## 5.133.2
Wed, 28 Aug 2024 20:46:32 GMT
### Updates
- Fix an issue where running `rush install --resolution-only` followed by `rush install` would not actually install modules.
## 5.133.1
Wed, 28 Aug 2024 18:19:55 GMT
### Updates
- In rush-resolver-cache-plugin, include the base path in the resolver cache file.
- Support `bundledDependencies` in rush-resolver-cache-plugin.
## 5.133.0
Fri, 23 Aug 2024 00:40:08 GMT
### Updates
- Always update shrinkwrap when globalOverrides has been changed
- Add `afterInstall` plugin hook, which runs after any install finishes.
- Add rush.json option "suppressRushIsPublicVersionCheck" to allow suppressing hardcoded calls to the npmjs.org registry.
## 5.132.0
Wed, 21 Aug 2024 16:25:07 GMT
### Updates
- Add a new `rush install-autoinstaller` command that ensures that the specified autoinstaller is installed.
- Emit an error if a `workspace:` specifier is used in a dependency that is listed in `decoupledLocalDependencies`.
- Add support for `--resolution-only` to `rush install` to enforce strict peer dependency resolution.
## 5.131.5
Mon, 19 Aug 2024 20:03:03 GMT
### Updates
- Fix an issue where PreferredVersions are ignored when a project contains an overlapping dependency entry (https://github.com/microsoft/rushstack/issues/3205)
## 5.131.4
Sun, 11 Aug 2024 05:02:05 GMT
### Updates
- Revert a breaking change in Rush 5.131.3 where pnpm patches were moved from `common/pnpm-patches` to `common/config/rush/pnpm-patches`.
## 5.131.3
Sat, 10 Aug 2024 02:27:14 GMT
### Updates
- Fix an issue where `rush-pnpm patch-commit` would not correctly resolve patch files when the subspaces feature is enabled.
## 5.131.2
Thu, 08 Aug 2024 23:38:18 GMT
### Updates
- Include a missing dependency in `@rushstack/rush-sdk`.
## 5.131.1
Thu, 08 Aug 2024 22:08:41 GMT
### Updates
- Fix an issue where rush-sdk can't be bundled by a consuming package.
- Extract LookupByPath to @rushstack/lookup-by-path and load it from there.
## 5.131.0
Fri, 02 Aug 2024 17:26:59 GMT
### Updates
- Improve Rush alerts with a new "rush alert" command and snooze feature
## 5.130.3
Wed, 31 Jul 2024 23:30:13 GMT
### Updates
- Fix an issue where Rush does not detect an outdated lockfile if the `dependenciesMeta` `package.json` field is edited.
- Include CHANGELOG.md in published releases again
- Fix a bug that caused the build cache to close its terminal writer before execution on error.
## 5.130.2
Fri, 19 Jul 2024 03:41:44 GMT
### Updates
- Fix an issue where `rush-pnpm patch-commit` did not work correctly when subspaces are enabled.
## 5.130.1
Wed, 17 Jul 2024 07:37:13 GMT
### Updates
- Fix a recent regression for `rush init`
## 5.130.0
Wed, 17 Jul 2024 06:55:27 GMT
### Updates
- (EXPERIMENTAL) Initial implementation of Rush alerts feature
- Adjusts how cobuilt operations are added and requeued to the operation graph. Removes the 'RemoteExecuting' status.
## 5.129.7
Tue, 16 Jul 2024 04:16:56 GMT
### Updates
- Upgrade pnpm-sync-lib to fix an edge case when handling node_modules folder
- Don't interrupt the installation process if the user hasn't enabled the inject dependencies feature.
- Improve `@rushtack/rush-sdk` and make it reuse `@microsoft/rush-lib` from rush global folder
- Remove the trailing slash in the `.DS_Store/` line in the `.gitignore` file generated by `rush init`. `.DS_Store` is a file, not a folder.
- Support deep references to internal Apis
- Fix an issue where `rush add` would ignore the `ensureConsistentVersions` option if that option was set in `rush.json` instead of in `common/config/rush/common-versions.json`.
- Fix an issue where running `rush add` in a project can generate a `package.json` file that uses JSON5 syntax. Package managers expect strict JSON.
- fix spelling of "committing" in rush.json init template and schema
## 5.129.6
Thu, 27 Jun 2024 00:44:32 GMT
### Updates
- Fix an edge case for workspace peer dependencies when calculating packageJsonInjectedDependenciesHash to improve its accuracy
- Update a URL in the `.pnpmfile.cjs` generated by `rush init`.
## 5.129.5
Tue, 25 Jun 2024 20:13:29 GMT
### Updates
- Don't include package.json version field when calculating packageJsonInjectedDependenciesHash
## 5.129.4
Mon, 24 Jun 2024 23:49:10 GMT
### Updates
- Normalize the file permissions (644) for Rush plugin files that are committed to Git
## 5.129.3
Fri, 21 Jun 2024 00:15:54 GMT
### Updates
- Fixed an issue where DependencyAnalyzer caches the same analysis for all subspaces
## 5.129.2
Wed, 19 Jun 2024 23:59:09 GMT
### Updates
- Fix an issue where the `rush pnpm ...` command always terminates with an exit code of 1.
## 5.129.1
Wed, 19 Jun 2024 04:20:03 GMT
### Updates
- Add logic to remove outdated .pnpm-sync.json files during rush install or update
## 5.129.0
Wed, 19 Jun 2024 03:31:48 GMT
### Updates
- Add a new `init-subspace` command to initialize a new subspace.
- Move the `ensureConsistentVersions` setting from `rush.json` to `common/config/rush/common-versions.json`, or to `common/config/rush/<subspace>/common-versions.json` if subspaces are enabled.
## 5.128.5
Tue, 18 Jun 2024 04:02:54 GMT
### Updates
- Fix a key collision for cobuild clustering for operations that share the same phase name.
## 5.128.4
Mon, 17 Jun 2024 23:22:49 GMT
### Updates
- Bump the `@azure/identity` package to `~4.2.1` to mitigate GHSA-m5vv-6r4h-3vj9.
## 5.128.3
Mon, 17 Jun 2024 20:46:21 GMT
### Updates
- Fixed an issue where the --make-consistent flag would affect projects outside the current subspace.
## 5.128.2
Mon, 17 Jun 2024 17:08:00 GMT
### Updates
- Fix an issue where rush-pnpm patch is not working for the subspace scenario
- Fix an issue where rush update can not detect package.json changes in other subspaces for the injected installation case
## 5.128.1
Wed, 12 Jun 2024 20:07:44 GMT
### Updates
- Fix an issue where running `rush install` in a subspace with only a `--from` selector is treated as selecting all projects.
- Fix an issue where not published packages are not correctly identified as not published when querying a package feed under certain versions of NPM.
- Fix an issue where selection syntax (like `--to` or `--from`) misses project dependencies declared using workspace alias syntax (i.e. - `workspace:alias@1.2.3`).
- Fix an issue where an error is thrown if a Git email address isn't configured and email validation isn't configured in `rush.json` via `allowedEmailRegExps`.
- Display the name of the subspace when an error is emitted because a dependency hash uses the SHA1 algorithm and the "disallowInsecureSha1" option is enabled.
## 5.128.0
Fri, 07 Jun 2024 22:59:12 GMT
### Updates
- Graduate the `phasedCommands` experiment to a standard feature.
- Improve `rush init` template for `.gitignore`
- Remove an unnecessary condition in the logic for skipping operations when build cache is disabled.
## 5.127.1
Thu, 06 Jun 2024 03:05:21 GMT
### Updates
- Remove the second instance of the project name from the project operation filenames in `<projectFolder>/rush-logs`. This restores the log filenames to their format before Rush 5.125.0.
## 5.127.0
Tue, 04 Jun 2024 00:44:18 GMT
### Updates
- Fixes build cache no-op and sharded operation clustering.
- Updated common-veresions.json schema with ensureConsistentVersions property
## 5.126.0
Mon, 03 Jun 2024 02:49:05 GMT
### Updates
- Fixes a string schema validation warning message when running `rush deploy`.
- Update the functionality that runs external lifecycle processes to be async.
- Move logs into the project `rush-logs` folder regardless of whether or not the `"phasedCommands"` experiment is enabled.
- Update the `nodeSupportedVersionRange` in the `rush init` template to the LTS and current Node versions.
- Update the `pnpmVersion` in the `rush init` template to the latest version of pnpm 8.
- Update the `.gitignore` in the `rush init` template to include some common toolchain output files and folders.
- Include missing `type` modifiers on type-only exports.
## 5.125.1
Wed, 29 May 2024 05:39:54 GMT
### Updates
- Fix an issue where if `missingScriptBehavior` is set to `"error"` and a script is present and empty, an error would be thrown.
## 5.125.0
Sat, 25 May 2024 05:12:20 GMT
### Updates
- Fixes a bug where no-op operations were treated as having build cache disabled.
- Adds support for sharding operations during task execution.
- Fix an issue where warnings and errors were not shown in the build summary for all cobuild agents.
- Add a `rush check --subspace` parameter to specify which subspace to analyze
- Rename the subspace level lockfile from `.pnpmfile-subspace.cjs` to `.pnpmfile.cjs`. This is a breaking change for the experimental feature.
## 5.124.7
Thu, 23 May 2024 02:27:13 GMT
### Updates
- Improve the `usePnpmSyncForInjectedDependencies` experiment to also include any dependency whose lockfile entry has the `file:` protocol, unless it is a tarball reference
- Fix an issue where the build cache analysis was incorrect in rare situations due to a race condition (GitHub #4711)
## 5.124.6
Thu, 16 May 2024 01:12:22 GMT
### Updates
- Fix an edge case for pnpm-sync when the .pnpm folder is absent but still a valid installation.
## 5.124.5
Wed, 15 May 2024 23:43:15 GMT
### Updates
- Fix count of completed operations when silent operations are blocked. Add explicit message for child processes terminated by signals. Ensure that errors show up in summarized view.
- Ensure that errors thrown in afterExecuteOperation show up in the summary at the end of the build.
## 5.124.4
Wed, 15 May 2024 03:05:57 GMT
### Updates
- Improve the detection of PNPM lockfile versions.
- Fix an issue where the `--subspace` CLI parameter would install for all subspaces in a monorepo when passed to the install or update action
## 5.124.3
Wed, 15 May 2024 01:18:25 GMT
### Patches
- Ensure async telemetry tasks are flushed by error reporter
### Updates
- Fix an issue where `rush install` and `rush update` will fail with an `ENAMETOOLONG` error on Windows in repos with a large number of projects.
- Fix an issue where installing multiple subspaces consecutively can cause unexpected cross-contamination between pnpmfiles.
## 5.124.2
Fri, 10 May 2024 06:35:26 GMT
### Updates
- Fix a recent regression where `rush deploy` did not correctly apply the `additionalProjectsToInclude` setting (GitHub #4683)
## 5.124.1
Fri, 10 May 2024 05:33:51 GMT
### Updates
- Fix an issue where the `disallowInsecureSha1` policy failed to parse certain lockfile entries
- Fix some minor issues with the "rush init" template files
- Report an error if subspacesFeatureEnabled=true without useWorkspaces=true
- Fix an issue where operation weights were not respected.
## 5.124.0
Wed, 08 May 2024 22:24:08 GMT
### Updates
- Add a new setting `alwaysInjectDependenciesFromOtherSubspaces` in pnpm-config.json
- Fix a issue where rush install/update can not detect pnpm-sync.json is out of date
- Improve the error message when the pnpm-sync version is outdated
- Fixes a bug where cobuilds would cause a GC error when waiting for long periods of time.
- Fix an issue where tab competions did not suggest parameter values.
## 5.123.1
Tue, 07 May 2024 22:38:00 GMT
### Updates
- Fix a recent regression where "rush install" would sometimes incorrectly determine whether to skip the install
## 5.123.0
Tue, 07 May 2024 18:32:36 GMT
### Updates
- Provide the file path if there is an error parsing a `package.json` file.
- Timeline view will now only show terminal build statuses as cobuilt, all other statuses will reflect their original icons.
- Add a `"weight"` property to the `"operation"` object in the project `config/rush-project.json` file that defines an integer weight for how much of the allowed parallelism the operation uses.
- Optimize skipping of unnecessary installs when using filters such as "rush install --to x"
## 5.122.1
Tue, 30 Apr 2024 23:36:50 GMT
### Updates
- Make `disallowInsecureSha1` policy a subspace-level configuration.
- Fix an issue where `rush update` sometimes did not detect changes to pnpm-config.json
## 5.122.0
Thu, 25 Apr 2024 07:33:18 GMT
### Updates
- Support rush-pnpm for subspace feature
- Skip determining merge base if given git hash
- (BREAKING CHANGE) Improve the `disallowInsecureSha1` policy to support exemptions for certain package versions. This is a breaking change for the `disallowInsecureSha1` field in pnpm-config.json since Rush 5.119.0.
## 5.121.0
Mon, 22 Apr 2024 19:11:26 GMT
### Updates
- Add support for auth via microsoft/ado-codespaces-auth vscode extension in `@rushstack/rush-azure-storage-build-cache-plugin`
## 5.120.6
Thu, 18 Apr 2024 23:20:02 GMT
### Updates
- Fix an issue where "rush deploy" did not correctly deploy build outputs combining multiple Rush subspaces
## 5.120.5
Wed, 17 Apr 2024 21:58:17 GMT
### Updates
- Fix an issue where rush add affects all packages in a subspace
## 5.120.4
Tue, 16 Apr 2024 20:04:25 GMT
### Updates
- Fix an issue where `rush deploy` sometimes used an incorrect temp folder when the experimental subspaces feature is enabled
## 5.120.3
Tue, 16 Apr 2024 02:59:48 GMT
### Updates
- Fix an issue where `pnpm-sync copy` was skipped when a build is restored from build cache.
- Upgrade `tar` dependency to 6.2.1
## 5.120.2
Mon, 15 Apr 2024 00:25:04 GMT
### Updates
- Fixes an issue where rush install fails in monorepos with subspaces enabled
## 5.120.1
Sat, 13 Apr 2024 18:31:00 GMT
### Updates
- Fix an issue where install-run-rush.js sometimes incorrectly invoked .cmd files on Windows OS due to a recent Node.js behavior change.
- Fix an issue with the skip install logic when the experimental subspaces feature is enabled
## 5.120.0
Wed, 10 Apr 2024 21:59:57 GMT
### Updates
- Bump express.
- Add support for `optionalDependencies` in transitive injected install in the Subspaces feature.
- Update dependency: pnpm-sync-lib@0.2.2
- Remove a restriction where the repo root would not be found if the CWD is >10 directory levels deep.
- Improve the error message that is printed in a repo using PNPM workspaces when a non-`workspace:` version is used for a project inside the repo.
- Include a missing space in a logging message printed when running `rush add`.
- Clarify the copyright notice emitted in common/scripts/*.js
- Fix an issue with loading of implicitly preferred versions when the experimental subspaces feature is enabled
## 5.119.0
Sat, 30 Mar 2024 04:32:31 GMT
### Updates
- Add a policy to forbid sha1 hashes in pnpm-lock.yaml.
- (BREAKING API CHANGE) Refactor phased action execution to analyze the repo after the initial operations are created. This removes the `projectChangeAnalyzer` property from the context parameter passed to the `createOperations` hook.
## 5.118.7
Thu, 28 Mar 2024 19:55:27 GMT
### Updates
- Fix an issue where in the previous release, built-in plugins were not included.
## 5.118.6
Wed, 27 Mar 2024 05:31:17 GMT
### Updates
- Symlinks are now generated for workspace projects in the temp folder when subspaces and splitWorkspaceCompatibility is enabled.
## 5.118.5
Tue, 26 Mar 2024 19:58:40 GMT
### Updates
- Use pnpm-sync-lib logging APIs to customize the log message for pnpm-sync operations
## 5.118.4
Tue, 26 Mar 2024 02:39:06 GMT
### Updates
- Added warnings if there are .npmrc or .pnpmfile.cjs files in project folders after migrating to subspaces
## 5.118.3
Sat, 23 Mar 2024 01:41:10 GMT
### Updates
- Fix an edge case for computing the PNPM store path when the experimental subspaces feature is enabled
## 5.118.2
Fri, 22 Mar 2024 17:30:47 GMT
### Updates
- Fix bugs related to path operation in Windows OS for subspace feature
## 5.118.1
Thu, 21 Mar 2024 16:39:32 GMT
### Updates
- Support PNPM injected installation in Rush subspace feature
## 5.118.0
Wed, 20 Mar 2024 20:45:18 GMT
### Updates
- (BREAKING API CHANGE) Rename `AzureAuthenticationBase._getCredentialFromDeviceCodeAsync` to `AzureAuthenticationBase._getCredentialFromTokenAsync` in `@rushstack/rush-azure-storage-build-cache-plugin`. Adding support for InteractiveBrowserCredential.
## 5.117.10
Wed, 20 Mar 2024 04:57:57 GMT
### Updates
- Improve the "splitWorkspaceCompatibility" setting to simulate hoisted dependencies when the experimental Rush subspaces feature is enabled
## 5.117.9
Tue, 12 Mar 2024 19:15:07 GMT
### Updates
- Add functionality to disable filtered installs for specific subspaces
## 5.117.8
Sat, 09 Mar 2024 01:11:16 GMT
### Updates
- Fixes a bug where the syncNpmrc function incorrectly uses the folder instead of the path
## 5.117.7
Fri, 08 Mar 2024 23:45:24 GMT
### Updates
- Fix an issue where, when the experimental subspace feature is enabled, the subspace's ".npmrc" file did not take precedence over ".npmrc-global".
## 5.117.6
Thu, 07 Mar 2024 19:35:20 GMT
### Updates
- Fixes an issue where cobuilds would write success with warnings as successful cache entries.
## 5.117.5
Wed, 06 Mar 2024 23:03:27 GMT
### Updates
- Add filtered installs for subspaces
## 5.117.4
Tue, 05 Mar 2024 21:15:26 GMT
### Updates
- Add support for subspace level scoped pnpm-config.json e.g. `common/config/subspaces/default/pnpm-config.json`
## 5.117.3
Tue, 05 Mar 2024 01:19:42 GMT
### Updates
- Fix an issue where if a patch is removed from `common/pnpm-patches` after `rush install` had already been run with that patch present, pnpm would try to continue applying the patch.
- Intercept the output printed by `rush-pnpm patch` to update the next step's instructions to run `rush-pnpm patch-commit ...` instead of `pnpm patch-commit ...`.
## 5.117.2
Fri, 01 Mar 2024 23:12:43 GMT
### Updates
- Fix an issue with the experimental subspaces feature, where version checks incorrectly scanned irrelevant subspaces.
## 5.117.1
Thu, 29 Feb 2024 07:34:31 GMT
### Updates
- Update "rush init" template to document the new build-cache.json constants
- Remove trailing slashes from `node_modules` and `jspm_packages` paths in the `.gitignore` file generated by `rush init`.
- Introduce a `RushCommandLine` API that exposes an object representing the skeleton of the Rush command-line.
- Fix an issue where, when the experimental subspaces feature was enabled, the lockfile validation would check irrelevant subspaces
## 5.117.0
Mon, 26 Feb 2024 21:39:36 GMT
### Updates
- Include the ability to add `[os]` and `[arch]` tokens to cache entry name patterns.
- (BREAKING CHANGE) Remove the 'installation variants' feature and its related APIs, which have been superceded by the Subspaces feature.
- Extract the "rush.json" filename to a constant as `RushConstants.rushJsonFilename`.
## 5.116.0
Mon, 26 Feb 2024 20:04:02 GMT
### Updates
- Upgrade the `pnpm-sync-lib` dependency version.
- Handle `workspace:~` and `workspace:^` wildcard specifiers when publishing. They remain as-is in package.json but get converted to `~${current}` and `^${current}` in changelogs.
- Validate that the "projectFolder" and "publishFolder" fields in the "projects" list in "rush.json" are normalized POSIX relative paths that do not end in trailing "/" or contain "\\".
## 5.115.0
Thu, 22 Feb 2024 01:36:27 GMT
### Updates
- Add a "runWithTerminalAsync" resource lifetime helper to `IOperationRunnerContext` to manage the creation and cleanup of logging for operation execution.
- Adds a new experiment `useIPCScriptsInWatchMode`. When this flag is enabled and Rush is running in watch mode, it will check for npm scripts named `_phase:<phase-name>:ipc`, and if found, use them instead of the normal invocation of `_phase:<phase-name>`. When doing so, it will provide an IPC channel to the child process and expect the child to outlive the current build pass.
## 5.114.3
Thu, 22 Feb 2024 00:10:32 GMT
### Updates
- Replace deprecated function, and fix a path bug in Windows env
## 5.114.2
Wed, 21 Feb 2024 21:45:46 GMT
### Updates
- Replace the dependency on the `colors` package with `Colorize` from `@rushstack/terminal`.
## 5.114.1
Wed, 21 Feb 2024 08:56:05 GMT
### Updates
- Improve `rush scan` to analyze APIs such as `Import.lazy()` and `await import()`
- Fix a recent regression where `@rushstack/rush-sdk` did not declare its dependency on `@rushstack/terminal`
## 5.114.0
Mon, 19 Feb 2024 21:54:44 GMT
### Updates
- (EXPERIMENTAL) Add `enablePnpmSyncForInjectedDependenciesMeta` to experiments.json; it is part of an upcoming feature for managing PNPM "injected" dependencies: https://www.npmjs.com/package/pnpm-sync
- Include a `pnpmPatchesCommonFolderName` constant for the folder name "pnpm-patches" that gets placed under "common".
- Add a feature to generate a `project-impact-graph.yaml` file in the repo root. This feature is gated under the new `generateProjectImpactGraphDuringRushUpdate` experiment.
- Fix a formatting issue with the LICENSE.
- Fix an issue with filtered installs when the experimental subspaces feature is enabled
## 5.113.4
Wed, 31 Jan 2024 22:49:17 GMT
### Updates
- Introduce an explicit warning message during `rush install` or `rush update` about `dependenciesMeta` not being up-to-date.
## 5.113.3
Wed, 31 Jan 2024 22:25:55 GMT
### Updates
- Fix an issue where `rush update` would sometimes not correctly sync the `pnpm-lock.yaml` file back to `common/config/rush/` after a project's `package.json` has been updated.
## 5.113.2
Wed, 31 Jan 2024 18:45:33 GMT
### Updates
- Fix some minor issues when the experimental subspaces feature is enabled
## 5.113.1
Wed, 31 Jan 2024 07:07:50 GMT
### Updates
- (EXPERIMENTAL) Enable filtered installs of subspaces and add a "preventSelectingAllSubspaces" setting
## 5.113.0
Tue, 30 Jan 2024 22:58:52 GMT
### Updates
- Fix an issue where Rush does not detect changes to the `dependenciesMeta` field in project's `package.json` files, so may incorrectly skip updating/installation.
- Add ability to enable IPC channels in `Utilities#executeLifeCycleCommand`.
- Update `rush init` template to document the "buildSkipWithAllowWarningsInSuccessfulBuild" experiment
- (BREAKING CHANGE) Begin removal of APIs for the deprecated "installation variants" feature, since subspaces are a more robust solution for that problem
- (EXPERIMENTAL) Implement installation for the not-yet-released "subspaces" feature (GitHub #4230)
## 5.112.2
Tue, 12 Dec 2023 00:20:51 GMT
### Updates
- Bring back the erroneously removed `preminor` bump type for lockstepped packages.
- Fix an issue where the contents of a folder set in the `"folderToCopy"` field of the `deploy.json` config file would be copied into a subfolder instead of into the root of the deploy folder.
- (EXPERIMENTAL) Implemented config file loader for the not-yet-released "subspaces" feature (GitHub #4230)
## 5.112.1
Wed, 29 Nov 2023 08:59:31 GMT
### Updates
- Allow the device code credential options to be extended Azure authentication subclasses, used in advanced authentication scenarios.
## 5.112.0
Mon, 27 Nov 2023 23:36:11 GMT
### Updates
- Update the `@azure/identity` and `@azure/storage-blob` dependencies of `@rushstack/rush-azure-storage-build-cache-plugin` to eliminate an `EBADENGINE` error when installing Rush on Node 20.
## 5.111.0
Sat, 18 Nov 2023 00:06:20 GMT
### Updates
- Add experiment `buildSkipWithAllowWarningsInSuccessfulBuild` to allow skipping builds that succeeded with warnings in the previous run.
## 5.110.2
Thu, 16 Nov 2023 01:36:10 GMT
_Version update only_
## 5.110.1
Wed, 01 Nov 2023 23:29:47 GMT
### Updates
- Fix line endings in published package.
## 5.110.0
Mon, 30 Oct 2023 23:37:07 GMT
### Updates
- Include the filename of the shrinkwrap file in logging messages for all package managers, not just Yarn.
- performance improvements by running asynchronous code concurrently using Promise.all
## 5.109.2
Fri, 20 Oct 2023 01:54:21 GMT
### Updates
- Allow the output preservation incremental strategy if the build cache is configured but disabled. When running in verbose mode, log the incremental strategy that is being used.
- Log the cache key in `--verbose` mode when the cache is successfully read from or written to.
- Fix an issue where console colors were sometimes not enabled correctly during `rush install`
- Fix an issue where running `rush update-cloud-credentials --interactive` sometimes used the wrong working directory when invoked in a repo configured to use the `http` build cache provider (GitHub #4396)
## 5.109.1
Sat, 07 Oct 2023 01:20:56 GMT
### Updates
- Fix incorrect capitalization in the "rush init" template
## 5.109.0
Sat, 07 Oct 2023 00:25:27 GMT
### Updates
- (IMPORTANT) Add a new setting `autoInstallPeers` in pnpm-config.json; be aware that Rush changes PNPM's default if you are using PNPM 8 or newer
- (IMPORTANT) After upgrading, if `rush install` fails with `ERR_PNPM_LOCKFILE_CONFIG_MISMATCH`, please run `rush update --recheck`
- Improve visual formatting of custom tips
- Add start `preRushx` and `postRushx` event hooks for monitoring the `rushx` command
- Update the oldest usable Node.js version to 14.18.0, since 14.17.0 fails to load
## 5.108.0
Mon, 02 Oct 2023 20:23:27 GMT
### Updates
- Fix an issue where `rush purge` fails on Linux and Mac if the `common/temp/rush-recycler` folder does not exist.
- Add "--offline" parameter for "rush install" and "rush update"
- Ignore pause/resume watcher actions when the process is not TTY mode
## 5.107.4
Tue, 26 Sep 2023 21:02:52 GMT
### Updates
- Update type-only imports to include the type modifier.
- Make the project watcher status and keyboard commands message more visible.
## 5.107.3
Fri, 22 Sep 2023 09:01:38 GMT
### Updates
- Fix filtered installs in pnpm@8.
## 5.107.2
Fri, 22 Sep 2023 00:06:12 GMT
### Updates
- Fix a bug in which an operation failing incorrectly does not block its consumers.
- Add `resolutionMode` to `rush init` template for pnpm-config.json
## 5.107.1
Tue, 19 Sep 2023 21:13:23 GMT
### Updates
- Fix pnpm's install status printing when pnpm custom tips are defined.
## 5.107.0
Tue, 19 Sep 2023 00:36:50 GMT
### Updates
- Update @types/node from 14 to 18
- Remove previously removed fields from the `custom-tips.json` schema.
- (BREAKING API CHANGE) Refactor the `CustomTipsConfiguration` by removing the `configuration` property and adding a `providedCustomTipsByTipId` map property.
- Fix an issue where pnpm would would not rewrite the current status line on a TTY console, and instead would print a series of separate status lines during installation. Note that this is only fixed when there are no custom PNPM tips provided.
- Add "Waiting" operation status for operations that have one or more dependencies still pending. Ensure that the `onOperationStatusChanged` hook fires for every status change.
- Add support for optional build status notifications over a web socket connection to `@rushstack/rush-serve-plugin`.
- Add pause/resume option to project watcher
## 5.106.0
Thu, 14 Sep 2023 09:20:11 GMT
### Updates
- (IMPORTANT) Add a new setting `resolutionMode` in pnpm-config.json; be aware that Rush now overrides the default behavior if you are using PNPM 8.0.0 through 8.6.12 (GitHub #4283)
- Support adding custom tips for pnpm-printed logs
- (BREAKING CHANGE) Remove the "defaultMessagePrefix" config in custom-tips.json
- Rename the `PnpmStoreOptions` type to `PnpmStoreLocation`.
## 5.105.0
Fri, 08 Sep 2023 04:09:06 GMT
### Updates
- Disable build cache writes in watch rebuilds.
- Fix the instance of "ICreateOperationsContext" passed to the "beforeExecuteOperations" hook in watch mode rebuilds to match the instance passed to the "createOperations" hook.
- Fix an issue where the error message printed when two phases have overlapping output folders did not mention both phases.
- Update the phase output folders validation to only check for overlapping folders for phases that actually execute an operation in a given project.
- Add the "disableBuildCache" option to the schema for phased commands (it is already present for bulk commands). Update the behavior of the "disableBuildCache" flag to also disable the legacy skip detection, in the event that the build cache is not configured.
## 5.104.1
Tue, 05 Sep 2023 18:53:03 GMT
### Updates
- Fix an issue where `rush init` generated a `cobuild.json` file that reported errors (GitHub #4307)
## 5.104.0
Fri, 01 Sep 2023 04:54:16 GMT
### Updates
- (EXPERIMENTAL) Initial release of the cobuild feature, a cheap way to distribute jobs Rush builds across multiple VMs. (GitHub #3485)
## 5.103.0
Thu, 31 Aug 2023 23:28:28 GMT
### Updates
- Add dependencySettings field to Rush deploy.json configurations. This will allow developers to customize how third party dependencies are processed when running `rush deploy`
- Fix an issue where `rush update-autoinstaller` sometimes did not fully upgrade the lockfile
- Fix an issue where "undefined" was sometimes printed instead of a blank line
## 5.102.0
Tue, 15 Aug 2023 20:09:40 GMT
### Updates
- Add a new config file "custom-tips.json" for customizing Rush messages (GitHub #4207)
- Improve "rush scan" to recognize module patterns such as "import get from 'lodash.get'"
- Update Node.js version checks to support the new LTS release
- Update "rush init" template to use PNPM 7.33.5
- Update the "rush init" template's .gitignore to avoid spurious diffs for files such as "autoinstaller.lock"
- Fix an issue where a pnpm-lock file would fail to parse if a project used a package alias in a repo using pnpm 8.
- Fix HTTP/1 backwards compatibility in rush-serve-plugin.
- Add experiment "usePnpmLockfileOnlyThenFrozenLockfileForRushUpdate" that, when running `rush update`, performs first a `--lockfile-only` update to the lockfile, then a `--frozen-lockfile` installation. This mitigates issues that may arise when using the `afterAllResolved` hook in `.pnpmfile.cjs`.
## 5.101.1
Fri, 11 Aug 2023 17:57:55 GMT
### Updates
- Fix a regression from 5.101.0 where publishing features did not detect changes properly when running on Windows OS (GitHub #4277)
- Add support in rush-serve-plugin for HTTP/2, gzip compression, and CORS preflight requests.
## 5.101.0
Tue, 08 Aug 2023 07:11:02 GMT
### Updates
- Enable the "http" option for build-cache providers
- Switch from glob to fast-glob.
- Reduce false positive detections of the pnpm shrinkwrap file being out of date in the presence of the `globalOverrides` setting in `pnpm-config.json`, or when a dependency is listed in both `dependencies` and `devDependencies` in the same package.
- @rushstack/rush-sdk now exposes a secondary API for manually loading the Rush engine and monitoring installation progress
- Add support for npm aliases in `PnpmShrinkwrapFile._getPackageId`.
- Improve version resolution logic in common/scripts/install-run.js (see https://github.com/microsoft/rushstack/issues/4256)
- Add `patternsToInclude` and `patternsToExclude` support to Rush deploy.json configurations. This will allow developers to include or exclude provided glob patterns within a local project when running `rush deploy`.
## 5.100.2
Mon, 24 Jul 2023 18:54:49 GMT
### Patches
- Fix an issue where the git pre-push hook would allow push to go through if the script exited with error.
### Updates
- Updated semver dependency
## 5.100.1
Wed, 14 Jun 2023 19:42:12 GMT
### Updates
- Fix an issue where Rush would attempt to open a project's log file for writing twice.
- Fix an issue where arguments weren't passed to git hook scripts.
## 5.100.0
Tue, 13 Jun 2023 01:49:21 GMT
### Updates
- (BREAKING API CHANGE) Remove unused members of the `BumpType` API. See https://github.com/microsoft/rushstack/issues/1335 for details.
- Add `--peer` flag to `rush add` command to add peerDependencies
- Add support for PNPM 8.
- Remove the dependency on `lodash`.
- Add functionality for the Amazon S3 Build Cache Plugin to read credentials from common AWS_* environment variables.
- Write cache logs to their own file(s).
- Fix an issue where cache logging data was always written to stdout.
- Generate scripts in the Git hooks folder referring to the actual hook implementations in-place in the Rush `common/git-hooks/` folder instead of copying the scripts to the Git hooks folder.
- Bump webpack to v5.82.1
## 5.99.0
Fri, 02 Jun 2023 22:08:28 GMT
### Updates
- Use a separate temrinal for logging cache subsystem
- Expose beforeLog hook
- Convert to multi-phase Heft
- Use `JSON.parse` instead of `jju` to parse `package.json` files for faster performance.
## 5.98.0
Sun, 21 May 2023 00:18:35 GMT
### Updates
- Add a "forbidPhantomResolvableNodeModuleFolders" experiment that forbids node_modules folders in the repo root and in parent folders.
- Update the `RushSession.registerCloudBuildCacheProviderFactory` API to allow a cache provider's factory function to return a promise.
- Add built-in plugin rush-http-build-cache-plugin
- Fix an issue where the last character in a project's path is ignored when determining which files contribute to the project's cache ID.
- Fix a performance bug in `rush version` when using `workspace:` protocol.
- (BREAKING API CHANGE) Add a property `missingScriptBehavior` to phase definitions that can be used to silence missing scripts to reduce log noise. This replaces the `ignoreMissingScript` property visible to the plugin API, although the `ignoreMissingScript` property is still supported in the `common/config/rush/command-line.json` config file for backwards compatibility.
- Flatten watch status into a single line with TTY rewrites.
## 5.97.1
Tue, 18 Apr 2023 16:39:03 GMT
### Updates
- `rush version` will now respect the `ensureConsistentVersions` field in `rush.json`
- Bump webpack to 5.78.0
- Fix file watching on Windows in the presence of Git's fsmonitor by not watching the .git folder.
## 5.97.0
Wed, 05 Apr 2023 21:46:37 GMT
### Updates
- Convert the `EnvironmentVariableNames` from an enum to a const so that its values can be referred to by type.
## 5.96.0
Fri, 31 Mar 2023 00:27:51 GMT
### Updates
- Fix an issue where rush-sdk sometimes failed to load if the globally installed Rush version was older than rushVersion in rush.json (GitHub #4039)
- Modify the scheduling behavior of phased commands to schedule only the expressly enumerated phases in all selected projects, adding additional phases only where needed to satisfy dependencies.
## 5.95.0
Fri, 24 Mar 2023 08:53:43 GMT
### Updates
- Add experiment `printEventHooksOutputToConsole` to allow printing outputs from event hooks to the console.
## 5.94.1
Wed, 22 Mar 2023 20:48:48 GMT
### Updates
- Fix an issue where rush plugin autoinstallers would fail to install because the Rush global folder had not yet been initialized.
- Fix an issue with `rush update-autoinstaller` where it may fail with an `Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with package.json` error.
## 5.94.0
Mon, 20 Mar 2023 20:14:36 GMT
### Updates
- Update the `nodeSupportedVersionRange` in `rush.json` generated by `rush init` to remove Node 12 as it is no longer supported and include Node 18 as it is the current LTS version.
- Extend LookupByPath to also be able to obtain the index of the remainder of the matched path.
- Include some more hooks to allow plugins to monitor phased command execution in real-time.
- Fix an issue where running `rush update-autoinstaller` without having run `rush install` or `rush update` first would cause a crash with an unhelpful error message.
## 5.93.2
Mon, 06 Mar 2023 20:18:01 GMT
### Updates
- Do not delete the local pnpm store after all install attempts has failed. `rush purge` will still delete a local store.
## 5.93.1
Fri, 17 Feb 2023 14:46:59 GMT
### Updates
- Fix a regression where "rush-sdk" failed to load older versions of "rush-lib" (GitHub #3979)
## 5.93.0
Fri, 17 Feb 2023 02:14:43 GMT
### Updates
- Add code path to @rushstack/rush-sdk for inheriting @microsoft/rush-lib location from a parent process via the _RUSH_LIB_PATH environment variable.
## 5.92.0
Sun, 12 Feb 2023 02:50:42 GMT
### Updates
- Enable @rushstack/rush-sdk to import internal APIs from the proxied @microsoft/rush-lib instance (GitHub #3895)
## 5.91.0
Sat, 11 Feb 2023 02:04:14 GMT
### Updates
- Remove runtime dependency on @rushstack/rush-sdk from the AzureStorageAuthentication class in @rushstack/rush-azure-storage-build-cache-plugin so that it can be used in isolation.
- Include operation log files in the cache, and restore them during cache hits.
## 5.90.2
Wed, 08 Feb 2023 20:27:06 GMT
_Version update only_
## 5.90.1
Wed, 08 Feb 2023 19:58:35 GMT
### Patches
- Fix determination of the root of the current Git worktree when in a multi-worktree setup.
### Updates
- Disable unused depcheck feature for upgrade-interactive.
- Fix an issue where deleting the `common/temp/node_modules` folder encounters an EPERM error and aborts.
## 5.90.0
Sun, 29 Jan 2023 20:10:17 GMT
### Updates
- Allo