Skip to content

Commit 2489bb4

Browse files
committed
chore(release): v0.7.0 [skip actions]
1 parent b668240 commit 2489bb4

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.changeset/enable-type-aware-linting.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# agentic-node-ts-starter
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#62](https://github.com/sapientpants/agentic-node-ts-starter/pull/62) [`b668240`](https://github.com/sapientpants/agentic-node-ts-starter/commit/b668240dfb59c793179957e03ab0615bf67f58b1) Thanks [@sapientpants](https://github.com/sapientpants)! - feat: Enable TypeScript ESLint rules requiring type information
8+
- Added TypeScript ESLint type-aware rules (@typescript-eslint/recommended-type-checked)
9+
- Configured ESLint to use TypeScript compiler for enhanced type checking
10+
- Type-aware rules now catch floating promises, unsafe type assertions, and other subtle type-safety issues
11+
- Rules apply to src/**/\*.ts and tests/**/\*.ts files
12+
- Minimal performance impact (~1.5s for full project lint)
13+
- Improved code quality and runtime safety through compile-time checks
14+
15+
Closes #61
16+
317
## 0.6.0
418

519
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentic-node-ts-starter",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"private": true,
55
"type": "module",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)