Skip to content

chore: upgrade deps. - #105

Merged
knightedcodemonkey merged 2 commits into
mainfrom
bananas
Aug 1, 2026
Merged

chore: upgrade deps.#105
knightedcodemonkey merged 2 commits into
mainfrom
bananas

Conversation

@knightedcodemonkey

Copy link
Copy Markdown
Owner
  • document cdn usage.

Copilot AI review requested due to automatic review settings August 1, 2026 15:19
@codecov

codecov Bot commented Aug 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.90%. Comparing base (01875e3) to head (0ff28ad).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #105      +/-   ##
==========================================
+ Coverage   88.86%   88.90%   +0.03%     
==========================================
  Files          26       26              
  Lines        2201     2199       -2     
  Branches      623      623              
==========================================
- Hits         1956     1955       -1     
+ Misses         72       71       -1     
  Partials      173      173              

☔ View full report in Codecov by Harness.
📢 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 package’s dependency stack (notably the oxc-* toolchain and test/build tooling) while extending documentation around CDN usage and determinism, keeping fixtures/examples aligned with the new versions.

Changes:

  • Bump @knighted/jsx to 1.14.1 and upgrade oxc-parser / oxc-transform to 0.142.0 (plus related WASM runtime updates).
  • Refresh test fixtures and CLI tests to reflect the updated binding/runtime versions.
  • Document a “CDN stability contract” and add determinism notes to runtime helper docs.

Reviewed changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
test/fixtures/e2e.html Updates pinned CDN importmap/modulepreload versions for parser/binding/runtime used by E2E fixture.
test/cli-init.test.ts Updates hardcoded expected binding/parser versions used in CLI unit tests.
scripts/setup-wasm.mjs Updates default WASM binding package spec to the newer @oxc-parser/binding-wasm32-wasi range.
README.md Adds “CDN stability contract” section with pinned esm.sh URL examples.
package.json Bumps package version and upgrades dependency versions (runtime + dev tooling).
package-lock.json Lockfile refresh reflecting dependency upgrades and resolution changes.
examples/esm-demo.html Updates CDN demo to import the new published @knighted/jsx@1.14.1 endpoints.
docs/runtime-helpers-overview.md Adds a determinism note pointing readers to the README CDN stability guidance.

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

Comment thread examples/esm-demo.html
Comment on lines 471 to +473
<script type="module">
import { jsx } from 'https://cdn.jsdelivr.net/npm/@knighted/jsx@1.14.0/lite/+esm'
import { reactJsx } from 'https://cdn.jsdelivr.net/npm/@knighted/jsx@1.14.0/react/+esm'
import { jsx } from 'https://cdn.jsdelivr.net/npm/@knighted/jsx@1.14.1/lite/+esm'
import { reactJsx } from 'https://cdn.jsdelivr.net/npm/@knighted/jsx@1.14.1/react/+esm'
@knightedcodemonkey
knightedcodemonkey merged commit 8ff8e63 into main Aug 1, 2026
10 checks passed
@knightedcodemonkey
knightedcodemonkey deleted the bananas branch August 1, 2026 15:26
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