conformance/js: consume @polymorph/test from JSR, retiring the npm-git pin - #55
Merged
Conversation
…the npm-git pin The deltic driver's pnpm tree depends on @jsr/polymorph__test@0.1.1 (jsr:@polymorph/test via JSR's npm-compat registry, routed by .npmrc); imports use the @jsr name, and the browser worker bundle pulls deltic-worker-main from jsr:@polymorph/test directly (locked in the driver's deno.lock beside the @deltic graphs; the node_modules mapping is retired). 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; runner-js-pin-check asserts one JS-runner version across pnpm-lock.yaml and the deltic deno.lock, wired into the conformance CI job. Bump procedure: Cargo.toml comment + AGENTS.md. Gates: conformance-ct with the browser row — 4 targets / 220 results / 0 failing, matrix diff-clean; exam-deltic pin gate unaffected; runner-js gate green and 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 — pnpm tree via the npm-compat registry, and the worker bundle pulls
deltic-worker-mainfromjsr:directly (node_modules mapping retired). Cargo side keeps its rev pin at the v0.1.0 commit.pinsdrops its js-lock leg; newrunner-js-pin-check(negative-tested) wired into CI.Gates (local, browser row included): conformance-ct 4 targets / 220 results / 0 failing, matrix diff-clean;
just checkgreen.