-
Couldn't load subscription status.
- Fork 0
Update dependencies #347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #347
Conversation
Fixes compatibility with Pino v10
WalkthroughThis PR updates project dependencies across root and workspace package.json files and refactors logger type definitions from union types ( Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (9)
🧰 Additional context used🪛 ESLintsrc/api/functions/membership.ts[error] 25-25: Unexpected use of file extension "js" for "api/types.js" (import/extensions) src/api/functions/entraId.ts[error] 35-35: Unexpected use of file extension "js" for "api/types.js" (import/extensions) src/api/functions/mobileWallet.ts[error] 23-23: Unexpected use of file extension "js" for "api/types.js" (import/extensions) src/api/functions/authorization.ts[error] 23-23: Unexpected use of file extension "js" for "api/types.js" (import/extensions) src/api/functions/redisCache.ts[error] 3-3: Unexpected use of file extension "js" for "api/types.js" (import/extensions) 🔇 Additional comments (11)
Comment |
💰 Infracost reportMonthly estimate generatedThis comment will be updated when code changes. |
Fixes compatibility with Pino v10 as well as unify logger type
Summary by CodeRabbit
Chores
Bug Fixes