Skip to content

Fix eslint errors and update dependencies#41

Merged
reverentgeek merged 2 commits intomainfrom
dn-eslint-fixes-and-deps
Feb 25, 2026
Merged

Fix eslint errors and update dependencies#41
reverentgeek merged 2 commits intomainfrom
dn-eslint-fixes-and-deps

Conversation

@reverentgeek
Copy link
Collaborator

@reverentgeek reverentgeek commented Feb 25, 2026

Summary

  • Fix two eslint errors: no-useless-assignment in token annotation code (apps/app) and preserve-caught-error in OIDC client loading (apps/auth)
  • Update project dependencies (dotenv, pino, openid-client, undici, tailwindcss, @types/node, etc.)

Test plan

  • pnpm lint passes with zero errors
  • pnpm build succeeds
  • Verify auth flow still works end-to-end with updated dependencies

🤖 Generated with Claude Code

reverentgeek and others added 2 commits February 25, 2026 14:01
Fix no-useless-assignment in token annotation by moving `let comment`
declaration after the value assignment, removing the unused initializer.
Attach caught error as cause in OIDC client loading to satisfy
preserve-caught-error rule.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@reverentgeek reverentgeek merged commit 3ba5875 into main Feb 25, 2026
3 checks passed
@reverentgeek reverentgeek deleted the dn-eslint-fixes-and-deps branch February 25, 2026 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant