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(deps): bump axobject-query from 3.1.1 to 3.2.1 #36

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps axobject-query from 3.1.1 to 3.2.1.

Changelog

Sourced from axobject-query's changelog.

3.1.0 / 3.1.1

This minor release introduces iteration support to the primary objects of the module, through the Symbol.iterator property. This reintroduces the native 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 TAXObjectQueryMap<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

  • f47ab5f Update dependencies to current minor releases
  • 763f0c9 Introduce iteration support to the Maps in the module
  • 0077265 Update dependencies to new major versions
  • c8b8a2b Use @​babel/eslint-parser instead of babel-eslint project
  • f27196b Use default NPM caching in Github Actions

3.2.0

Commit 22915be contains a substantial audit and update of the project to match the ARIA spec. Testing coverage was substantially improved. It really locks down the project's output.

  • d7f9071 Switch to dequal to remove 45 transitive dependencies
  • 22915be Refreshing HTML mappings according to the HTML Accessibility API Mappings

3.2.1

  • f250e99 Update package-lock.json
Commits
  • 8eecfc4 3.2.1
  • 9d2456f Update CHANGELOG for v3.2.1
  • f250e99 Update package-lock.json
  • d80d170 3.2.0
  • 447b8b6 CHANGELOG update for v3.2.0
  • 2f71f8b Merge pull request #311 from benmccann/rm-deep-equal
  • d7f9071 Switch to dequal to remove 45 transitive dependencies
  • fd5b69b Merge pull request #273 from A11yance/html-accessibility-api-mappings-1dot0
  • 22915be Refreshing HTML mappings according to the HTML Accessibility API Mappings
  • See full diff 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 the dependencies Pull requests that update a dependency file label Jul 17, 2023
Bumps [axobject-query](https://github.com/A11yance/axobject-query) from 3.1.1 to 3.2.1.
- [Changelog](https://github.com/A11yance/axobject-query/blob/main/CHANGELOG.md)
- [Commits](A11yance/axobject-query@v3.1.1...v3.2.1)

---
updated-dependencies:
- dependency-name: axobject-query
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/axobject-query-3.2.1 branch from 1a3c206 to c1b148c Compare July 18, 2023 01:50
@baiwusanyu-c baiwusanyu-c merged commit 04ba2e3 into main Jul 18, 2023
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/axobject-query-3.2.1 branch July 18, 2023 01:52
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.

None yet

1 participant