Skip to content

chore: upgrade deps.#101

Merged
knightedcodemonkey merged 3 commits into
mainfrom
bananas
May 24, 2026
Merged

chore: upgrade deps.#101
knightedcodemonkey merged 3 commits into
mainfrom
bananas

Conversation

@knightedcodemonkey

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings May 24, 2026 17:53
@codecov

codecov Bot commented May 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.86%. Comparing base (d394481) to head (86de24e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #101      +/-   ##
==========================================
+ Coverage   88.28%   88.86%   +0.58%     
==========================================
  Files          26       26              
  Lines        2220     2201      -19     
  Branches      624      623       -1     
==========================================
- Hits         1960     1956       -4     
+ Misses         85       72      -13     
+ Partials      175      173       -2     

☔ 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.

Copilot AI left a comment

Copy link
Copy Markdown

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 project’s dependency stack (notably oxc + build/test tooling) and aligns repo fixtures/examples and CI to the upgraded versions and supported Node releases.

Changes:

  • Bump oxc-parser / bindings to 0.132.0 and refresh related fixtures/tests/scripts.
  • Upgrade major tooling deps (notably Vite) and refresh package-lock.json.
  • Update Node engine constraints and CI/publish workflows to newer Node versions and action revisions.

Reviewed changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
test/fixtures/e2e.html Updates CDN-pinned oxc parser + WASM binding versions for e2e fixture.
test/cli-init.test.ts Updates expected binding/version strings to match the upgraded oxc versions.
scripts/setup-wasm.mjs Updates default WASM binding package spec to ^0.132.0.
package.json Bumps package version, updates deps, and adjusts Node engine range.
package-lock.json Regenerates lockfile to reflect dependency upgrades (incl. Vite 8-era graph changes).
examples/esm-demo.html Updates CDN demo URLs to reference @knighted/jsx@1.14.0.
eslint.config.js Adds a node-builtins rule override to ignore readline/promises for a specific test file.
.github/workflows/publish.yml Updates action versions and uses Node 26.2.0 for publish pipeline.
.github/workflows/playwright.yml Updates action versions and bumps Node version for Playwright job.
.github/workflows/deploy-demo.yml Updates action versions for GitHub Pages deploy.
.github/workflows/ci.yml Expands CI Node matrix (adds 24.16.0 + 26.2.0) and updates some action versions.

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

Comment thread eslint.config.js Outdated
Comment thread .github/workflows/ci.yml Outdated
Comment thread package.json Outdated
@knightedcodemonkey knightedcodemonkey merged commit d0c81af into main May 24, 2026
9 checks passed
@knightedcodemonkey knightedcodemonkey deleted the bananas branch May 24, 2026 18:04
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