Skip to content

WIP: chore: add lerna, eslint, prettier, commitlint, size limit, etc #5

WIP: chore: add lerna, eslint, prettier, commitlint, size limit, etc

WIP: chore: add lerna, eslint, prettier, commitlint, size limit, etc #5

Triggered via pull request April 12, 2024 06:56
@andrepolischukandrepolischuk
synchronize #2
infra
Status Failure
Total duration 1m 0s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 10 warnings
size
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'MakeBiteType<ITriggers, IState, IRootTrigger>'.
size
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'MakeBiteType<ITriggers, IState, IRootTrigger>'.
size
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'MakeBiteType<ITriggers, IState, IRootTrigger>'.
size
Parameter 'name' implicitly has an 'any' type.
size
Parameter 'name' implicitly has an 'any' type.
size
Binding element 'resolve' implicitly has an 'any' type.
size
Binding element 'reject' implicitly has an 'any' type.
size
Binding element 'args' implicitly has an 'any' type.
size
Parameter 'args' implicitly has an 'any' type.
size
Parameter 'configs' implicitly has an 'any' type.
test
Process completed with exit code 1.
lint: playground/src/_api/index.ts#L1
Unable to resolve path to module 'src/letters/interfaces/Letter.interface'
lint: playground/src/_api/index.ts#L3
exported declaration 'UpdateLetterArgs' not used within other modules
lint: playground/src/_api/index.ts#L8
exported declaration 'CreateLetterArgs' not used within other modules
lint: playground/src/_api/index.ts#L12
exported declaration 'createLetter' not used within other modules
lint: playground/src/_api/index.ts#L13
'args' is defined but never used. Allowed unused args must match /^_/u
lint: playground/src/_api/index.ts#L14
Async arrow function has no 'await' expression
lint: playground/src/_api/index.ts#L15
'reject' is defined but never used. Allowed unused args must match /^_/u
lint: playground/src/_api/index.ts#L18
No magic number: 600
lint: playground/src/_api/index.ts#L21
exported declaration 'updateLetter' not used within other modules
lint: playground/src/_api/index.ts#L21
'args' is defined but never used. Allowed unused args must match /^_/u
size
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: packages/core-v1/lib/configureRoot.ts#L2
'createStore' is deprecated
lint: packages/core-v1/lib/configureRoot.ts#L14
The signature '(reducer: Reducer<any, AnyAction>, enhancer?: StoreEnhancer<{ dispatch: unknown; }, {}> | undefined): Store<any, AnyAction> & { ...; }' of 'createStore' is deprecated
lint: playground/src/_redux/index.ts#L1
'createStore' is deprecated
lint: playground/src/_redux/index.ts#L29
The signature '(reducer: Reducer<CombinedState<{ [x: string]: unknown; }>, never>, enhancer?: StoreEnhancer<{ dispatch: unknown; }, {}>): Store<EmptyObject & { ...; }, never> & { ...; }' of 'createStore' is deprecated
lint: playground/src/_root/index.tsx#L37
ReactDOM.render is deprecated since React 18.0.0, use createRoot instead
commitlint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
commitlint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/