File tree Expand file tree Collapse file tree 5 files changed +19
-17
lines changed Expand file tree Collapse file tree 5 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 1
- npx lint-staged
1
+ npx lint-staged --allow-empty
Original file line number Diff line number Diff line change 1
1
# vite-vue-template-sky
2
2
3
+ ## 1.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ ` bbbba47 ` ] ( https://github.com/skyclouds2001/vite-vue-template-sky/commit/bbbba47dae892b1431b91655bf6da5ee80d6e8eb ) Thanks [ @skyclouds2001 ] ( https://github.com/skyclouds2001 ) ! - build: update engine version limit
8
+
9
+ ### Patch Changes
10
+
11
+ - [ ` b135191 ` ] ( https://github.com/skyclouds2001/vite-vue-template-sky/commit/b135191e6f711f0cb9eb01bb6dfa48de4e15cc3e ) Thanks [ @skyclouds2001 ] ( https://github.com/skyclouds2001 ) ! - build: remove useless jsconfig.json file
12
+
13
+ - [ ` c24464e ` ] ( https://github.com/skyclouds2001/vite-vue-template-sky/commit/c24464e1abd42561e6b72e348c8e4c33950fa9de ) Thanks [ @skyclouds2001 ] ( https://github.com/skyclouds2001 ) ! - build: update json stringify config for performance
14
+
15
+ - [ ` 2246b84 ` ] ( https://github.com/skyclouds2001/vite-vue-template-sky/commit/2246b846e4c7c33facb708076b7f52bcf1c361dd ) Thanks [ @skyclouds2001 ] ( https://github.com/skyclouds2001 ) ! - build: allow lint-staged pass empty commit
16
+
3
17
## 1.6.0
4
18
5
19
### Patch Changes
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vite-vue-template-sky" ,
3
3
"private" : true ,
4
- "version" : " 1.6 .0" ,
4
+ "version" : " 1.7 .0" ,
5
5
"description" : " an opinionated vite starter template for vue" ,
6
6
"keywords" : [
7
7
" template" ,
33
33
"engines" : {
34
34
"node" : " >=20.0.0" ,
35
35
"npm" : " >=10.0.0" ,
36
- "yarn" : " >=1.22.0 " ,
37
- "pnpm" : " >=8.11 .0"
36
+ "yarn" : " >=1.22.22 " ,
37
+ "pnpm" : " >=9.0 .0"
38
38
},
39
39
"scripts" : {
40
40
"dev" : " cross-env NODE_ENV=development vite" ,
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export default defineConfig({
49
49
} ,
50
50
json : {
51
51
namedExports : false ,
52
- stringify : true ,
52
+ stringify : 'auto' ,
53
53
} ,
54
54
server : {
55
55
host : env . VITE_DEV_SERVER_HOST ?? 'localhost' ,
You can’t perform that action at this time.
0 commit comments