Commit 6fe73a1
deps(deps-dev): bump typescript from 5.9.3 to 7.0.2 (#4)
* deps(deps-dev): bump typescript from 5.9.3 to 7.0.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 7.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 7.0.2
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Make the path mappings relative so TypeScript 7 accepts them
TypeScript 7 removed `baseUrl` (TS5102) and rejects a non-relative target in
`paths` (TS5090), so `npm run typecheck` fails on the compiler this commit's
parent installs.
`baseUrl: "."` resolved the targets against this file's directory, and a `./`
prefix resolves them the same way without the removed option, so the four
mappings still point where they did. Nothing else reads them: vitest resolves
`@podiumstack/*` through `resolve.alias` in its own configs, so this is
confined to `tsc`.
The rewritten form compiles under 5.x as well as 7.x, which is why it belongs
in this PR rather than ahead of it.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011ZPuc3Cq4bo5wXBejhn6E1
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent 8a44c50 commit 6fe73a1
3 files changed
Lines changed: 378 additions & 13 deletions
0 commit comments