Skip to content

chore(rrweb): fixing build issues with vite #156

chore(rrweb): fixing build issues with vite

chore(rrweb): fixing build issues with vite #156

Triggered via push October 22, 2024 03:08
Status Success
Total duration 8m 11s
Artifacts 1

style-check.yml

on: push
ESLint Check and Report Upload
7m 49s
ESLint Check and Report Upload
Format Check
0s
Format Check
Format Code
8m 3s
Format Code
ESLint Annotation
0s
ESLint Annotation
Fit to window
Zoom out
Zoom in

Annotations

1 error and 48 warnings
ESLint Check and Report Upload
Process completed with exit code 1.
ESLint Check and Report Upload
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ESLint Check and Report Upload: packages/rrweb-snapshot/src/utils.ts#L74
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
ESLint Check and Report Upload: packages/rrweb/src/record/error-handler.ts#L4
Unexpected any. Specify a different type
ESLint Check and Report Upload: packages/rrweb/src/record/error-handler.ts#L4
Unexpected any. Specify a different type
Format Code
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, stefanzweifel/git-auto-commit-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "eslint_report.json". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
packages/rrweb-player/src/types.ts#L10
[tsdoc/syntax] tsdoc-undefined-tag: The TSDoc tag "@default" is not defined in this configuration
packages/rrweb-player/src/utils.ts#L153
[tsdoc/syntax] tsdoc-at-sign-in-word: The "@" character looks like part of a TSDoc tag; use a backslash to escape it
packages/rrweb-snapshot/src/snapshot.ts#L578
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb-snapshot/src/snapshot.ts#L667
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb-snapshot/src/snapshot.ts#L667
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb-snapshot/src/snapshot.ts#L761
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb-snapshot/src/snapshot.ts#L762
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb-snapshot/src/snapshot.ts#L763
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb-snapshot/src/snapshot.ts#L764
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb-snapshot/src/utils.ts#L74
[tsdoc/syntax] tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
packages/rrweb/src/record/error-handler.ts#L4
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/rrweb/src/record/error-handler.ts#L4
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/rrweb/src/record/index.ts#L558
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/record/index.ts#L576
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/record/mutation.ts#L351
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/record/mutation.ts#L357
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/record/observer.ts#L166
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/record/observers/canvas/canvas-manager.ts#L105
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/record/observers/canvas/canvas-manager.ts#L309
[@typescript-eslint/no-unused-vars] 'type' is assigned a value but never used.
packages/rrweb/src/record/stylesheet-manager.ts#L90
[@typescript-eslint/no-unused-vars] '_linkEl' is defined but never used.
packages/rrweb/src/replay/canvas/webgl.ts#L15
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/replay/canvas/webgl.ts#L18
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/replay/canvas/webgl.ts#L39
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/rrweb/src/replay/canvas/webgl.ts#L78
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/rrweb/src/replay/index.ts#L911
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/replay/index.ts#L930
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/replay/index.ts#L937
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/replay/index.ts#L1052
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/replay/index.ts#L1373
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/replay/index.ts#L1490
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/replay/machine.ts#L212
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/replay/machine.ts#L274
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/utils.ts#L37
[tsdoc/syntax] tsdoc-missing-deprecation-message: The @deprecated block must include a deprecation message, e.g. describing the recommended alternative
packages/rrweb/src/utils.ts#L121
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/utils.ts#L134
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Artifacts

Produced during runtime
Name Size
eslint_report.json Expired
448 KB