feat(atomic-a11y): scaffold new package for accessibility tooling#7111
Merged
feat(atomic-a11y): scaffold new package for accessibility tooling#7111
Conversation
Scaffolds the new @coveo/atomic-a11y package for accessibility tooling extraction. Includes package.json with axe-core and vitest dependencies, TypeScript configuration, and workspace registration.
b650973 to
7bd623e
Compare
This was referenced Feb 16, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Scaffolds a new workspace package, @coveo/atomic-a11y, to host upcoming accessibility tooling for Atomic (foundation for the linked PR chain).
Changes:
- Added
packages/atomic-a11y/with initialpackage.json,tsconfig.json,turbo.json, and an empty barrel export. - Registered the new package in the pnpm workspace (and updated the lockfile importer section accordingly).
- Updated cspell dictionary entries to accommodate upcoming a11y terminology used in the docs.
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 |
|---|---|
| pnpm-workspace.yaml | Adds packages/atomic-a11y to the workspace package globs. |
| pnpm-lock.yaml | Adds an importer entry for the new package’s devDependencies. |
| packages/atomic-a11y/package.json | Defines the new private package metadata and build script. |
| packages/atomic-a11y/tsconfig.json | Establishes TS build output and NodeNext module settings for the new package. |
| packages/atomic-a11y/turbo.json | Adds package-level Turbo task configuration for build. |
| packages/atomic-a11y/src/index.ts | Empty barrel module placeholder. |
| packages/atomic-a11y/PR-DEPENDENCY-GRAPH.md | Documents the intended PR merge chain for the a11y workstream. |
| .cspell.json | Adds openacr and VPAT to the workspace dictionary. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
98356de to
6f08cb4
Compare
This was referenced Feb 24, 2026
This was referenced Mar 26, 2026
alexprudhomme
approved these changes
Mar 30, 2026
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
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.
Scaffolds the new
@coveo/atomic-a11ypackage for accessibility tooling. This is the root PR for the a11y package chain.What's included
packages/atomic-a11y/withpackage.json,tsconfig.json,turbo.jsonpnpm-workspace.yaml, rootpackage.json)PR Chain (1 of 7)
feat/a11y-package-scaffoldfeat/a11y-shared-foundationfeat/a11y-reporterfeat/a11y-openacrfeat/a11y-ci-integrationKIT-5472