chore(deps): update dependency vitest to ^4.0.5

This commit is contained in:
renovate[bot]
2025-10-30 21:52:45 +00:00
committed by GitHub
parent 17f62bf491
commit 702b3eb971
2 changed files with 43 additions and 43 deletions

View File

@@ -65,7 +65,7 @@
"vite": "^7.1.12",
"vite-plugin-checker": "^0.11.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.4",
"vitest": "^4.0.5",
"yaml": "^2.8.1"
}
},
@@ -2510,16 +2510,16 @@
}
},
"node_modules/@vitest/expect": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.0.4.tgz",
"integrity": "sha512-0ioMscWJtfpyH7+P82sGpAi3Si30OVV73jD+tEqXm5+rIx9LgnfdaOn45uaFkKOncABi/PHL00Yn0oW/wK4cXw==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.0.5.tgz",
"integrity": "sha512-DJctLVlKoddvP/G389oGmKWNG6GD9frm2FPXARziU80Rjo7SIYxQzb2YFzmQ4fVD3Q5utUYY8nUmWrqsuIlIXQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@standard-schema/spec": "^1.0.0",
"@types/chai": "^5.2.2",
"@vitest/spy": "4.0.4",
"@vitest/utils": "4.0.4",
"@vitest/spy": "4.0.5",
"@vitest/utils": "4.0.5",
"chai": "^6.0.1",
"tinyrainbow": "^3.0.3"
},
@@ -2528,13 +2528,13 @@
}
},
"node_modules/@vitest/mocker": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.0.4.tgz",
"integrity": "sha512-UTtKgpjWj+pvn3lUM55nSg34098obGhSHH+KlJcXesky8b5wCUgg7s60epxrS6yAG8slZ9W8T9jGWg4PisMf5Q==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.0.5.tgz",
"integrity": "sha512-iYHIy72LfbK+mL5W8zXROp6oOcJKXWeKcNjcPPsqoa18qIEDrhB6/Z08o0wRajTd6SSSDNw8NCSIHVNOMpz0mw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@vitest/spy": "4.0.4",
"@vitest/spy": "4.0.5",
"estree-walker": "^3.0.3",
"magic-string": "^0.30.19"
},
@@ -2555,9 +2555,9 @@
}
},
"node_modules/@vitest/pretty-format": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.0.4.tgz",
"integrity": "sha512-lHI2rbyrLVSd1TiHGJYyEtbOBo2SDndIsN3qY4o4xe2pBxoJLD6IICghNCvD7P+BFin6jeyHXiUICXqgl6vEaQ==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.0.5.tgz",
"integrity": "sha512-t1T/sSdsYyNc5AZl0EMeD0jW9cpJe2cODP0R++ZQe1kTkpgrwEfxGFR/yCG4w8ZybizbXRTHU7lE8sTDD/QsGw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -2568,13 +2568,13 @@
}
},
"node_modules/@vitest/runner": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.0.4.tgz",
"integrity": "sha512-99EDqiCkncCmvIZj3qJXBZbyoQ35ghOwVWNnQ5nj0Hnsv4Qm40HmrMJrceewjLVvsxV/JSU4qyx2CGcfMBmXJw==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.0.5.tgz",
"integrity": "sha512-CQVVe+YEeKSiFBD5gBAmRDQglm4PnMBYzeTmt06t5iWtsUN9StQeeKhYCea/oaqBYilf8sARG6fSctUcEL/UmQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@vitest/utils": "4.0.4",
"@vitest/utils": "4.0.5",
"pathe": "^2.0.3"
},
"funding": {
@@ -2582,13 +2582,13 @@
}
},
"node_modules/@vitest/snapshot": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.0.4.tgz",
"integrity": "sha512-XICqf5Gi4648FGoBIeRgnHWSNDp+7R5tpclGosFaUUFzY6SfcpsfHNMnC7oDu/iOLBxYfxVzaQpylEvpgii3zw==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.0.5.tgz",
"integrity": "sha512-jfmSAeR6xYNEvcD+/RxFGA1bzpqHtkVhgxo2cxXia+Q3xX7m6GpZij07rz+WyQcA/xEGn4eIS1OItkMyWsGBmQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@vitest/pretty-format": "4.0.4",
"@vitest/pretty-format": "4.0.5",
"magic-string": "^0.30.19",
"pathe": "^2.0.3"
},
@@ -2597,9 +2597,9 @@
}
},
"node_modules/@vitest/spy": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.0.4.tgz",
"integrity": "sha512-G9L13AFyYECo40QG7E07EdYnZZYCKMTSp83p9W8Vwed0IyCG1GnpDLxObkx8uOGPXfDpdeVf24P1Yka8/q1s9g==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.0.5.tgz",
"integrity": "sha512-TUmVQpAQign7r8+EnZsgTF3vY9BdGofTUge1rGNbnHn2IN3FChiQoT9lrPz7A7AVUZJU2LAZXl4v66HhsNMhoA==",
"dev": true,
"license": "MIT",
"funding": {
@@ -2607,13 +2607,13 @@
}
},
"node_modules/@vitest/utils": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.0.4.tgz",
"integrity": "sha512-4bJLmSvZLyVbNsYFRpPYdJViG9jZyRvMZ35IF4ymXbRZoS+ycYghmwTGiscTXduUg2lgKK7POWIyXJNute1hjw==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.0.5.tgz",
"integrity": "sha512-V5RndUgCB5/AfNvK9zxGCrRs99IrPYtMTIdUzJMMFs9nrmE5JXExIEfjVtUteyTRiLfCm+dCRMHf/Uu7Mm8/dg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@vitest/pretty-format": "4.0.4",
"@vitest/pretty-format": "4.0.5",
"tinyrainbow": "^3.0.3"
},
"funding": {
@@ -6553,19 +6553,19 @@
}
},
"node_modules/vitest": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.0.4.tgz",
"integrity": "sha512-hV31h0/bGbtmDQc0KqaxsTO1v4ZQeF8ojDFuy4sZhFadwAqqvJA0LDw68QUocctI5EDpFMql/jVWKuPYHIf2Ew==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.0.5.tgz",
"integrity": "sha512-4H+J28MI5oeYgGg3h5BFSkQ1g/2GKK1IR8oorH3a6EQQbb7CwjbnyBjH4PGxw9/6vpwAPNzaeUMp4Js4WJmdXQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@vitest/expect": "4.0.4",
"@vitest/mocker": "4.0.4",
"@vitest/pretty-format": "4.0.4",
"@vitest/runner": "4.0.4",
"@vitest/snapshot": "4.0.4",
"@vitest/spy": "4.0.4",
"@vitest/utils": "4.0.4",
"@vitest/expect": "4.0.5",
"@vitest/mocker": "4.0.5",
"@vitest/pretty-format": "4.0.5",
"@vitest/runner": "4.0.5",
"@vitest/snapshot": "4.0.5",
"@vitest/spy": "4.0.5",
"@vitest/utils": "4.0.5",
"debug": "^4.4.3",
"es-module-lexer": "^1.7.0",
"expect-type": "^1.2.2",
@@ -6593,10 +6593,10 @@
"@edge-runtime/vm": "*",
"@types/debug": "^4.1.12",
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
"@vitest/browser-playwright": "4.0.4",
"@vitest/browser-preview": "4.0.4",
"@vitest/browser-webdriverio": "4.0.4",
"@vitest/ui": "4.0.4",
"@vitest/browser-playwright": "4.0.5",
"@vitest/browser-preview": "4.0.5",
"@vitest/browser-webdriverio": "4.0.5",
"@vitest/ui": "4.0.5",
"happy-dom": "*",
"jsdom": "*"
},

View File

@@ -72,7 +72,7 @@
"vite": "^7.1.12",
"vite-plugin-checker": "^0.11.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.4",
"vitest": "^4.0.5",
"yaml": "^2.8.1"
},
"overrides": {