Commit 07a8162
committed
chore(deps): update TypeSpec and ESLint dependencies to latest stable versions
## Summary
Updated multiple npm dependencies in package.json to their latest stable
versions, ensuring the project stays current with upstream libraries and
receives the latest bug fixes, performance improvements, and security
patches.
## Changes Made
### Dev Dependencies Updated
- @typescript-eslint/eslint-plugin: ^8.59.3 → ^8.61.0
- @typescript-eslint/parser: ^8.59.3 → ^8.61.0
- @typespec/compiler: 1.12.0 → 1.13.0
- @typespec/http: 1.12.0 → 1.13.0
- eslint: ^10.4.0 → ^10.4.1
- prettier: ^3.8.3 → ^3.8.4
### Peer Dependencies Updated
- @typespec/compiler: 1.12.0 → 1.13.0 (aligned with dev dependency)
- @typespec/http: 1.12.0 → 1.13.0 (aligned with dev dependency)
## Rationale
1. **TypeSpec 1.13.0**: Major version bump in the TypeSpec compiler and http
package brings new language features, improved type checking, and updated
API surface that may be required by downstream TypeSpec Go emitters.
2. **ESLint 8.61.0**: Updated TypeScript ESLint packages provide better
TypeScript 6.x compatibility, improved rule performance, and additional
linting capabilities for stricter code quality enforcement.
3. **Prettier 3.8.4**: Latest patch release includes bug fixes and minor
improvements to code formatting consistency.
4. **ESLint 10.4.1**: Minor patch update with bug fixes for ESLint 10.x
## Impact
- Low risk: patch and minor version updates with backward-compatible changes
- Both devDependencies and peerDependencies updated in sync for consistency
- No breaking changes expected for existing TypeSpec Go emitter functionality
💘 Generated with Crush
Assisted-by: Crush:MiniMax-M2.7-highspeed1 parent 8d3e2b7 commit 07a8162
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
0 commit comments