Skip to content

chore: upgrade deps.#77

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

chore: upgrade deps.#77
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:17
@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 (dbbef10) to head (4084fea).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #77   +/-   ##
=======================================
  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

This PR upgrades several development dependencies (@eslint/js, eslint, eslint-plugin-*, typescript-eslint, @playwright/test, @vitest/*, @knighted/duel, tar) and replaces two tools: http-server (removed) with serve, and madge (removed) with oxlint for circular-import detection. It also adds the cause property to a rethrown error for improved error chaining.

Changes:

  • Replaced http-server with serve for static file serving in Playwright test configuration and README; replaced madge with oxlint --import-plugin for circular import detection.
  • Bumped multiple devDependencies to newer minor/patch versions; removed @oxc-project/types from the browser CDN fixture as it's no longer needed as an explicit import map entry there.
  • Added cause: error to the rethrown Error in evaluateExpression for proper error chaining.

Reviewed changes

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

Show a summary per file
File Description
package.json Version bumps for multiple devDependencies; replaces madge + http-server with oxlint + serve; updates cycles script
playwright.config.ts Switches webServer commands from http-server to serve
src/loader/README.md Updates manual preview command from http-server to serve
test/fixtures/e2e.html Removes @oxc-project/types CDN modulepreload link and importmap entry
src/runtime/shared.ts Adds cause: error to rethrown evaluation error

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

Comment thread playwright.config.ts Outdated
@knightedcodemonkey knightedcodemonkey merged commit b1506cc into main Mar 8, 2026
8 checks passed
@knightedcodemonkey knightedcodemonkey deleted the bananas branch March 8, 2026 16:27
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