cloudfour / pleasantest

β›΅ Write real-browser tests with Testing Library in Jest
https://pleasantest.dev
MIT License
172 stars 2 forks source link

Update dependency aria-query to v5.1.3 #691

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aria-query 5.0.2 -> 5.1.3 age adoption passing confidence

Release Notes

A11yance/aria-query ### [`v5.1.3`](https://togithub.com/A11yance/aria-query/blob/HEAD/CHANGELOG.md#​513) [Compare Source](https://togithub.com/A11yance/aria-query/compare/v5.1.2...v5.1.3) No changes, just trying to get the NPM build to reflect the changes in v5.1.2 ### [`v5.1.2`](https://togithub.com/A11yance/aria-query/blob/HEAD/CHANGELOG.md#​512) [Compare Source](https://togithub.com/A11yance/aria-query/compare/v5.1.1...v5.1.2) - [`8361a27`](https://togithub.com/A11yance/aria-query/commit/8361a27) Plumb the graphics roles through to rolesMap ([#​444](https://togithub.com/A11yance/aria-query/issues/444)) ### [`v5.1.1`](https://togithub.com/A11yance/aria-query/blob/HEAD/CHANGELOG.md#​510--511) [Compare Source](https://togithub.com/A11yance/aria-query/compare/v5.0.2...v5.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 = { entries: () => E, forEach: ((V, K, E) => void) => void, get: (key: K) => ?V, has: (key: K) => boolean, keys: () => Array, values: () => Array, @​@​iterator?: () => Iterator, }; ##### Commits of note - [`6f3f54b`](https://togithub.com/A11yance/aria-query/commit/6f3f54b) Update dependencies to current minor releases ([#​437](https://togithub.com/A11yance/aria-query/issues/437)) - [`855eedc`](https://togithub.com/A11yance/aria-query/commit/855eedc) Introduce iteration support to the Maps in the module ([#​425](https://togithub.com/A11yance/aria-query/issues/425)) - [`38a2bbc`](https://togithub.com/A11yance/aria-query/commit/38a2bbc) Remove Node 12 as a target for Jest unit testing ([#​397](https://togithub.com/A11yance/aria-query/issues/397)) - [`8a0f588`](https://togithub.com/A11yance/aria-query/commit/8a0f588) Update out of date packages to latest major versions ([#​396](https://togithub.com/A11yance/aria-query/issues/396)) - [`8522117`](https://togithub.com/A11yance/aria-query/commit/8522117) Ran npm up --dev --save ([#​395](https://togithub.com/A11yance/aria-query/issues/395)) - [`a21d1ed`](https://togithub.com/A11yance/aria-query/commit/a21d1ed) feat: Add graphics-\* roles ([#​338](https://togithub.com/A11yance/aria-query/issues/338))

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.