chore(deps-dev): bump the typescript-eslint group with 2 updates #52
Annotations
10 errors
Type Check:
tests/rules/ban-observables.test.ts#L6
Argument of type 'RuleModule<"forbidden", readonly Record<string, string | boolean>[], RxjsXRuleDocs, RuleListener>' is not assignable to parameter of type 'RuleModule<"forbidden", readonly Record<string, string | boolean>[], unknown, RuleListener>'.
|
Type Check:
tests/rules/ban-operators.test.ts#L6
Argument of type 'RuleModule<"forbidden", readonly Record<string, string | boolean>[], RxjsXRuleDocs, RuleListener>' is not assignable to parameter of type 'RuleModule<"forbidden", readonly Record<string, string | boolean>[], unknown, RuleListener>'.
|
Type Check:
tests/rules/finnish.test.ts#L6
Argument of type 'import("/home/runner/work/eslint-plugin-rxjs-x/eslint-plugin-rxjs-x/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule").RuleModule<"shouldBeFinnish" | "shouldNotBeFinnish", readonly { functions?: boolean | undefined; methods?: boolean | undefined; names?: Record<string, boolean> | undefined; parameters?: boo...' is not assignable to parameter of type 'import("/home/runner/work/eslint-plugin-rxjs-x/eslint-plugin-rxjs-x/node_modules/@typescript-eslint/rule-tester/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule").RuleModule<"shouldBeFinnish" | "shouldNotBeFinnish", readonly { functions?: boolean | undefined; methods?: boolean | undefined; names?: Record<st...'.
|
Type Check:
tests/rules/just.test.ts#L6
Argument of type 'RuleModule<"forbidden", [], RxjsXRuleDocs, RuleListener>' is not assignable to parameter of type 'RuleModule<"forbidden", [], unknown, RuleListener>'.
|
Type Check:
tests/rules/macro.test.ts#L6
Argument of type 'RuleModule<"macro", [], RxjsXRuleDocs, RuleListener>' is not assignable to parameter of type 'RuleModule<"macro", [], unknown, RuleListener>'.
|
Type Check:
tests/rules/no-async-subscribe.test.ts#L6
Argument of type 'RuleModule<"forbidden", [], RxjsXRuleDocs, RuleListener>' is not assignable to parameter of type 'RuleModule<"forbidden", [], unknown, RuleListener>'.
|
Type Check:
tests/rules/no-compat.test.ts#L6
Argument of type 'RuleModule<"forbidden", [], RxjsXRuleDocs, RuleListener>' is not assignable to parameter of type 'RuleModule<"forbidden", [], unknown, RuleListener>'.
|
Type Check:
tests/rules/no-connectable.test.ts#L6
Argument of type 'RuleModule<"forbidden", [], RxjsXRuleDocs, RuleListener>' is not assignable to parameter of type 'RuleModule<"forbidden", [], unknown, RuleListener>'.
|
Type Check:
tests/rules/no-create.test.ts#L6
Argument of type 'RuleModule<"forbidden", [], RxjsXRuleDocs, RuleListener>' is not assignable to parameter of type 'RuleModule<"forbidden", [], unknown, RuleListener>'.
|
Type Check:
tests/rules/no-cyclic-action.test.ts#L24
Argument of type 'RuleModule<"forbidden", readonly { observable?: string | undefined; }[], RxjsXRuleDocs, RuleListener>' is not assignable to parameter of type 'RuleModule<"forbidden", readonly { observable?: string | undefined; }[], unknown, RuleListener>'.
|
Loading