-
Notifications
You must be signed in to change notification settings - Fork 5
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
Mbuchart
wants to merge
3
commits into
main
Choose a base branch
from
improvement/add_vite_plugin
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mbuchart
force-pushed
the
improvement/add_vite_plugin
branch
from
August 30, 2023 07:47
4ffb53c
to
6b5b7ef
Compare
Zorin95670
reviewed
Aug 30, 2023
Mbuchart
force-pushed
the
improvement/add_vite_plugin
branch
from
August 30, 2023 08:08
6b5b7ef
to
a0ed0ec
Compare
Kudos, SonarCloud Quality Gate passed! |
Zorin95670
force-pushed
the
improvement/add_vite_plugin
branch
from
August 30, 2023 09:29
a0ed0ec
to
40ab6d3
Compare
Mbuchart
force-pushed
the
improvement/add_vite_plugin
branch
from
August 30, 2023 12:47
5a6a280
to
f1ef97a
Compare
justinehell
force-pushed
the
improvement/add_vite_plugin
branch
from
September 8, 2023 09:42
f1ef97a
to
6bdfb2a
Compare
Error when running app after updating dependencies:
|
Zorin95670
force-pushed
the
improvement/add_vite_plugin
branch
from
October 30, 2023 14:15
6bdfb2a
to
8aaf86c
Compare
Zorin95670
force-pushed
the
improvement/add_vite_plugin
branch
from
October 30, 2023 14:43
4058ba7
to
9815047
Compare
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 |
Kudos, SonarCloud Quality Gate passed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.