ci: fix pa11y ci and replace config.version_short in package.json#3591
Open
MaxLardenois wants to merge 8 commits into
Open
ci: fix pa11y ci and replace config.version_short in package.json#3591MaxLardenois wants to merge 8 commits into
MaxLardenois wants to merge 8 commits into
Conversation
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s accessibility testing tooling (Pa11y CI) and standardizes how the short docs version is stored/read by moving version_short from package.json#config.version_short to a top-level version_short field.
Changes:
- Move
version_shortout ofconfigand into a top-levelversion_shortfield in the root and package workspaces. - Update
build/zip-examples.mjsto readpkg.version_shortfrom the rootpackage.json. - Bump
pa11y-ci/pa11y-ci-reporter-htmlversions and update Pa11y CI config to specify a Chrome executable path.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/sosh/package.json | Move version_short to a top-level field. |
| packages/orange/package.json | Move version_short to a top-level field. |
| packages/orange-compact/package.json | Move version_short to a top-level field. |
| package.json | Add top-level version_short; bump Pa11y CI dependencies. |
| package-lock.json | Lockfile updates corresponding to Pa11y CI dependency bumps. |
| build/zip-examples.mjs | Read version_short from the new top-level field. |
| build/.pa11yci.json | Add chromeLaunchConfig.executablePath for Pa11y CI runs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
louismaximepiton
approved these changes
Jun 8, 2026
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.
Types of change
Context & Motivation
Description
Checklists
Checklist (for Core Team only)
Progression (for Core Team only)
ouds/mainfollowing conventional commitLive previews