AriPerkkio / eslint-remote-tester

CLI tool for testing given ESlint rules against multiple repositories at once.

Home Page:https://www.npmjs.com/package/eslint-remote-tester

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weekly scheduled smoke test: typescript-eslint-eslint-plugin

github-actions opened this issue · comments

Detected 1 ESLint reports and/or crashes.
Scanned 826 repositories.

Rules:

  • @typescript-eslint/prefer-readonly-parameter-types
Click to expand

Rule: @typescript-eslint/prefer-readonly-parameter-types

  • Message: Cannot read property 'flags' of undefined Occurred while linting /github/workspace/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/pmndrs/react-spring/packages/core/src/interpolate.ts:38 Rule: "@typescript-eslint/prefer-readonly-parameter-types"
  • Path: pmndrs/react-spring/packages/core/src/interpolate.ts
  • Link
  36 |   <In extends ReadonlyArray<any>, Out>(
  37 |     parents: In,
> 38 |     interpolator: (...args: Interpolated<In>) => Out
  39 |   ): Interpolation<Out>
  40 |
  41 |   // Single parent value
TypeError: Cannot read property 'flags' of undefined
Occurred while linting /github/workspace/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/pmndrs/react-spring/packages/core/src/interpolate.ts:38
Rule: "@typescript-eslint/prefer-readonly-parameter-types"
    at Object.isUnionType (/github/workspace/ci/node_modules/tsutils/typeguard/2.8/type.js:70:18)
    at unionTypeParts (/github/workspace/ci/node_modules/tsutils/util/type.js:116:19)
    at isPropertyReadonlyInType (/github/workspace/ci/node_modules/tsutils/util/type.js:200:21)
    at isReadonlyPropertyFromMappedType (/github/workspace/ci/node_modules/tsutils/util/type.js:252:12)
    at /github/workspace/ci/node_modules/tsutils/util/type.js:229:21
    at someTypePart (/github/workspace/ci/node_modules/tsutils/util/type.js:125:52)
    at isReadonlyPropertyIntersection (/github/workspace/ci/node_modules/tsutils/util/type.js:222:12)
    at isPropertyReadonlyInType (/github/workspace/ci/node_modules/tsutils/util/type.js:211:43)
    at isTypeReadonlyObject (/github/workspace/ci/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeReadonly.js:93:58)
    at isTypeReadonlyRecurser (/github/workspace/ci/node_modules/@typescript-eslint/eslint-plugin/dist/util/isTypeReadonly.js:153:30)

Detected 1 ESLint reports and/or crashes.
Scanned 855 repositories.

Rules:

  • @typescript-eslint/prefer-readonly-parameter-types
Click to expand

Rule: @typescript-eslint/prefer-readonly-parameter-types

  • Message: Cannot read property 'flags' of undefined Occurred while linting /github/workspace/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/effector/effector/packages/effector/index.d.ts:2839 Rule: "@typescript-eslint/prefer-readonly-parameter-types"
  • Path: effector/effector/packages/effector/index.d.ts
  • Link
  2837 | export function combine<State extends Tuple, R>(
  2838 |   tuple: State,
> 2839 |   fn: (
  2840 |     tuple: {[K in keyof State]: State[K] extends Store<infer U> ? U : State[K]},
  2841 |   ) => R,
  2842 | ): Store<R>
TypeError: Cannot read property 'flags' of undefined
Occurred while linting /github/workspace/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/effector/effector/packages/effector/index.d.ts:2839
Rule: "@typescript-eslint/prefer-readonly-parameter-types"
    at Object.isUnionType (/github/workspace/ci/node_modules/tsutils/typeguard/2.8/type.js:70:18)
    at unionTypeParts (/github/workspace/ci/node_modules/tsutils/util/type.js:116:19)
    at isPropertyReadonlyInType (/github/workspace/ci/node_modules/tsutils/util/type.js:200:21)
    at isReadonlyPropertyFromMappedType (/github/workspace/ci/node_modules/tsutils/util/type.js:252:12)
    at /github/workspace/ci/node_modules/tsutils/util/type.js:229:21
    at someTypePart (/github/workspace/ci/node_modules/tsutils/util/type.js:125:52)
    at isReadonlyPropertyIntersection (/github/workspace/ci/node_modules/tsutils/util/type.js:222:12)
    at isPropertyReadonlyInType (/github/workspace/ci/node_modules/tsutils/util/type.js:211:43)
    at isTypeReadonlyObject (/github/workspace/ci/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js:93:58)
    at isTypeReadonlyRecurser (/github/workspace/ci/node_modules/@typescript-eslint/type-utils/dist/isTypeReadonly.js:153:30)

Detected 1 ESLint reports and/or crashes.
Scanned 626 repositories.

Rules:

  • @typescript-eslint/prefer-readonly-parameter-types
Click to expand

Rule: @typescript-eslint/prefer-readonly-parameter-types

  • Message: Cannot read property 'flags' of undefined Occurred while linting /github/workspace/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/jquense/yup/src/tuple.ts:20 Rule: "@typescript-eslint/prefer-readonly-parameter-types"
  • Path: jquense/yup/src/tuple.ts
  • Link
  18 | type AnyTuple = [unknown, ...unknown[]];
  19 |
> 20 | export function create<T extends AnyTuple>(schemas: {
  21 |   [K in keyof T]: ISchema<T[K]>;
  22 | }) {
  23 |   return new TupleSchema<T | undefined>(schemas);
TypeError: Cannot read property 'flags' of undefined
Occurred while linting /github/workspace/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/jquense/yup/src/tuple.ts:20
Rule: "@typescript-eslint/prefer-readonly-parameter-types"
    at Object.isUnionType (/github/workspace/ci/node_modules/tsutils/typeguard/2.8/type.ts:68:18)
    at unionTypeParts (/github/workspace/ci/node_modules/tsutils/util/type.ts:145:12)
    at isPropertyReadonlyInType (/github/workspace/ci/node_modules/tsutils/util/type.ts:237:21)
    at isReadonlyPropertyFromMappedType (/github/workspace/ci/node_modules/tsutils/util/type.ts:289:12)
    at /github/workspace/ci/node_modules/tsutils/util/type.ts:264:21
    at someTypePart (/github/workspace/ci/node_modules/tsutils/util/type.ts:154:52)
    at isReadonlyPropertyIntersection (/github/workspace/ci/node_modules/tsutils/util/type.ts:257:12)
    at isPropertyReadonlyInType (/github/workspace/ci/node_modules/tsutils/util/type.ts:247:45)
    at isTypeReadonlyObject (/github/workspace/ci/node_modules/@typescript-eslint/type-utils/src/isTypeReadonly.ts:124:35)
    at isTypeReadonlyRecurser (/github/workspace/ci/node_modules/@typescript-eslint/type-utils/src/isTypeReadonly.ts:225:28)

Detected 1 ESLint reports and/or crashes.
Scanned 749 repositories.

Rules:

  • ``
Click to expand

Rule:

  • Message: ERR_WORKER_OUT_OF_MEMORY Worker terminated due to reaching memory limit: JS heap out of memory
  • Path: divriots/starter-simba
  • Link

Detected 1 ESLint reports and/or crashes.
Scanned 627 repositories.

Rules:

  • @typescript-eslint/prefer-readonly-parameter-types
Click to expand

Rule: @typescript-eslint/prefer-readonly-parameter-types

  • Message: Cannot read property 'flags' of undefined Occurred while linting /github/workspace/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/effector/effector/packages/effector/index.d.ts:2783 Rule: "@typescript-eslint/prefer-readonly-parameter-types"
  • Path: effector/effector/packages/effector/index.d.ts
  • Link
  2781 | export function combine<State extends Tuple, R>(
  2782 |   tuple: State,
> 2783 |   fn: (
  2784 |     tuple: {[K in keyof State]: State[K] extends Store<infer U> ? U : State[K]},
  2785 |   ) => R,
  2786 | ): Store<R>
TypeError: Cannot read property 'flags' of undefined
Occurred while linting /github/workspace/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/effector/effector/packages/effector/index.d.ts:2783
Rule: "@typescript-eslint/prefer-readonly-parameter-types"
    at Object.isUnionType (/github/workspace/ci/node_modules/tsutils/typeguard/2.8/type.ts:68:18)
    at unionTypeParts (/github/workspace/ci/node_modules/tsutils/util/type.ts:145:12)
    at isPropertyReadonlyInType (/github/workspace/ci/node_modules/tsutils/util/type.ts:237:21)
    at isReadonlyPropertyFromMappedType (/github/workspace/ci/node_modules/tsutils/util/type.ts:289:12)
    at /github/workspace/ci/node_modules/tsutils/util/type.ts:264:21
    at someTypePart (/github/workspace/ci/node_modules/tsutils/util/type.ts:154:52)
    at isReadonlyPropertyIntersection (/github/workspace/ci/node_modules/tsutils/util/type.ts:257:12)
    at isPropertyReadonlyInType (/github/workspace/ci/node_modules/tsutils/util/type.ts:247:45)
    at isTypeReadonlyObject (/github/workspace/ci/node_modules/@typescript-eslint/type-utils/src/isTypeReadonly.ts:156:35)
    at isTypeReadonlyRecurser (/github/workspace/ci/node_modules/@typescript-eslint/type-utils/src/isTypeReadonly.ts:291:28)

Detected 2 ESLint reports and/or crashes.
Scanned 579 repositories.

Rules:

  • ``
Click to expand

Rule:

  • Message: ERR_WORKER_OUT_OF_MEMORY Worker terminated due to reaching memory limit: JS heap out of memory
  • Path: divriots/starter-simba
  • Link

Rule:

  • Message: ERR_WORKER_OUT_OF_MEMORY Worker terminated due to reaching memory limit: JS heap out of memory
  • Path: betagouv/ecolab-climat
  • Link

Detected 2 ESLint reports and/or crashes.
Scanned 796 repositories.

Rules:

  • @typescript-eslint/prefer-readonly-parameter-types
Click to expand

Rule: @typescript-eslint/prefer-readonly-parameter-types

  • Message: Cannot read property 'flags' of undefined Occurred while linting /github/workspace/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/logux/state/computed/index.d.ts:29 Rule: "@typescript-eslint/prefer-readonly-parameter-types"
  • Path: logux/state/computed/index.d.ts
  • Link
  27 |   <Value extends any, OriginStores extends AnyStore[]>(
  28 |     stores: [...OriginStores],
> 29 |     cb: (...values: StoreValues<OriginStores>) => Value
  30 |   ): ReadableAtom<Value>
  31 |   <Value extends any, OriginStore extends Store>(
  32 |     stores: OriginStore,
TypeError: Cannot read property 'flags' of undefined
Occurred while linting /github/workspace/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/logux/state/computed/index.d.ts:29
Rule: "@typescript-eslint/prefer-readonly-parameter-types"
    at Object.isUnionType (/github/workspace/ci/node_modules/tsutils/typeguard/2.8/type.ts:68:18)
    at unionTypeParts (/github/workspace/ci/node_modules/tsutils/util/type.ts:145:12)
    at isPropertyReadonlyInType (/github/workspace/ci/node_modules/tsutils/util/type.ts:237:21)
    at isReadonlyPropertyFromMappedType (/github/workspace/ci/node_modules/tsutils/util/type.ts:289:12)
    at /github/workspace/ci/node_modules/tsutils/util/type.ts:264:21
    at someTypePart (/github/workspace/ci/node_modules/tsutils/util/type.ts:154:52)
    at isReadonlyPropertyIntersection (/github/workspace/ci/node_modules/tsutils/util/type.ts:257:12)
    at isPropertyReadonlyInType (/github/workspace/ci/node_modules/tsutils/util/type.ts:247:45)
    at isTypeReadonlyObject (/github/workspace/ci/node_modules/@typescript-eslint/type-utils/src/isTypeReadonly.ts:156:35)
    at isTypeReadonlyRecurser (/github/workspace/ci/node_modules/@typescript-eslint/type-utils/src/isTypeReadonly.ts:291:28)

Rule: @typescript-eslint/prefer-readonly-parameter-types

  • Message: Cannot read property 'flags' of undefined Occurred while linting /github/workspace/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/logux/state/deprecated/index.d.ts:27 Rule: "@typescript-eslint/prefer-readonly-parameter-types"
  • Path: logux/state/deprecated/index.d.ts
  • Link
  25 |   <Value extends any, OriginStores extends ReadableAtom[]>(
  26 |     stores: [...OriginStores],
> 27 |     cb: (...values: StoreValues<OriginStores>) => Value
  28 |   ): ReadableAtom<Value>
  29 | }
  30 |
TypeError: Cannot read property 'flags' of undefined
Occurred while linting /github/workspace/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/logux/state/deprecated/index.d.ts:27
Rule: "@typescript-eslint/prefer-readonly-parameter-types"
    at Object.isUnionType (/github/workspace/ci/node_modules/tsutils/typeguard/2.8/type.ts:68:18)
    at unionTypeParts (/github/workspace/ci/node_modules/tsutils/util/type.ts:145:12)
    at isPropertyReadonlyInType (/github/workspace/ci/node_modules/tsutils/util/type.ts:237:21)
    at isReadonlyPropertyFromMappedType (/github/workspace/ci/node_modules/tsutils/util/type.ts:289:12)
    at /github/workspace/ci/node_modules/tsutils/util/type.ts:264:21
    at someTypePart (/github/workspace/ci/node_modules/tsutils/util/type.ts:154:52)
    at isReadonlyPropertyIntersection (/github/workspace/ci/node_modules/tsutils/util/type.ts:257:12)
    at isPropertyReadonlyInType (/github/workspace/ci/node_modules/tsutils/util/type.ts:247:45)
    at isTypeReadonlyObject (/github/workspace/ci/node_modules/@typescript-eslint/type-utils/src/isTypeReadonly.ts:156:35)
    at isTypeReadonlyRecurser (/github/workspace/ci/node_modules/@typescript-eslint/type-utils/src/isTypeReadonly.ts:291:28)

Detected 1 ESLint reports and/or crashes.
Scanned 690 repositories.

Rules:

  • @typescript-eslint/prefer-readonly-parameter-types
Click to expand

Rule: @typescript-eslint/prefer-readonly-parameter-types

  • Message: Cannot read property 'flags' of undefined Occurred while linting /github/workspace/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/jquense/yup/src/tuple.ts:20 Rule: "@typescript-eslint/prefer-readonly-parameter-types"
  • Path: jquense/yup/src/tuple.ts
  • Link
  18 | type AnyTuple = [unknown, ...unknown[]];
  19 |
> 20 | export function create<T extends AnyTuple>(schemas: {
  21 |   [K in keyof T]: ISchema<T[K]>;
  22 | }) {
  23 |   return new TupleSchema<T | undefined>(schemas);
TypeError: Cannot read property 'flags' of undefined
Occurred while linting /github/workspace/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/jquense/yup/src/tuple.ts:20
Rule: "@typescript-eslint/prefer-readonly-parameter-types"
    at Object.isUnionType (/github/workspace/ci/node_modules/tsutils/typeguard/2.8/type.ts:68:18)
    at unionTypeParts (/github/workspace/ci/node_modules/tsutils/util/type.ts:145:12)
    at isPropertyReadonlyInType (/github/workspace/ci/node_modules/tsutils/util/type.ts:237:21)
    at isReadonlyPropertyFromMappedType (/github/workspace/ci/node_modules/tsutils/util/type.ts:289:12)
    at /github/workspace/ci/node_modules/tsutils/util/type.ts:264:21
    at someTypePart (/github/workspace/ci/node_modules/tsutils/util/type.ts:154:52)
    at isReadonlyPropertyIntersection (/github/workspace/ci/node_modules/tsutils/util/type.ts:257:12)
    at isPropertyReadonlyInType (/github/workspace/ci/node_modules/tsutils/util/type.ts:247:45)
    at isTypeReadonlyObject (/github/workspace/ci/node_modules/@typescript-eslint/type-utils/src/isTypeReadonly.ts:156:35)
    at isTypeReadonlyRecurser (/github/workspace/ci/node_modules/@typescript-eslint/type-utils/src/isTypeReadonly.ts:291:28)

Detected 1 ESLint reports and/or crashes.
Scanned 490 repositories.

Rules:

  • @typescript-eslint/prefer-readonly-parameter-types
Click to expand

Rule: @typescript-eslint/prefer-readonly-parameter-types

  • Message: Cannot read property 'flags' of undefined Occurred while linting /github/workspace/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/mui-org/material-ui-x/packages/grid/x-data-grid/src/utils/createSelector.ts:29 Rule: "@typescript-eslint/prefer-readonly-parameter-types"
  • Path: mui-org/material-ui-x/packages/grid/x-data-grid/src/utils/createSelector.ts
  • Link
  27 | type SelectorArgs<Selectors extends ReadonlyArray<Selector<any>>, Result> =
  28 |   // Input selectors as a separate array
> 29 |   | [selectors: [...Selectors], combiner: (...args: SelectorResultArray<Selectors>) => Result]
  30 |   // Input selectors as separate inline arguments
  31 |   | [...Selectors, (...args: SelectorResultArray<Selectors>) => Result];
  32 |
TypeError: Cannot read property 'flags' of undefined
Occurred while linting /github/workspace/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/mui-org/material-ui-x/packages/grid/x-data-grid/src/utils/createSelector.ts:29
Rule: "@typescript-eslint/prefer-readonly-parameter-types"
    at Object.isUnionType (/github/workspace/ci/node_modules/tsutils/typeguard/2.8/type.ts:68:18)
    at unionTypeParts (/github/workspace/ci/node_modules/tsutils/util/type.ts:145:12)
    at isPropertyReadonlyInType (/github/workspace/ci/node_modules/tsutils/util/type.ts:237:21)
    at isReadonlyPropertyFromMappedType (/github/workspace/ci/node_modules/tsutils/util/type.ts:289:12)
    at /github/workspace/ci/node_modules/tsutils/util/type.ts:264:21
    at someTypePart (/github/workspace/ci/node_modules/tsutils/util/type.ts:154:52)
    at isReadonlyPropertyIntersection (/github/workspace/ci/node_modules/tsutils/util/type.ts:257:12)
    at isPropertyReadonlyInType (/github/workspace/ci/node_modules/tsutils/util/type.ts:247:45)
    at isTypeReadonlyObject (/github/workspace/ci/node_modules/@typescript-eslint/type-utils/src/isTypeReadonly.ts:156:35)
    at isTypeReadonlyRecurser (/github/workspace/ci/node_modules/@typescript-eslint/type-utils/src/isTypeReadonly.ts:296:28)