Tracking #44
Annotations
11 warnings
eslint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9, skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1, actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
eslint:
src/components/SharingEntryLink.vue#L162
Variable 'index' is already declared in the upper scope
|
eslint:
src/components/SharingEntryLink.vue#L336
Caution: `Vue` also has a named export `set`. Check if you meant to write `import {set} from 'vue'` instead
|
eslint:
src/components/SharingEntryLink.vue#L337
Caution: `Vue` also has a named export `set`. Check if you meant to write `import {set} from 'vue'` instead
|
eslint:
src/components/SharingEntryLink.vue#L346
The global property or function moment was deprecated in Nextcloud 18.0.0
|
eslint:
src/components/SharingEntryLink.vue#L348
The global property or function moment was deprecated in Nextcloud 18.0.0
|
eslint:
src/components/SharingEntryQuickShareSelect.vue#L174
Unexpected mutation of "share" prop
|
eslint:
src/mixins/ShareRequests.js#L49
Missing JSDoc @param "data.note" type
|
eslint:
src/mixins/SharesMixin.js#L179
JSDoc @return declaration present but return expression not available in function
|
eslint:
src/models/Share.js#L68
The type 'Sidebar' is undefined
|
eslint:
src/models/Share.js#L394
Expected @param names to be "passwordExpirationTime". Got "password"
|