Skip to content

feat: vue3 typescript migration#6993

Merged
vitormattos merged 695 commits intomainfrom
feat/vue3-typescript-migration
Feb 26, 2026
Merged

feat: vue3 typescript migration#6993
vitormattos merged 695 commits intomainfrom
feat/vue3-typescript-migration

Conversation

@vitormattos
Copy link
Copy Markdown
Member

No description provided.

@github-project-automation github-project-automation Bot moved this to 0. Needs triage in Roadmap Feb 23, 2026
@vitormattos vitormattos force-pushed the feat/vue3-typescript-migration branch 2 times, most recently from 42d61b3 to 21d2184 Compare February 24, 2026 20:59
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/components/Request/IdentifySigner.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/components/Request/VisibleElements.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/components/RightSidebar/RequestSignatureTab.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/components/SigningOrder/SigningOrderDiagram.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/components/TopBar/TopBar.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/components/UploadProgress.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/components/validation/CertificateChain.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/components/validation/FileValidation.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/components/validation/SignerDetails.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/components/validation/SignersList.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/helpers/SigningActionHelper.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/helpers/certification.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/helpers/isExternal.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/helpers/useIsDarkTheme.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/mixins/isTouchDevice.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/services/SigningRequirementValidator.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/store/filesSorting.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/store/keyboard.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/store/userconfig.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/test-types.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/utils/fileStatus.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/views/CreateAccount.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/views/DocumentValidationLogic.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/views/FileRequestFlow.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/views/Settings/LegalInformation.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/views/SignatureElementsManagement.spec.ts.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
@vitormattos vitormattos force-pushed the feat/vue3-typescript-migration branch from 22e224b to b341b57 Compare February 26, 2026 02:09
@vitormattos vitormattos merged commit 1c51207 into main Feb 26, 2026
40 of 41 checks passed
@vitormattos vitormattos deleted the feat/vue3-typescript-migration branch February 26, 2026 02:09
@github-project-automation github-project-automation Bot moved this from 0. Needs triage to 4. to release in Roadmap Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant