Skip to content

chore: upgrade oxc dependencies from 0.117.0 to 0.137.0 - #48

Merged
TheUncharted merged 1 commit into
developfrom
chore/upgrade-oxc-deps
Jun 20, 2026
Merged

chore: upgrade oxc dependencies from 0.117.0 to 0.137.0#48
TheUncharted merged 1 commit into
developfrom
chore/upgrade-oxc-deps

Conversation

@TheUncharted

@TheUncharted TheUncharted commented Jun 20, 2026

Copy link
Copy Markdown
Owner

Summary

Upgrades all oxc dependencies from 0.117.0 to 0.137.0 to stay current with the upstream parser ecosystem.
One breaking API change was addressed: ParserReturn.errors was renamed to ParserReturn.diagnostics.

Changes

  • Bump oxc_parser, oxc_ast, oxc_allocator, oxc_span, oxc_syntax from 0.117.0 to 0.137.0
  • Update ParserReturn.errors → ParserReturn.diagnostics in crates/zapcode-core/src/parser/mod.rs

Test plan

  • Unit tests pass (cargo test)
  • CI passes

Related issues

- Upgrade oxc_parser, oxc_ast, oxc_allocator, oxc_span, oxc_syntax
- Fix breaking change: ParserReturn.errors renamed to diagnostics
- All 338 tests pass
@coderabbitai

coderabbitai Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@TheUncharted, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 40 minutes and 9 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 3208e6c9-446e-45fd-98d4-7bd91e910b0e

📥 Commits

Reviewing files that changed from the base of the PR and between 0cf2f01 and e29e891.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • Cargo.toml
  • crates/zapcode-core/src/parser/mod.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/upgrade-oxc-deps

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
Copy Markdown
Contributor

Benchmark Results

    Updating crates.io index
   Compiling zapcode-core v1.0.1 (/home/runner/work/zapcode/zapcode/crates/zapcode-core)
    Finished `bench` profile [optimized] target(s) in 13.31s
     Running unittests src/lib.rs (target/release/deps/zapcode_core-04d4c3ac465e3e1c)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running benches/execution.rs (target/release/deps/execution-3b6d7e8c6397343e)
Timer precision: 20 ns
execution                  fastest       │ slowest       │ median        │ mean          │ samples │ iters
├─ array_creation          3.817 µs      │ 57.54 µs      │ 3.972 µs      │ 4.92 µs       │ 100     │ 100
├─ async_map_3             14.32 µs      │ 60.88 µs      │ 14.94 µs      │ 16.47 µs      │ 100     │ 100
├─ fibonacci_10            177.7 µs      │ 209 µs        │ 180 µs        │ 183 µs        │ 100     │ 100
├─ function_call           6.631 µs      │ 22.61 µs      │ 6.822 µs      │ 7.227 µs      │ 100     │ 100
├─ loop_100                102.8 µs      │ 131.8 µs      │ 104.3 µs      │ 105.8 µs      │ 100     │ 100
├─ object_creation         7.343 µs      │ 22.63 µs      │ 7.653 µs      │ 8.107 µs      │ 100     │ 100
├─ promise_all_3           10.05 µs      │ 30.54 µs      │ 10.51 µs      │ 10.94 µs      │ 100     │ 100
├─ promise_catch_resolved  6.391 µs      │ 26.44 µs      │ 6.591 µs      │ 7.031 µs      │ 100     │ 100
├─ promise_resolve_await   4.637 µs      │ 19.85 µs      │ 4.854 µs      │ 5.19 µs       │ 100     │ 100
├─ promise_then_chain_3    13.35 µs      │ 38.82 µs      │ 14.33 µs      │ 14.84 µs      │ 100     │ 100
├─ promise_then_single     8.054 µs      │ 22.9 µs       │ 8.39 µs       │ 8.8 µs        │ 100     │ 100
├─ simple_expression       3.465 µs      │ 16.22 µs      │ 3.626 µs      │ 3.966 µs      │ 100     │ 100
├─ string_concat           4.047 µs      │ 11.88 µs      │ 4.157 µs      │ 4.337 µs      │ 100     │ 100
├─ template_literal        4.477 µs      │ 18.13 µs      │ 4.648 µs      │ 4.999 µs      │ 100     │ 100
╰─ variable_arithmetic     4.568 µs      │ 13.1 µs       │ 4.768 µs      │ 4.941 µs      │ 100     │ 100


@TheUncharted
TheUncharted merged commit 07417dc into develop Jun 20, 2026
19 checks passed
TheUncharted added a commit that referenced this pull request Jun 20, 2026
Merge pull request #48 from TheUncharted/chore/upgrade-oxc-deps
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