M2-6235: In progress activity flow/activity name is changing after editing, when it shouldn't #363
Annotations
51 warnings
assetsTransformer.js#L4
'config' is defined but never used. Allowed unused args must match /^_/u (unused-imports/no-unused-vars)
|
assetsTransformer.js#L4
'options' is defined but never used. Allowed unused args must match /^_/u (unused-imports/no-unused-vars)
|
index.js#L22
'isHeadless' is missing in props validation (react/prop-types)
|
src/app/index.tsx#L17
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
|
src/app/model/migrations/MigrationProcessor.ts#L69
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/app/model/migrations/MigrationProcessor.ts#L130
Invalid operand for a '+' operation. Operands must each be a number or string. Got `unknown` (@typescript-eslint/restrict-plus-operands)
|
src/app/model/migrations/MigrationRunner.ts#L35
Invalid type "number[]" of template literal expression (@typescript-eslint/restrict-template-expressions)
|
src/app/model/migrations/MigrationRunner.ts#L53
Invalid type "unknown" of template literal expression (@typescript-eslint/restrict-template-expressions)
|
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L60
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L61
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L63
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L64
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L70
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L71
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L73
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L74
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L104
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L190
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L206
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L227
Invalid type "unknown" of template literal expression (@typescript-eslint/restrict-template-expressions)
|
src/app/model/migrations/migrations/to0002/MigrationReduxTypes0002.ts#L66
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/app/model/migrations/migrations/to0002/MigrationReduxTypes0002.ts#L67
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/app/model/migrations/migrations/to0002/MigrationReduxTypes0002.ts#L69
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/app/model/migrations/migrations/to0002/MigrationReduxTypes0002.ts#L70
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/app/model/migrations/migrations/to0002/MigrationReduxTypes0002.ts#L76
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/app/model/migrations/migrations/to0002/MigrationReduxTypes0002.ts#L77
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/app/model/migrations/migrations/to0002/MigrationReduxTypes0002.ts#L79
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/app/model/migrations/migrations/to0002/MigrationReduxTypes0002.ts#L80
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/app/model/migrations/migrations/to0002/MigrationStorageTypes0002.ts#L23
'FlowPipelineItemTo' is defined but never used. Allowed unused vars must match /^_/u (unused-imports/no-unused-vars)
|
src/app/model/migrations/migrations/to0002/MigrationToVersion0002.ts#L90
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/app/model/migrations/migrations/to0002/MigrationToVersion0002.ts#L111
Invalid type "unknown" of template literal expression (@typescript-eslint/restrict-template-expressions)
|
src/app/model/migrations/migrations/to0002/MigrationToVersion0002.ts#L138
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/app/model/migrations/migrations/to0002/MigrationToVersion0002.ts#L161
Invalid type "unknown" of template literal expression (@typescript-eslint/restrict-template-expressions)
|
src/app/ui/AppProvider/AnalyticsProvider.tsx#L9
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
|
src/app/ui/AppProvider/FeatureFlagsProvider.tsx#L23
Invalid type "any" of template literal expression (@typescript-eslint/restrict-template-expressions)
|
src/app/ui/AppProvider/NavigationProvider.tsx#L42
Invalid type "string | undefined" of template literal expression (@typescript-eslint/restrict-template-expressions)
|
src/app/ui/AppProvider/NavigationProvider.tsx#L46
Invalid type "string | undefined" of template literal expression (@typescript-eslint/restrict-template-expressions)
|
src/app/ui/AppProvider/NavigationProvider.tsx#L48
Invalid type "string | undefined" of template literal expression (@typescript-eslint/restrict-template-expressions)
|
src/app/ui/AppProvider/NavigationProvider.tsx#L48
Invalid type "any" of template literal expression (@typescript-eslint/restrict-template-expressions)
|
src/app/ui/AppProvider/ReactQueryProvider.tsx#L35
Expected '!==' and instead saw '!=' (eqeqeq)
|
src/app/ui/AppProvider/ReactQueryProvider.tsx#L44
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
|
src/app/ui/AppProvider/ReactQueryProvider.tsx#L50
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
|
src/app/ui/AppProvider/ReactQueryProvider.tsx#L52
Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)
|
src/app/ui/AppProvider/ReactQueryProvider.tsx#L59
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
|
src/app/ui/AppProvider/ReactQueryProvider.tsx#L62
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
|
src/app/ui/AppProvider/ReduxProvider.tsx#L28
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/app/ui/AppProvider/ReduxProvider.tsx#L39
Unsafe argument of type `any` assigned to a parameter of type `{ identity: InitialState; applets: InitialState; streaming: StreamingState; } | Partial<{ identity: InitialState | undefined; applets: InitialState | undefined; streaming: StreamingState | undefined; }> | undefined` (@typescript-eslint/no-unsafe-argument)
|
src/app/ui/AppProvider/ReduxProvider.tsx#L52
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
|
src/app/ui/AppProvider/ReduxProvider.tsx#L52
Unsafe member access .default on an `any` value (@typescript-eslint/no-unsafe-member-access)
|
src/app/ui/AppProvider/ReduxProvider.tsx#L53
Unsafe argument of type `any` assigned to a parameter of type `ThunkMiddleware<{ identity: InitialState; applets: InitialState; streaming: StreamingState; }, UnknownAction>` (@typescript-eslint/no-unsafe-argument)
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|