You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update all dependencies to latest versions (#225)
* chore: update all dependencies to latest versions
Update all dependencies to their latest versions and fix breaking changes:
- TypeScript 5.9.3: remove deprecated suppressImplicitAnyIndexErrors
- execa 9: use named exports and new API in safe-execa and tests
- tempy 3: use temporaryDirectory named export
- load-yaml-file 1, load-json-file 7, write-json-file 7, make-dir 5: use named exports
- Remove unused make-dir dependency from write-ini-file
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: update @types/node override to 25.4.0
The workspace override was pinning @types/node to 14.14.6, which lacks
node: protocol type declarations needed by execa v9.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: address code review feedback
- Constrain pMapValues K generic to string (matches Object.entries behavior)
- Remove unused writeJsonFile/loadJsonFile imports in rename-overwrite test
- Properly handle URL cwd in safe-execa via fileURLToPath
- Normalize args to mutable array instead of type-casting in safe-execa
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments