TRACING-4435-BETA-4.6.1-2 #338
Annotations
10 errors and 2 warnings
build:
node_modules/@opentelemetry/instrumentation-http/build/src/http.d.ts#L9
Non-abstract class 'HttpInstrumentation' does not implement inherited abstract member 'disable' from class 'InstrumentationBase'.
|
build:
node_modules/@opentelemetry/instrumentation-http/build/src/http.d.ts#L9
Non-abstract class 'HttpInstrumentation' does not implement inherited abstract member 'enable' from class 'InstrumentationBase'.
|
build:
node_modules/@opentelemetry/instrumentation-http/build/src/http.d.ts#L20
Generic type 'InstrumentationNodeModuleDefinition<T>' requires 1 type argument(s).
|
build:
node_modules/@opentelemetry/instrumentation-http/build/src/http.d.ts#L21
Generic type 'InstrumentationNodeModuleDefinition<T>' requires 1 type argument(s).
|
build:
node_modules/@types/node/globals.d.ts#L347
Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.
|
build:
node_modules/playwright-core/types/types.d.ts#L5176
A computed property name in an interface must refer to an expression whose type is a literal type or a 'unique symbol' type.
|
build:
node_modules/playwright-core/types/types.d.ts#L5176
Property 'asyncDispose' does not exist on type 'SymbolConstructor'.
|
build:
node_modules/playwright-core/types/types.d.ts#L9495
A computed property name in an interface must refer to an expression whose type is a literal type or a 'unique symbol' type.
|
build:
node_modules/playwright-core/types/types.d.ts#L9495
Property 'asyncDispose' does not exist on type 'SymbolConstructor'.
|
build:
node_modules/playwright-core/types/types.d.ts#L10178
A computed property name in an interface must refer to an expression whose type is a literal type or a 'unique symbol' type.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|