Skip to content

fix(build): ignoreDeprecations for TS7 DTS build breakage#24

Merged
asachs01 merged 1 commit into
mainfrom
fix/typescript-7-native-compiler-dts-build
Jul 22, 2026
Merged

fix(build): ignoreDeprecations for TS7 DTS build breakage#24
asachs01 merged 1 commit into
mainfrom
fix/typescript-7-native-compiler-dts-build

Conversation

@asachs01

Copy link
Copy Markdown
Member

Main's Release CI has been failing since the last push (06-24) — this repo was already pinned to typescript ^6.0.3 but tsup's internal compilerOptions merge triggers TS5101 (baseUrl deprecated ahead of full TS7 removal), even though this repo's own tsconfig.json doesn't set baseUrl. Same underlying TS7-adoption class as wyre-technology/blackpoint-mcp#44, just the second-stage symptom. Added the TS-team-recommended ignoreDeprecations: "6.0" stopgap.

Verified locally: npm run build (incl DTS) clean, npm test 8/8 passing.

🤖 Generated with Claude Code

… ^6.0.3)

Same class as wyre-technology/blackpoint-mcp#44. Already pinned to
typescript ^6.0.3 but tsup's internal compilerOptions merge triggers
TS5101 (baseUrl deprecated ahead of full TS7 removal). Added the
TS-team-recommended ignoreDeprecations: "6.0" stopgap.

Verified locally: npm run build (incl DTS) clean, npm test 8/8 passing.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@asachs01
asachs01 merged commit e38dac1 into main Jul 22, 2026
1 check passed
@asachs01
asachs01 deleted the fix/typescript-7-native-compiler-dts-build branch July 22, 2026 05:03
@github-project-automation github-project-automation Bot moved this from Todo to Done in MSP Claude Plugins Jul 22, 2026
github-actions Bot pushed a commit that referenced this pull request Jul 23, 2026
## [1.0.1](v1.0.0...v1.0.1) (2026-07-23)

### Bug Fixes

* **build:** ignoreDeprecations for TS7 DTS build breakage (already on ^6.0.3) ([#24](#24)) ([e38dac1](e38dac1))
* **ci:** drop Node 18.x from the test matrix (EOL, vitest 4 requires 20.12+) ([#25](#25)) ([2bbee93](2bbee93))
* **security:** SHA-pin auto-add-to-project.yml [@main](https://github.com/main) -> [@6ae1533dd72f](https://github.com/6ae1533dd72f) (warden C-4) ([#15](#15)) ([03ff076](03ff076))
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 1.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant