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(release): v4.10.1 #4615

Merged
merged 21 commits into from
Oct 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
9eadbf1
chore: merge master into develop (#4546)
straker Jul 30, 2024
72e269f
fix(axe.d.ts): add typings for preload options object (#4543)
blutorange Jul 30, 2024
a2833e1
test: add workaround for target-size test failure in Firefox 131 nigh…
dbjorge Aug 7, 2024
cb80160
docs: fix example tests (#4564)
straker Aug 28, 2024
3534e72
test: ignore windowHeight in partialRun tests (#4571)
straker Sep 3, 2024
8dd91f7
chore: bump the npm-low-risk group across 1 directory with 18 updates…
dependabot[bot] Sep 3, 2024
9547c39
chore: bump chromedriver from 126.0.4 to 127.0.1 (#4550)
dependabot[bot] Sep 3, 2024
9be0aed
docs: Update README.md with grammatical fixes (#4583)
HuanWuCode Sep 24, 2024
812d610
test: ignore apg tabs-action (#4585)
straker Sep 25, 2024
248ad4d
docs: fix mismatched parenthesis (#4574)
straker Sep 25, 2024
32ba25a
chore: sync generated files (#4587)
github-actions[bot] Sep 25, 2024
d462d67
fix(aria-allowed-role): add form to allowed roles of form element (#4…
matuzo Oct 3, 2024
31e0f61
fix(rules): Change "alternate text" to "alternative text" (#4582)
umut-gultekin Oct 3, 2024
c404266
chore: sync generated files (#4597)
github-actions[bot] Oct 3, 2024
e66c368
chore: avoid auto-formatter workflow failing on fork PRs (#4600)
dbjorge Oct 7, 2024
a95ed13
test: fix flakiness in rerun integration test (#4598)
dbjorge Oct 7, 2024
364eb72
fix(button-name,input-button-name,input-img-alt): allow label to give…
straker Oct 15, 2024
bdd94a2
fix(get-ancestry): add nth-child selector for multiple siblings of sh…
straker Oct 15, 2024
ae3d6db
docs(readme): link download badge to npm-stats.com (#4603)
WilcoFiers Oct 16, 2024
365acae
perf(selector): more caching for faster selector creation (#4611)
WilcoFiers Oct 16, 2024
316b54c
chore(release): 4.10.1
straker Oct 16, 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
Prev Previous commit
Next Next commit
docs: fix mismatched parenthesis (#4574)
Noticed this while reviewing a translation file
straker committed Oct 16, 2024
commit 248ad4dcdc6b256eb97e734deb6ebefe997b4d58
2 changes: 1 addition & 1 deletion lib/checks/label/implicit.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"messages": {
"pass": "Form element has an implicit (wrapped) <label>",
"fail": "Form element does not have an implicit (wrapped) <label>",
"incomplete": "Unable to determine if form element has an implicit (wrapped} <label>"
"incomplete": "Unable to determine if form element has an implicit (wrapped) <label>"
}
}
}