-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Pa11y v7 and other dependency updates (#231)
* Update kleur to v4.1.5 * Update async to v3.2.5 * Update commander to v11.1.0 * Update node-fetch to v2.7.0 * Update pa11y to v7.0.0 and puppeteer to v21.7.0 Tied together since in some cases pa11y-ci passes a puppeteer browser instance to pa11y * Update actions for latest Node, and match pa11y v7 * Update eslint to v8.56.0 * Update mocha to v10.2.0 * Update sinon to v17.0.1 * Update node engine to Node 18 * Populate package keywords Taken from pa11y * Update globby to v11.1.0 * Update cheerio to v1.0.0-rc.12 * Revert puppeteer to 20.9.0 to match pa11y * Update glob processing to properly handle negating patterns * Update exitCode to allow graceful exit After upgrade to puppeteer 20/21 was seeing the message `ERROR: The process "xxxx" not found`, which this resolved. * Refresh lockfile to update all transitive dependencies * Update mocha from 10.2.0 to 10.3.0 * In `.nvmrc`, set Node `18` in place of `14` * In readme, mention Node `18` in place of `12` * Increase timeout to 500ms from 100ms to attempt to fix test flakes, following lead of pa11y/pa11y#684 * Move options closer to point of use Co-authored-by: Danyal Aytekin <[email protected]> * Revert globby to 6.1.0 to avoid behavioral changes --------- Co-authored-by: Danyal Aytekin <[email protected]>
- Loading branch information
1 parent
76b1dc1
commit 79f3449
Showing
15 changed files
with
3,380 additions
and
2,833 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
14 | ||
18 |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.