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

Improvement/add vite plugin #386

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

Mbuchart
Copy link
Contributor

@Mbuchart Mbuchart commented Aug 29, 2023

Setup vite to improve developpement.

Need to rework, on unit test to include vitest.

We must use vitest, because, if we don't we can't build project due to some errors. And as documentation says and @justinehell with its comment, vitest is the solution.

changelog.md Outdated Show resolved Hide resolved
@sonarcloud
Copy link

sonarcloud bot commented Aug 30, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@justinehell
Copy link
Member

image

Error when running app after updating dependencies:

  • @quasar/app-vite ^1.4.6 → ^1.6.0

To check :
https://testing.quasar.dev/packages/unit-jest/

@Zorin95670 Zorin95670 self-assigned this Oct 30, 2023
@github-actions
Copy link

Checking /home/runner/work/leto-modelizer/leto-modelizer/package.json

 @quasar/app-vite       ^1.4.6  →   ^1.6.2
 @quasar/app-webpack    =3.9.6  →  =3.11.3
 axios                  =1.5.1  →   =1.6.0
 core-js               =3.33.0  →  =3.33.1
 cypress               =13.3.1  →  =13.3.3
 eslint                =8.51.0  →  =8.52.0
 eslint-plugin-import  =2.28.1  →  =2.29.0
 eslint-plugin-jest    =27.4.2  →  =27.6.0
 eslint-plugin-vue     =9.17.0  →  =9.18.1
 oidc-client-ts         ^2.3.0  →   ^2.4.0
 vue                    =3.3.4  →   =3.3.7
 vue-i18n               =9.5.0  →   =9.6.2

Run npx npm-check-updates -x leto-modelizer* -u to upgrade package.json

@sonarcloud
Copy link

sonarcloud bot commented Oct 30, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@Zorin95670 Zorin95670 removed their assignment Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

Successfully merging this pull request may close these issues.

3 participants