Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.7.3
->4.9.1
4.7.2
->4.9.1
Release Notes
dequelabs/axe-core-npm (@axe-core/puppeteer)
v4.9.1
Compare Source
Bug Fixes
playwright: skip unloaded iframes (#1060) (d30dae4)
Update axe-core to v4.9.1 (#1055) (8644fbd)
v4.9.0
Compare Source
Bug Fixes
Features
4.8.5 (2024-02-08)
Bug Fixes
4.8.4 (2024-01-23)
Bug Fixes
4.8.3 (2024-01-09)
Bug Fixes
Reverts
4.8.2 (2023-11-30)
Bug Fixes
4.8.1 (2023-10-11)
Bug Fixes
Features
logToConsole
fn (#812) (480fb12)v4.8.5
Compare Source
Bug Fixes
v4.8.4
Compare Source
Bug Fixes
v4.8.3
Compare Source
Bug Fixes
Reverts
v4.8.2
Compare Source
v4.8.1
Compare Source
Bug Fixes
Features
logToConsole
fn (#812) (480fb12)v4.8.0
Compare Source
Bug Fixes
Features
logToConsole
fn (#812) (480fb12)4.7.3 (2023-06-09)
Bug Fixes
4.7.2 (2023-06-01)
Bug Fixes
@playwright/test
(#731) (0d0c9d1)4.7.1 (2023-05-02)
Bug Fixes
dequelabs/axe-core (axe-core)
v4.9.1
Compare Source
v4.9.0
Compare Source
Features
Bug Fixes
overflow: hidden
ancestor (#4357) (bdb7300), closes #42534.8.4 (2024-02-07)
Bug Fixes
4.8.3 (2023-12-18)
Bug Fixes
4.8.2 (2023-09-18)
Bug Fixes
4.8.1 (2023-09-08)
Bug Fixes
v4.8.4
: Release 4.8.4Compare Source
This release should not result in different issue numbers. For TypeScript users, an error in type definitions has been corrected. This release could require a correction to how axe-core types are used. This release may change selectors on elements with the
xmlns
attribute, as the selectors axe-core prosed with those was invalid. Deduplication based on selectors between this and and prior versions of axe-core can fail because of this change.Bug Fixes
v4.8.3
Compare Source
v4.8.2
Compare Source
v4.8.1
Compare Source
v4.8.0
Compare Source
Consistent Rule Impact
This release changes it so that a rule never changes what impact it reports. To facilitate this while without changing the impact on certain issues, some rules have been split. The following changes were involved:
Other Features
Type Fixes & Improvements
Various improvements were made to the types. Potentially the most impactful of which is that the
target
andancestry
property now return asUnlabelledFrameSelector
instead of asstring[]
, which is incorrect for selectors involving shadow DOM. This may create some issues during migration for any code that has been incorrectly assuming these two properties have thestring[]
type. For more details and other type changes, see the commit itself:Bug Fixes
4.7.2 (2023-05-25)
Bug Fixes
4.7.1 (2023-05-15)
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.