chore: repin examples + docs site to current #3694 preview build (151ab52) - #64
Merged
Conversation
jsPsych#3694 was slimmed to core-only and its head advanced to eddf2f6. The preview bot rebuilt to preview/pr-3694 @ 151ab52, so bump every demo's jsDelivr <script>/<link> pin (and the SHA-quoting comments) from the stale 781eb500 (head c5c4499) to 151ab52 (head eddf2f6). Verified both new URLs return HTTP 200. Examples/docs only — packages' peerDeps and local type mirrors are intentionally untouched. No changeset (matches prior pin-bump precedent; changesets here are for published packages). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…ab52) The examples were repinned to the current #3694 preview build in the prior commit; the docs site's first-tutorial jsPsych-core `<script>`/`<link>` pins and the website README's preview-SHA note still pointed at the old `781eb500` build, leaving the tutorial and demos on different preview builds. Repin them to `151ab52` to match. The tutorial's `unpkg` `@jspsych-multiplayer/*` package tags are untouched — those are the separate "needs a package republish" gap and keep their⚠️ notice. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
What
Repins every demo's jsDelivr
<script>/<link>tags (and the SHA-quoting comments) to the current jsPsych#3694 preview build./gh/pin)781eb500151ab52(151ab520542a8e48bcc4d5b21c74cdffae8b48c6)c5c4499eddf2f6Why
#3694 was slimmed to core-only and its head advanced. The preview bot rebuilt
preview/pr-3694at151ab52. Note the head I pinned to (eddf2f6) is one commit past the622a4b49originally flagged — that lone commit is a chore (drop duplicate mkdocs nav entry and revert leftover lockfile/formatting churn), no multiplayer API change, so151ab52is the right "current preview build."Verification
index.browser.min.jsandjspsych.css) return HTTP 200.examples/+docs/confirms no stale token (781eb500/c5c4499) remains.Scope
Examples/docs only. Packages'
peerDependencies/devDependenciesonjspsychand the localMultiplayerApiLike/MultiplayerAdaptertype mirrors are intentionally untouched. No changeset — matches prior pin-bump precedent (changesets here are for published packages, not examples).🤖 Generated with Claude Code