Floor accessibility-checker at >=4.0.29 so pre-fix engines cannot resolve (fixes #82) - #83
Open
wittjeff wants to merge 1 commit into
Open
Floor accessibility-checker at >=4.0.29 so pre-fix engines cannot resolve (fixes #82)#83wittjeff wants to merge 1 commit into
wittjeff wants to merge 1 commit into
Conversation
…olve (fixes jrpool#82) Co-Authored-By: Claude Fable 5 <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.
Fixes #82.
accessibility-checker-engine≤ 4.0.26 ships unconditional self-assigning prototype polyfills that throwCannot assign to read only property 'startsWith'on pages that lock built-in prototypes (Wix Thunderbolt et al.), killing the wholeibmact — the error you saw in your #47 test runs. IBM removed the polyfills in engine 4.0.27 (2026-07-14).main's lockfile already pinsaccessibility-checker4.0.30, so fresh installs are safe; this floor just prevents environments with older lockfiles or installs from silently resolving a pre-fix version under the current"*"range. The locked 4.0.30 satisfies>=4.0.29, sopackage-lock.jsonneeds no change.Full diagnosis with engine-version grep table in #82.
🤖 Generated with Claude Code