-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document Intelligence bumping its `typescript` dev dependency version to ~5.7.2, and caused some other packages to also use ~5.7.2. This leads to the build error in ts-http-runtime, where newer version of lib.dom.d.ts expects `bytes` property in `File` type. `bytes` property was added previously in PR #31990, but got removed in PR #31627 maybe due to bad merge? It also seems to be a pnpm or rush bug that the pnpm-lock.yaml file have typescript@5.7.2 for other packages that depends on ~5.6.2, for example, ts-http-runtime: https://github.com/Azure/azure-sdk-for-js/blob/8a7d4e90ac3795b0494653eb04cebd6bc0f3213d/common/config/rush/pnpm-lock.yaml#L19848 This also results in api.md changes for RestError's `[custom]` logging method. While we investigate further into that, this PR should restore js - core pipeline to green status.
- Loading branch information
1 parent
708295a
commit 1cad81e
Showing
4 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters