Skip to content

Commit 104ea6c

Browse files
idemergeclaude
andcommitted
Release v2.15.1 — fix CI: move supertest to backend/
v2.15.0 typecheck passed locally but failed in CI because supertest was installed at the workspace root instead of in backend/package.json. TypeScript resolves up the directory tree, so local tests found it via root node_modules, but CI installs each sub-package independently. Move both supertest and @types/supertest to backend/package.json. No code changes — release purely to unblock CI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent cac8d8d commit 104ea6c

7 files changed

Lines changed: 303 additions & 645 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## [2.15.1] - 2026-05-15
8+
9+
### Fixed
10+
- CI: `supertest` and `@types/supertest` moved from root `package.json` to `backend/package.json`. Local tests passed because TypeScript resolves up the directory tree to root `node_modules`, but CI installs each sub-package independently and could not find the module. Type check now passes in CI
11+
712
## [2.15.0] - 2026-05-15
813

914
### Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.15.0
1+
2.15.1

0 commit comments

Comments
 (0)