@microsoft/rush
Version:
A professional solution for consolidating all your JavaScript projects in one Git repo
1,370 lines (873 loc) • 127 kB
Markdown
# Change Log - @microsoft/rush
This log was last generated on Thu, 26 Sep 2024 22:59:11 GMT and should not be manually modified.
## 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
- Allow "shellCommand" to be optionally specified for bulk custom commands, so that a centralized script can be used instead of invoking package.json scripts (GitHub #3819)
## 5.89.1
Thu, 26 Jan 2023 02:55:30 GMT
### Updates
- Fix an issue with `rush add` where the approved packages files aren't updated.
- Revert generation of scripts in the Git hooks folder due to various git-related issues
- Upgrade to webpack 5.75.0
## 5.89.0
Tue, 24 Jan 2023 22:30:06 GMT
### Updates
- Fix linking error due to PNPM v7 local install path breaking change
- Introduce "dependsOnAdditionalFiles" configuration option to operations in rush-project.json. This option allows to pass glob (minimatch) patterns pointing to files outside of .git repository. If provided, the hash values of these files will become part of the final hash when reading and writing from cache.
- Use getRepoStateAsync to optimize performance of calculating repository state.
- 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.
## 5.88.2
Sun, 22 Jan 2023 04:18:44 GMT
### Updates
- Fix a regression where the 'dist/scripts' folder name was named 'dist/undefined'
## 5.88.1
Wed, 18 Jan 2023 22:44:31 GMT
### Updates
- Fix an issue where `create-scripts.js` does not exist during `rush deploy`.
- Add install-run-rush-pnpm.js script
- Update JSZip to 3.8.0.
## 5.88.0
Thu, 22 Dec 2022 20:11:58 GMT
### Updates
- Improve the experience during a rush operation when the cached credentials have expired. Now, a warning is printed instead of an error being thrown and the operation halted.
- (BREAKING API CHANGE IN @rushstack/rush-azure-storage-build-cache-plugin) Change the signature of `AzureAuthenticationBase.tryGetCachedCredentialAsync` to optionally take an object describing the behavior when credentials have expired. The behavior of the function without an argument is unchanged.
## 5.87.0
Fri, 16 Dec 2022 19:34:26 GMT
### Updates
- Fix a typo in the artifactory.json template
- Writing local build cache is more robust on a network drive.
- Document default value for the "watchDebounceMs" setting
- Add "nodeSupportedVersionInstructions" property to rush.json, allowing maintainers to provide additional instructions if the user's node version is unsupported.
- (IMPORTANT) Fix a regression where the "strictPeerDependencies" setting wasn't applied for some versions of PNPM 7 due to unexpected changes of PNPM's default value (GitHub #3828)
- Fix an issue where if the package manager is PNPM 6.1.0 or newer, and `pnpmStore` is set to `"local"`, then a global cache was still used.
- Write local telemetry for global script actions
- Normalize all newlines in logging statements to LF. On Windows, some newlines were CRLF.
- Upgrade `npm-check` dependency from `~5.9.2` to `~6.0.1`
- Work towards bundling the files of "@rushstack/rush-lib" (Details in GitHub #3837)
## 5.86.0
Tue, 29 Nov 2022 00:10:20 GMT
### Updates
- Add new commands "rush-pnpm patch" and "rush-pnpm patch-commit" for patching NPM packages when using the PNPM package manager (GitHub #3554)
## 5.85.1
Fri, 25 Nov 2022 21:51:32 GMT
### Updates
- Fix an intermittent issue when writing tar log files
## 5.85.0
Thu, 24 Nov 2022 03:57:19 GMT
### Updates
- Add support for a `credentialMetadata` property in the CredentialCache.
- (BREAKING API CHANGE) Change the signature of `CredentialCache.setCacheEntry` to take the credential ID and an object describing the credential instead of a credential string and an expiration date. The second argument's type now matches the return value of `CredentialCache.tryGetCacheEntry`
- (BREAKING API CHANGE) Change the return type of `AzureAuthenticationBase.tryGetCachedCredentialAsync` (and, therefore, `AzureStorageAuthentication.tryGetCachedCredentialAsync`) from `string | undefined` to `ICredentialCacheEntry | undefined` to include the credentialMetadata.
## 5.84.0
Tue, 22 Nov 2022 23:24:56 GMT
### Updates
- Add a "dependsOnEnvVars" configuration option to operations in rush-project.json. The variables specified in this option are included in the cache key hash calculation.
- The "rush setup" user prompts can now be customized.
- Make autoinstaller logging respect the `--quiet` parameter.
- Add project filtering to the upgrade-interactive UI prompt. Also increases the default page size for project lists in UI to 12.
- Add a feature (behind the "cleanInstallAfterNpmrcChanges" experiment) that will cause a clean install to be performed if the common/temp/.npmrc file has changed since the last install.
## 5.83.4
Fri, 18 Nov 2022 04:02:43 GMT
### Patches
- Fix performance regression from supporting git submodules
### Updates
- Change files and change logs can store custom fields.
## 5.83.3
Tue, 15 Nov 2022 18:43:51 GMT
### Patches
- Fix an issue where Git submodules were not handled correctly by the build cache (GitHub #1711)
## 5.83.2
Mon, 14 Nov 2022 05:15:22 GMT
### Updates
- Ensure autoinstaller lockfiles are not leftover after an error
## 5.83.1
Sat, 12 Nov 2022 04:40:57 GMT
### Updates
- Update the "rush init" template for command-line.json to add usage examples for integer, integer list, string list, choice list parameter kinds
## 5.83.0
Fri, 11 Nov 2022 03:51:49 GMT
### Updates
- Add credentialType option for rush setup command
- Rush "setup" command works even if plugins cannot be installed
- Add support for integer, integer list, string list, and choice list parameters in plugins.
- Introduce a `rush upgrade-interactive` action that provides an interactive way to upgrade outdated dependencies.
- Fix a regression from Rush 5.79.0 where "rush init" did not create the pnpm-config.json file automatically
## 5.82.1
Wed, 19 Oct 2022 23:44:02 GMT
_Version update only_
## 5.82.0
Mon, 17 Oct 2022 22:14:39 GMT
### Updates
- Replace Travis with GitHub Actions in the `rush init` template."
- Handle case in ProjectWatcher where a project contains no git tracked files or status information is or was unavailable.
- Refactor @rushstack/rush-azure-storage-build-cache-plugin to expose an API for generating and caching Azure credentials for other workloads, in addition to Storage.
- Validate the change type in changefiles during publishing.
## 5.81.0
Sat, 08 Oct 2022 02:30:30 GMT
### Updates
- Add a `rush remove` command that removes one or more dependencies from a project.
- Support passing a lockfile to "install-run.js" and "install-run-rush.js" to ensure stable installation on CI.
- Add missing "environmentVariables" property to "pnpm-config.json" schema to restore feature parity with "rush.json" "pnpmOptions" field.
## 5.80.1
Mon, 03 Oct 2022 23:11:35 GMT
### Updates
- Add a more useful error message in cases when a merge base for `rush change` cannot be determined.
## 5.80.0
Thu, 29 Sep 2022 07:13:24 GMT
### Updates
- Include the operation duration in the telemetry data that was recorded during the non-cached run when a cache hit occurs.
- Fix an error message that always says to run "rush update --purge" even if the user only needs to run "rush install --purge."
- Fix an issue where a "Current PNPM store path does not match the last one used." error will erroneously get thrown on Windows with an unchanged path, but with a forward slash instead of a backslash.
- Remove fallback from tar binary to npm 'tar' package. The npm 'tar' package would sometimes produce invalid output if the cache entry was corrupt.
- Remove gender from the git config example in rush.json
## 5.79.0
Sat, 24 Sep 2022 17:37:03 GMT
### Minor changes
- Add a `common/config/pnpm-config.json`, which is used to specify fields like `overrides`, `packageExtensions`, and `neverBuiltDependencies` that would otherwise be placed in a PNPM workspace repo's root-level `package.json`'s `pnpm` field.
### Updates
- Add a `--commit` and `--commit-message` flag to `rush change` that commits the change files automatically.
## 5.78.1
Fri, 23 Sep 2022 02:54:44 GMT
### Updates
- Fix Git detection when the current working directory is unrelated to the Rush workspace.
- Fix an error that ocurred if an autoinstaller's "node_modules" folder was manually deleted (GitHub #2987)
## 5.78.0
Sat, 17 Sep 2022 00:56:37 GMT
### Updates
- Add a "beforeInstall" hook to the plugin API, for plugins to examine the environment immediately before "rush install" or "rush update" invoke the package manager.
- Fix "--parallelism XX%" parsing to return a finite number of CPU cores.
- Update the "rush init" template to include .gitignore patterns for IntellJ IDEA
- Upgrade the @azure/identity and @azure/storage-blob packages to eliminate a deprecation message during installation.
- Define an environment variable RUSH_PNPM_VERIFY_STORE_INTEGRITY that can be used to enable or disable PNPM's store integrity verification during installation for performance.
## 5.77.3
Fri, 02 Sep 2022 17:49:09 GMT
_Version update only_
## 5.77.2
Wed, 31 Aug 2022 00:43:07 GMT
### Updates
- Fix an issue where "rush add" sometimes did not work correctly if a project is nested under another project's folder
## 5.77.1
Tue, 30 Aug 2022 17:26:42 GMT
### Updates
- Fixed an issue where "rush add" was not updating common-versions.json when using "--make-consistent"
## 5.77.0
Mon, 29 Aug 2022 21:09:31 GMT
### Updates
- Add machine architecture information, dependency graph information, and individual build times and statuses to the telemetry file.
- Add schema validation for change files.
- Fix a minor issue with the "--rush-example-repo" template
- Update CLI docs for "rush add"
- Improve some config file documentation
- Make the project tag name syntax more strict to avoid error-prone names such as "tag:$PATH" or "tag://"
- Add validation to ensure package.json files are strict JSON and the "version" field is strict SemVer
- Add a new setting "watchOptions.debounceMs" in command-line.json
## 5.76.1
Mon, 08 Aug 2022 07:32:36 GMT
### Updates
- Fix a recent regression where "rush install" would sometimes fail with "Unknown option: 'ignore-compatibility-db'"
## 5.76.0
Sat, 06 Aug 2022 05:35:19 GMT
### Updates
- Validate that if shouldPublish is set, private is not set
- "rush install/update" should always set "ignore-compatibility-db=true" and print warning if the rush.json pnpmVersion specifies a version affected by this problem.
- Reorder some initialization logic so that Rush's change analysis is not counted as part of the build time for the first project
- (BREAKING API CHANGE) Rename cyclicDependencyProjects to decoupledLocalDependencies
## 5.75.0
Tue, 28 Jun 2022 03:31:01 GMT
### Updates
- Disable build cache for operations with no corresponding operationSettings entry in rush-project.json, and provide a clear message about why.
- When the `projectName:normalize` token is used in a cache ID, remove the `@` character from the scope.
- Reduce default maxInstallAttempts to 1
- Improve logging of file locations when using the Heft build tool
## 5.74.0
Fri, 10 Jun 2022 22:1