Clear Story Points (Jira Server & Azure Dev Ops) #1458
Annotations
16 warnings
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@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:
frontend/src/components/DownloadPWAModal.vue#L21
Unexpected any. Specify a different type
|
Lint:
frontend/src/components/DownloadPWAModal.vue#L56
Unexpected any. Specify a different type
|
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build:
frontend/src/components/DownloadPWAModal.vue#L10
Replace `t('page.landing.install')` with `·t("page.landing.install")·`
|
Build:
frontend/src/components/DownloadPWAModal.vue#L15
Replace `defineComponent,·ref` with `·defineComponent,·ref·`
|
Build:
frontend/src/components/DownloadPWAModal.vue#L16
Replace `useI18n` with `·useI18n·`
|
Build:
frontend/src/components/DownloadPWAModal.vue#L21
Unexpected any. Specify a different type
|
Build:
frontend/src/components/DownloadPWAModal.vue#L32
Replace `deferredPrompt,·checkIfNotInstalled,·t` with `·deferredPrompt,·checkIfNotInstalled,·t·`
|
Build:
frontend/src/components/DownloadPWAModal.vue#L43
Replace `(window.matchMedia('(display-mode:·standalone)').matches)·||·document.referrer.includes('android-app://'` with `window.matchMedia("(display-mode:·standalone)").matches·||⏎······document.referrer.includes("android-app://"`
|
Build:
frontend/src/components/DownloadPWAModal.vue#L44
Replace `·this.isMobile·&&·!isInStandaloneMode()·&&·!localStorage.getItem('downloadPWA'` with `⏎······this.isMobile·&&·!isInStandaloneMode()·&&·!localStorage.getItem("downloadPWA"`
|
Build:
frontend/src/components/DownloadPWAModal.vue#L48
Replace `'downloadPWA',·'true'` with `"downloadPWA",·"true"`
|
Build:
frontend/src/components/DownloadPWAModal.vue#L54
Unexpected any. Specify a different type
|
Build:
frontend/src/components/DownloadPWAModal.vue#L55
Replace `'accepted'` with `"accepted"`
|