Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update to axe v4.2 #67

Merged
merged 18 commits into from
Jun 30, 2021
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
// Direct Jest to read the jest config file from integration tests
projects: ['<rootDir>', integrationTestPath],
testEnvironment: 'jsdom',
testRunner: 'jest-jasmine2',
// Custom results processor for a11y results. Only affects JSON results file output.
// To be used with jest cli options --json --outputFile
// * e.g. jest --json --outputFile jestResults.json
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,28 +56,28 @@
},
"devDependencies": {
"@babel/core": "7.14.6",
"@babel/preset-env": "7.14.5",
"@babel/preset-env": "7.14.7",
"@babel/preset-typescript": "7.14.5",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@types/jest": "26.0.23",
"@types/node": "15.12.2",
"@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "4.27.0",
"@types/node": "15.12.4",
"@typescript-eslint/eslint-plugin": "4.28.0",
"@typescript-eslint/parser": "4.28.0",
"@wdio/cli": "6.12.1",
"@wdio/local-runner": "6.10.5",
"@wdio/mocha-framework": "6.10.4",
"@wdio/spec-reporter": "6.11.0",
"@wdio/sync": "6.10.4",
"babel-jest": "27.0.2",
"babel-jest": "27.0.5",
"chromedriver": "91.0.1",
"codecov": "3.8.2",
"commitizen": "4.2.4",
"conventional-changelog-cli": "2.1.1",
"cspell": "5.6.4",
"cspell": "5.6.6",
"depcheck": "1.4.1",
"doctoc": "2.0.1",
"eslint": "7.28.0",
"eslint": "7.29.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-typescript": "2.4.0",
"eslint-plugin-eslint-comments": "3.2.0",
Expand All @@ -98,7 +98,7 @@
"prettier": "2.3.1",
"rimraf": "3.0.2",
"ts-node": "10.0.0",
"typescript": "4.3.2",
"typescript": "4.3.4",
"vertioner": "1.0.6",
"wdio-chromedriver-service": "6.0.4",
"webdriverio": "6.12.1"
Expand Down
40 changes: 17 additions & 23 deletions packages/assert/__tests__/__snapshots__/assert.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa11y/assert",
"version": "0.2.4",
"version": "0.2.5",
"description": "Provides assertAccessible API to check DOM for accessibility issues",
"license": "BSD-3-Clause",
"homepage": "https://github.com/salesforce/sa11y/tree/master/packages/assert#readme",
Expand All @@ -21,13 +21,13 @@
"dist/**/*.d.ts*"
],
"dependencies": {
"@sa11y/common": "0.3.1",
"@sa11y/format": "0.4.0",
"@sa11y/preset-rules": "0.3.3",
"axe-core": "4.1.4"
"@sa11y/common": "0.3.2",
"@sa11y/format": "0.4.1",
"@sa11y/preset-rules": "0.3.4",
"axe-core": "4.2.3"
},
"devDependencies": {
"@sa11y/test-utils": "0.4.1"
"@sa11y/test-utils": "0.4.2"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/browser-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa11y/browser-lib",
"version": "0.4.1",
"version": "0.4.2",
"description": "Provides a minified version of selected `@sa11y` libraries to be injected into a browser (using webdriver) and executed from integration testing workflows.",
"license": "BSD-3-Clause",
"homepage": "https://github.com/salesforce/sa11y/tree/master/packages/browser-lib#readme",
Expand Down Expand Up @@ -34,16 +34,16 @@
"url": "https://github.com/salesforce/sa11y/issues"
},
"dependencies": {
"@sa11y/format": "0.4.0",
"@sa11y/preset-rules": "0.3.3",
"axe-core": "4.1.4"
"@sa11y/format": "0.4.1",
"@sa11y/preset-rules": "0.3.4",
"axe-core": "4.2.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "19.0.0",
"@rollup/plugin-node-resolve": "13.0.0",
"@sa11y/common": "0.3.1",
"@sa11y/test-utils": "0.4.1",
"rollup": "2.51.2",
"@sa11y/common": "0.3.2",
"@sa11y/test-utils": "0.4.2",
"rollup": "2.52.2",
"rollup-plugin-polyfill-node": "0.6.2",
"rollup-plugin-progress": "1.1.2",
"rollup-plugin-sizes": "1.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa11y/common",
"version": "0.3.1",
"version": "0.3.2",
"description": "Common utilities, constants, error messages for @sa11y",
"license": "BSD-3-Clause",
"homepage": "https://github.com/salesforce/sa11y/tree/master/packages/common#readme",
Expand All @@ -16,7 +16,7 @@
"dist/**/*.d.ts*"
],
"dependencies": {
"axe-core": "4.1.4",
"axe-core": "4.2.3",
"webdriverio": "6.12.1"
},
"publishConfig": {
Expand Down
Loading