conformance/js: consume @polymorph/test from JSR, retiring the npm-git pin - #162
Merged
Conversation
…the npm-git pin The deltic driver's npm tree depends on @jsr/polymorph__test@0.1.1 (jsr:@polymorph/test via JSR's npm-compat registry, routed by .npmrc) instead of the npm-git @polymorph/component-test-js pin; the Node driver imports use the @jsr name. The browser page bundles its own entry and never touches the runner core. The cargo side keeps its rev pin (the v0.1.0 release commit; the Rust crates are unchanged in 0.1.1). The pins gate drops its js-lock leg; scripts/check-runner-js-pin.sh asserts one JS-runner version across package-lock.json and the deltic deno.lock, invoked from just deltic-check beside the deltic pin script. Bump procedure: the root Cargo.toml comment. Gates: full conformance with the browser row — loopback 4 targets / 148 results / 0 failing and interop 13 targets / 156 results / 0 failing (1 expected-fail), both matrix diffs clean; pin gates green (runner-js negative-tested); just check green.
lannbot
enabled auto-merge
August 17, 2026 20:19
The polymorph-test setup action's js-locks input re-checked the npm-git rev pin the previous commit removed; the JS runner core is version-pinned from JSR now, gated by the repo's runner-js pin check.
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.
Same migration as webcrypto#385: the deltic driver consumes jsr:@polymorph/test@0.1.1 via the npm-compat registry (
.npmrc+@jsr/polymorph__testdep). Cargo side keeps its rev pin at the v0.1.0 commit.pinsdrops its js-lock leg; newscripts/check-runner-js-pin.sh(negative-tested) invoked fromjust deltic-check.Gates (local, browser row included): loopback 4 targets / 148 / 0 failing + interop 13 targets / 156 / 0 failing (1 expected-fail), both matrices diff-clean;
just checkgreen.