Skip to content

chore(deps): bump immutable from 3.8.2 to 4.3.4 #876

chore(deps): bump immutable from 3.8.2 to 4.3.4

chore(deps): bump immutable from 3.8.2 to 4.3.4 #876

Triggered via pull request September 18, 2023 19:18
Status Success
Total duration 1m 18s
Artifacts

lint-pull-requests.yml

on: pull_request_target
Run linters for pull requests
1m 8s
Run linters for pull requests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 8 warnings
src/client/entity-editor/alias-editor/reducer.js#L26
Caution: `Immutable` also has a named export `Map`. Check if you meant to write `import {Map} from 'immutable'` instead (import/no-named-as-default-member)
src/client/entity-editor/alias-editor/reducer.js#L34
Caution: `Immutable` also has a named export `OrderedMap`. Check if you meant to write `import {OrderedMap} from 'immutable'` instead (import/no-named-as-default-member)
src/client/entity-editor/annotation-section/reducer.js#L24
Caution: `Immutable` also has a named export `Map`. Check if you meant to write `import {Map} from 'immutable'` instead (import/no-named-as-default-member)
src/client/entity-editor/button-bar/reducer.js#L28
Caution: `Immutable` also has a named export `Map`. Check if you meant to write `import {Map} from 'immutable'` instead (import/no-named-as-default-member)
src/client/entity-editor/controller.js#L81
Caution: `Immutable` also has a named export `fromJS`. Check if you meant to write `import {fromJS} from 'immutable'` instead (import/no-named-as-default-member)
src/client/entity-editor/name-section/name-section.js#L336
Caution: `Immutable` also has a named export `Map`. Check if you meant to write `import {Map} from 'immutable'` instead (import/no-named-as-default-member)
src/client/entity-editor/name-section/name-section.js#L339
Caution: `Immutable` also has a named export `Map`. Check if you meant to write `import {Map} from 'immutable'` instead (import/no-named-as-default-member)
src/client/entity-editor/name-section/reducer.js#L27
Caution: `Immutable` also has a named export `Map`. Check if you meant to write `import {Map} from 'immutable'` instead (import/no-named-as-default-member)
src/client/entity-editor/submission-section/reducer.js#L26
Caution: `Immutable` also has a named export `Map`. Check if you meant to write `import {Map} from 'immutable'` instead (import/no-named-as-default-member)
src/client/unified-form/controller.js#L41
Caution: `Immutable` also has a named export `fromJS`. Check if you meant to write `import {fromJS} from 'immutable'` instead (import/no-named-as-default-member)
src/client/components/pages/revision.js#L108
This line has a length of 166. Maximum allowed is 150 (max-len)
src/client/components/pages/revision.js#L112
This line has a length of 163. Maximum allowed is 150 (max-len)
src/client/components/pages/revision.js#L119
This line has a length of 154. Maximum allowed is 150 (max-len)
src/client/components/pages/revision.js#L164
Unexpected 'todo' comment: 'TODO: Add proper error handling.' (no-warning-comments)
src/server/routes/editor.js#L561
Unexpected 'todo' comment: 'TODO: this can throw, so missing error...' (no-warning-comments)
src/server/routes/search.js#L59
'total' is assigned a value but never used (@typescript-eslint/no-unused-vars)
src/server/routes/search.js#L148
Unexpected 'todo' comment: 'TODO: This is hacky, and we should...' (no-warning-comments)
Run linters for pull requests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, wearerequired/lint-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/