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

chore: upgrade to axe v4.1.1 #46

Merged
merged 11 commits into from
Nov 26, 2020
Merged
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,44 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [0.4.1-beta](#041-beta)
- [Bug Fixes](#bug-fixes)
- [0.4.0-beta](#040-beta)
- [Features](#features)
- [Refactor](#refactor)
- [0.3.2-beta (2020-09-22)](#032-beta-2020-09-22)
- [Bug Fixes](#bug-fixes)
- [Bug Fixes](#bug-fixes-1)
- [Refactor](#refactor-1)
- [0.3.1-beta (2020-08-20)](#031-beta-2020-08-20)
- [Refactor](#refactor-2)
- [0.3.0-beta (2020-08-19)](#030-beta-2020-08-19)
- [Features](#features-1)
- [0.2.0-beta (2020-06-25)](#020-beta-2020-06-25)
- [Features](#features-2)
- [Bug Fixes](#bug-fixes-1)
- [Bug Fixes](#bug-fixes-2)
- [BREAKING CHANGES](#breaking-changes)
- [v0.1.0-alpha (2020-06-02)](#v010-alpha-2020-06-02)
- [Features](#features-3)
- [(2020-05-29)](#2020-05-29)
- [Features](#features-4)
- [(2020-05-07)](#2020-05-07)
- [Bug Fixes](#bug-fixes-2)
- [Bug Fixes](#bug-fixes-3)
- [Features](#features-5)
- [(2020-04-07)](#2020-04-07)
- [Bug Fixes](#bug-fixes-3)
- [Bug Fixes](#bug-fixes-4)
- [Features](#features-6)
- [(2020-03-20)](#2020-03-20)
- [Bug Fixes](#bug-fixes-4)
- [Bug Fixes](#bug-fixes-5)
- [Features](#features-7)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# [0.4.1-beta] (2020-11-24)

### Bug Fixes

- Upgrade to axe v4.1.1 which include bug fixes from [v4.1.0](https://github.com/dequelabs/axe-core/releases/tag/v4.1.0) and [v4.1.1](https://github.com/dequelabs/axe-core/releases/tag/v4.1.1)

# [0.4.0-beta] (2020-10-31)

### Features
Expand Down
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,12 @@ Your test should now be running in the Chrome debugger. You get your handy conso
- `yarn release:version` to bump versions interactively
- `yarn release:version:auto` to automatically determine version bump based on commits
- To publish packages to npm
- `npm config get registry`
- ensure the correct OSS public registry is selected
- `npm login`
- `yarn release:publish`
- `npm view <pkg>`
- check meta-data about published packages
- Create a release in github
- Bump `version` in root `package.json` to reflect the changes to the packages since last release
- Use that root `version` for the github release
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Automated Accessibility Testing Libraries and Tools ([@sa11y packages](https://w

### References

- [Automated Accessibility Tests with sa11y | Developer Quick Takes - YouTube](https://www.youtube.com/watch?v=ScqZisOBbUM&list=PLgIMQe2PKPSJdFGHjGpjd1FbCsOqq5H8t&index=21)
- [Automated Accessibility Testing with sa11y | Salesforce Developers Blog](https://developer.salesforce.com/blogs/2020/10/automated-accessibility-testing-with-sa11y.html)
- [Get Started with Web Accessibility | Salesforce Trailhead](https://trailhead.salesforce.com/en/content/learn/trails/get-started-with-web-accessibility)
- [Accessibility Overview - Lightning Design System](https://www.lightningdesignsystem.com/accessibility/overview/)
Expand Down
7 changes: 6 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"version": "independent",
"exact": true,
"npmClient": "yarn",
"useWorkspaces": true
"useWorkspaces": true,
"command": {
"publish": {
"registry": "https://registry.npmjs.org/"
}
}
}
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sa11y-monorepo",
"version": "0.4.0-beta",
"version": "0.4.1-beta",
"private": true,
"description": "Salesforce Accessibility Automated Testing Libraries and Tools (@sa11y packages)",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -61,54 +61,54 @@
}
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"@wdio/cli": "^6.7.2",
"@wdio/local-runner": "^6.7.2",
"@wdio/mocha-framework": "^6.7.0",
"@wdio/spec-reporter": "^6.7.0",
"@wdio/sync": "^6.7.2",
"babel-jest": "^26.6.2",
"chromedriver": "^86.0.0",
"codecov": "^3.8.0",
"@types/node": "^14.14.9",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"@wdio/cli": "^6.10.0",
"@wdio/local-runner": "^6.10.0",
"@wdio/mocha-framework": "^6.8.0",
"@wdio/spec-reporter": "^6.8.1",
"@wdio/sync": "^6.10.0",
"babel-jest": "^26.6.3",
"chromedriver": "^87.0.0",
"codecov": "^3.8.1",
"commitizen": "^4.2.2",
"conventional-changelog-cli": "^2.1.0",
"cspell": "^5.0.1-alpha.8",
"depcheck": "^1.2.0",
"conventional-changelog-cli": "^2.1.1",
"cspell": "^4.2.2",
"depcheck": "^1.3.1",
"doctoc": "^1.4.0",
"eslint": "^7.12.1",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-license-header": "^0.2.0",
"eslint-plugin-markdown": "^2.0.0-rc.0",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-tsdoc": "^0.2.6",
"eslint-watch": "^7.0.0",
"husky": "^4.3.0",
"jest": "^26.6.2",
"jest": "^26.6.3",
"lerna": "^3.21.0",
"lint-staged": "^10.5.1",
"lint-staged": "^10.5.2",
"lockfile-lint": "^4.3.7",
"markdown-link-check": "^3.8.3",
"package-dependency-graph": "^1.10.0",
"prettier": "^2.1.2",
"prettier": "^2.2.0",
"rimraf": "^3.0.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.5",
"typescript": "^4.1.2",
"vertioner": "^1.0.6",
"wdio-chromedriver-service": "^6.0.4",
"webdriverio": "^6.7.2"
"webdriverio": "^6.10.0"
},
"engines": {
"node": "^10 || ^12 || ^14"
Expand Down
22 changes: 11 additions & 11 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.1.4-beta.0",
"version": "0.1.5-beta.0",
"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 @@ -20,13 +20,13 @@
"dist/**/*.js"
],
"dependencies": {
"@sa11y/common": "0.2.2-beta.0",
"@sa11y/format": "0.3.0-beta.0",
"@sa11y/preset-rules": "0.2.1-beta.0",
"axe-core": "4.0.2"
"@sa11y/common": "0.2.3-beta.0",
"@sa11y/format": "0.3.1-beta.0",
"@sa11y/preset-rules": "0.2.2-beta.0",
"axe-core": "4.1.1"
},
"devDependencies": {
"@sa11y/test-utils": "0.3.0-beta.0"
"@sa11y/test-utils": "0.3.1-beta.0"
},
"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.2.0-alpha.0",
"version": "0.2.1-alpha.0",
"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.3.0-beta.0",
"@sa11y/preset-rules": "0.2.1-beta.0",
"axe-core": "4.0.2"
"@sa11y/format": "0.3.1-beta.0",
"@sa11y/preset-rules": "0.2.2-beta.0",
"axe-core": "4.1.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@sa11y/common": "0.2.2-beta.0",
"@sa11y/test-utils": "0.3.0-beta.0",
"rollup": "2.33.1",
"@sa11y/common": "0.2.3-beta.0",
"@sa11y/test-utils": "0.3.1-beta.0",
"rollup": "2.33.3",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-sizes": "^1.0.3",
"rollup-plugin-terser": "^7.0.2",
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.2.2-beta.0",
"version": "0.2.3-beta.0",
"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 @@ -15,7 +15,7 @@
"dist/**/*.js"
],
"dependencies": {
"axe-core": "4.0.2"
"axe-core": "4.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading