Skip to content

Chore(deps): Bump qs from 6.11.0 to 6.11.2 #2594

Chore(deps): Bump qs from 6.11.0 to 6.11.2

Chore(deps): Bump qs from 6.11.0 to 6.11.2 #2594

Triggered via pull request July 8, 2023 01:03
Status Success
Total duration 1m 30s
Artifacts

lint-eslint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
eslint
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/
eslint
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/
eslint: src/components/Albums/CollaboratorsSelectionForm.vue#L317
Missing JSDoc @param "collaborators" description
eslint: src/components/FaceCover.vue#L85
The type 'Face' is undefined
eslint: src/components/FilesListViewer.vue#L260
Missing JSDoc @param "data" description
eslint: src/mixins/FaceCoverMixin.js#L70
Missing JSDoc @param "faceName" description
eslint: src/mixins/FaceCoverMixin.js#L70
Missing JSDoc @param "faceName" type
eslint: src/mixins/FilesByMonthMixin.js#L28
Invalid JSDoc @return type "object"; prefer: "Object<>"
eslint: src/mixins/FilesByMonthMixin.js#L28
Invalid JSDoc @return type "String"; prefer: "string"
eslint: src/services/FileInfo.js#L31
The type 'FileInfo' is undefined
eslint: src/services/TiledLayout.js#L25
Missing JSDoc @Property "id" description
eslint: src/store/faces.js#L53
Caution: `Vue` also has a named export `set`. Check if you meant to write `import {set} from 'vue'` instead