Skip to content

Commit

Permalink
chore(deps): ⬆️ Update all major dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 8, 2024
1 parent 784f617 commit 899c079
Show file tree
Hide file tree
Showing 14 changed files with 9,285 additions and 9,227 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
run: cd apps/test/vue; yarn generate-coverage
- name: SonarCloud Scan
if: ${{ env.SONAR_TOKEN_VUE }}
uses: SonarSource/sonarcloud-github-action@v2.3.0
uses: SonarSource/sonarcloud-github-action@v3.0.0
with:
projectBaseDir: packages/sfui/frameworks/vue
env:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
run: cd apps/test/react; yarn generate-coverage
- name: SonarCloud Scan
if: ${{ env.SONAR_TOKEN_REACT }}
uses: SonarSource/sonarcloud-github-action@v2.3.0
uses: SonarSource/sonarcloud-github-action@v3.0.0
with:
projectBaseDir: packages/sfui/frameworks/react
env:
Expand Down
875 changes: 0 additions & 875 deletions .yarn/releases/yarn-3.8.3.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'

yarnPath: .yarn/releases/yarn-3.8.3.cjs
yarnPath: .yarn/releases/yarn-4.4.1.cjs
8 changes: 4 additions & 4 deletions apps/docs/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@microsoft/api-extractor": "^7.47.4",
"@types/node": "^20.12.7",
"nuxt": "^3.12.4",
"nuxt-gtag": "^2.1.0"
"nuxt-gtag": "^3.0.0"
},
"dependencies": {
"@microsoft/api-extractor-model": "^7.29.4",
Expand All @@ -30,10 +30,10 @@
"@storefront-ui/typography": "^2.6.1",
"@storefront-ui/vue": "^2.6.4",
"@tailwindcss/typography": "^0.5.13",
"@vueuse/integrations": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"@vueuse/integrations": "^11.0.0",
"@vueuse/nuxt": "^11.0.0",
"focus-trap": "^7.5.4",
"marked": "^13.0.3",
"marked": "^14.0.0",
"nuxt-content-assets": "^1.4.3",
"nuxt-icon": "^0.6.10",
"sf-docs-base": "^1.3.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/preview/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"@storefront-ui/vue": "workspace:*",
"@tailwindcss/typography": "^0.5.13",
"@types/lodash-es": "^4.17.12",
"@vueuse/core": "^10.11.0",
"@vueuse/core": "^11.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.34.0",
"eslint-plugin-nuxt": "^4.0.0",
"nuxt": "^3.12.4",
"postcss": "^8.4.21",
"prettier": "^3.0.0",
"sass": "^1.77.8",
"sass-loader": "^14.2.1"
"sass-loader": "^16.0.0"
},
"dependencies": {
"@storefront-ui/preview-shared": "workspace:^",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@frsource/frs-replace": "^4.1.1",
"@octokit/core": "^6.1.2",
"@storefront-ui/typescript-config": "workspace:*",
"@vue-storefront/prettier-config": "^2.0.0-rc.1",
"commitizen": "^4.2.5",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"husky": "^9.1.4",
"hygen": "^6.2.8",
"mdast-util-to-string": "^4.0.0",
Expand All @@ -77,14 +77,14 @@
"turbo": "^2.0.9",
"typescript": "^5.5.4",
"unified": "^11.0.5",
"wait-on": "^7.0.1"
"wait-on": "^8.0.0"
},
"engines": {
"npm": ">=8.19.1",
"yarn": ">=1.22.19",
"node": ">=16.0.0"
},
"packageManager": "yarn@3.8.3",
"packageManager": "yarn@4.4.1",
"config": {
"commitizen": {
"path": "cz-conventional-changelog",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1"
"vite-plugin-dts": "^4.0.0"
},
"dependencies": {
"@mertasan/tailwindcss-variables": "^2.5.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/sfui/frameworks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"@storefront-ui/eslint-config": "workspace:*",
"@storefront-ui/tests-shared": "workspace:*",
"@vitejs/plugin-react": "^4.3.1",
"concurrently": "^8.2.0",
"concurrently": "^9.0.0",
"eslint": "^8.34.0",
"prettier": "^3.0.0",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1",
"vite-tsconfig-paths": "^4.3.2"
"vite-plugin-dts": "^4.0.0",
"vite-tsconfig-paths": "^5.0.0"
},
"peerDependencies": {
"react": "^18.3.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/sfui/frameworks/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@
"@floating-ui/vue": "^1.0.6",
"@storefront-ui/shared": "workspace:*",
"@storefront-ui/tailwind-config": "workspace:*",
"@vueuse/core": "^10.11.0",
"@vueuse/core": "^11.0.0",
"jw-paginate": "^1.0.4",
"tabbable": "^6.1.1"
},
"devDependencies": {
"@storefront-ui/eslint-config": "workspace:*",
"@storefront-ui/tests-shared": "workspace:*",
"@vitejs/plugin-vue": "^5.1.1",
"concurrently": "^8.2.2",
"concurrently": "^9.0.0",
"eslint": "^8.34.0",
"prettier": "^3.0.0",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1",
"vite-tsconfig-paths": "^4.3.2",
"vite-plugin-dts": "^4.0.0",
"vite-tsconfig-paths": "^5.0.0",
"vue-tsc": "^2.0.29"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tabbable": "^6.1.1",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-dts": "^4.0.0",
"vue-tsc": "^2.0.29"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/tw-plugin-peer-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1"
"vite-plugin-dts": "^4.0.0"
},
"peerDependencies": {
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1"
"vite-plugin-dts": "^4.0.0"
},
"peerDependencies": {
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1"
Expand Down
Loading

0 comments on commit 899c079

Please sign in to comment.