-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #983 from dequelabs/release-2024-01-09
chore: RC v4.8.3
- Loading branch information
Showing
34 changed files
with
15,964 additions
and
19,463 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "4.8.2" | ||
"version": "4.8.3" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -60,7 +60,7 @@ | |
"author": "Dylan Barrell ([email protected])", | ||
"license": "MPL-2.0", | ||
"dependencies": { | ||
"axe-core": "~4.8.2", | ||
"axe-core": "~4.8.3", | ||
"requestidlecallback": "^0.3.0" | ||
}, | ||
"devDependencies": { | ||
|
@@ -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", | ||
|
@@ -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" | ||
] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.