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
refactor: upgrade @socketsecurity/lib to v3.0.3 and migrate logger/spinner API
Upgrade @socketsecurity/lib from v2.10.4 to v3.0.3, adopting the new factory-based API for logger and spinner instances. This migration addresses breaking changes in v3.x where named exports were replaced with factory functions.
Key changes:
- Replace `import { logger }` with `import { getDefaultLogger }` across 223+ files
- Replace `import { spinner }` with `import { getDefaultSpinner }` across codebase
- Hoist logger/spinner instances to highest relevant scope for efficiency
- Update ESLint config to relax n/no-extraneous-import rule for config/script files
- Update pnpm-lock.yaml to reflect v3.0.3 dependency resolution
0 commit comments