develop - #74
Conversation
gabrielrufino
commented
Jun 24, 2026
- chore: update npm packages
- chore: update npm packages
- test: fix mutation tests and improve coverage
- 1.0.57
- fix: package-lock.json
- 1.0.58
- chore: update npm packages
- chore: update npm packages
- chore: update package-lock.json
- ci: using node 24 for mutation tests
- 1.0.59
- chore: update npm packages
|
There was a problem hiding this comment.
Code Review
This pull request updates the @vitest/coverage-v8 dependency from ^3.2.4 to ^3.2.6 in package.json, along with corresponding updates in package-lock.json. The reviewer suggests also updating the vitest package to ^3.2.6 to maintain version alignment and prevent potential compatibility issues.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| "@commitlint/config-conventional": "^19.8.1", | ||
| "@stryker-mutator/vitest-runner": "^8.7.1", | ||
| "@vitest/coverage-v8": "^3.2.4", | ||
| "@vitest/coverage-v8": "^3.2.6", |


