diff --git a/CHANGELOG.md b/CHANGELOG.md index 801b38c0..ac067547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0](https://github.com/dequelabs/axe-core-npm/compare/v4.7.3...v4.8.0) (2023-09-28) + + +### Bug Fixes + +* **cli:** better error message for ChromeDriver version mismatch ([#680](https://github.com/dequelabs/axe-core-npm/issues/680)) ([10cf350](https://github.com/dequelabs/axe-core-npm/commit/10cf3509449587a14799fb168678258249bc1900)), closes [#679](https://github.com/dequelabs/axe-core-npm/issues/679) +* **cli:** improve error message on script timeout ([#681](https://github.com/dequelabs/axe-core-npm/issues/681)) ([b407c6c](https://github.com/dequelabs/axe-core-npm/commit/b407c6cf1f8a980fc036b75c7b3f7198d3bb556c)) +* **cli:** respect --exit regardless of other flags ([#750](https://github.com/dequelabs/axe-core-npm/issues/750)) ([bfa2328](https://github.com/dequelabs/axe-core-npm/commit/bfa232800d553d870933e5dfa26d669d2d566c08)) +* pin axe-core version to accept patch updates only ([#838](https://github.com/dequelabs/axe-core-npm/issues/838)) ([2456ed6](https://github.com/dequelabs/axe-core-npm/commit/2456ed641781c2262bf71db24f7f97755422d5f6)) +* skip unloaded iframes for all apis ([#752](https://github.com/dequelabs/axe-core-npm/issues/752)) ([0b15629](https://github.com/dequelabs/axe-core-npm/commit/0b15629ac12613d9cdfec9f102ff1e3922d28ac2)) + + +### Features + +* **cli:** add --chrome-path option ([#700](https://github.com/dequelabs/axe-core-npm/issues/700)) ([#704](https://github.com/dequelabs/axe-core-npm/issues/704)) ([ada5d28](https://github.com/dequelabs/axe-core-npm/commit/ada5d28ccbbf9121f9d1fb5172347019c2ae63d1)) +* **react:** export `logToConsole` fn ([#812](https://github.com/dequelabs/axe-core-npm/issues/812)) ([480fb12](https://github.com/dequelabs/axe-core-npm/commit/480fb1268ffa3547a8d056a7c274607fca3ca274)) +* Update axe-core to v4.8.2 ([#835](https://github.com/dequelabs/axe-core-npm/issues/835)) ([2ac1eaf](https://github.com/dequelabs/axe-core-npm/commit/2ac1eafa6318453003ccfd7c33625e63725a7c00)) + + + + + ## [4.7.3](https://github.com/dequelabs/axe-core-npm/compare/v4.7.2...v4.7.3) (2023-06-09) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 2674d9f5..2d0c429a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,3 +1,3 @@ { - "version": "4.7.3" + "version": "4.8.0" } diff --git a/package-lock.json b/package-lock.json index 95307c71..137d20c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23383,10 +23383,10 @@ }, "packages/cli": { "name": "@axe-core/cli", - "version": "4.7.3", + "version": "4.8.0", "license": "MPL-2.0", "dependencies": { - "@axe-core/webdriverjs": "^4.7.3", + "@axe-core/webdriverjs": "^4.8.0", "axe-core": "~4.8.2", "chromedriver": "latest", "colors": "^1.4.0", @@ -23457,7 +23457,7 @@ }, "packages/playwright": { "name": "@axe-core/playwright", - "version": "4.7.3", + "version": "4.8.0", "license": "MPL-2.0", "dependencies": { "axe-core": "~4.8.2" @@ -23492,7 +23492,7 @@ }, "packages/puppeteer": { "name": "@axe-core/puppeteer", - "version": "4.7.3", + "version": "4.8.0", "license": "MPL-2.0", "dependencies": { "axe-core": "~4.8.2" @@ -23533,7 +23533,7 @@ }, "packages/react": { "name": "@axe-core/react", - "version": "4.7.3", + "version": "4.8.0", "license": "MPL-2.0", "dependencies": { "axe-core": "~4.8.2", @@ -23564,7 +23564,7 @@ }, "packages/reporter-earl": { "name": "@axe-core/reporter-earl", - "version": "4.7.3", + "version": "4.8.0", "license": "MPL-2.0", "devDependencies": { "@types/clone": "^2.1.1", @@ -23590,7 +23590,7 @@ }, "packages/webdriverio": { "name": "@axe-core/webdriverio", - "version": "4.7.3", + "version": "4.8.0", "license": "MPL-2.0", "dependencies": { "axe-core": "~4.8.2", @@ -23632,7 +23632,7 @@ }, "packages/webdriverjs": { "name": "@axe-core/webdriverjs", - "version": "4.7.3", + "version": "4.8.0", "license": "MPL-2.0", "dependencies": { "axe-core": "~4.8.2" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 08c26dd9..7fd09c4e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0](https://github.com/dequelabs/axe-core-npm/compare/v4.7.3...v4.8.0) (2023-09-28) + + +### Bug Fixes + +* **cli:** better error message for ChromeDriver version mismatch ([#680](https://github.com/dequelabs/axe-core-npm/issues/680)) ([10cf350](https://github.com/dequelabs/axe-core-npm/commit/10cf3509449587a14799fb168678258249bc1900)), closes [#679](https://github.com/dequelabs/axe-core-npm/issues/679) +* **cli:** improve error message on script timeout ([#681](https://github.com/dequelabs/axe-core-npm/issues/681)) ([b407c6c](https://github.com/dequelabs/axe-core-npm/commit/b407c6cf1f8a980fc036b75c7b3f7198d3bb556c)) +* **cli:** respect --exit regardless of other flags ([#750](https://github.com/dequelabs/axe-core-npm/issues/750)) ([bfa2328](https://github.com/dequelabs/axe-core-npm/commit/bfa232800d553d870933e5dfa26d669d2d566c08)) +* pin axe-core version to accept patch updates only ([#838](https://github.com/dequelabs/axe-core-npm/issues/838)) ([2456ed6](https://github.com/dequelabs/axe-core-npm/commit/2456ed641781c2262bf71db24f7f97755422d5f6)) + + +### Features + +* **cli:** add --chrome-path option ([#700](https://github.com/dequelabs/axe-core-npm/issues/700)) ([#704](https://github.com/dequelabs/axe-core-npm/issues/704)) ([ada5d28](https://github.com/dequelabs/axe-core-npm/commit/ada5d28ccbbf9121f9d1fb5172347019c2ae63d1)) +* Update axe-core to v4.8.2 ([#835](https://github.com/dequelabs/axe-core-npm/issues/835)) ([2ac1eaf](https://github.com/dequelabs/axe-core-npm/commit/2ac1eafa6318453003ccfd7c33625e63725a7c00)) + + + + + ## [4.7.3](https://github.com/dequelabs/axe-core-npm/compare/v4.7.2...v4.7.3) (2023-06-09) **Note:** Version bump only for package @axe-core/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 8c49fc1f..d93a19b9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@axe-core/cli", - "version": "4.7.3", + "version": "4.8.0", "description": "A CLI for accessibility testing using axe-core", "author": { "name": "Wilco Fiers", @@ -47,7 +47,7 @@ "testing" ], "dependencies": { - "@axe-core/webdriverjs": "^4.7.3", + "@axe-core/webdriverjs": "^4.8.0", "axe-core": "~4.8.2", "chromedriver": "latest", "colors": "^1.4.0", diff --git a/packages/playwright/CHANGELOG.md b/packages/playwright/CHANGELOG.md index cea9d767..589d89a8 100644 --- a/packages/playwright/CHANGELOG.md +++ b/packages/playwright/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0](https://github.com/dequelabs/axe-core-npm/compare/v4.7.3...v4.8.0) (2023-09-28) + + +### Bug Fixes + +* pin axe-core version to accept patch updates only ([#838](https://github.com/dequelabs/axe-core-npm/issues/838)) ([2456ed6](https://github.com/dequelabs/axe-core-npm/commit/2456ed641781c2262bf71db24f7f97755422d5f6)) +* skip unloaded iframes for all apis ([#752](https://github.com/dequelabs/axe-core-npm/issues/752)) ([0b15629](https://github.com/dequelabs/axe-core-npm/commit/0b15629ac12613d9cdfec9f102ff1e3922d28ac2)) + + +### Features + +* Update axe-core to v4.8.2 ([#835](https://github.com/dequelabs/axe-core-npm/issues/835)) ([2ac1eaf](https://github.com/dequelabs/axe-core-npm/commit/2ac1eafa6318453003ccfd7c33625e63725a7c00)) + + + + + ## [4.7.3](https://github.com/dequelabs/axe-core-npm/compare/v4.7.2...v4.7.3) (2023-06-09) **Note:** Version bump only for package @axe-core/playwright diff --git a/packages/playwright/package.json b/packages/playwright/package.json index e3484d81..226548ca 100644 --- a/packages/playwright/package.json +++ b/packages/playwright/package.json @@ -1,6 +1,6 @@ { "name": "@axe-core/playwright", - "version": "4.7.3", + "version": "4.8.0", "description": "Provides a method to inject and analyze web pages using axe", "contributors": [ { diff --git a/packages/puppeteer/CHANGELOG.md b/packages/puppeteer/CHANGELOG.md index c04c3bba..f7448b0e 100644 --- a/packages/puppeteer/CHANGELOG.md +++ b/packages/puppeteer/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0](https://github.com/dequelabs/axe-core-npm/compare/v4.7.3...v4.8.0) (2023-09-28) + + +### Bug Fixes + +* pin axe-core version to accept patch updates only ([#838](https://github.com/dequelabs/axe-core-npm/issues/838)) ([2456ed6](https://github.com/dequelabs/axe-core-npm/commit/2456ed641781c2262bf71db24f7f97755422d5f6)) +* skip unloaded iframes for all apis ([#752](https://github.com/dequelabs/axe-core-npm/issues/752)) ([0b15629](https://github.com/dequelabs/axe-core-npm/commit/0b15629ac12613d9cdfec9f102ff1e3922d28ac2)) + + +### Features + +* Update axe-core to v4.8.2 ([#835](https://github.com/dequelabs/axe-core-npm/issues/835)) ([2ac1eaf](https://github.com/dequelabs/axe-core-npm/commit/2ac1eafa6318453003ccfd7c33625e63725a7c00)) + + + + + ## [4.7.3](https://github.com/dequelabs/axe-core-npm/compare/v4.7.2...v4.7.3) (2023-06-09) **Note:** Version bump only for package @axe-core/puppeteer diff --git a/packages/puppeteer/package.json b/packages/puppeteer/package.json index eee899fc..53311724 100644 --- a/packages/puppeteer/package.json +++ b/packages/puppeteer/package.json @@ -1,6 +1,6 @@ { "name": "@axe-core/puppeteer", - "version": "4.7.3", + "version": "4.8.0", "description": "Provides a chainable axe API for Puppeteer and automatically injects into all frames", "repository": { "type": "git", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f33a4201..68ce44f3 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0](https://github.com/dequelabs/axe-core-npm/compare/v4.7.3...v4.8.0) (2023-09-28) + + +### Bug Fixes + +* pin axe-core version to accept patch updates only ([#838](https://github.com/dequelabs/axe-core-npm/issues/838)) ([2456ed6](https://github.com/dequelabs/axe-core-npm/commit/2456ed641781c2262bf71db24f7f97755422d5f6)) + + +### Features + +* **react:** export `logToConsole` fn ([#812](https://github.com/dequelabs/axe-core-npm/issues/812)) ([480fb12](https://github.com/dequelabs/axe-core-npm/commit/480fb1268ffa3547a8d056a7c274607fca3ca274)) +* Update axe-core to v4.8.2 ([#835](https://github.com/dequelabs/axe-core-npm/issues/835)) ([2ac1eaf](https://github.com/dequelabs/axe-core-npm/commit/2ac1eafa6318453003ccfd7c33625e63725a7c00)) + + + + + ## [4.7.3](https://github.com/dequelabs/axe-core-npm/compare/v4.7.2...v4.7.3) (2023-06-09) **Note:** Version bump only for package @axe-core/react diff --git a/packages/react/package.json b/packages/react/package.json index 43427bf1..b4527e60 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@axe-core/react", - "version": "4.7.3", + "version": "4.8.0", "description": "Dynamic accessibility analysis for React using axe-core", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/reporter-earl/CHANGELOG.md b/packages/reporter-earl/CHANGELOG.md index 485f0fae..2721e57e 100644 --- a/packages/reporter-earl/CHANGELOG.md +++ b/packages/reporter-earl/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0](https://github.com/dequelabs/axe-core-npm/compare/v4.7.3...v4.8.0) (2023-09-28) + + +### Bug Fixes + +* pin axe-core version to accept patch updates only ([#838](https://github.com/dequelabs/axe-core-npm/issues/838)) ([2456ed6](https://github.com/dequelabs/axe-core-npm/commit/2456ed641781c2262bf71db24f7f97755422d5f6)) + + +### Features + +* Update axe-core to v4.8.2 ([#835](https://github.com/dequelabs/axe-core-npm/issues/835)) ([2ac1eaf](https://github.com/dequelabs/axe-core-npm/commit/2ac1eafa6318453003ccfd7c33625e63725a7c00)) + + + + + ## [4.7.3](https://github.com/dequelabs/axe-core-npm/compare/v4.7.2...v4.7.3) (2023-06-09) **Note:** Version bump only for package @axe-core/reporter-earl diff --git a/packages/reporter-earl/package.json b/packages/reporter-earl/package.json index d3f4a676..41dfdb3f 100644 --- a/packages/reporter-earl/package.json +++ b/packages/reporter-earl/package.json @@ -1,6 +1,6 @@ { "name": "@axe-core/reporter-earl", - "version": "4.7.3", + "version": "4.8.0", "description": "A EARL+JSON-LD reporter for axe-core", "main": "dist/axeReporterEarl.js", "module": "./dist/axeReporterEarl.mjs", diff --git a/packages/webdriverio/CHANGELOG.md b/packages/webdriverio/CHANGELOG.md index 37049b4a..533e6e52 100644 --- a/packages/webdriverio/CHANGELOG.md +++ b/packages/webdriverio/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0](https://github.com/dequelabs/axe-core-npm/compare/v4.7.3...v4.8.0) (2023-09-28) + + +### Bug Fixes + +* pin axe-core version to accept patch updates only ([#838](https://github.com/dequelabs/axe-core-npm/issues/838)) ([2456ed6](https://github.com/dequelabs/axe-core-npm/commit/2456ed641781c2262bf71db24f7f97755422d5f6)) +* skip unloaded iframes for all apis ([#752](https://github.com/dequelabs/axe-core-npm/issues/752)) ([0b15629](https://github.com/dequelabs/axe-core-npm/commit/0b15629ac12613d9cdfec9f102ff1e3922d28ac2)) + + +### Features + +* Update axe-core to v4.8.2 ([#835](https://github.com/dequelabs/axe-core-npm/issues/835)) ([2ac1eaf](https://github.com/dequelabs/axe-core-npm/commit/2ac1eafa6318453003ccfd7c33625e63725a7c00)) + + + + + ## [4.7.3](https://github.com/dequelabs/axe-core-npm/compare/v4.7.2...v4.7.3) (2023-06-09) **Note:** Version bump only for package @axe-core/webdriverio diff --git a/packages/webdriverio/package.json b/packages/webdriverio/package.json index e4d6326e..92576c10 100644 --- a/packages/webdriverio/package.json +++ b/packages/webdriverio/package.json @@ -1,6 +1,6 @@ { "name": "@axe-core/webdriverio", - "version": "4.7.3", + "version": "4.8.0", "description": "Provides a method to inject and analyze web pages using axe", "contributors": [ { diff --git a/packages/webdriverjs/CHANGELOG.md b/packages/webdriverjs/CHANGELOG.md index 0a4e14cd..6acceb45 100644 --- a/packages/webdriverjs/CHANGELOG.md +++ b/packages/webdriverjs/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0](https://github.com/dequelabs/axe-core-npm/compare/v4.7.3...v4.8.0) (2023-09-28) + + +### Bug Fixes + +* pin axe-core version to accept patch updates only ([#838](https://github.com/dequelabs/axe-core-npm/issues/838)) ([2456ed6](https://github.com/dequelabs/axe-core-npm/commit/2456ed641781c2262bf71db24f7f97755422d5f6)) +* skip unloaded iframes for all apis ([#752](https://github.com/dequelabs/axe-core-npm/issues/752)) ([0b15629](https://github.com/dequelabs/axe-core-npm/commit/0b15629ac12613d9cdfec9f102ff1e3922d28ac2)) + + +### Features + +* Update axe-core to v4.8.2 ([#835](https://github.com/dequelabs/axe-core-npm/issues/835)) ([2ac1eaf](https://github.com/dequelabs/axe-core-npm/commit/2ac1eafa6318453003ccfd7c33625e63725a7c00)) + + + + + ## [4.7.3](https://github.com/dequelabs/axe-core-npm/compare/v4.7.2...v4.7.3) (2023-06-09) ### Bug Fixes diff --git a/packages/webdriverjs/package.json b/packages/webdriverjs/package.json index 7bae7915..81fb9d99 100644 --- a/packages/webdriverjs/package.json +++ b/packages/webdriverjs/package.json @@ -1,6 +1,6 @@ { "name": "@axe-core/webdriverjs", - "version": "4.7.3", + "version": "4.8.0", "description": "Provides a method to inject and analyze web pages using axe", "contributors": [ {