From 700a8b48d3cc4570d2b060f4be0ddb6c53e273bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9verin=20Beauvais?= Date: Thu, 16 Nov 2023 11:32:15 -0800 Subject: [PATCH] 18536 Fixed lint warnings before further development (#581) * - app version = 5.6.0 - fixed a whack of lint warnings * - imported CorpTypeCd directly from module to avoid type confusion --- package-lock.json | 4 +- package.json | 2 +- .../Dissolution/CompleteResolution.vue | 18 +- .../Dissolution/CompleteResolutionSummary.vue | 2 +- .../Incorporation/IncorporationDateTime.vue | 12 +- .../Incorporation/ShareStructure.vue | 4 + src/components/Incorporation/UploadRules.vue | 10 +- src/components/Restoration/BusinessName.vue | 4 +- src/components/common/ListPeopleAndRoles.vue | 14 +- src/components/common/OfficeAddresses.vue | 2 +- src/components/common/RegAddEditOrgPerson.vue | 4 +- src/dialogs/FilingSurveyDialog.vue | 1 + .../filing-data-interface.ts | 2 +- .../filing-interfaces/filing-interfaces.ts | 9 +- .../resource-interfaces/resource-interface.ts | 2 +- .../store-interfaces/state-interface.ts | 3 +- src/mixins/filing-template-mixin.ts | 3 +- src/resources/BreadCrumbResource.ts | 5 +- src/resources/Dissolution/BC.ts | 3 +- src/resources/Dissolution/BEN.ts | 3 +- src/resources/Dissolution/CC.ts | 3 +- src/resources/Dissolution/CP.ts | 3 +- src/resources/Dissolution/GP.ts | 3 +- src/resources/Dissolution/SP.ts | 3 +- src/resources/Dissolution/ULC.ts | 3 +- src/resources/Incorporation/BC.ts | 3 +- src/resources/Incorporation/BEN.ts | 3 +- src/resources/Incorporation/CC.ts | 3 +- src/resources/Incorporation/CP.ts | 3 +- src/resources/Incorporation/ULC.ts | 3 +- src/resources/Registration/GP.ts | 3 +- src/resources/Registration/SP.ts | 3 +- src/services/pay-services.ts | 2 +- src/store/store.ts | 3 +- src/utils/FetchConfig.ts | 3 +- .../Incorporation/IncorporationAgreement.vue | 177 +++++++++--------- .../IncorporationDefineCompany.vue | 2 +- .../unit/AccountContactMissingDialog.spec.ts | 12 +- tests/unit/BusinessContactInfo.spec.ts | 3 - tests/unit/BusinessName.spec.ts | 5 +- tests/unit/FeeAcknowledgment.spec.ts | 2 - tests/unit/FilingSurveyDialog.spec.ts | 2 - tests/unit/IncorporationAgreement.spec.ts | 2 +- tests/unit/IncorporationDateTime.spec.ts | 4 +- tests/unit/InvalidFilingDialog.spec.ts | 2 - tests/unit/ListNameTranslations.spec.ts | 2 + tests/unit/ListShareClass.spec.ts | 6 +- tests/unit/NameRequestInfo.spec.ts | 5 +- tests/unit/NameTranslations.spec.ts | 4 +- tests/unit/NatureOfBusiness.spec.ts | 2 - tests/unit/ShareStructure.spec.ts | 5 +- 51 files changed, 185 insertions(+), 201 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8454250d3..e667cf63e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "business-create-ui", - "version": "5.5.8", + "version": "5.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "business-create-ui", - "version": "5.5.8", + "version": "5.6.0", "dependencies": { "@babel/compat-data": "^7.21.5", "@bcrs-shared-components/approval-type": "1.0.19", diff --git a/package.json b/package.json index fc7a99e8a..cb62c9b71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "business-create-ui", - "version": "5.5.8", + "version": "5.6.0", "private": true, "appName": "Create UI", "sbcName": "SBC Common Components", diff --git a/src/components/Dissolution/CompleteResolution.vue b/src/components/Dissolution/CompleteResolution.vue index 632dc7d39..2d9af477e 100644 --- a/src/components/Dissolution/CompleteResolution.vue +++ b/src/components/Dissolution/CompleteResolution.vue @@ -63,8 +63,8 @@