-
Notifications
You must be signed in to change notification settings - Fork 1
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(deps): update dependency axe-core to v4.9.0 - autoclosed #55
Closed
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/axe-core-4.x
branch
from
November 1, 2022 18:47
cbdd7b2
to
0fd8a6d
Compare
renovate
bot
changed the title
chore(deps): update dependency axe-core to v4.5.0
chore(deps): update dependency axe-core to v4.5.1
Nov 1, 2022
renovate
bot
force-pushed
the
renovate/axe-core-4.x
branch
from
November 14, 2022 21:11
0fd8a6d
to
5e8de77
Compare
renovate
bot
changed the title
chore(deps): update dependency axe-core to v4.5.1
chore(deps): update dependency axe-core to v4.5.2
Nov 14, 2022
renovate
bot
changed the title
chore(deps): update dependency axe-core to v4.5.2
chore(deps): update dependency axe-core to v4.6.3
Mar 17, 2023
renovate
bot
force-pushed
the
renovate/axe-core-4.x
branch
from
March 17, 2023 04:08
5e8de77
to
7c16ed0
Compare
renovate
bot
changed the title
chore(deps): update dependency axe-core to v4.6.3
chore(deps): update dependency axe-core to v4.7.0
Apr 17, 2023
renovate
bot
force-pushed
the
renovate/axe-core-4.x
branch
from
April 17, 2023 17:55
7c16ed0
to
dab4a39
Compare
renovate
bot
force-pushed
the
renovate/axe-core-4.x
branch
from
May 28, 2023 08:51
dab4a39
to
81573f0
Compare
renovate
bot
changed the title
chore(deps): update dependency axe-core to v4.7.0
chore(deps): update dependency axe-core to v4.7.2
May 28, 2023
renovate
bot
force-pushed
the
renovate/axe-core-4.x
branch
from
September 6, 2023 20:51
81573f0
to
3a312cc
Compare
renovate
bot
changed the title
chore(deps): update dependency axe-core to v4.7.2
chore(deps): update dependency axe-core to v4.8.0
Sep 6, 2023
renovate
bot
changed the title
chore(deps): update dependency axe-core to v4.8.0
chore(deps): update dependency axe-core to v4.8.1
Sep 8, 2023
renovate
bot
force-pushed
the
renovate/axe-core-4.x
branch
from
September 8, 2023 17:31
3a312cc
to
1185583
Compare
renovate
bot
force-pushed
the
renovate/axe-core-4.x
branch
from
September 21, 2023 18:16
1185583
to
961ddf8
Compare
renovate
bot
changed the title
chore(deps): update dependency axe-core to v4.8.1
chore(deps): update dependency axe-core to v4.8.2
Sep 21, 2023
renovate
bot
force-pushed
the
renovate/axe-core-4.x
branch
from
December 18, 2023 22:27
961ddf8
to
e7f7a2e
Compare
renovate
bot
changed the title
chore(deps): update dependency axe-core to v4.8.2
chore(deps): update dependency axe-core to v4.8.3
Dec 18, 2023
renovate
bot
force-pushed
the
renovate/axe-core-4.x
branch
from
February 7, 2024 19:39
e7f7a2e
to
15cec94
Compare
renovate
bot
changed the title
chore(deps): update dependency axe-core to v4.8.3
chore(deps): update dependency axe-core to v4.8.4
Feb 7, 2024
renovate
bot
force-pushed
the
renovate/axe-core-4.x
branch
from
March 25, 2024 20:27
15cec94
to
80b5908
Compare
renovate
bot
changed the title
chore(deps): update dependency axe-core to v4.8.4
chore(deps): update dependency axe-core to v4.9.0
Mar 25, 2024
renovate
bot
changed the title
chore(deps): update dependency axe-core to v4.9.0
chore(deps): update dependency axe-core to v4.9.0 - autoclosed
Apr 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.4.3
->4.9.0
Release Notes
dequelabs/axe-core (axe-core)
v4.9.0
: Release 4.9.0Compare Source
Features
Bug Fixes
overflow: hidden
ancestor (#4357) (bdb7300), closes #4253v4.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
v4.7.2
Compare Source
v4.7.1
Compare Source
v4.7.0
Compare Source
Features
Bug Fixes
Page.setDocumentContent
(#3921) (66f23e5)4.6.3 (2023-01-23)
Bug Fixes
4.6.2 (2022-12-23)
Bug Fixes
4.6.1 (2022-12-14)
Bug Fixes
v4.6.3
Compare Source
v4.6.2
Compare Source
v4.6.1
Compare Source
v4.6.0
Compare Source
Features
Bug Fixes
4.5.2 (2022-11-14)
Bug Fixes
4.5.1 (2022-11-01)
Bug Fixes
v4.5.2
Compare Source
v4.5.1
Compare Source
v4.5.0
Compare Source
Features
Highlights
Tags and Metadata Updates
Various changes of tags, for greater consistency with ACT Rules.
Deprecations
Others
Bug Fixes
4.4.3 (2022-07-13)
Bug Fixes
4.4.2 (2022-05-12)
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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.