Skip to content

build(deps-dev): bump typescript from 5.2.2 to 5.8.2 #1904

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.


Unchanged files with check annotations Beta

public sliceFile(range: Range): ArrayBuffer | Blob {
console.warn("The LargeFileUploadTask.sliceFile() function has been deprecated and moved into the FileObject interface.");
if (this.file.content instanceof ArrayBuffer || this.file.content instanceof Blob || this.file.content instanceof Uint8Array) {
return this.file.content.slice(range.minValue, range.maxValue + 1);

Check failure on line 234 in src/tasks/LargeFileUploadTask.ts

GitHub Actions / build (16.x)

Type 'ArrayBuffer | Blob | Uint8Array<ArrayBuffer>' is not assignable to type 'ArrayBuffer | Blob'.

Check failure on line 234 in src/tasks/LargeFileUploadTask.ts

GitHub Actions / build (18.x)

Type 'ArrayBuffer | Blob | Uint8Array<ArrayBuffer>' is not assignable to type 'ArrayBuffer | Blob'.

Check failure on line 234 in src/tasks/LargeFileUploadTask.ts

GitHub Actions / build (20.x)

Type 'ArrayBuffer | Blob | Uint8Array<ArrayBuffer>' is not assignable to type 'ArrayBuffer | Blob'.
}
throw new GraphClientError("The LargeFileUploadTask.sliceFile() function expects only Blob, ArrayBuffer or Uint8Array file content. Please note that the sliceFile() function is deprecated.");
}
for (let i = 0; i < bytes.length; i++) {
typedArray[i] = bytes[i];
}
assert.deepEqual(fileContent, { content: arrayBuffer as Buffer, size: bytes.length });

Check failure on line 59 in test/common/tasks/OneDriveLargeFileUploadTask.ts

GitHub Actions / build (16.x)

Conversion of type 'ArrayBuffer' to type 'Buffer<ArrayBufferLike>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.

Check failure on line 59 in test/common/tasks/OneDriveLargeFileUploadTask.ts

GitHub Actions / build (18.x)

Conversion of type 'ArrayBuffer' to type 'Buffer<ArrayBufferLike>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.

Check failure on line 59 in test/common/tasks/OneDriveLargeFileUploadTask.ts

GitHub Actions / build (20.x)

Conversion of type 'ArrayBuffer' to type 'Buffer<ArrayBufferLike>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
});
/* tslint:enable: no-string-literal */
});
* See License in the project root for license information.
* -------------------------------------------------------------------------------------------
*/
export * from "../../lib/src/authentication/msal-browser/AuthCodeMSALBrowserAuthenticationProvider";

Check failure on line 7 in authProviderOptions/authCodeMsalBrowser/index.ts

GitHub Actions / build (16.x)

Cannot find module '../../lib/src/authentication/msal-browser/AuthCodeMSALBrowserAuthenticationProvider' or its corresponding type declarations.

Check failure on line 7 in authProviderOptions/authCodeMsalBrowser/index.ts

GitHub Actions / build (18.x)

Cannot find module '../../lib/src/authentication/msal-browser/AuthCodeMSALBrowserAuthenticationProvider' or its corresponding type declarations.

Check failure on line 7 in authProviderOptions/authCodeMsalBrowser/index.ts

GitHub Actions / build (20.x)

Cannot find module '../../lib/src/authentication/msal-browser/AuthCodeMSALBrowserAuthenticationProvider' or its corresponding type declarations.
export * from "../../lib/src/authentication/msalOptions/MSALAuthenticationProviderOptions";

Check failure on line 8 in authProviderOptions/authCodeMsalBrowser/index.ts

GitHub Actions / build (16.x)

Cannot find module '../../lib/src/authentication/msalOptions/MSALAuthenticationProviderOptions' or its corresponding type declarations.

Check failure on line 8 in authProviderOptions/authCodeMsalBrowser/index.ts

GitHub Actions / build (18.x)

Cannot find module '../../lib/src/authentication/msalOptions/MSALAuthenticationProviderOptions' or its corresponding type declarations.

Check failure on line 8 in authProviderOptions/authCodeMsalBrowser/index.ts

GitHub Actions / build (20.x)

Cannot find module '../../lib/src/authentication/msalOptions/MSALAuthenticationProviderOptions' or its corresponding type declarations.
* See License in the project root for license information.
* -------------------------------------------------------------------------------------------
*/
export * from "../../lib/src/authentication/azureTokenCredentials/TokenCredentialAuthenticationProvider";

Check failure on line 7 in authProviderOptions/azureTokenCredentials/index.ts

GitHub Actions / build (16.x)

Cannot find module '../../lib/src/authentication/azureTokenCredentials/TokenCredentialAuthenticationProvider' or its corresponding type declarations.

Check failure on line 7 in authProviderOptions/azureTokenCredentials/index.ts

GitHub Actions / build (18.x)

Cannot find module '../../lib/src/authentication/azureTokenCredentials/TokenCredentialAuthenticationProvider' or its corresponding type declarations.

Check failure on line 7 in authProviderOptions/azureTokenCredentials/index.ts

GitHub Actions / build (20.x)

Cannot find module '../../lib/src/authentication/azureTokenCredentials/TokenCredentialAuthenticationProvider' or its corresponding type declarations.
export * from "../../lib/src/authentication/azureTokenCredentials/ITokenCredentialAuthenticationProviderOptions";

Check failure on line 8 in authProviderOptions/azureTokenCredentials/index.ts

GitHub Actions / build (16.x)

Cannot find module '../../lib/src/authentication/azureTokenCredentials/ITokenCredentialAuthenticationProviderOptions' or its corresponding type declarations.

Check failure on line 8 in authProviderOptions/azureTokenCredentials/index.ts

GitHub Actions / build (18.x)

Cannot find module '../../lib/src/authentication/azureTokenCredentials/ITokenCredentialAuthenticationProviderOptions' or its corresponding type declarations.

Check failure on line 8 in authProviderOptions/azureTokenCredentials/index.ts

GitHub Actions / build (20.x)

Cannot find module '../../lib/src/authentication/azureTokenCredentials/ITokenCredentialAuthenticationProviderOptions' or its corresponding type declarations.