Skip to content

feat: add command.mychitty.com domain + fix esbuild vulnerability#39

Merged
chitcommit merged 1 commit intomainfrom
feat/custom-domain-esbuild-fix
Mar 17, 2026
Merged

feat: add command.mychitty.com domain + fix esbuild vulnerability#39
chitcommit merged 1 commit intomainfrom
feat/custom-domain-esbuild-fix

Conversation

@chitcommit
Copy link
Contributor

Summary

  • Add command.mychitty.com as custom domain route in wrangler.toml (CORS already in src/index.ts)
  • Fix esbuild Dependabot alert — override to ^0.25.0 resolves medium-severity dev server vulnerability (transitive via drizzle-kit@esbuild-kit/core-utils)
  • Close PR chore: migrate wrangler.toml to wrangler.jsonc #32 — wrangler JSONC migration deferred
  • npm audit now reports 0 vulnerabilities

Test plan

  • TypeScript compiles clean
  • All 15 tests pass
  • npm audit — 0 vulnerabilities
  • After deploy: verify command.mychitty.com resolves to worker

🤖 Generated with Claude Code

- Add command.mychitty.com as custom domain route in wrangler.toml
  (CORS already configured in src/index.ts)
- Override esbuild to ^0.25.0 to resolve medium-severity Dependabot
  alert (dev server vulnerability in transitive dep via drizzle-kit)
- 0 npm audit vulnerabilities remaining

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@chitcommit chitcommit merged commit 6dc4640 into main Mar 17, 2026
10 of 11 checks passed
@coderabbitai
Copy link

coderabbitai bot commented Mar 17, 2026

Warning

Rate limit exceeded

@chitcommit has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 25 minutes and 27 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d68f3257-b75f-402b-9dd0-197c42f27cbf

📥 Commits

Reviewing files that changed from the base of the PR and between d284667 and 996ec4a.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (2)
  • package.json
  • wrangler.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/custom-domain-esbuild-fix
📝 Coding Plan
  • Generate coding plan for human review comments

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.

@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@chitcommit chitcommit deleted the feat/custom-domain-esbuild-fix branch March 17, 2026 00:14
@github-actions
Copy link

  1. @coderabbitai review
  2. @copilot review
  3. @codex review
  4. @claude review
    Adversarial review request: evaluate security, policy bypass paths, regression risk, and merge-gating bypass attempts.

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