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

build(deps): Bump aria-query from 5.1.3 to 5.3.0 #2927

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Bumps aria-query from 5.1.3 to 5.3.0.

Changelog

Sourced from aria-query's changelog.

5.3.0

Reverts some API data shape changes from 5.2.x. Also reverts some changes to the representation of the ARIA spec.

  • fda2c97 fix: amend breaking changes and reinstate constraints (#515)
  • f9f9ea6 Add prepublishOnly step to package.json (#506)
Commits

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 Jun 26, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/aria-query-5.3.0 branch from 2c1dfdb to a0fd5fa Compare July 18, 2023 00:37
Bumps [aria-query](https://github.com/A11yance/aria-query) from 5.1.3 to 5.3.0.
- [Changelog](https://github.com/A11yance/aria-query/blob/main/CHANGELOG.md)
- [Commits](A11yance/aria-query@v5.1.3...v5.3.0)

---
updated-dependencies:
- dependency-name: aria-query
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/aria-query-5.3.0 branch from a0fd5fa to bf06838 Compare July 18, 2023 00:37
@lin-ll lin-ll merged commit 19e54ae into master Jul 18, 2023
11 checks passed
@lin-ll lin-ll deleted the dependabot/npm_and_yarn/aria-query-5.3.0 branch July 18, 2023 02:40
HeroicEric added a commit to HeroicEric/ember-template-lint that referenced this pull request Aug 9, 2023
This updates the `require-valid-alt-text` rule so that it does not
*require* setting `role="presentation"` or `role="none"` for an `<img
alt="" />`.

Context

After bumping `aria-query` in ember-template-lint#2927,
`ember-template-lint` began reporting an error for the following:

```html
<img alt="" role="presentation" />
```

The error is from the `no-redundant-role`. I believe it is correct to
report an error in this case because `<img alt="" />` already implicitly
has a `role` of `presentation`.

However, this new behavior was in direct conflict with part of the
`require-valid-alt-text` rule that required setting
`role="presentation"` or `role="none"` whenever an image has `alt=""`.
HeroicEric added a commit to HeroicEric/ember-template-lint that referenced this pull request Aug 9, 2023
Fixes ember-template-lint#2951

This updates the `require-valid-alt-text` rule so that it does not
*require* setting `role="presentation"` or `role="none"` for an `<img
alt="" />`.

Context

After bumping `aria-query` in ember-template-lint#2927,
`ember-template-lint` began reporting an error for the following:

```html
<img alt="" role="presentation" />
```

The error is from the `no-redundant-role`. I believe it is correct to
report an error in this case because `<img alt="" />` already implicitly
has a `role` of `presentation`.

However, this new behavior was in direct conflict with part of the
`require-valid-alt-text` rule that required setting
`role="presentation"` or `role="none"` whenever an image has `alt=""`.
HeroicEric added a commit to HeroicEric/ember-template-lint that referenced this pull request Aug 9, 2023
Fixes ember-template-lint#2951

This updates the `require-valid-alt-text` rule so that it does not
*require* setting `role="presentation"` or `role="none"` for an `<img
alt="" />`.

Context

After bumping `aria-query` in ember-template-lint#2927,
`ember-template-lint` began reporting an error for the following:

```html
<img alt="" role="presentation" />
```

The error is from the `no-redundant-role`. I believe it is correct to
report an error in this case because `<img alt="" />` already implicitly
has a `role` of `presentation`.

However, this new behavior was in direct conflict with part of the
`require-valid-alt-text` rule that required setting
`role="presentation"` or `role="none"` whenever an image has `alt=""`.
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.

None yet

1 participant