Skip to content
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

chore: abstract types to shared package #1593

Merged
merged 11 commits into from
Dec 6, 2024

Update soft-worms-tan.md

8508bed
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

chore: abstract types to shared package #1593

Update soft-worms-tan.md
8508bed
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Dec 6, 2024 in 0s

ESLint Report Analysis

0 ESLint error(s) and 22 ESLint warning(s) found in pull request changed files.
15 ESLint error(s) and 17 ESLint warning(s) found in files outside of the pull request.

Details

Annotations

Check warning on line 285 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L285

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 705 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L705

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 706 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L706

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 707 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L707

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 708 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L708

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 83 in packages/rrweb-snapshot/src/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/utils.ts#L83

[tsdoc/syntax] tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen

Check warning on line 475 in packages/rrweb-snapshot/src/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/utils.ts#L475

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 102 in packages/rrweb/src/record/observers/canvas/canvas-manager.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/observers/canvas/canvas-manager.ts#L102

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 306 in packages/rrweb/src/record/observers/canvas/canvas-manager.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/observers/canvas/canvas-manager.ts#L306

[@typescript-eslint/no-unused-vars] 'type' is assigned a value but never used.

Check warning on line 88 in packages/rrweb/src/record/stylesheet-manager.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/stylesheet-manager.ts#L88

[@typescript-eslint/no-unused-vars] '_linkEl' is defined but never used.

Check warning on line 33 in packages/rrweb/src/record/workers/image-bitmap-data-url-worker.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/workers/image-bitmap-data-url-worker.ts#L33

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 61 in packages/rrweb/src/record/workers/image-bitmap-data-url-worker.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/workers/image-bitmap-data-url-worker.ts#L61

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 935 in packages/rrweb/src/replay/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/replay/index.ts#L935

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 954 in packages/rrweb/src/replay/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/replay/index.ts#L954

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 961 in packages/rrweb/src/replay/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/replay/index.ts#L961

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 1078 in packages/rrweb/src/replay/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/replay/index.ts#L1078

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 1399 in packages/rrweb/src/replay/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/replay/index.ts#L1399

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 1516 in packages/rrweb/src/replay/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/replay/index.ts#L1516

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 35 in packages/rrweb/src/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/utils.ts#L35

[tsdoc/syntax] tsdoc-missing-deprecation-message: The @deprecated block must include a deprecation message, e.g. describing the recommended alternative

Check warning on line 119 in packages/rrweb/src/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/utils.ts#L119

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 132 in packages/rrweb/src/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/utils.ts#L132

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 612 in packages/types/src/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/types/src/index.ts#L612

[tsdoc/syntax] tsdoc-missing-deprecation-message: The @deprecated block must include a deprecation message, e.g. describing the recommended alternative