Pete Gonzalez
Pete Gonzalez
PR #3560 introduces an API that can fix this problem
🚀 A prerelease of this branch is published as version `5.75.0-pr3481.1` of the following packages: - `@microsoft/rush` - `@microsoft/rush-lib` - `@rushstack/rush-sdk` - `@rushstack/rush-amazon-s3-build-cache-plugin` - `@rushstack/rush-azure-storage-build-cache-plugin`
🚀 A prerelease of this branch is published as version `5.75.0-pr3481.3` of the following packages: - `@microsoft/rush` - `@microsoft/rush-lib` - `@rushstack/rush-sdk` - `@rushstack/rush-amazon-s3-build-cache-plugin` - `@rushstack/rush-azure-storage-build-cache-plugin`
🚀 A prerelease of this branch is published as version `5.75.0-pr3481.4` of the following packages: - `@microsoft/rush` - `@microsoft/rush-lib` - `@rushstack/rush-sdk` - `@rushstack/rush-amazon-s3-build-cache-plugin` - `@rushstack/rush-azure-storage-build-cache-plugin`
🚀 A prerelease of this branch is published as version `5.77.2-pr3481.5` of the following packages: - `@microsoft/rush` - `@microsoft/rush-lib` - `@rushstack/rush-sdk` - `@rushstack/rush-amazon-s3-build-cache-plugin` - `@rushstack/rush-azure-storage-build-cache-plugin`
🚀 A prerelease of this branch is published as version `5.78.0-pr3481.6` of the following packages: - `@microsoft/rush` - `@microsoft/rush-lib` - `@rushstack/rush-sdk` - `@rushstack/rush-amazon-s3-build-cache-plugin` - `@rushstack/rush-azure-storage-build-cache-plugin`
🚀 A prerelease of this branch is published as version `5.82.1-pr3481.7` of the following packages: - `@microsoft/rush` - `@microsoft/rush-lib` - `@rushstack/rush-sdk` - `@rushstack/rush-amazon-s3-build-cache-plugin` - `@rushstack/rush-azure-storage-build-cache-plugin`
🚀 A prerelease of this branch is published as version `5.83.0-pr3481.9` of the following packages: - `@microsoft/rush` - `@microsoft/rush-lib` - `@rushstack/rush-sdk` - `@rushstack/rush-amazon-s3-build-cache-plugin` - `@rushstack/rush-azure-storage-build-cache-plugin`
> so if you have `@microsoft/rush` declared as a dependency of the top level of the monorepo, then all of the subprojects will detect that with the appropriate `extends` entries....
> (ironically creating a phantom dependency on itself) The main idea of a "phantom" dependency is that you can do `require("some-thing")` inside a project folder, and it will succeed, even...