Skip to content

Commit e07ada7

Browse files
chore(deps): update tests packages (major) (#2286)
* chore(deps): update tests packages * Update coverage include pattern --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ronnie Dutta <[email protected]>
1 parent 7a32883 commit e07ada7

File tree

3 files changed

+370
-673
lines changed

3 files changed

+370
-673
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
"@cypress/code-coverage": "3.14.6",
5858
"@vitejs/plugin-react": "5.1.1",
5959
"@vitejs/plugin-vue": "6.0.1",
60-
"@vitest/coverage-istanbul": "3.2.4",
60+
"@vitest/coverage-istanbul": "4.0.8",
6161
"@vue/test-utils": "2.4.6",
6262
"concurrently": "9.2.1",
6363
"cross-fetch": "4.1.0",
64-
"cypress": "14.5.4",
64+
"cypress": "15.6.0",
6565
"cypress-vite": "1.7.0",
6666
"eslint": "8.57.1",
6767
"eslint-config-standard": "17.1.0",
@@ -76,7 +76,7 @@
7676
"express": "5.1.0",
7777
"express-ws": "5.0.2",
7878
"istanbul-lib-coverage": "3.2.2",
79-
"jsdom": "26.1.0",
79+
"jsdom": "27.2.0",
8080
"json-server": "0.17.4",
8181
"nodemon": "3.1.10",
8282
"nyc": "17.1.0",
@@ -87,7 +87,7 @@
8787
"vite-plugin-eslint": "1.8.1",
8888
"vite-plugin-istanbul": "7.1.0",
8989
"vite-plugin-vuetify": "2.1.2",
90-
"vitest": "3.2.4"
90+
"vitest": "4.0.8"
9191
},
9292
"peerDependenciesMeta": {
9393
"react": {

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default defineConfig(({ mode }) => {
135135
coverage: {
136136
provider: 'istanbul',
137137
include: [
138-
'src/**'
138+
'src/**/*.{js,mjs,jsx,ts,tsx,vue}',
139139
],
140140
exclude: [
141141
'src/services/mock/**'

0 commit comments

Comments
 (0)