Skip to content

Conversation

@mtlaso
Copy link
Owner

@mtlaso mtlaso commented Feb 12, 2026

…hhh j'aurais pas du utiliser nextjs ptntnntptptptntntntntAHHAHAHAHAHAHHAHAHA

Summary by CodeRabbit

  • Chores

    • Updated multiple package dependencies and dev tools to newer patch versions for improved stability.
    • Bumped the project configuration/schema reference to a newer revision.
  • Bug Fixes / Configuration

    • Adjusted social provider redirect URI handling for third‑party sign‑in (GitHub and Google).

…hhh j'aurais pas du utiliser nextjs ptntnntptptptntntntntAHHAHAHAHAHAHHAHAHA
@vercel
Copy link

vercel bot commented Feb 12, 2026

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
bocal Ignored Ignored Preview Feb 12, 2026 4:37am

@coderabbitai
Copy link

coderabbitai bot commented Feb 12, 2026

📝 Walkthrough

Walkthrough

This pull request updates project configuration and dependencies: biome.json schema reference is bumped to 2.3.14, several packages in package.json are version-bumped, and two redirectURI assignments in src/auth.ts were commented out (GitHub and Google), removing the active redirect URI values.

Changes

Cohort / File(s) Summary
Configuration
biome.json
Schema reference updated from 2.3.13 to 2.3.14 (single-line change).
Dependencies
package.json
Bumped dependency versions: isomorphic-dompurify, motion, next-intl, nuqs, pg; bumped devDependencies: @biomejs/biome, @types/node, drizzle-kit.
Authentication
src/auth.ts
Two social provider redirectURI assignments (GitHub, Google) were commented out, replacing previously active redirect URI values with commented lines.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • refactor: deps #202: Updates biome.json schema version and bumps multiple package.json dependencies — closely matches these config/deps changes.
  • chore(deps): update biome #225: Modifies the biome.json schema reference version — directly related to the same file change.
  • chore(deps): bump biome #252: Updates Biome configuration and devDependency versions (biome.json and @biomejs/biome) — strong overlap with this PR.

Poem

🐇 I hopped through JSON, nudged a schema line,

bumped a few packages to keep things fine.
Two redirect paths I tucked away,
Clean and tidy for another day.
A little rabbit dance — build and shine!

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'fix: auth' is extremely vague and does not clearly summarize the actual changes, which include dependency version updates and commented-out auth provider redirectURIs. Provide a more descriptive title that accurately reflects the primary changes, such as 'chore: update dependencies and comment out social provider redirectURIs' or similar.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch jsdom

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

@github-actions
Copy link

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@src/auth.ts`:
- Line 76: The oAuth flow is broken because oAuthProxy() is enabled in the
plugins array while the required redirectURI values are commented out; either
restore the two commented redirectURI entries (the commented "redirectURI: ..."
lines so they pass the correct callback URL into your OAuth client config) so
they match your callback route, or remove oAuthProxy() from the plugins array
entirely if you no longer need the proxy; update the code around the
oAuthProxy() call and the commented redirectURI lines accordingly so the plugin
and redirectURI usage are consistent.

@github-actions
Copy link

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