Skip to content

[stable33] feat: vue3 typescript migration#6995

Merged
vitormattos merged 694 commits intostable33from
backport/6993/stable33
Feb 26, 2026
Merged

[stable33] feat: vue3 typescript migration#6995
vitormattos merged 694 commits intostable33from
backport/6993/stable33

Conversation

@vitormattos
Copy link
Member

Backport of #6993

Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/components/PdfEditor/PdfEditor.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/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>
Tighten TypeScript test typing by removing explicit any usages and using safer inferred or structural types in src/tests/views/SigningInvitations.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/Validation.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>
@vitormattos vitormattos added this to the Next Major (34) milestone Feb 26, 2026
@vitormattos vitormattos self-assigned this Feb 26, 2026
@github-project-automation github-project-automation bot moved this to 0. Needs triage in Roadmap Feb 26, 2026
@vitormattos vitormattos merged commit a9aa8f0 into stable33 Feb 26, 2026
63 of 67 checks passed
@vitormattos vitormattos deleted the backport/6993/stable33 branch February 26, 2026 02:32
@github-project-automation github-project-automation bot moved this from 0. Needs triage to 4. to release in Roadmap Feb 26, 2026
@vitormattos vitormattos removed this from the Next Major (34) milestone Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 4. to release

Development

Successfully merging this pull request may close these issues.

1 participant