FluidFramework/patches
Craig Macomber (Microsoft) 6b810c6e26
Restore patch for API-Extractor (#22484)
## 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.
2024-09-12 11:25:18 -07:00
..
@microsoft__api-extractor@7.45.1.patch Restore patch for API-Extractor (#22484) 2024-09-12 11:25:18 -07:00
@microsoft__api-extractor@7.47.8.patch Update API-Extractor (#22474) 2024-09-11 22:25:57 +00:00
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.