Skip to content

chore(deps): upgrade #14

chore(deps): upgrade

chore(deps): upgrade #14

Triggered via push November 17, 2023 06:56
Status Failure
Total duration 39s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cov.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: __tests__/index.test.ts#L84
Object Literal Property name `@` must match one of the following formats: camelCase
build: __tests__/index.test.ts#L106
Object Literal Property name `@` must match one of the following formats: camelCase
build: __tests__/index.test.ts#L129
Object Literal Property name `@` must match one of the following formats: camelCase
build: __tests__/utils.test.ts#L22
Unsafe member access .default on an `any` value
build: rollup.config.js#L3
Unable to resolve path to module 'rollup-plugin-terser'
build: rollup.config.js#L7
Unable to resolve path to module 'rollup-plugin-node-externals'
build: src/index.ts#L152
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
build: src/index.ts#L322
Invalid operand for a '+' operation. Operands must each be a number or string, allowing a string + any of: `any`, `boolean`, `null`, `RegExp`, `undefined`. Got `Uint8Array`
build: src/index.ts#L328
Invalid operand for a '+' operation. Operands must each be a number or string, allowing a string + any of: `any`, `boolean`, `null`, `RegExp`, `undefined`. Got `Uint8Array`
build: src/loaders/index.ts#L65
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
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/