-
Notifications
You must be signed in to change notification settings - Fork 781
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4146 from dequelabs/release-2023-09-06
chore(release): v4.8.0
- Loading branch information
Showing
344 changed files
with
12,695 additions
and
7,640 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ unix_nightly_box: &unix_nightly_box | |
|
||
orbs: | ||
puppeteer: threetreeslight/[email protected] | ||
browser-tools: circleci/[email protected].0 | ||
browser-tools: circleci/[email protected].4 | ||
|
||
set_npm_auth: &set_npm_auth | ||
run: npm config set "//registry.npmjs.org/:_authToken" $NPM_AUTH | ||
|
@@ -30,6 +30,13 @@ restore_build: &restore_build | |
keys: | ||
- v9-cache-build-<< pipeline.git.revision >> | ||
|
||
commands: | ||
browser-tools-job: | ||
steps: | ||
- browser-tools/install-browser-tools: | ||
# TODO: remove when chromedriver downloads are fixed | ||
chrome-version: 116.0.5845.96 | ||
|
||
jobs: | ||
# Fetch and cache dependencies. | ||
dependencies_unix: | ||
|
@@ -47,7 +54,7 @@ jobs: | |
else | ||
echo "node_modules does not exist" | ||
fi | ||
- browser-tools/install-browser-tools | ||
- browser-tools-job | ||
- <<: *set_npm_auth | ||
- run: npm ci | ||
- run: npx browser-driver-manager install chromedriver --verbose | ||
|
@@ -85,7 +92,7 @@ jobs: | |
<<: *unix_box | ||
steps: | ||
- checkout | ||
- browser-tools/install-browser-tools | ||
- browser-tools-job | ||
- <<: *restore_dependency_cache_unix | ||
- run: npx browser-driver-manager install chromedriver --verbose | ||
- <<: *restore_build | ||
|
@@ -97,7 +104,7 @@ jobs: | |
<<: *unix_box | ||
steps: | ||
- checkout | ||
- browser-tools/install-browser-tools | ||
- browser-tools-job | ||
- <<: *restore_dependency_cache_unix | ||
- <<: *restore_build | ||
- run: npm run test -- --browsers Firefox | ||
|
@@ -109,7 +116,7 @@ jobs: | |
<<: *unix_box | ||
steps: | ||
- checkout | ||
- browser-tools/install-browser-tools | ||
- browser-tools-job | ||
- <<: *restore_dependency_cache_unix | ||
- run: npx browser-driver-manager install chromedriver --verbose | ||
- <<: *restore_build | ||
|
@@ -121,7 +128,7 @@ jobs: | |
<<: *unix_box | ||
steps: | ||
- checkout | ||
- browser-tools/install-browser-tools | ||
- browser-tools-job | ||
- <<: *restore_dependency_cache_unix | ||
- run: npx browser-driver-manager install chromedriver --verbose | ||
- <<: *restore_build | ||
|
@@ -133,7 +140,7 @@ jobs: | |
<<: *unix_box | ||
steps: | ||
- checkout | ||
- browser-tools/install-browser-tools | ||
- browser-tools-job | ||
- <<: *restore_dependency_cache_unix | ||
- run: npx browser-driver-manager install chromedriver --verbose | ||
- <<: *restore_build | ||
|
@@ -145,7 +152,7 @@ jobs: | |
<<: *unix_box | ||
steps: | ||
- checkout | ||
- browser-tools/install-browser-tools | ||
- browser-tools-job | ||
- <<: *restore_dependency_cache_unix | ||
- run: npx browser-driver-manager install chromedriver --verbose | ||
- <<: *restore_build | ||
|
@@ -157,7 +164,7 @@ jobs: | |
<<: *unix_box | ||
steps: | ||
- checkout | ||
- browser-tools/install-browser-tools | ||
- browser-tools-job | ||
- <<: *restore_dependency_cache_unix | ||
- run: npx browser-driver-manager install chromedriver --verbose | ||
- <<: *restore_build | ||
|
@@ -192,7 +199,7 @@ jobs: | |
steps: | ||
- checkout | ||
- <<: *restore_dependency_cache_unix | ||
- browser-tools/install-browser-tools | ||
- browser-tools-job | ||
# install ACT rules | ||
# install first as for some reason installing a single package | ||
# also re-installs all repo dependencies as well | ||
|
@@ -208,7 +215,7 @@ jobs: | |
steps: | ||
- checkout | ||
- <<: *restore_dependency_cache_unix | ||
- browser-tools/install-browser-tools | ||
- browser-tools-job | ||
# install ARIA practices | ||
# install first as for some reason installing a single package | ||
# also re-installs all repo dependencies as well | ||
|
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
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,6 +1,6 @@ | ||
{ | ||
"name": "axe-core", | ||
"version": "4.7.2", | ||
"version": "4.8.0", | ||
"deprecated": true, | ||
"contributors": [ | ||
{ | ||
|
Oops, something went wrong.