chore(deps-dev): bump typescript from 4.4.4 to 4.9.5 #4768
ci.yml
on: push
Lint
45s
Compile
49s
Test
1m 14s
Determine if Build & Deploy is needed
0s
Build & Deploy
0s
Annotations
13 errors and 12 warnings
Lint:
src/server/database/models/Checker.ts#L2
'BelongsToMany' is defined but never used
|
Lint:
src/server/database/models/Checker.ts#L3
'Column' is defined but never used
|
Lint:
src/server/database/models/Checker.ts#L4
'CreatedAt' is defined but never used
|
Lint:
src/server/database/models/Checker.ts#L5
'DataType' is defined but never used
|
Lint:
src/server/database/models/Checker.ts#L6
'HasMany' is defined but never used
|
Lint:
src/server/database/models/Checker.ts#L8
'Table' is defined but never used
|
Lint:
src/server/database/models/Checker.ts#L9
'UpdatedAt' is defined but never used
|
Lint:
src/server/database/models/Checker.ts#L14
'UserToChecker' is defined but never used
|
Lint:
src/server/database/models/Checker.ts#L18
'Checker' is defined but never used
|
Lint:
src/server/database/models/PublishedChecker.ts#L2
'BelongsTo' is defined but never used
|
Compile:
src/client/components/builder/QuestionsTab.tsx#L1
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
Compile:
src/client/components/common/Combobox.tsx#L1
Spread types may only be created from object types.
|
Compile
Process completed with exit code 2.
|
Determine if Build & Deploy is needed
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/
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint:
src/client/components/builder/logic/MapResult.tsx#L40
Forbidden non-null assertion
|
Lint:
src/client/contexts/AuthContext.tsx#L88
React Hook useEffect has missing dependencies: 'history', 'logout', 'user', and 'whoami'. Either include them or remove the dependency array
|
Lint:
src/client/hooks/use-local-storage.ts#L50
React Hook useEffect has a missing dependency: 'readValue'. Either include it or remove the dependency array
|
Lint:
src/client/hooks/use-local-storage.ts#L63
React Hook useEffect has a missing dependency: 'readValue'. Either include it or remove the dependency array
|
Lint:
src/shared/core/parser.ts#L10
Forbidden non-null assertion
|
Lint:
src/types/client/images.d.ts#L7
Unexpected any. Specify a different type
|
Lint:
webpack.config.js#L116
Unexpected console statement
|
Lint:
webpack.config.js#L131
Unexpected console statement
|
Compile
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|