Skip to content

chore(deps): bump aria-query from 5.0.2 to 5.1.1 #617

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

Merged
merged 1 commit into from
Oct 24, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

Bumps aria-query from 5.0.2 to 5.1.1.

Changelog

Sourced from aria-query's changelog.

5.1.0 / 5.1.1

This minor release introduces iteration support to the primary objects of the module, through the Symbol.iterator property. This reintroduces a native-like Map iteration support that was lost in the v3 update. A forEach method is also introduced in this update. The common interface of all objects exposed by this module is now:

type TAriaQueryMap<E, K, V> = {
  entries: () => E,
  forEach: ((V, K, E) => void) => void,
  get: (key: K) => ?V,
  has: (key: K) => boolean,
  keys: () => Array<K>,
  values: () => Array<V>,
  @@iterator?: () => Iterator<E>,
};

Commits of note

  • 6f3f54b Update dependencies to current minor releases (#437)
  • 855eedc Introduce iteration support to the Maps in the module (#425)
  • 38a2bbc Remove Node 12 as a target for Jest unit testing (#397)
  • 8a0f588 Update out of date packages to latest major versions (#396)
  • 8522117 Ran npm up --dev --save (#395)
  • a21d1ed feat: Add graphics-* roles (#338)
Commits
  • 1f1802d 5.1.1
  • 6c81ee7 CHANGELOG for the v5.1.x release
  • d5b2a67 5.1.0
  • 946d473 Update flow-bin to 0.190.1 (#438)
  • 6f3f54b Update dependencies to current minor releases (#437)
  • 855eedc Introduce iteration support to the Maps in the module (#425)
  • e132016 chore(deps-dev): bump @​babel/preset-env from 7.18.10 to 7.19.0 (#409)
  • 010a7fe chore(deps-dev): bump eslint from 8.22.0 to 8.23.0 (#403)
  • 7d531d4 chore(deps-dev): bump jest from 29.0.1 to 29.0.2 (#406)
  • 26d0454 chore(deps-dev): bump babel-jest from 29.0.1 to 29.0.2 (#405)
  • 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)

Bumps [aria-query](https://github.com/A11yance/aria-query) from 5.0.2 to 5.1.1.
- [Release notes](https://github.com/A11yance/aria-query/releases)
- [Changelog](https://github.com/A11yance/aria-query/blob/main/CHANGELOG.md)
- [Commits](A11yance/aria-query@v5.0.2...v5.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 24, 2022
@github-actions github-actions bot merged commit aaca138 into main Oct 24, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/aria-query-5.1.1 branch October 24, 2022 23:06
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants