chore: upgrade deps. - #105
Merged
Merged
Conversation
knightedcodemonkey
commented
Aug 1, 2026
Owner
- document cdn usage.
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
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/jsxto1.14.1and upgradeoxc-parser/oxc-transformto0.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 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' |
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.