Skip to content

Commit eb99c15

Browse files
build: Lint and format all files (#760)
1 parent 502b6c2 commit eb99c15

37 files changed

+242
-558
lines changed

.dependabot/config.yml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
11
version: 1
22
update_configs:
3-
- package_manager: "javascript"
4-
directory: "/"
5-
update_schedule: "weekly"
3+
- package_manager: 'javascript'
4+
directory: '/'
5+
update_schedule: 'weekly'
66
default_labels:
7-
- "axe_api_deps_bot"
7+
- 'axe_api_deps_bot'
88
allowed_updates:
99
- match:
10-
update_type: "security"
11-
- package_manager: "javascript"
12-
directory: "/axe_core_test"
13-
update_schedule: "weekly"
10+
update_type: 'security'
11+
- package_manager: 'javascript'
12+
directory: '/axe_core_test'
13+
update_schedule: 'weekly'
1414
default_labels:
15-
- "axe_api_deps_bot"
15+
- 'axe_api_deps_bot'
1616
allowed_updates:
1717
- match:
18-
update_type: "security"
19-
- package_manager: "javascript"
20-
directory: "/packages/cli"
21-
update_schedule: "weekly"
18+
update_type: 'security'
19+
- package_manager: 'javascript'
20+
directory: '/packages/cli'
21+
update_schedule: 'weekly'
2222
default_labels:
23-
- "axe_api_deps_bot"
23+
- 'axe_api_deps_bot'
2424
allowed_updates:
2525
- match:
26-
update_type: "security"
27-
- package_manager: "javascript"
28-
directory: "/packages/puppeteer"
29-
update_schedule: "weekly"
26+
update_type: 'security'
27+
- package_manager: 'javascript'
28+
directory: '/packages/puppeteer'
29+
update_schedule: 'weekly'
3030
default_labels:
31-
- "axe_api_deps_bot"
31+
- 'axe_api_deps_bot'
3232
allowed_updates:
3333
- match:
34-
update_type: "security"
35-
- package_manager: "javascript"
36-
directory: "/packages/react"
37-
update_schedule: "weekly"
34+
update_type: 'security'
35+
- package_manager: 'javascript'
36+
directory: '/packages/react'
37+
update_schedule: 'weekly'
3838
default_labels:
39-
- "axe_api_deps_bot"
39+
- 'axe_api_deps_bot'
4040
allowed_updates:
4141
- match:
42-
update_type: "security"
43-
- package_manager: "javascript"
44-
directory: "/packages/reporter-earl"
45-
update_schedule: "weekly"
42+
update_type: 'security'
43+
- package_manager: 'javascript'
44+
directory: '/packages/reporter-earl'
45+
update_schedule: 'weekly'
4646
default_labels:
47-
- "axe_api_deps_bot"
47+
- 'axe_api_deps_bot'
4848
allowed_updates:
4949
- match:
50-
update_type: "security"
51-
- package_manager: "javascript"
52-
directory: "/packages/webdriverjs"
53-
update_schedule: "weekly"
50+
update_type: 'security'
51+
- package_manager: 'javascript'
52+
directory: '/packages/webdriverjs'
53+
update_schedule: 'weekly'
5454
default_labels:
55-
- "axe_api_deps_bot"
55+
- 'axe_api_deps_bot'
5656
allowed_updates:
5757
- match:
58-
update_type: "security"
58+
update_type: 'security'

.github/ISSUE_TEMPLATE/possible-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ body:
2727
id: version
2828
attributes:
2929
label: Product Version
30-
description: For the integration please check the `package.json` file
30+
description: For the integration please check the `package.json` file
3131
- type: checkboxes
3232
id: latest-axe
3333
attributes:

.github/axe-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rules:
22
# Disables a11y issues for testing
3-
html-has-lang: false
3+
html-has-lang: false
44
exclude:
55
- packages/react/CHANGELOG.md
66
- packages/react/examples/**/*

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
branch: release
5151
branch-suffix: timestamp
5252
base: master
53-
title: "chore: release v${{ steps.get-new-version.outputs.version }}"
53+
title: 'chore: release v${{ steps.get-new-version.outputs.version }}'
5454
# If there are any changes not already committed, they will be added to
5555
# a commit with this as the message.
5656
# If there are no changes no commit will be created.
57-
commit-message: "chore: applying release changes"
57+
commit-message: 'chore: applying release changes'

.github/workflows/sync-master-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: dequelabs/action-sync-branches@v1
1313
with:
1414
github-token: ${{ secrets.GITHUB_TOKEN }}
15-
pr-title: "chore: merge master into develop"
15+
pr-title: 'chore: merge master into develop'
1616
pr-reviewers: michael-siek,stephenmathieson
1717
pr-labels: chore
1818
pr-template: .github/PULL_REQUEST_TEMPLATE.md

CHANGELOG.md

Lines changed: 20 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -5,105 +5,67 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66
## [4.7.3](https://github.com/dequelabs/axe-core-npm/compare/v4.7.2...v4.7.3) (2023-06-09)
77

8-
98
### Bug Fixes
109

11-
* **webdriverjs:** skip unloaded iframes ([#743](https://github.com/dequelabs/axe-core-npm/issues/743)) ([9cb50eb](https://github.com/dequelabs/axe-core-npm/commit/9cb50ebb6b138cb0aa6b785bc7c826c4b9a21086))
12-
13-
14-
15-
10+
- **webdriverjs:** skip unloaded iframes ([#743](https://github.com/dequelabs/axe-core-npm/issues/743)) ([9cb50eb](https://github.com/dequelabs/axe-core-npm/commit/9cb50ebb6b138cb0aa6b785bc7c826c4b9a21086))
1611

1712
## [4.7.2](https://github.com/dequelabs/axe-core-npm/compare/v4.7.1...v4.7.2) (2023-06-01)
1813

19-
2014
### Bug Fixes
2115

22-
* **packages/cli:** revert ESM ([#730](https://github.com/dequelabs/axe-core-npm/issues/730)) ([4e1fb95](https://github.com/dequelabs/axe-core-npm/commit/4e1fb958fa251db7eea3433f91f2a2f3adbda1e8))
23-
* **playwright:** Enable usage with `@playwright/test` ([#731](https://github.com/dequelabs/axe-core-npm/issues/731)) ([0d0c9d1](https://github.com/dequelabs/axe-core-npm/commit/0d0c9d1b75051b26f0bb745abc5c8974a9fa4d54))
24-
25-
26-
27-
16+
- **packages/cli:** revert ESM ([#730](https://github.com/dequelabs/axe-core-npm/issues/730)) ([4e1fb95](https://github.com/dequelabs/axe-core-npm/commit/4e1fb958fa251db7eea3433f91f2a2f3adbda1e8))
17+
- **playwright:** Enable usage with `@playwright/test` ([#731](https://github.com/dequelabs/axe-core-npm/issues/731)) ([0d0c9d1](https://github.com/dequelabs/axe-core-npm/commit/0d0c9d1b75051b26f0bb745abc5c8974a9fa4d54))
2818

2919
## [4.7.1](https://github.com/dequelabs/axe-core-npm/compare/v4.7.0...v4.7.1) (2023-05-02)
3020

31-
3221
### Bug Fixes
3322

34-
* proper imports in esm context ([#718](https://github.com/dequelabs/axe-core-npm/issues/718)) ([f2a41bc](https://github.com/dequelabs/axe-core-npm/commit/f2a41bcaf33f5000fa1cd08f1a3e184b5d6360be))
35-
* **react:** include .mjs file in publish ([#722](https://github.com/dequelabs/axe-core-npm/issues/722)) ([a7bf92f](https://github.com/dequelabs/axe-core-npm/commit/a7bf92fd9856b7be0fea4f3c8bd38a79a3c9fde3))
36-
37-
38-
39-
23+
- proper imports in esm context ([#718](https://github.com/dequelabs/axe-core-npm/issues/718)) ([f2a41bc](https://github.com/dequelabs/axe-core-npm/commit/f2a41bcaf33f5000fa1cd08f1a3e184b5d6360be))
24+
- **react:** include .mjs file in publish ([#722](https://github.com/dequelabs/axe-core-npm/issues/722)) ([a7bf92f](https://github.com/dequelabs/axe-core-npm/commit/a7bf92fd9856b7be0fea4f3c8bd38a79a3c9fde3))
4025

4126
# [4.7.0](https://github.com/dequelabs/axe-core-npm/compare/v4.6.1...v4.7.0) (2023-04-28)
4227

43-
4428
### Bug Fixes
4529

46-
* **cli:** do not inject script tags due to pages not allowing script tags ([#710](https://github.com/dequelabs/axe-core-npm/issues/710)) ([2e0fdb4](https://github.com/dequelabs/axe-core-npm/commit/2e0fdb4a4661040b9b8dbb91bed1a96142e4fe0c))
47-
30+
- **cli:** do not inject script tags due to pages not allowing script tags ([#710](https://github.com/dequelabs/axe-core-npm/issues/710)) ([2e0fdb4](https://github.com/dequelabs/axe-core-npm/commit/2e0fdb4a4661040b9b8dbb91bed1a96142e4fe0c))
4831

4932
### Features
5033

51-
* enable esm import ([#713](https://github.com/dequelabs/axe-core-npm/issues/713)) ([076bfa9](https://github.com/dequelabs/axe-core-npm/commit/076bfa99f27f416b4eaff6d24cc23e8573fc72ee))
52-
* support WDIO v8 ([#708](https://github.com/dequelabs/axe-core-npm/issues/708)) ([1e40ec0](https://github.com/dequelabs/axe-core-npm/commit/1e40ec006844a9b5f0e368b5ca8014e215c75372))
53-
* Update axe-core to v4.7.0 ([#709](https://github.com/dequelabs/axe-core-npm/issues/709)) ([d418d09](https://github.com/dequelabs/axe-core-npm/commit/d418d093b4c462d5d60e0f7ad3d5147bcaf52aa2))
54-
55-
56-
57-
34+
- enable esm import ([#713](https://github.com/dequelabs/axe-core-npm/issues/713)) ([076bfa9](https://github.com/dequelabs/axe-core-npm/commit/076bfa99f27f416b4eaff6d24cc23e8573fc72ee))
35+
- support WDIO v8 ([#708](https://github.com/dequelabs/axe-core-npm/issues/708)) ([1e40ec0](https://github.com/dequelabs/axe-core-npm/commit/1e40ec006844a9b5f0e368b5ca8014e215c75372))
36+
- Update axe-core to v4.7.0 ([#709](https://github.com/dequelabs/axe-core-npm/issues/709)) ([d418d09](https://github.com/dequelabs/axe-core-npm/commit/d418d093b4c462d5d60e0f7ad3d5147bcaf52aa2))
5837

5938
## [4.6.1](https://github.com/dequelabs/axe-core-npm/compare/v4.6.0...v4.6.1) (2023-03-28)
6039

61-
6240
### Bug Fixes
6341

64-
* **cli:** increase --timeout default to 90 seconds (to match --help) ([#683](https://github.com/dequelabs/axe-core-npm/issues/683)) ([d11481b](https://github.com/dequelabs/axe-core-npm/commit/d11481b8c74598617260586fe14c8ceba32c6792))
65-
* Update axe-core to v4.6.3 ([#698](https://github.com/dequelabs/axe-core-npm/issues/698)) ([a7d53a4](https://github.com/dequelabs/axe-core-npm/commit/a7d53a4876237c74bb8dc2836b703cdaf2f7ace5))
66-
* work with extremely large results ([#667](https://github.com/dequelabs/axe-core-npm/issues/667)) ([395d5fc](https://github.com/dequelabs/axe-core-npm/commit/395d5fc165c97f0c297176eb69eb58d2510c938f))
67-
42+
- **cli:** increase --timeout default to 90 seconds (to match --help) ([#683](https://github.com/dequelabs/axe-core-npm/issues/683)) ([d11481b](https://github.com/dequelabs/axe-core-npm/commit/d11481b8c74598617260586fe14c8ceba32c6792))
43+
- Update axe-core to v4.6.3 ([#698](https://github.com/dequelabs/axe-core-npm/issues/698)) ([a7d53a4](https://github.com/dequelabs/axe-core-npm/commit/a7d53a4876237c74bb8dc2836b703cdaf2f7ace5))
44+
- work with extremely large results ([#667](https://github.com/dequelabs/axe-core-npm/issues/667)) ([395d5fc](https://github.com/dequelabs/axe-core-npm/commit/395d5fc165c97f0c297176eb69eb58d2510c938f))
6845

6946
### Features
7047

71-
* **webdriverio:** deprecate @wdio/sync support ([#677](https://github.com/dequelabs/axe-core-npm/issues/677)) ([6121e55](https://github.com/dequelabs/axe-core-npm/commit/6121e55e000b0b8b5b93c92b8530cfa1bd505da8))
72-
73-
74-
75-
48+
- **webdriverio:** deprecate @wdio/sync support ([#677](https://github.com/dequelabs/axe-core-npm/issues/677)) ([6121e55](https://github.com/dequelabs/axe-core-npm/commit/6121e55e000b0b8b5b93c92b8530cfa1bd505da8))
7649

7750
# [4.6.0](https://github.com/dequelabs/axe-core-npm/compare/v4.5.2...v4.6.0) (2023-01-19)
7851

79-
8052
### Bug Fixes
8153

82-
* **playwright:** update playwright to support updated types ([#635](https://github.com/dequelabs/axe-core-npm/issues/635)) ([1339ec7](https://github.com/dequelabs/axe-core-npm/commit/1339ec7199fd654f6116ecaf824274a163cf3a73))
83-
* use `SerialContextObject` type instead of `ContextObject` ([#632](https://github.com/dequelabs/axe-core-npm/issues/632)) ([630b545](https://github.com/dequelabs/axe-core-npm/commit/630b545469b8e973e2aa9c7d879f9c120ce8a4d9))
84-
54+
- **playwright:** update playwright to support updated types ([#635](https://github.com/dequelabs/axe-core-npm/issues/635)) ([1339ec7](https://github.com/dequelabs/axe-core-npm/commit/1339ec7199fd654f6116ecaf824274a163cf3a73))
55+
- use `SerialContextObject` type instead of `ContextObject` ([#632](https://github.com/dequelabs/axe-core-npm/issues/632)) ([630b545](https://github.com/dequelabs/axe-core-npm/commit/630b545469b8e973e2aa9c7d879f9c120ce8a4d9))
8556

8657
### Features
8758

88-
* support shadow dom selectors ([#619](https://github.com/dequelabs/axe-core-npm/issues/619)) ([6065b56](https://github.com/dequelabs/axe-core-npm/commit/6065b562adf289341033a7233426ba3dcfb8a24b))
89-
* Update axe-core to v4.6.1 ([#633](https://github.com/dequelabs/axe-core-npm/issues/633)) ([8bab5b2](https://github.com/dequelabs/axe-core-npm/commit/8bab5b23b3653a6a0603f10d889e22418a4fff3e))
90-
91-
92-
93-
59+
- support shadow dom selectors ([#619](https://github.com/dequelabs/axe-core-npm/issues/619)) ([6065b56](https://github.com/dequelabs/axe-core-npm/commit/6065b562adf289341033a7233426ba3dcfb8a24b))
60+
- Update axe-core to v4.6.1 ([#633](https://github.com/dequelabs/axe-core-npm/issues/633)) ([8bab5b2](https://github.com/dequelabs/axe-core-npm/commit/8bab5b23b3653a6a0603f10d889e22418a4fff3e))
9461

9562
## [4.5.2](https://github.com/dequelabs/axe-core-npm/compare/v4.5.1...v4.5.2) (2022-11-15)
9663

97-
9864
### Bug Fixes
9965

100-
* **cli:** include all functions in types file ([#603](https://github.com/dequelabs/axe-core-npm/issues/603)) ([30042ef](https://github.com/dequelabs/axe-core-npm/commit/30042ef3acc0cab7f67ddcf284df089f243f53e6))
101-
* **cli:** use correct driver typings ([#604](https://github.com/dequelabs/axe-core-npm/issues/604)) ([d33bbdf](https://github.com/dequelabs/axe-core-npm/commit/d33bbdf2b3d05c3ba0106d717ba1c8d706c5e05c))
102-
* update to use axe-core 4.5.2 ([#607](https://github.com/dequelabs/axe-core-npm/issues/607)) ([61312ff](https://github.com/dequelabs/axe-core-npm/commit/61312fff2e9ee4e0f218a29a1608f69b45206fad))
103-
104-
105-
106-
66+
- **cli:** include all functions in types file ([#603](https://github.com/dequelabs/axe-core-npm/issues/603)) ([30042ef](https://github.com/dequelabs/axe-core-npm/commit/30042ef3acc0cab7f67ddcf284df089f243f53e6))
67+
- **cli:** use correct driver typings ([#604](https://github.com/dequelabs/axe-core-npm/issues/604)) ([d33bbdf](https://github.com/dequelabs/axe-core-npm/commit/d33bbdf2b3d05c3ba0106d717ba1c8d706c5e05c))
68+
- update to use axe-core 4.5.2 ([#607](https://github.com/dequelabs/axe-core-npm/issues/607)) ([61312ff](https://github.com/dequelabs/axe-core-npm/commit/61312fff2e9ee4e0f218a29a1608f69b45206fad))
10769

10870
## [4.5.1](https://github.com/dequelabs/axe-core-npm/compare/v4.5.0...v4.5.1) (2022-11-03)
10971

axe_core_test/axe-core-version.test.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ describe('verify axe-core version', () => {
2929
const reporterEarlVersion = reporterEarl.version;
3030
const reporterEarlAxeCoreVersion = reporterEarl.devDependencies['axe-core'];
3131

32-
const [packageAxeCoreVersion] = reporterEarlAxeCoreVersion.match(
33-
versioning
34-
);
32+
const [packageAxeCoreVersion] =
33+
reporterEarlAxeCoreVersion.match(versioning);
3534
const [axeCoreReporterEarlVersion] = reporterEarlVersion.match(versioning);
3635
assert.strictEqual(axeCoreReporterEarlVersion, packageAxeCoreVersion);
3736
});

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"license": "MPL-2.0",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",
7-
"fmt": "prettier --write *.{md,js,json} \"packages/**/*.{js,ts,tsx,html,json,md,css}\"",
8-
"lint": "eslint *.js \"packages/**/*.{js,ts,tsx}\"",
7+
"fmt": "prettier --write .",
8+
"lint": "eslint .",
99
"bootstrap": "lerna bootstrap",
1010
"prepare": "husky install",
1111
"precommit": "lint-staged"

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -7,82 +7,48 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
**Note:** Version bump only for package @axe-core/cli
99

10-
11-
12-
13-
1410
## [4.7.2](https://github.com/dequelabs/axe-core-npm/compare/v4.7.1...v4.7.2) (2023-06-01)
1511

16-
1712
### Bug Fixes
1813

19-
* **packages/cli:** revert ESM ([#730](https://github.com/dequelabs/axe-core-npm/issues/730)) ([4e1fb95](https://github.com/dequelabs/axe-core-npm/commit/4e1fb958fa251db7eea3433f91f2a2f3adbda1e8))
20-
21-
22-
23-
14+
- **packages/cli:** revert ESM ([#730](https://github.com/dequelabs/axe-core-npm/issues/730)) ([4e1fb95](https://github.com/dequelabs/axe-core-npm/commit/4e1fb958fa251db7eea3433f91f2a2f3adbda1e8))
2415

2516
## [4.7.1](https://github.com/dequelabs/axe-core-npm/compare/v4.7.0...v4.7.1) (2023-05-02)
2617

2718
**Note:** Version bump only for package @axe-core/cli
2819

29-
30-
31-
32-
3320
# [4.7.0](https://github.com/dequelabs/axe-core-npm/compare/v4.6.1...v4.7.0) (2023-04-28)
3421

35-
3622
### Bug Fixes
3723

38-
* **cli:** do not inject script tags due to pages not allowing script tags ([#710](https://github.com/dequelabs/axe-core-npm/issues/710)) ([2e0fdb4](https://github.com/dequelabs/axe-core-npm/commit/2e0fdb4a4661040b9b8dbb91bed1a96142e4fe0c))
39-
24+
- **cli:** do not inject script tags due to pages not allowing script tags ([#710](https://github.com/dequelabs/axe-core-npm/issues/710)) ([2e0fdb4](https://github.com/dequelabs/axe-core-npm/commit/2e0fdb4a4661040b9b8dbb91bed1a96142e4fe0c))
4025

4126
### Features
4227

43-
* enable esm import ([#713](https://github.com/dequelabs/axe-core-npm/issues/713)) ([076bfa9](https://github.com/dequelabs/axe-core-npm/commit/076bfa99f27f416b4eaff6d24cc23e8573fc72ee))
44-
* Update axe-core to v4.7.0 ([#709](https://github.com/dequelabs/axe-core-npm/issues/709)) ([d418d09](https://github.com/dequelabs/axe-core-npm/commit/d418d093b4c462d5d60e0f7ad3d5147bcaf52aa2))
45-
46-
47-
48-
28+
- enable esm import ([#713](https://github.com/dequelabs/axe-core-npm/issues/713)) ([076bfa9](https://github.com/dequelabs/axe-core-npm/commit/076bfa99f27f416b4eaff6d24cc23e8573fc72ee))
29+
- Update axe-core to v4.7.0 ([#709](https://github.com/dequelabs/axe-core-npm/issues/709)) ([d418d09](https://github.com/dequelabs/axe-core-npm/commit/d418d093b4c462d5d60e0f7ad3d5147bcaf52aa2))
4930

5031
## [4.6.1](https://github.com/dequelabs/axe-core-npm/compare/v4.6.0...v4.6.1) (2023-03-28)
5132

52-
5333
### Bug Fixes
5434

55-
* **cli:** increase --timeout default to 90 seconds (to match --help) ([#683](https://github.com/dequelabs/axe-core-npm/issues/683)) ([d11481b](https://github.com/dequelabs/axe-core-npm/commit/d11481b8c74598617260586fe14c8ceba32c6792))
56-
* Update axe-core to v4.6.3 ([#698](https://github.com/dequelabs/axe-core-npm/issues/698)) ([a7d53a4](https://github.com/dequelabs/axe-core-npm/commit/a7d53a4876237c74bb8dc2836b703cdaf2f7ace5))
57-
58-
59-
60-
35+
- **cli:** increase --timeout default to 90 seconds (to match --help) ([#683](https://github.com/dequelabs/axe-core-npm/issues/683)) ([d11481b](https://github.com/dequelabs/axe-core-npm/commit/d11481b8c74598617260586fe14c8ceba32c6792))
36+
- Update axe-core to v4.6.3 ([#698](https://github.com/dequelabs/axe-core-npm/issues/698)) ([a7d53a4](https://github.com/dequelabs/axe-core-npm/commit/a7d53a4876237c74bb8dc2836b703cdaf2f7ace5))
6137

6238
# [4.6.0](https://github.com/dequelabs/axe-core-npm/compare/v4.5.2...v4.6.0) (2023-01-19)
6339

64-
6540
### Features
6641

67-
* support shadow dom selectors ([#619](https://github.com/dequelabs/axe-core-npm/issues/619)) ([6065b56](https://github.com/dequelabs/axe-core-npm/commit/6065b562adf289341033a7233426ba3dcfb8a24b))
68-
* Update axe-core to v4.6.1 ([#633](https://github.com/dequelabs/axe-core-npm/issues/633)) ([8bab5b2](https://github.com/dequelabs/axe-core-npm/commit/8bab5b23b3653a6a0603f10d889e22418a4fff3e))
69-
70-
71-
72-
42+
- support shadow dom selectors ([#619](https://github.com/dequelabs/axe-core-npm/issues/619)) ([6065b56](https://github.com/dequelabs/axe-core-npm/commit/6065b562adf289341033a7233426ba3dcfb8a24b))
43+
- Update axe-core to v4.6.1 ([#633](https://github.com/dequelabs/axe-core-npm/issues/633)) ([8bab5b2](https://github.com/dequelabs/axe-core-npm/commit/8bab5b23b3653a6a0603f10d889e22418a4fff3e))
7344

7445
## [4.5.2](https://github.com/dequelabs/axe-core-npm/compare/v4.5.1...v4.5.2) (2022-11-15)
7546

76-
7747
### Bug Fixes
7848

79-
* **cli:** include all functions in types file ([#603](https://github.com/dequelabs/axe-core-npm/issues/603)) ([30042ef](https://github.com/dequelabs/axe-core-npm/commit/30042ef3acc0cab7f67ddcf284df089f243f53e6))
80-
* **cli:** use correct driver typings ([#604](https://github.com/dequelabs/axe-core-npm/issues/604)) ([d33bbdf](https://github.com/dequelabs/axe-core-npm/commit/d33bbdf2b3d05c3ba0106d717ba1c8d706c5e05c))
81-
* update to use axe-core 4.5.2 ([#607](https://github.com/dequelabs/axe-core-npm/issues/607)) ([61312ff](https://github.com/dequelabs/axe-core-npm/commit/61312fff2e9ee4e0f218a29a1608f69b45206fad))
82-
83-
84-
85-
49+
- **cli:** include all functions in types file ([#603](https://github.com/dequelabs/axe-core-npm/issues/603)) ([30042ef](https://github.com/dequelabs/axe-core-npm/commit/30042ef3acc0cab7f67ddcf284df089f243f53e6))
50+
- **cli:** use correct driver typings ([#604](https://github.com/dequelabs/axe-core-npm/issues/604)) ([d33bbdf](https://github.com/dequelabs/axe-core-npm/commit/d33bbdf2b3d05c3ba0106d717ba1c8d706c5e05c))
51+
- update to use axe-core 4.5.2 ([#607](https://github.com/dequelabs/axe-core-npm/issues/607)) ([61312ff](https://github.com/dequelabs/axe-core-npm/commit/61312fff2e9ee4e0f218a29a1608f69b45206fad))
8652

8753
## [4.5.1](https://github.com/dequelabs/axe-core-npm/compare/v4.5.0...v4.5.1) (2022-11-03)
8854

0 commit comments

Comments
 (0)