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

build!: from vue cli to vite #613

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
fd5d6aa
build!: from vue cli to vite
Quentin-Guillemin Jun 19, 2024
3c30f59
style: fix indentation
Quentin-Guillemin Jun 19, 2024
42f7540
build!: from jest to vitest
Quentin-Guillemin Jun 19, 2024
5eaea01
fix: admin configuration error
Quentin-Guillemin Sep 13, 2023
875f6fe
fix: add missing i18n values
Quentin-Guillemin Sep 14, 2023
087a645
build: bump node from 16.17.0 to 18
Quentin-Guillemin Oct 13, 2023
ece58d9
build: ignore local environment files
Quentin-Guillemin Oct 13, 2023
9449ee2
build: bump node from 18 to 20
Quentin-Guillemin Jun 19, 2024
4e9ae45
build!: bump eslint from 8.57.1 to 9.14.0
Quentin-Guillemin Nov 15, 2024
f171911
build: bump node from 20 to 22
Quentin-Guillemin Nov 15, 2024
6273d25
build: cleanup package-lock.json
Quentin-Guillemin Nov 15, 2024
972f01e
fix: missing back version when migrate to vite
Quentin-Guillemin Nov 15, 2024
c8e0ba5
build(deps-dev): bump @fortawesome/fontawesome-free from 6.4.2 to 6.6.0
Quentin-Guillemin Nov 15, 2024
3c3a6a3
build(deps): bump vue from 3.2.47 to 3.5.12
Quentin-Guillemin Nov 15, 2024
8db64e9
build(deps-dev): bump xml2js from 0.5.0 to 0.6.2
Quentin-Guillemin Nov 15, 2024
371ffc6
build(deps-dev): bump @commitlint from 17.7.1 to 19.5.0
Quentin-Guillemin Nov 15, 2024
c950871
build(deps-dev): bump sass from 1.69.5 to 1.81.0
Quentin-Guillemin Nov 15, 2024
4d8bde0
build(deps-dev): bump vite from 4.4.9 to 5.4.11
Quentin-Guillemin Nov 15, 2024
4d33a5c
build(deps): bump vue-i18n from 9.4.0 to 10.0.1
Quentin-Guillemin Nov 15, 2024
636058d
build(deps-dev): bump @vitejs/plugin-vue from 4.3.4 to 5.2.0
Quentin-Guillemin Nov 15, 2024
578b624
build(deps): bump vue-router from 4.1.6 to 4.4.5
Quentin-Guillemin Nov 15, 2024
0a3e6a6
build(deps-dev): bump jsdom from 22.1.0 to 25.0.1
Quentin-Guillemin Nov 15, 2024
f7bec59
build(deps-dev): bump vitest from 0.34.4 to 1.6.0
Quentin-Guillemin Nov 15, 2024
f352d7e
style: format with eslint 9
Quentin-Guillemin Nov 15, 2024
482a817
style: format tests with eslint 9
Quentin-Guillemin Nov 15, 2024
82a4282
fix: eslint issues
Quentin-Guillemin Nov 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build(deps-dev): bump @vitejs/plugin-vue from 4.3.4 to 5.2.0
  • Loading branch information
Quentin-Guillemin committed Nov 15, 2024
commit 636058def56a60f82cc6855a0c9d4f5a0abc037b
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@intlify/unplugin-vue-i18n": "^5.3.1",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/test-utils": "2.4.6",
"eslint": "^9.14.0",
"eslint-plugin-format": "^0.1.2",
Expand Down