Bump typescript from 4.8.4 to 5.7.2 #246
ci.yml
on: pull_request
lint
15s
test_integration
2m 43s
Annotations
6 errors and 4 warnings
lint:
node_modules/@types/node/buffer.d.ts#L530
Interface 'Buffer' incorrectly extends interface 'Uint8Array<ArrayBufferLike>'.
|
lint:
node_modules/@types/node/fs/promises.d.ts#L51
Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.
|
lint:
node_modules/@types/node/fs/promises.d.ts#L213
Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.
|
lint:
node_modules/@types/node/globals.d.ts#L72
Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; any(signals: AbortSignal[]): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.
|
lint:
node_modules/@types/node/module.d.ts#L106
Overload signatures must all be optional or required.
|
lint
Process completed with exit code 2.
|
lint
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
test_integration
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
lint:
api/_utils.ts#L3
Unexpected any. Specify a different type
|
lint:
test/api.test.ts#L13
Unexpected any. Specify a different type
|