Skip to content

chore: upgrade oxc-parser and wasm-runtime deps.#78

Merged
knightedcodemonkey merged 2 commits intomainfrom
bananas
Mar 8, 2026
Merged

chore: upgrade oxc-parser and wasm-runtime deps.#78
knightedcodemonkey merged 2 commits intomainfrom
bananas

Conversation

@knightedcodemonkey
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings March 8, 2026 16:58
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.81%. Comparing base (2f5e012) to head (60dbe1c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #78   +/-   ##
=======================================
  Coverage   88.81%   88.81%           
=======================================
  Files          23       23           
  Lines        1707     1707           
  Branches      460      460           
=======================================
  Hits         1516     1516           
  Misses         54       54           
  Partials      137      137           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown

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

Updates the repository’s WASM/oxc parsing toolchain versions used by the CLI, E2E fixture, and dependency manifests to align with newer oxc-parser and WASM binding releases.

Changes:

  • Bump oxc-parser and @oxc-project/types to 0.116.0 across manifests and tests.
  • Bump @oxc-parser/* WASM/native binding optional deps to ^0.116.0 and adjust setup script default.
  • Bump @napi-rs/wasm-runtime dependency to ^1.1.1 and regenerate the lockfile accordingly.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
test/fixtures/e2e.html Updates CDN URLs/importmap for oxc-parser and WASM binding (but leaves @napi-rs/wasm-runtime pinned to 1.1.0).
test/cli-init.test.ts Updates version expectations/mocks for the WASM binding and local oxc-parser version.
scripts/setup-wasm.mjs Updates the default WASM_BINDING_PACKAGE spec to ^0.116.0.
package.json Bumps oxc-parser, @oxc-project/types, @napi-rs/wasm-runtime, and optional binding deps to ^0.116.0.
package-lock.json Lockfile updates consistent with the dependency bumps (including binding/runtime updates).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread test/fixtures/e2e.html Outdated
@knightedcodemonkey knightedcodemonkey merged commit 97cecc4 into main Mar 8, 2026
7 checks passed
@knightedcodemonkey knightedcodemonkey deleted the bananas branch March 8, 2026 17:14
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.

2 participants