Skip to content

Update dependencies with code changes#64

Open
ThatXliner wants to merge 6 commits intomainfrom
update-deps
Open

Update dependencies with code changes#64
ThatXliner wants to merge 6 commits intomainfrom
update-deps

Conversation

@ThatXliner
Copy link
Copy Markdown
Collaborator

Summary

  • Upgrade ESLint tooling: migrate from eslint-plugin-importeslint-plugin-import-x, add peer dep rules for ESLint 10 plugins
  • Downgrade TypeScript from 6.0.2 → 5.9.2 (compatibility)
  • Remove @vercel/postgres dependency (replaced by pg directly)
  • Fix Dockerfile.scraper: copy pnpm-workspace.yaml alongside lockfile (required by newer pnpm for workspace catalog resolution)
  • Update tRPC useInfiniteQuery call to v11 API shape; rename isLoadingisPending
  • Fix useColorScheme to always default to dark theme

Test plan

  • Expo app builds and feed loads with infinite scroll
  • ESLint passes across all packages
  • Docker scraper builds successfully
  • TypeScript compilation succeeds

🤖 Generated with Claude Code

ThatXliner and others added 4 commits March 28, 2026 22:12
- Remove stale `declare module "eslint-plugin-import"` from types.d.ts (package migrated to eslint-plugin-import-x which ships its own types)
- Remove unused ExpoConfig import in app.config.ts after return type changed to any

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
billion-nextjs Ready Ready Preview, Comment Mar 29, 2026 5:45am

ThatXliner and others added 2 commits March 28, 2026 22:44
Combined both branches changes: include pnpm-workspace.yaml (from update-deps)
and package.json + proper subpackage paths (from main).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ThatXliner
Copy link
Copy Markdown
Collaborator Author

ThatXliner commented Mar 29, 2026

aw hell nah somebody verify that last commit. prob revert it?

@ThatXliner ThatXliner changed the title Update dependencies Update dependencies with code changes Mar 29, 2026
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