File tree 16 files changed +9792
-8881
lines changed
16 files changed +9792
-8881
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155
155
run : cd apps/test/vue; yarn generate-coverage
156
156
- name : SonarCloud Scan
157
157
if : ${{ env.SONAR_TOKEN_VUE }}
158
- uses : SonarSource/sonarcloud-github-action@v2.3 .0
158
+ uses : SonarSource/sonarcloud-github-action@v4.0 .0
159
159
with :
160
160
projectBaseDir : packages/sfui/frameworks/vue
161
161
env :
@@ -190,7 +190,7 @@ jobs:
190
190
run : cd apps/test/react; yarn generate-coverage
191
191
- name : SonarCloud Scan
192
192
if : ${{ env.SONAR_TOKEN_REACT }}
193
- uses : SonarSource/sonarcloud-github-action@v2.3 .0
193
+ uses : SonarSource/sonarcloud-github-action@v4.0 .0
194
194
with :
195
195
projectBaseDir : packages/sfui/frameworks/react
196
196
env :
Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 4
4
- path : .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
5
5
spec : ' @yarnpkg/plugin-workspace-tools'
6
6
7
- yarnPath : .yarn/releases/yarn-3.8.6 .cjs
7
+ yarnPath : .yarn/releases/yarn-4.6.0 .cjs
Original file line number Diff line number Diff line change 30
30
"@storefront-ui/typography" : " ^2.6.1" ,
31
31
"@storefront-ui/vue" : " ^2.6.4" ,
32
32
"@tailwindcss/typography" : " ^0.5.13" ,
33
- "@vueuse/integrations" : " ^10.11 .0" ,
34
- "@vueuse/nuxt" : " ^10.11 .0" ,
33
+ "@vueuse/integrations" : " ^12.0 .0" ,
34
+ "@vueuse/nuxt" : " ^12.0 .0" ,
35
35
"focus-trap" : " ^7.5.4" ,
36
- "marked" : " ^13 .0.3 " ,
36
+ "marked" : " ^15 .0.0 " ,
37
37
"nuxt-content-assets" : " ^1.4.3" ,
38
38
"nuxt-icon" : " ^0.6.10" ,
39
39
"sf-docs-base" : " ^1.3.2" ,
Original file line number Diff line number Diff line change 17
17
"classnames" : " ^2.5.1" ,
18
18
"lodash-es" : " ^4.17.21" ,
19
19
"next" : " ^14.2.5" ,
20
- "react" : " ^18.3.1 " ,
21
- "react-dom" : " ^18.3.1 " ,
20
+ "react" : " ^19.0.0 " ,
21
+ "react-dom" : " ^19.0.0 " ,
22
22
"react-transition-group" : " ^4.4.5" ,
23
23
"react-use" : " ^17.5.1" ,
24
24
"swr" : " ^2.2.5"
Original file line number Diff line number Diff line change 25
25
"@storefront-ui/vue" : " workspace:*" ,
26
26
"@tailwindcss/typography" : " ^0.5.13" ,
27
27
"@types/lodash-es" : " ^4.17.12" ,
28
- "@vueuse/core" : " ^10.11 .0" ,
28
+ "@vueuse/core" : " ^12.0 .0" ,
29
29
"autoprefixer" : " ^10.4.19" ,
30
30
"eslint" : " ^8.34.0" ,
31
31
"eslint-plugin-nuxt" : " ^4.0.0" ,
32
32
"nuxt" : " ^3.14.159" ,
33
33
"postcss" : " ^8.4.21" ,
34
34
"prettier" : " ^3.0.0" ,
35
35
"sass" : " ^1.77.8" ,
36
- "sass-loader" : " ^14.2.1 "
36
+ "sass-loader" : " ^16.0.0 "
37
37
},
38
38
"dependencies" : {
39
39
"@storefront-ui/preview-shared" : " workspace:^" ,
Original file line number Diff line number Diff line change 57
57
"devDependencies" : {
58
58
"@changesets/changelog-github" : " ^0.5.0" ,
59
59
"@changesets/cli" : " ^2.26.1" ,
60
- "@commitlint/cli" : " ^17 .0.0" ,
61
- "@commitlint/config-conventional" : " ^17 .0.0" ,
62
- "@frsource/frs-replace" : " ^4.1.1 " ,
60
+ "@commitlint/cli" : " ^19 .0.0" ,
61
+ "@commitlint/config-conventional" : " ^19 .0.0" ,
62
+ "@frsource/frs-replace" : " ^5.0.0 " ,
63
63
"@octokit/core" : " ^6.1.2" ,
64
64
"@storefront-ui/typescript-config" : " workspace:*" ,
65
65
"@vue-storefront/prettier-config" : " ^2.0.0-rc.1" ,
66
66
"commitizen" : " ^4.2.5" ,
67
- "concurrently" : " ^8.2.2 " ,
67
+ "concurrently" : " ^9.0.0 " ,
68
68
"husky" : " ^9.1.4" ,
69
69
"hygen" : " ^6.2.8" ,
70
70
"mdast-util-to-string" : " ^4.0.0" ,
77
77
"turbo" : " ^2.0.9" ,
78
78
"typescript" : " ^5.5.4" ,
79
79
"unified" : " ^11.0.5" ,
80
- "wait-on" : " ^7 .0.1 "
80
+ "wait-on" : " ^8 .0.0 "
81
81
},
82
82
"engines" : {
83
83
"npm" : " >=8.19.1" ,
84
84
"yarn" : " >=1.22.19" ,
85
85
"node" : " >=16.0.0"
86
86
},
87
- "packageManager" : " yarn@3.8.6 " ,
87
+ "packageManager" : " yarn@4.6.0 " ,
88
88
"config" : {
89
89
"commitizen" : {
90
90
"path" : " cz-conventional-changelog" ,
Original file line number Diff line number Diff line change 12
12
"dependencies" : {
13
13
"@typescript-eslint/eslint-plugin" : " ^6.0.0" ,
14
14
"@typescript-eslint/parser" : " ^6.0.0" ,
15
- "@vue-storefront/eslint-config" : " ^3.1.3 " ,
15
+ "@vue-storefront/eslint-config" : " ^4.0.0 " ,
16
16
"@vue/eslint-config-standard" : " ^8.0.1" ,
17
17
"eslint" : " ^8.34.0" ,
18
18
"eslint-config-airbnb" : " ^19.0.4" ,
Original file line number Diff line number Diff line change 31
31
},
32
32
"devDependencies" : {
33
33
"typescript" : " ^5.5.4" ,
34
- "vite" : " ^5.3.5 " ,
35
- "vite-plugin-dts" : " ^3.9.1 "
34
+ "vite" : " ^6.0.0 " ,
35
+ "vite-plugin-dts" : " ^4.0.0 "
36
36
},
37
37
"dependencies" : {
38
38
"@mertasan/tailwindcss-variables" : " ^2.5.2" ,
Original file line number Diff line number Diff line change 55
55
"@storefront-ui/eslint-config" : " workspace:*" ,
56
56
"@storefront-ui/tests-shared" : " workspace:*" ,
57
57
"@vitejs/plugin-react" : " ^4.3.1" ,
58
- "concurrently" : " ^8.2 .0" ,
58
+ "concurrently" : " ^9.0 .0" ,
59
59
"eslint" : " ^8.34.0" ,
60
60
"prettier" : " ^3.0.0" ,
61
- "vite" : " ^5.3.5 " ,
62
- "vite-plugin-dts" : " ^3.9.1 " ,
63
- "vite-tsconfig-paths" : " ^4.3.2 "
61
+ "vite" : " ^6.0.0 " ,
62
+ "vite-plugin-dts" : " ^4.0.0 " ,
63
+ "vite-tsconfig-paths" : " ^5.0.0 "
64
64
},
65
65
"peerDependencies" : {
66
- "react" : " ^18.3.1"
66
+ "react" : " ^18.3.1 || ^19.0.0 "
67
67
},
68
68
"publishConfig" : {
69
69
"access" : " public"
Original file line number Diff line number Diff line change 44
44
"@floating-ui/vue" : " ^1.0.6" ,
45
45
"@storefront-ui/shared" : " workspace:*" ,
46
46
"@storefront-ui/tailwind-config" : " workspace:*" ,
47
- "@vueuse/core" : " ^10.11 .0" ,
47
+ "@vueuse/core" : " ^12.0 .0" ,
48
48
"jw-paginate" : " ^1.0.4" ,
49
49
"tabbable" : " ^6.1.1"
50
50
},
51
51
"devDependencies" : {
52
52
"@storefront-ui/eslint-config" : " workspace:*" ,
53
53
"@storefront-ui/tests-shared" : " workspace:*" ,
54
54
"@vitejs/plugin-vue" : " ^5.1.1" ,
55
- "concurrently" : " ^8.2.2 " ,
55
+ "concurrently" : " ^9.0.0 " ,
56
56
"eslint" : " ^8.34.0" ,
57
57
"prettier" : " ^3.0.0" ,
58
- "vite" : " ^5.3.5 " ,
59
- "vite-plugin-dts" : " ^3.9.1 " ,
60
- "vite-tsconfig-paths" : " ^4.3.2 " ,
58
+ "vite" : " ^6.0.0 " ,
59
+ "vite-plugin-dts" : " ^4.0.0 " ,
60
+ "vite-tsconfig-paths" : " ^5.0.0 " ,
61
61
"vue-tsc" : " ^2.0.29"
62
62
},
63
63
"peerDependencies" : {
Original file line number Diff line number Diff line change 24
24
"devDependencies" : {
25
25
"tabbable" : " ^6.1.1" ,
26
26
"typescript" : " ^5.5.4" ,
27
- "vite" : " ^5.3.5 " ,
28
- "vite-plugin-dts" : " ^3.9.1 " ,
27
+ "vite" : " ^6.0.0 " ,
28
+ "vite-plugin-dts" : " ^4.0.0 " ,
29
29
"vue-tsc" : " ^2.0.29"
30
30
},
31
31
"publishConfig" : {
Original file line number Diff line number Diff line change 23
23
},
24
24
"devDependencies" : {
25
25
"typescript" : " ^5.5.4" ,
26
- "vite" : " ^5.3.5 " ,
27
- "vite-plugin-dts" : " ^3.9.1 "
26
+ "vite" : " ^6.0.0 " ,
27
+ "vite-plugin-dts" : " ^4.0.0 "
28
28
},
29
29
"peerDependencies" : {
30
30
"tailwindcss" : " >=3.0.0 || >= 3.0.0-alpha.1"
Original file line number Diff line number Diff line change 23
23
},
24
24
"devDependencies" : {
25
25
"typescript" : " ^5.5.4" ,
26
- "vite" : " ^5.3.5 " ,
27
- "vite-plugin-dts" : " ^3.9.1 "
26
+ "vite" : " ^6.0.0 " ,
27
+ "vite-plugin-dts" : " ^4.0.0 "
28
28
},
29
29
"peerDependencies" : {
30
30
"tailwindcss" : " >=3.0.0 || >= 3.0.0-alpha.1"
You can’t perform that action at this time.
0 commit comments