Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BC-7096 - Upgrade frontend libraries after Vue3 upgrade #3297

Merged
merged 35 commits into from
Aug 9, 2024

Conversation

uidp
Copy link
Contributor

@uidp uidp commented Jun 21, 2024

Short Description

After the upgrade to Vue 3 we want to upgrade the frontend dependencies to the newest versions, most importantly:

  • Typescript to v5
  • Jest to v29
  • Webpack and webpack-plugin-vuetify

The frontend is currently built using Webpack, and the configuration is auto-generated by Vue-CLI which is now deprecated and prevents us from upgrading other libraries.

Links to Ticket and related Pull-Requests

Changes

Data-security

Deployment

New Repos, NPM packages or vendor scripts

Screenshots of UI changes

Checklist before merging

  • QA: In addition to review, the code has been manually tested (if manual testing is possible)
  • PO: Any deviation from requirements was agreed with Product-Owner / ticket author / support-team
  • DEV: Every new component is implemented having accessibility in mind (e.g. aria-label, role property)

Notice: Please keep this Pull-Request as a Draft (or add WIP label), until it is ready to be reviewed

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
9.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

src/main.ts Outdated Show resolved Hide resolved
Copy link

sonarqubecloud bot commented Aug 9, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
31.1% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@uidp uidp merged commit 3f97b31 into main Aug 9, 2024
48 of 50 checks passed
@uidp uidp deleted the BC-7096-webpack-plain branch August 9, 2024 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants