Skip to content

Commit e291f4a

Browse files
Merge pull request #3238 from vuestorefront/v2-develop
chore: sync v2-develop with v2
2 parents 77f8177 + d2d8eef commit e291f4a

File tree

14 files changed

+3074
-6291
lines changed

14 files changed

+3074
-6291
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- name: Pre-Cypress (build all dependencies)
145145
run: yarn test:ci-pre:vue
146146
- name: Cypress run
147-
uses: cypress-io/[email protected].2
147+
uses: cypress-io/[email protected].7
148148
with:
149149
browser: chrome
150150
working-directory: apps/test/vue
@@ -179,7 +179,7 @@ jobs:
179179
- name: Pre-Cypress (build all dependencies)
180180
run: yarn test:ci-pre:react
181181
- name: Cypress run
182-
uses: cypress-io/[email protected].2
182+
uses: cypress-io/[email protected].7
183183
with:
184184
browser: chrome
185185
working-directory: apps/test/react
@@ -314,22 +314,3 @@ jobs:
314314
env:
315315
GH_TOKEN: ${{ github.token }}
316316
run: gh pr merge --auto --merge
317-
318-
gg-scanning:
319-
name: GitGuardian scan
320-
runs-on: ubuntu-latest
321-
steps:
322-
- name: Checkout
323-
uses: actions/checkout@v4
324-
with:
325-
fetch-depth: 0
326-
- name: GitGuardian scan
327-
uses: GitGuardian/[email protected]
328-
with:
329-
args: -v
330-
env:
331-
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
332-
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
333-
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
334-
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
335-
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,3 @@ apps/docs/components/utils/components.json
6666
apps/docs/components/utils/showcases.json
6767
apps/docs/components/utils/hooks.json
6868
apps/docs/components/utils/blocks.json
69-
70-
.cache_ggshield

.yarn/releases/yarn-3.8.3.cjs renamed to .yarn/releases/yarn-3.8.6.cjs

Lines changed: 118 additions & 118 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
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.3.cjs
7+
yarnPath: .yarn/releases/yarn-3.8.6.cjs

apps/docs/components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"@microsoft/api-documenter": "^7.25.9",
1717
"@microsoft/api-extractor": "^7.47.4",
1818
"@types/node": "^20.12.7",
19-
"nuxt": "^3.13.2",
19+
"nuxt": "^3.14.159",
2020
"nuxt-gtag": "^3.0.1"
2121
},
2222
"dependencies": {
2323
"@microsoft/api-extractor-model": "^7.29.4",
2424
"@microsoft/tsdoc": "^0.15.0",
25-
"@nuxt/content": "^2.12.1",
25+
"@nuxt/content": "^2.13.4",
2626
"@nuxtjs/algolia": "^1.10.2",
2727
"@nuxtjs/color-mode": "^3.4.2",
2828
"@nuxtjs/seo": "^2.0.0-rc.10",
@@ -36,7 +36,7 @@
3636
"marked": "^13.0.3",
3737
"nuxt-content-assets": "^1.4.3",
3838
"nuxt-icon": "^0.6.10",
39-
"sf-docs-base": "^1.3.1",
39+
"sf-docs-base": "^1.3.2",
4040
"unstorage": "^1.10.2",
4141
"vite-svg-loader": "^5.1.0"
4242
},

apps/preview/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"autoprefixer": "^10.4.19",
3030
"eslint": "^8.34.0",
3131
"eslint-plugin-nuxt": "^4.0.0",
32-
"nuxt": "^3.13.2",
32+
"nuxt": "^3.14.159",
3333
"postcss": "^8.4.21",
3434
"prettier": "^3.0.0",
3535
"sass": "^1.77.8",

apps/test/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:ci:vue": "yarn test:ci && CYPRESS_COVERAGE=true yarn cypress run --component && yarn generate-coverage"
2222
},
2323
"dependencies": {
24-
"vue": "^3.4.27",
24+
"vue": "^3.5.12",
2525
"vue-router": "^4.3.2"
2626
},
2727
"devDependencies": {

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,16 @@
8484
"yarn": ">=1.22.19",
8585
"node": ">=16.0.0"
8686
},
87-
"packageManager": "[email protected].3",
87+
"packageManager": "[email protected].6",
8888
"config": {
8989
"commitizen": {
9090
"path": "cz-conventional-changelog",
9191
"disableScopeLowerCase": true
9292
}
9393
},
9494
"resolutions": {
95-
"@changesets/assemble-release-plan@^6.0.0": "patch:@changesets/assemble-release-plan@npm%3A6.0.0#./.yarn/patches/@changesets-assemble-release-plan-npm-6.0.0-f7b3005037.patch"
95+
"@changesets/assemble-release-plan@^6.0.0": "patch:@changesets/assemble-release-plan@npm%3A6.0.0#./.yarn/patches/@changesets-assemble-release-plan-npm-6.0.0-f7b3005037.patch",
96+
"#sf-docs-base": "old vue with version 3.4. causing missing renderer",
97+
"vue": "3.5.12"
9698
}
9799
}

packages/config/example-style/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'controls';
1+
@use 'controls';
22

33
.e-page {
44
width: 100%;

packages/sfui/frameworks/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"@nuxt/schema": "^3.13.2",
5050
"@storefront-ui/eslint-config": "workspace:*",
5151
"eslint": "^8.34.0",
52-
"nuxt": "^3.13.2"
52+
"nuxt": "^3.14.159"
5353
}
5454
}

0 commit comments

Comments
 (0)