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: RC v4.8.3 #983

Merged
merged 22 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
4af4d7d
chore: bump axe-test-fixtures from `72ec3ff` to `a8b90eb` (#933)
dependabot[bot] Dec 1, 2023
9c13c19
Merge pull request #954 from dequelabs/release
dequejenn Dec 6, 2023
df8cfd9
chore: merge master into develop (#955)
github-actions[bot] Dec 13, 2023
f303b7d
chore: bump lint-staged from 13.3.0 to 15.1.0 (#932)
dependabot[bot] Dec 19, 2023
300a16e
chore: bump typescript from 4.9.5 to 5.2.2 (#934)
dependabot[bot] Dec 19, 2023
07e7d9e
Revert "chore: merge master into develop (#955)" (#956)
straker Dec 19, 2023
4eec517
Merge pull request #959 from dequelabs/master
straker Dec 19, 2023
0511338
fix(webdriverio): fix types between v8 and <v8 (#962)
straker Dec 21, 2023
47ff590
ci: fix deploy pipeline (#964)
straker Dec 21, 2023
6db23a3
ci: update `update-axe-core` timeout (#961)
michael-siek Dec 21, 2023
77f7290
chore: bump axios from 1.5.0 to 1.6.1 (#925)
dependabot[bot] Dec 21, 2023
d20f940
chore: ignore esm package updates for delay and tempy (#965)
straker Dec 21, 2023
d4a51f8
chore: bump the npm-low-risk group with 28 updates (#966)
dependabot[bot] Dec 21, 2023
6040d75
chore: bump sinon and @types/sinon (#921)
dependabot[bot] Dec 21, 2023
088c620
chore: bump chromedriver from 119.0.0 to 120.0.1 (#973)
dependabot[bot] Jan 2, 2024
be9002c
fix: Update axe-core to v4.8.3 (#968)
github-actions[bot] Jan 2, 2024
0aff5d8
Revert "fix: Update axe-core to v4.8.3 (#968)" (#977)
michael-siek Jan 2, 2024
1c83740
fix: Update axe-core to v4.8.3 (#978)
github-actions[bot] Jan 3, 2024
6202e21
chore: bump lerna from 7.3.0 to 8.0.1 (#971)
dependabot[bot] Jan 8, 2024
0325274
chore: bump tsup from 7.2.0 to 8.0.1 (#970)
dependabot[bot] Jan 8, 2024
adaa95c
chore(dependabot): ignore esm chai >= 5.0.0 (#981)
straker Jan 9, 2024
8cc097d
chore: RC v4.8.3
attest-team-ci Jan 9, 2024
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
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ updates:
versions: ['>=6.0.0']
- dependency-name: 'node-fetch'
versions: ['>=3.0.0']
- dependency-name: 'delay'
versions: ['>=6.0.0']
- dependency-name: 'tempy'
versions: ['>=2.0.0']
- dependency-name: 'chai'
versions: ['>=5.0.0']
# Breaking change due to node version requirements
- dependency-name: 'commander'
versions: ['>=10.0.0']
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- run: npm ci
# HACK: Force a TTY to enable browser-driver-manager to manipulate stdout.
- shell: 'script -q -e -c "bash {0}"'
run: npx browser-driver-manager install chromedriver --verbose
run: npx browser-driver-manager install chromedriver=119 --verbose
working-directory: packages/cli
- run: npm run coverage --workspace=packages/cli

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-axe-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 1
timeout-minutes: 2
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/dequelabs/axe-core-npm/compare/v4.8.1...v4.8.3) (2024-01-09)


### Bug Fixes

* allow cjs version of packages to export a default value ([#943](https://github.com/dequelabs/axe-core-npm/issues/943)) ([b5aee34](https://github.com/dequelabs/axe-core-npm/commit/b5aee3424fe4d0fbc0b2065e9c0bc56ce4032755))
* Update axe-core to v4.8.3 ([#968](https://github.com/dequelabs/axe-core-npm/issues/968)) ([be9002c](https://github.com/dequelabs/axe-core-npm/commit/be9002c518b335f56fa21e1bff99e07281be814b))
* Update axe-core to v4.8.3 ([#978](https://github.com/dequelabs/axe-core-npm/issues/978)) ([1c83740](https://github.com/dequelabs/axe-core-npm/commit/1c837404aa2a63fb6be6f04760d1faec886bc5dc))
* **webdriverio:** fix types between v8 and <v8 ([#962](https://github.com/dequelabs/axe-core-npm/issues/962)) ([0511338](https://github.com/dequelabs/axe-core-npm/commit/0511338017f52fba78c6ff3708f0c9e950e7a34e))
* **webdriverio:** work with @wdio/globals ([#882](https://github.com/dequelabs/axe-core-npm/issues/882)) ([2e016b4](https://github.com/dequelabs/axe-core-npm/commit/2e016b4e17cff09f158427862f2fd2134a62cbc6))
* **webdriverjs:** fix default commonJs export ([#927](https://github.com/dequelabs/axe-core-npm/issues/927)) ([b07d38c](https://github.com/dequelabs/axe-core-npm/commit/b07d38cc2d85c6127391686482abf762758dce34))


### Reverts

* Revert "fix: Update axe-core to v4.8.3 (#968)" (#977) ([0aff5d8](https://github.com/dequelabs/axe-core-npm/commit/0aff5d86e539cb9054bc3bd62a2f2cba8a716b3e)), closes [#968](https://github.com/dequelabs/axe-core-npm/issues/968) [#977](https://github.com/dequelabs/axe-core-npm/issues/977)
* Revert "chore: merge master into develop (#955)" (#956) ([07e7d9e](https://github.com/dequelabs/axe-core-npm/commit/07e7d9e7e166391e4fe406db5dc541f56ca44514)), closes [#955](https://github.com/dequelabs/axe-core-npm/issues/955) [#956](https://github.com/dequelabs/axe-core-npm/issues/956)





## [4.8.2](https://github.com/dequelabs/axe-core-npm/compare/v4.8.1...v4.8.2) (2023-11-30)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "4.8.2"
"version": "4.8.3"
}
34,999 changes: 15,637 additions & 19,362 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.31.9",
"husky": "^8.0.0",
"lerna": "^7.3.0",
"lint-staged": "^13.0.3",
"lerna": "^8.0.1",
"lint-staged": "^15.1.0",
"prettier": "^3.0.3",
"react": "^17.0.0",
"typescript": "^4.8.4"
"typescript": "^5.2.2"
},
"prettier": {
"semi": true,
Expand Down
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.8.3](https://github.com/dequelabs/axe-core-npm/compare/v4.8.1...v4.8.3) (2024-01-09)


### Bug Fixes

* Update axe-core to v4.8.3 ([#968](https://github.com/dequelabs/axe-core-npm/issues/968)) ([be9002c](https://github.com/dequelabs/axe-core-npm/commit/be9002c518b335f56fa21e1bff99e07281be814b))
* Update axe-core to v4.8.3 ([#978](https://github.com/dequelabs/axe-core-npm/issues/978)) ([1c83740](https://github.com/dequelabs/axe-core-npm/commit/1c837404aa2a63fb6be6f04760d1faec886bc5dc))


### Reverts

* Revert "fix: Update axe-core to v4.8.3 (#968)" (#977) ([0aff5d8](https://github.com/dequelabs/axe-core-npm/commit/0aff5d86e539cb9054bc3bd62a2f2cba8a716b3e)), closes [#968](https://github.com/dequelabs/axe-core-npm/issues/968) [#977](https://github.com/dequelabs/axe-core-npm/issues/977)
* Revert "chore: merge master into develop (#955)" (#956) ([07e7d9e](https://github.com/dequelabs/axe-core-npm/commit/07e7d9e7e166391e4fe406db5dc541f56ca44514)), closes [#955](https://github.com/dequelabs/axe-core-npm/issues/955) [#956](https://github.com/dequelabs/axe-core-npm/issues/956)





## [4.8.2](https://github.com/dequelabs/axe-core-npm/compare/v4.8.1...v4.8.2) (2023-11-30)

**Note:** Version bump only for package @axe-core/cli
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axe-core/cli",
"version": "4.8.2",
"version": "4.8.3",
"description": "A CLI for accessibility testing using axe-core",
"author": {
"name": "Wilco Fiers",
Expand Down Expand Up @@ -47,8 +47,8 @@
"testing"
],
"dependencies": {
"@axe-core/webdriverjs": "^4.8.2",
"axe-core": "~4.8.2",
"@axe-core/webdriverjs": "^4.8.3",
"axe-core": "~4.8.3",
"chromedriver": "latest",
"colors": "^1.4.0",
"commander": "^9.4.1",
Expand All @@ -60,13 +60,13 @@
"@types/mocha": "^10.0.0",
"@types/selenium-webdriver": "^4.1.5",
"chai": "^4.3.6",
"execa": "5.1.0",
"execa": "5.1.1",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"rimraf": "^5.0.5",
"tempy": "^1.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"typescript": "^5.2.2"
},
"nyc": {
"checkCoverage": true,
Expand Down
20 changes: 20 additions & 0 deletions packages/playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/dequelabs/axe-core-npm/compare/v4.8.1...v4.8.3) (2024-01-09)


### Bug Fixes

* allow cjs version of packages to export a default value ([#943](https://github.com/dequelabs/axe-core-npm/issues/943)) ([b5aee34](https://github.com/dequelabs/axe-core-npm/commit/b5aee3424fe4d0fbc0b2065e9c0bc56ce4032755))
* Update axe-core to v4.8.3 ([#968](https://github.com/dequelabs/axe-core-npm/issues/968)) ([be9002c](https://github.com/dequelabs/axe-core-npm/commit/be9002c518b335f56fa21e1bff99e07281be814b))
* Update axe-core to v4.8.3 ([#978](https://github.com/dequelabs/axe-core-npm/issues/978)) ([1c83740](https://github.com/dequelabs/axe-core-npm/commit/1c837404aa2a63fb6be6f04760d1faec886bc5dc))
* **webdriverjs:** fix default commonJs export ([#927](https://github.com/dequelabs/axe-core-npm/issues/927)) ([b07d38c](https://github.com/dequelabs/axe-core-npm/commit/b07d38cc2d85c6127391686482abf762758dce34))


### Reverts

* Revert "fix: Update axe-core to v4.8.3 (#968)" (#977) ([0aff5d8](https://github.com/dequelabs/axe-core-npm/commit/0aff5d86e539cb9054bc3bd62a2f2cba8a716b3e)), closes [#968](https://github.com/dequelabs/axe-core-npm/issues/968) [#977](https://github.com/dequelabs/axe-core-npm/issues/977)
* Revert "chore: merge master into develop (#955)" (#956) ([07e7d9e](https://github.com/dequelabs/axe-core-npm/commit/07e7d9e7e166391e4fe406db5dc541f56ca44514)), closes [#955](https://github.com/dequelabs/axe-core-npm/issues/955) [#956](https://github.com/dequelabs/axe-core-npm/issues/956)





## [4.8.2](https://github.com/dequelabs/axe-core-npm/compare/v4.8.1...v4.8.2) (2023-11-30)


Expand Down
8 changes: 4 additions & 4 deletions packages/playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axe-core/playwright",
"version": "4.8.2",
"version": "4.8.3",
"description": "Provides a method to inject and analyze web pages using axe",
"contributors": [
{
Expand Down Expand Up @@ -51,7 +51,7 @@
"prepare": "npx playwright install && npm run build"
},
"dependencies": {
"axe-core": "~4.8.2"
"axe-core": "~4.8.3"
},
"devDependencies": {
"@playwright/test": "^1.34.3",
Expand All @@ -67,8 +67,8 @@
"nyc": "^15.1.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^4.8.4"
"tsup": "^8.0.1",
"typescript": "^5.2.2"
},
"peerDependencies": {
"playwright-core": ">= 1.0.0"
Expand Down
8 changes: 3 additions & 5 deletions packages/playwright/test/axe-playwright.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ describe('@axe-core/playwright', () => {
const res = await page.goto(`${addr}/context-include-exclude.html`);
const results = await new AxeBuilder({ page })
.include('.include')
// .exclude('.exclude')
.exclude('.exclude')
.analyze();
const flattenTarget = flatPassesTargets(results);

Expand Down Expand Up @@ -513,10 +513,8 @@ describe('@axe-core/playwright', () => {
const flattenTarget = flatPassesTargets(results);

assert.equal(res?.status(), 200);
assert.strictEqual(flattenTarget[0], '.include');
assert.strictEqual(flattenTarget[1], '.include2');
assert.notInclude(flattenTarget, '.exclude');
assert.notInclude(flattenTarget, '.exclude2');
assert.isTrue(flattenTarget.includes('.include'));
assert.isTrue(flattenTarget.includes('.include2'));
});

it('with chaining excludes', async () => {
Expand Down
20 changes: 20 additions & 0 deletions packages/puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/dequelabs/axe-core-npm/compare/v4.8.1...v4.8.3) (2024-01-09)


### Bug Fixes

* allow cjs version of packages to export a default value ([#943](https://github.com/dequelabs/axe-core-npm/issues/943)) ([b5aee34](https://github.com/dequelabs/axe-core-npm/commit/b5aee3424fe4d0fbc0b2065e9c0bc56ce4032755))
* Update axe-core to v4.8.3 ([#968](https://github.com/dequelabs/axe-core-npm/issues/968)) ([be9002c](https://github.com/dequelabs/axe-core-npm/commit/be9002c518b335f56fa21e1bff99e07281be814b))
* Update axe-core to v4.8.3 ([#978](https://github.com/dequelabs/axe-core-npm/issues/978)) ([1c83740](https://github.com/dequelabs/axe-core-npm/commit/1c837404aa2a63fb6be6f04760d1faec886bc5dc))
* **webdriverjs:** fix default commonJs export ([#927](https://github.com/dequelabs/axe-core-npm/issues/927)) ([b07d38c](https://github.com/dequelabs/axe-core-npm/commit/b07d38cc2d85c6127391686482abf762758dce34))


### Reverts

* Revert "fix: Update axe-core to v4.8.3 (#968)" (#977) ([0aff5d8](https://github.com/dequelabs/axe-core-npm/commit/0aff5d86e539cb9054bc3bd62a2f2cba8a716b3e)), closes [#968](https://github.com/dequelabs/axe-core-npm/issues/968) [#977](https://github.com/dequelabs/axe-core-npm/issues/977)
* Revert "chore: merge master into develop (#955)" (#956) ([07e7d9e](https://github.com/dequelabs/axe-core-npm/commit/07e7d9e7e166391e4fe406db5dc541f56ca44514)), closes [#955](https://github.com/dequelabs/axe-core-npm/issues/955) [#956](https://github.com/dequelabs/axe-core-npm/issues/956)





## [4.8.2](https://github.com/dequelabs/axe-core-npm/compare/v4.8.1...v4.8.2) (2023-11-30)


Expand Down
12 changes: 6 additions & 6 deletions packages/puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axe-core/puppeteer",
"version": "4.8.2",
"version": "4.8.3",
"description": "Provides a chainable axe API for Puppeteer and automatically injects into all frames",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@types/express": "^4.17.14",
"@types/mocha": "^10.0.0",
"@types/node": "^20.8.10",
"@types/sinon": "^10.0.13",
"@types/sinon": "^17.0.0",
"async-listen": "^3.0.1",
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
"chai": "^4.3.6",
Expand All @@ -48,14 +48,14 @@
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"puppeteer": "19.7.3",
"sinon": "^14.0.1",
"sinon": "^17.0.1",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^4.8.4"
"tsup": "^8.0.1",
"typescript": "^5.2.2"
},
"dependencies": {
"axe-core": "~4.8.2"
"axe-core": "~4.8.3"
},
"peerDependencies": {
"puppeteer": ">=1.10.0"
Expand Down
20 changes: 20 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/dequelabs/axe-core-npm/compare/v4.8.1...v4.8.3) (2024-01-09)


### Bug Fixes

* allow cjs version of packages to export a default value ([#943](https://github.com/dequelabs/axe-core-npm/issues/943)) ([b5aee34](https://github.com/dequelabs/axe-core-npm/commit/b5aee3424fe4d0fbc0b2065e9c0bc56ce4032755))
* Update axe-core to v4.8.3 ([#968](https://github.com/dequelabs/axe-core-npm/issues/968)) ([be9002c](https://github.com/dequelabs/axe-core-npm/commit/be9002c518b335f56fa21e1bff99e07281be814b))
* Update axe-core to v4.8.3 ([#978](https://github.com/dequelabs/axe-core-npm/issues/978)) ([1c83740](https://github.com/dequelabs/axe-core-npm/commit/1c837404aa2a63fb6be6f04760d1faec886bc5dc))
* **webdriverjs:** fix default commonJs export ([#927](https://github.com/dequelabs/axe-core-npm/issues/927)) ([b07d38c](https://github.com/dequelabs/axe-core-npm/commit/b07d38cc2d85c6127391686482abf762758dce34))


### Reverts

* Revert "fix: Update axe-core to v4.8.3 (#968)" (#977) ([0aff5d8](https://github.com/dequelabs/axe-core-npm/commit/0aff5d86e539cb9054bc3bd62a2f2cba8a716b3e)), closes [#968](https://github.com/dequelabs/axe-core-npm/issues/968) [#977](https://github.com/dequelabs/axe-core-npm/issues/977)
* Revert "chore: merge master into develop (#955)" (#956) ([07e7d9e](https://github.com/dequelabs/axe-core-npm/commit/07e7d9e7e166391e4fe406db5dc541f56ca44514)), closes [#955](https://github.com/dequelabs/axe-core-npm/issues/955) [#956](https://github.com/dequelabs/axe-core-npm/issues/956)





## [4.8.2](https://github.com/dequelabs/axe-core-npm/compare/v4.8.1...v4.8.2) (2023-11-30)


Expand Down
9 changes: 9 additions & 0 deletions packages/react/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
testEnvironment: 'jsdom',
setupFilesAfterEnv: ['<rootDir>/test/jest.setup.js'],
moduleNameMapper: {
// Note: the '../../' is required as we're targeting the root `node_modules`
// @see https://github.com/sinonjs/sinon/issues/2522
sinon: '<rootDir>/../../node_modules/sinon/pkg/sinon.js'
}
};
18 changes: 6 additions & 12 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axe-core/react",
"version": "4.8.2",
"version": "4.8.3",
"description": "Dynamic accessibility analysis for React using axe-core",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -60,7 +60,7 @@
"author": "Dylan Barrell (dylan@barrell.com)",
"license": "MPL-2.0",
"dependencies": {
"axe-core": "~4.8.2",
"axe-core": "~4.8.3",
"requestidlecallback": "^0.3.0"
},
"devDependencies": {
Expand All @@ -71,7 +71,7 @@
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/requestidlecallback": "^0.3.5",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"chai": "^4.3.6",
"enzyme": "^3.11.0",
"http-server": "^14.1.1",
Expand All @@ -80,19 +80,13 @@
"react": "17.0.0",
"react-dom": "17.0.0",
"react-shadow": "^20.4.0",
"sinon": "^14.0.1",
"sinon": "^17.0.1",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^4.8.4"
"tsup": "^8.0.1",
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/dequelabs/axe-core-npm.git"
},
"jest": {
"testEnvironment": "jsdom",
"setupFilesAfterEnv": [
"<rootDir>/test/jest.setup.js"
]
}
}
5 changes: 0 additions & 5 deletions packages/react/test/tsconfig.json

This file was deleted.

3 changes: 2 additions & 1 deletion packages/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"target": "esnext",
"lib": ["dom", "esnext"],
"resolveJsonModule": true,
"esModuleInterop": true
"esModuleInterop": true,
"skipLibCheck": true
},
"exclude": ["test", "dist", "node_modules", "tsup.config.ts"]
}
Loading