Closed SeddikKadi closed 1 year ago
```diff -7905 js/176.b5aa28b3.js -571 js/343.44deb689.js -827 js/486.5cbe1a18.js -139344 js/app.b4ba12ba.js -1465830 js/chunk-vendors.974b0937.js -235533 css/app.77e70bef.css -32924 css/chunk-vendors.46b8701c.css +7940 js/176.2e49b6bf.js +571 js/343.6c92dd9d.js +827 js/486.dc2779b4.js +144727 js/app.8e871599.js +1482918 js/chunk-vendors.4ea82902.js +236132 css/app.6b3ac18e.css +32914 css/chunk-vendors.8ab6cf29.css ```
```diff
+/home/runner/work/monujo/monujo/src/App.vue:38:14: 'to' is defined but never used. [Warning/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/App.vue:38:18: 'from' is defined but never used. [Warning/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/AboutModal.vue:38:55: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AboutModal.vue:41:15: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthChallenge.vue:53:34: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthChallenge.vue:66:27: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthChallenge.vue:80:21: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthChallengePin.vue:50:27: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthChallengePin.vue:51:13: 'keyCode' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/AuthChallengeRetention.vue:18:7: 'lastInputTime' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/AuthChallengeRetention.vue:18:7: 'lastInputTime' is assigned a value but never used. [Warning/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/AuthChallengeRetention.vue:18:22: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthChallengeRetention.vue:19:7: 'lastCredsInput' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/AuthChallengeRetention.vue:19:7: 'lastCredsInput' is assigned a value but never used. [Warning/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/AuthChallengeRetention.vue:19:23: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthPref.vue:92:59: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthPref.vue:96:23: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthPref.vue:100:11: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/AuthPref.vue:109:52: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthPref.vue:109:57: 'userAccount' is defined but never used. [Warning/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/AuthPref.vue:109:70: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthPref.vue:117:13: 'userConfig' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/AuthPref.vue:128:35: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthPref.vue:136:37: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthPrefDirect.vue:1:1: The template requires child element. [Error/vue/valid-template-root]
+/home/runner/work/monujo/monujo/src/components/AuthPrefDirect.vue:19:12: 'configDef' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/AuthPrefDirect.vue:19:12: 'configDef' is assigned a value but never used. [Warning/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/AuthPrefDirect.vue:19:23: 'userConfig' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/AuthPrefDirect.vue:19:23: 'userConfig' is assigned a value but never used. [Warning/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/AuthPrefPin.vue:106:27: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthPrefPin.vue:107:13: 'keyCode' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/AuthPrefPin.vue:128:17: 'msgNbDigits' is assigned a value but never used. [Warning/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/AuthPrefs.vue:31:38: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthPrefs.vue:37:13: 'userAccounts' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/AuthPrefs.vue:38:15: '$auth' is assigned a value but never used. [Warning/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/AuthPrefs.vue:45:48: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthPrefs.vue:53:43: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthPrefs.vue:56:15: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthPrefs.vue:58:23: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/AuthPrefs.vue:59:20: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/BankAccountItem.vue:29:7: Custom elements in iteration require 'v-bind:key' directives. [Error/vue/valid-v-for]
+/home/runner/work/monujo/monujo/src/components/BiometryPrefs.vue:62:29: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/BiometryPrefs.vue:70:28: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/BiometryPrefs.vue:75:13: 'settings' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/BiometryPrefs.vue:82:13: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/CreateAccount.vue:9:44: 'index' is defined but never used. [Error/vue/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/CreateAccount.vue:10:19: Elements in iteration expect to have 'v-bind:key' directives. [Error/vue/require-v-for-key]
+/home/runner/work/monujo/monujo/src/components/CreateAccount.vue:109:21: Elements in iteration expect to have 'v-bind:key' directives. [Error/vue/require-v-for-key]
+/home/runner/work/monujo/monujo/src/components/CreateAccount.vue:217:39: 'oldval' is defined but never used. [Warning/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/CreateAccount.vue:257:51: 'accountBackend' is defined but never used. [Warning/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/CreateAccount.vue:273:50: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/CreateAccount.vue:273:72: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/CreateAccount.vue:283:23: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/CreateAccount.vue:284:11: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/CreateAccount.vue:305:25: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/CreateAccount.vue:306:13: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/Dialog.vue:50:16: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/Dialog.vue:63:27: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/Dialog.vue:75:18: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/LangPrefs.vue:38:12: 'useGettext' is defined but never used. [Warning/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/LangPrefs.vue:65:35: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/LangPrefs.vue:73:31: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/LangPrefs.vue:78:13: 'settings' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/Modal.vue:2:3: Custom elements in iteration require 'v-bind:key' directives. [Error/vue/valid-v-for]
+/home/runner/work/monujo/monujo/src/components/MoneyCreditModal.vue:28:13: Elements in iteration expect to have 'v-bind:key' directives. [Error/vue/require-v-for-key]
+/home/runner/work/monujo/monujo/src/components/MoneyCreditModal.vue:241:41: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyCreditModal.vue:259:15: 'url' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/MoneyCreditModal.vue:264:11: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:82:17: Elements in iteration expect to have 'v-bind:key' directives. [Error/vue/require-v-for-key]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:246:40: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:247:13: 'currencyIds' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:248:15: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:250:43: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:260:13: 'requestNonce' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:269:23: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:277:11: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:281:35: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:284:45: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:289:18: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:298:11: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:322:23: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:353:11: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:381:34: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:385:29: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/RecipientItem.vue:27:10: 'moment' is defined but never used. [Warning/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:58:9: Custom elements in iteration require 'v-bind:key' directives. [Error/vue/valid-v-for]
+/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:85:7: Custom elements in iteration require 'v-bind:key' directives. [Error/vue/valid-v-for]
+/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:101:24: 'mapState' is defined but never used. [Warning/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:107:17: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/TheDashboardFooter.vue:78:7: 'modalName:' is defined but never used. [Error/no-unused-labels]
+/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:469:8: Parsing error: Unexpected token. Did you mean `{'}'}` or `}`? [Error]
+/home/runner/work/monujo/monujo/src/components/TransactionListRecent.vue:65:17: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/exception.ts:4:32: Argument 'origException' should be typed with a non-any type. [Warning/@typescript-eslint/explicit-module-boundary-types]
+/home/runner/work/monujo/monujo/src/main.ts:241:7: Unnecessary semicolon. [Error/@typescript-eslint/no-extra-semi]
+/home/runner/work/monujo/monujo/src/main.ts:241:10: Unexpected any. Specify a different type. [Warning/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/router/index.ts:12:43: Argument 'store' should be typed with a non-any type. [Warning/@typescript-eslint/explicit-module-boundary-types]
-/home/runner/work/monujo/monujo/src/router/index.ts:12:55: Argument 'gettext' should be typed with a non-any type. [Warning/@typescript-eslint/explicit-module-boundary-types]
-- If you want a type meaning "any object", you probably want `Record
:evergreen_tree: test report
Passes: 20, failures: 0, pending: 0, skipped: 0, other: 0.