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

Bump dom-accessibility-api from 0.5.10 to 0.5.14 #202

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2022

Bumps dom-accessibility-api from 0.5.10 to 0.5.14.

Changelog

Sourced from dom-accessibility-api's changelog.

0.5.14

Patch Changes

  • #827 a1daca5 Thanks @​nolanlawson! - Follow aria-labelledby and aria-describedby if they point to elements in the same shadow root.

0.5.13

Patch Changes

  • #811 5b0f48e Thanks @​eps1lon! - Prefer button subtree over title attribute.

     const name = computeAccessibleName(<button title="from-title">from-content</button>);
    -'from-title' === name
    +'from-content' === name

    <button title="from-title">from-content</button> would previously compute the accessible name "from-title". This is correct in ACCNAME 1.2 but is changed in the latest editors draft. The latest editors draft specifically refers to HTML-AAM which says that the subtree should take precedent over the title attribute. computeAccessibleName now calculates "from-content" as the accessible name.

0.5.12

Patch Changes

  • #800 de554b0 Thanks @​pablo-abc! - Remover circular dependency, which fixes warnings thrown in certain environments.

0.5.11

Patch Changes

Commits
  • ce7b5e3 release: 0.5.14 (#828)
  • ee39387 test: Run with Node 18, drop 12 (#829)
  • 252ee23 chore(deps): bump jest-junit to ^13.0.0 (#825)
  • a1daca5 fix: Follow aria-labelledby and aria-describedby if they point to elements in...
  • bc4c891 chore(deps): bump @​types/react to ^18.0.0 (#826)
  • 9e469cf chore(deps): bump react to ^18.0.0 (#823)
  • eb41881 chore(deps): bump concurrently to ^7.0.0 (#821)
  • 8ae3b57 chore(deps): lock file maintenance (#820)
  • 6d12652 chore(deps): bump minimist to ^1.2.2 [security] (#818)
  • 5165ead chore(deps): bump actions/checkout action to v3 (#814)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 19, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dom-accessibility-api-0.5.14 branch 3 times, most recently from b844d07 to 47cfe82 Compare May 19, 2022 03:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dom-accessibility-api-0.5.14 branch 3 times, most recently from 51598fa to 179faee Compare May 19, 2022 03:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dom-accessibility-api-0.5.14 branch from 179faee to 18c1631 Compare May 19, 2022 03:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dom-accessibility-api-0.5.14 branch 3 times, most recently from bc814b9 to daaba7b Compare May 19, 2022 04:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dom-accessibility-api-0.5.14 branch 7 times, most recently from 585d92d to 94f9f15 Compare May 19, 2022 05:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dom-accessibility-api-0.5.14 branch 2 times, most recently from 22f74d3 to 5c982da Compare May 19, 2022 06:10
Bumps [dom-accessibility-api](https://github.com/eps1lon/dom-accessibility-api) from 0.5.10 to 0.5.14.
- [Release notes](https://github.com/eps1lon/dom-accessibility-api/releases)
- [Changelog](https://github.com/eps1lon/dom-accessibility-api/blob/main/CHANGELOG.md)
- [Commits](eps1lon/dom-accessibility-api@v0.5.10...v0.5.14)

---
updated-dependencies:
- dependency-name: dom-accessibility-api
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dom-accessibility-api-0.5.14 branch from 5c982da to f7b5e37 Compare May 19, 2022 06:22
@github-actions github-actions bot merged commit 6424ecf into main May 19, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dom-accessibility-api-0.5.14 branch May 19, 2022 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants