[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): bump `ast-v8-to-istanbul` for perf improvements (#10777)

authored by

Ari Perkkiö and committed by
GitHub
(Jul 16, 2026, 10:54 AM +0300) 63dd3de8 3923cab3

+6 -6
+5 -5
pnpm-lock.yaml
··· 701 701 specifier: workspace:* 702 702 version: link:../utils 703 703 ast-v8-to-istanbul: 704 - specifier: ^1.0.0 705 - version: 1.0.0 704 + specifier: ^1.0.5 705 + version: 1.0.5 706 706 istanbul-lib-coverage: 707 707 specifier: 'catalog:' 708 708 version: 3.2.2 ··· 6162 6162 resolution: {integrity: sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==} 6163 6163 engines: {node: '>=4'} 6164 6164 6165 - ast-v8-to-istanbul@1.0.0: 6166 - resolution: {integrity: sha512-1fSfIwuDICFA4LKkCzRPO7F0hzFf0B7+Xqrl27ynQaa+Rh0e1Es0v6kWHPott3lU10AyAr7oKHa65OppjLn3Rg==} 6165 + ast-v8-to-istanbul@1.0.5: 6166 + resolution: {integrity: sha512-UPAgKJFSEGMWSDr3LX4tqnAb4f7KGT8O40Tyx8wbYmmZ/yn58lNCm8h3svs3eXgiGd5AXxz8NDOvXWvicq+rJA==} 6167 6167 6168 6168 ast-walker-scope@0.8.3: 6169 6169 resolution: {integrity: sha512-cbdCP0PGOBq0ASG+sjnKIoYkWMKhhz+F/h9pRexUdX2Hd38+WOlBkRKlqkGOSm0YQpcFMQBJeK4WspUAkwsEdg==} ··· 15128 15128 dependencies: 15129 15129 tslib: 2.8.1 15130 15130 15131 - ast-v8-to-istanbul@1.0.0: 15131 + ast-v8-to-istanbul@1.0.5: 15132 15132 dependencies: 15133 15133 '@jridgewell/trace-mapping': 0.3.31 15134 15134 estree-walker: 3.0.3
+1 -1
packages/coverage-v8/package.json
··· 56 56 "dependencies": { 57 57 "@bcoe/v8-coverage": "^1.0.2", 58 58 "@vitest/utils": "workspace:*", 59 - "ast-v8-to-istanbul": "^1.0.0", 59 + "ast-v8-to-istanbul": "^1.0.5", 60 60 "istanbul-lib-coverage": "catalog:", 61 61 "istanbul-lib-report": "catalog:", 62 62 "istanbul-reports": "catalog:",