6b810c6e26
## Description https://github.com/microsoft/FluidFramework/pull/22474 Updated API-Extractor including its patch. Some packages (like common-utils) referenced that patch, while others (like server/routerlicious) duplicated it. This change failed to trigger CI builds for common-utils, thus allowing a break for its install step to slip into main. This restores the patch, fixing the install step and thus build. |
||
---|---|---|
.. | ||
@microsoft__api-extractor@7.45.1.patch | ||
@microsoft__api-extractor@7.47.8.patch | ||
README.md |
README.md
Dependency patches
The files in this folder are patches for packages we depend on within the repo. The patches are created using pnpm patch, and pnpm applies the patches automatically when running install.
Patch details
Each patch is described here, along with any relevant links to issues or PRs and any additional relevant details.
@microsoft/api-extractor
We have patched our dependency on @microsoft/api-extractor
in order to ensure we can validate release tag compatibility across package boundaries.
It is a mitigation of issue 4430.