Skip to content

Commit 9474e59

Browse files
titouanmathisclaude
andcommitted
Update CHANGELOG for vitest 4 upgrade
Co-authored-by: Claude <claude@anthropic.com>
1 parent 80cbb77 commit 9474e59

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- **MCP**: Documentation improved with "Getting Task Context" section and common mistakes to avoid ([be0e07f], [#18])
1818
- **CLI**: Documentation clarified for `api` command - query params vs request body ([be0e07f], [#18])
1919

20+
### Dependencies
21+
22+
- Upgrade vitest `^2.1.8``^4.0.18` and @vitest/coverage-v8 `^2.1.9``^4.0.18` ([0367efa], [#19])
23+
- Upgrade vite `^6.0.7``^7.3.1` ([0367efa], [#19])
24+
- Upgrade @modelcontextprotocol/sdk `^1.0.4``^1.26.0` ([0367efa], [#19])
25+
26+
### Fixed
27+
28+
- Fix test mocks for vitest 4 compatibility — arrow functions replaced with function expressions for class constructors ([80cbb77], [#19])
29+
- Fix exit code assertions for 404 errors (`NOT_FOUND_ERROR = 5`) ([80cbb77], [#19])
30+
2031
[47061f4]: https://github.com/studiometa/productive-tools/commit/47061f4
2132
[1873439]: https://github.com/studiometa/productive-tools/commit/1873439
2233
[be0e07f]: https://github.com/studiometa/productive-tools/commit/be0e07f
2334
[#18]: https://github.com/studiometa/productive-tools/pull/18
35+
[0367efa]: https://github.com/studiometa/productive-tools/commit/0367efa
36+
[80cbb77]: https://github.com/studiometa/productive-tools/commit/80cbb77
37+
[#19]: https://github.com/studiometa/productive-tools/pull/19
2438

2539
## [0.8.2] - 2026-02-03
2640

0 commit comments

Comments
 (0)