Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

build(deps): bump @testing-library/dom from 7.22.2 to 8.11.1 #336

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2021

Bumps @testing-library/dom from 7.22.2 to 8.11.1.

Release notes

Sourced from @​testing-library/dom's releases.

v8.11.1

8.11.1 (2021-11-10)

Bug Fixes

  • wait-for: Don't queue microtasks after condition is met (#1073) (1fc17be)

v8.11.0

8.11.0 (2021-11-03)

Features

  • Prioritize accessible names check higher than inaccessibility check in byRole queries (#1068) (2866544)

v8.10.1

8.10.1 (2021-10-18)

Bug Fixes

v8.10.0

8.10.0 (2021-10-18)

Features

v8.9.1

8.9.1 (2021-10-14)

Bug Fixes

  • ByRole: Ensure valid query selectors in all transpilation targets (#1055) (b569a1b)

v8.9.0

8.9.0 (2021-10-13)

Features

  • ByRole: Check only elements that could be a match (#1046) (8edfad0)

v8.7.2

8.7.2 (2021-10-04)

... (truncated)

Commits
  • 1fc17be fix(wait-for): Don't queue microtasks after condition is met (#1073)
  • 2866544 feat: Prioritize accessible names check higher than inaccessibility check in ...
  • b6b9b5b fix: Bump dom-accessibility-api (#1063)
  • b9ae752 docs: add jrnail23 as a contributor for bug (#1062)
  • 84d1d4f docs: add supervanya as a contributor for bug (#1061)
  • 2b39ced docs: add IanVS as a contributor for code (#1060)
  • 1239182 feat: Use ARIA 1.2 for role queries (#1058)
  • b569a1b fix(ByRole): Ensure valid query selectors in all transpilation targets (#1055)
  • 8edfad0 feat(ByRole): Check only elements that could be a match (#1046)
  • fb6f2d5 docs: add mittalyashu as a contributor for doc (#1053)
  • 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 the dependencies Pull requests that update a dependency file label Nov 10, 2021
@dependabot dependabot bot requested a review from jrolfs November 10, 2021 21:02
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-testing-library-dom-8.11.1 branch from 15b040d to b91168c Compare December 8, 2021 20:21
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 7.22.2 to 8.11.1.
- [Release notes](https://github.com/testing-library/dom-testing-library/releases)
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/dom-testing-library@v7.22.2...v8.11.1)

---
updated-dependencies:
- dependency-name: "@testing-library/dom"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-testing-library-dom-8.11.1 branch from b91168c to 41d6e24 Compare December 8, 2021 20:22
@MichaelDeBoey MichaelDeBoey added the breaking change This change will require a major version bump label Dec 14, 2021
@jrolfs
Copy link
Member

jrolfs commented Dec 16, 2021

@MichaelDeBoey I'm not sure this is upgrade will be a breaking change for this library, but I'll have to dig into the changes a little bit more. We already require Node 12+ and I think some of the other behavior changes in dom-testing-library don't really have an effect here.

@jrolfs
Copy link
Member

jrolfs commented Dec 16, 2021

Might make sense to just do a major bump to be safe, though.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2022

Superseded by #369.

@dependabot dependabot bot closed this Jan 29, 2022
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-testing-library-dom-8.11.1 branch January 29, 2022 04:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking change This change will require a major version bump dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants