chore: upgrade deps.#101
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
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 to0.132.0and 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.