Skip to content

Commit cad23e4

Browse files
chore(deps): ⬆️ Update all major dependency bump
1 parent da07cce commit cad23e4

File tree

16 files changed

+9792
-8881
lines changed

16 files changed

+9792
-8881
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
run: cd apps/test/vue; yarn generate-coverage
156156
- name: SonarCloud Scan
157157
if: ${{ env.SONAR_TOKEN_VUE }}
158-
uses: SonarSource/sonarcloud-github-action@v2.3.0
158+
uses: SonarSource/sonarcloud-github-action@v4.0.0
159159
with:
160160
projectBaseDir: packages/sfui/frameworks/vue
161161
env:
@@ -190,7 +190,7 @@ jobs:
190190
run: cd apps/test/react; yarn generate-coverage
191191
- name: SonarCloud Scan
192192
if: ${{ env.SONAR_TOKEN_REACT }}
193-
uses: SonarSource/sonarcloud-github-action@v2.3.0
193+
uses: SonarSource/sonarcloud-github-action@v4.0.0
194194
with:
195195
projectBaseDir: packages/sfui/frameworks/react
196196
env:

Diff for: .yarn/releases/yarn-3.8.6.cjs

-875
This file was deleted.

Diff for: .yarn/releases/yarn-4.6.0.cjs

+934
Large diffs are not rendered by default.

Diff for: .yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ plugins:
44
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
55
spec: '@yarnpkg/plugin-workspace-tools'
66

7-
yarnPath: .yarn/releases/yarn-3.8.6.cjs
7+
yarnPath: .yarn/releases/yarn-4.6.0.cjs

Diff for: apps/docs/components/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"@storefront-ui/typography": "^2.6.1",
3131
"@storefront-ui/vue": "^2.6.4",
3232
"@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",
3535
"focus-trap": "^7.5.4",
36-
"marked": "^13.0.3",
36+
"marked": "^15.0.0",
3737
"nuxt-content-assets": "^1.4.3",
3838
"nuxt-icon": "^0.6.10",
3939
"sf-docs-base": "^1.3.2",

Diff for: apps/preview/next/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"classnames": "^2.5.1",
1818
"lodash-es": "^4.17.21",
1919
"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",
2222
"react-transition-group": "^4.4.5",
2323
"react-use": "^17.5.1",
2424
"swr": "^2.2.5"

Diff for: apps/preview/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"@storefront-ui/vue": "workspace:*",
2626
"@tailwindcss/typography": "^0.5.13",
2727
"@types/lodash-es": "^4.17.12",
28-
"@vueuse/core": "^10.11.0",
28+
"@vueuse/core": "^12.0.0",
2929
"autoprefixer": "^10.4.19",
3030
"eslint": "^8.34.0",
3131
"eslint-plugin-nuxt": "^4.0.0",
3232
"nuxt": "^3.14.159",
3333
"postcss": "^8.4.21",
3434
"prettier": "^3.0.0",
3535
"sass": "^1.77.8",
36-
"sass-loader": "^14.2.1"
36+
"sass-loader": "^16.0.0"
3737
},
3838
"dependencies": {
3939
"@storefront-ui/preview-shared": "workspace:^",

Diff for: package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
"devDependencies": {
5858
"@changesets/changelog-github": "^0.5.0",
5959
"@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",
6363
"@octokit/core": "^6.1.2",
6464
"@storefront-ui/typescript-config": "workspace:*",
6565
"@vue-storefront/prettier-config": "^2.0.0-rc.1",
6666
"commitizen": "^4.2.5",
67-
"concurrently": "^8.2.2",
67+
"concurrently": "^9.0.0",
6868
"husky": "^9.1.4",
6969
"hygen": "^6.2.8",
7070
"mdast-util-to-string": "^4.0.0",
@@ -77,14 +77,14 @@
7777
"turbo": "^2.0.9",
7878
"typescript": "^5.5.4",
7979
"unified": "^11.0.5",
80-
"wait-on": "^7.0.1"
80+
"wait-on": "^8.0.0"
8181
},
8282
"engines": {
8383
"npm": ">=8.19.1",
8484
"yarn": ">=1.22.19",
8585
"node": ">=16.0.0"
8686
},
87-
"packageManager": "yarn@3.8.6",
87+
"packageManager": "yarn@4.6.0",
8888
"config": {
8989
"commitizen": {
9090
"path": "cz-conventional-changelog",

Diff for: packages/config/eslint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@typescript-eslint/eslint-plugin": "^6.0.0",
1414
"@typescript-eslint/parser": "^6.0.0",
15-
"@vue-storefront/eslint-config": "^3.1.3",
15+
"@vue-storefront/eslint-config": "^4.0.0",
1616
"@vue/eslint-config-standard": "^8.0.1",
1717
"eslint": "^8.34.0",
1818
"eslint-config-airbnb": "^19.0.4",

Diff for: packages/config/tailwind/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
},
3232
"devDependencies": {
3333
"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"
3636
},
3737
"dependencies": {
3838
"@mertasan/tailwindcss-variables": "^2.5.2",

Diff for: packages/sfui/frameworks/react/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@
5555
"@storefront-ui/eslint-config": "workspace:*",
5656
"@storefront-ui/tests-shared": "workspace:*",
5757
"@vitejs/plugin-react": "^4.3.1",
58-
"concurrently": "^8.2.0",
58+
"concurrently": "^9.0.0",
5959
"eslint": "^8.34.0",
6060
"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"
6464
},
6565
"peerDependencies": {
66-
"react": "^18.3.1"
66+
"react": "^18.3.1 || ^19.0.0"
6767
},
6868
"publishConfig": {
6969
"access": "public"

Diff for: packages/sfui/frameworks/vue/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@
4444
"@floating-ui/vue": "^1.0.6",
4545
"@storefront-ui/shared": "workspace:*",
4646
"@storefront-ui/tailwind-config": "workspace:*",
47-
"@vueuse/core": "^10.11.0",
47+
"@vueuse/core": "^12.0.0",
4848
"jw-paginate": "^1.0.4",
4949
"tabbable": "^6.1.1"
5050
},
5151
"devDependencies": {
5252
"@storefront-ui/eslint-config": "workspace:*",
5353
"@storefront-ui/tests-shared": "workspace:*",
5454
"@vitejs/plugin-vue": "^5.1.1",
55-
"concurrently": "^8.2.2",
55+
"concurrently": "^9.0.0",
5656
"eslint": "^8.34.0",
5757
"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",
6161
"vue-tsc": "^2.0.29"
6262
},
6363
"peerDependencies": {

Diff for: packages/sfui/shared/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"devDependencies": {
2525
"tabbable": "^6.1.1",
2626
"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",
2929
"vue-tsc": "^2.0.29"
3030
},
3131
"publishConfig": {

Diff for: packages/sfui/tw-plugin-peer-next/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"devDependencies": {
2525
"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"
2828
},
2929
"peerDependencies": {
3030
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1"

Diff for: packages/sfui/typography/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"devDependencies": {
2525
"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"
2828
},
2929
"peerDependencies": {
3030
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1"

0 commit comments

Comments
 (0)