Skip to content

Oktober 2025 updates#196

Merged
w3nl merged 5 commits intomainfrom
feature/20251031
Oct 31, 2025
Merged

Oktober 2025 updates#196
w3nl merged 5 commits intomainfrom
feature/20251031

Conversation

@w3nl
Copy link
Copy Markdown
Contributor

@w3nl w3nl commented Oct 31, 2025

No description provided.

@w3nl w3nl requested a review from Copilot October 31, 2025 15:46
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Oct 31, 2025

Warning

Rate limit exceeded

@w3nl has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 6 minutes and 32 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.

📥 Commits

Reviewing files that changed from the base of the PR and between ee0bab1 and 89d2256.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (22)
  • .github/workflows/nodejs.yml (1 hunks)
  • .github/workflows/test.yml (1 hunks)
  • deno.json (1 hunks)
  • jsconfig.json (1 hunks)
  • jsr.json (1 hunks)
  • package.json (1 hunks)
  • src/index.js (1 hunks)
  • tsconfig.json (1 hunks)
  • types/access-error.d.ts (1 hunks)
  • types/app-error.d.ts (1 hunks)
  • types/authentication-error.d.ts (1 hunks)
  • types/index.d.ts (1 hunks)
  • types/no-content-error.d.ts (1 hunks)
  • types/not-found-error.d.ts (1 hunks)
  • types/not-implemented-error.d.ts (1 hunks)
  • types/processing-error.d.ts (1 hunks)
  • types/rate-limit-error.d.ts (1 hunks)
  • types/response-error.d.ts (1 hunks)
  • types/schemas/error.d.ts (1 hunks)
  • types/server-error.d.ts (1 hunks)
  • types/timeout-error.d.ts (1 hunks)
  • types/validation-error.d.ts (1 hunks)

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.

✨ 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 feature/20251031

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.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds TypeScript support to the error package through type declaration files and configuration updates. The changes enable type checking for JavaScript source files and generate TypeScript declaration files for better IDE support and type safety when consuming the package.

  • TypeScript infrastructure including tsconfig.json, type declaration files, and npm scripts for type checking and generation
  • Updated dependencies including @trojs/validator to v12, @trojs/lint to v0.4.0, and added TypeScript tooling
  • New runtime configurations for Deno and JSR registry support
  • Node.js test matrix updates in CI workflows

Reviewed Changes

Copilot reviewed 7 out of 23 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
package.json Added TypeScript tooling, updated dependencies, added type generation/checking scripts, normalized file paths
tsconfig.json New TypeScript compiler configuration for type checking
jsconfig.json Enhanced JavaScript config with TypeScript-compatible settings including types directory
types/*.d.ts Generated TypeScript declaration files for all error classes and schemas
src/index.js Added TypeScript self-type declaration comment
jsr.json New configuration for JSR (JavaScript Registry) support
deno.json New configuration for Deno runtime support
.github/workflows/*.yml Updated Node.js test matrix to remove 21.x and 23.x, add 25.x
package-lock.json Updated lockfile reflecting all dependency changes

@w3nl w3nl force-pushed the feature/20251031 branch from a3998bc to 89d2256 Compare October 31, 2025 16:09
@w3nl w3nl merged commit 444bb60 into main Oct 31, 2025
15 of 16 checks passed
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.

3 participants