Skip to content

Commit 83f19e8

Browse files
chore(deps): ⬆️ Update all minor and patch dependency bump (#3239)
* chore(deps): ⬆️ Update all minor and patch dependency bump * chore: lint autofix * chore: fixup cypress action upgrade cypress github-action upgrade sonarqube scan action --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jakub Freisler <jakub@frsource.org>
1 parent 8b35d65 commit 83f19e8

File tree

8 files changed

+14
-25
lines changed

8 files changed

+14
-25
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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/github-action@v6.7.8
147+
uses: cypress-io/github-action@v6.10.2
148148
with:
149149
browser: chrome
150150
working-directory: apps/test/vue
@@ -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/sonarqube-scan-action@v5
159159
with:
160160
projectBaseDir: packages/sfui/frameworks/vue
161161
env:
@@ -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/github-action@v6.7.8
182+
uses: cypress-io/github-action@v6.10.2
183183
with:
184184
browser: chrome
185185
working-directory: apps/test/react
@@ -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/sonarqube-scan-action@v5
194194
with:
195195
projectBaseDir: packages/sfui/frameworks/react
196196
env:

apps/preview/next/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

apps/test/react/cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineConfig } from 'cypress';
2-
import codeCoverage from '@cypress/code-coverage/task';
2+
import codeCoverage from '@cypress/code-coverage/task.js';
33
import { initPlugin } from '@frsource/cypress-plugin-visual-regression-diff/plugins';
44

55
const isCoverageEnabled = process.env.CYPRESS_COVERAGE === 'true';

apps/test/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react-dom": "^18.3.1"
2626
},
2727
"devDependencies": {
28-
"@cypress/code-coverage": "^3.12.29",
28+
"@cypress/code-coverage": "3.13.4",
2929
"@frsource/cypress-plugin-visual-regression-diff": "^3.3.10",
3030
"@frsource/frs-replace": "^4.1.1",
3131
"@storefront-ui/eslint-config": "workspace:*",

apps/test/vue/cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { defineConfig } from 'cypress';
22
import { initPlugin } from '@frsource/cypress-plugin-visual-regression-diff/plugins';
3-
import coverageTask from '@cypress/code-coverage/task';
3+
import coverageTask from '@cypress/code-coverage/task.js';
44

55
const isCoverageEnabled = process.env.CYPRESS_COVERAGE === 'true';
66
const singleFile = process.env.SPEC ? `${process.env.SPEC}/` : '';

apps/test/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"vue-router": "^4.3.2"
2626
},
2727
"devDependencies": {
28-
"@cypress/code-coverage": "^3.12.29",
28+
"@cypress/code-coverage": "3.13.4",
2929
"@frsource/cypress-plugin-visual-regression-diff": "^3.3.10",
3030
"@frsource/frs-replace": "^4.1.1",
3131
"@rushstack/eslint-patch": "^1.2.0",

packages/sfui/frameworks/vue/components/SfSelect/SfSelect.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ keep it here, or to always pass modelValue to the component.
5151
*/
5252
const internalState = ref<string>(modelValue.value);
5353
const selectModel = computed({
54-
get: () => modelValue.value || internalState.value,
54+
get: () => modelValue.value || internalState.value,
5555
set: (value) => {
5656
emit('update:modelValue', value);
5757
internalState.value = value;

yarn.lock

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ __metadata:
11891189
languageName: node
11901190
linkType: hard
11911191

1192-
"@cypress/code-coverage@npm:^3.12.29":
1192+
"@cypress/code-coverage@npm:3.13.4":
11931193
version: 3.13.4
11941194
resolution: "@cypress/code-coverage@npm:3.13.4"
11951195
dependencies:
@@ -4364,7 +4364,7 @@ __metadata:
43644364
version: 0.0.0-use.local
43654365
resolution: "@storefront-ui/react-test@workspace:apps/test/react"
43664366
dependencies:
4367-
"@cypress/code-coverage": ^3.12.29
4367+
"@cypress/code-coverage": 3.13.4
43684368
"@frsource/cypress-plugin-visual-regression-diff": ^3.3.10
43694369
"@frsource/frs-replace": ^4.1.1
43704370
"@storefront-ui/eslint-config": "workspace:*"
@@ -4501,7 +4501,7 @@ __metadata:
45014501
version: 0.0.0-use.local
45024502
resolution: "@storefront-ui/vue-test@workspace:apps/test/vue"
45034503
dependencies:
4504-
"@cypress/code-coverage": ^3.12.29
4504+
"@cypress/code-coverage": 3.13.4
45054505
"@frsource/cypress-plugin-visual-regression-diff": ^3.3.10
45064506
"@frsource/frs-replace": ^4.1.1
45074507
"@rushstack/eslint-patch": ^1.2.0
@@ -18477,18 +18477,7 @@ __metadata:
1847718477
languageName: node
1847818478
linkType: hard
1847918479

18480-
"postcss@npm:^8.4.21, postcss@npm:^8.4.23, postcss@npm:^8.4.43, postcss@npm:^8.4.45, postcss@npm:^8.4.47":
18481-
version: 8.4.49
18482-
resolution: "postcss@npm:8.4.49"
18483-
dependencies:
18484-
nanoid: ^3.3.7
18485-
picocolors: ^1.1.1
18486-
source-map-js: ^1.2.1
18487-
checksum: eb5d6cbdca24f50399aafa5d2bea489e4caee4c563ea1edd5a2485bc5f84e9ceef3febf170272bc83a99c31d23a316ad179213e853f34c2a7a8ffa534559d63a
18488-
languageName: node
18489-
linkType: hard
18490-
18491-
"postcss@npm:^8.4.48":
18480+
"postcss@npm:^8.4.21, postcss@npm:^8.4.23, postcss@npm:^8.4.43, postcss@npm:^8.4.45, postcss@npm:^8.4.47, postcss@npm:^8.4.48":
1849218481
version: 8.4.49
1849318482
resolution: "postcss@npm:8.4.49"
1849418483
dependencies:

0 commit comments

Comments
 (0)