Skip to content

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

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2021

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

Release notes

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

v8.1.0

8.1.0 (2021-07-01)

Features

v8.0.0

8.0.0 (2021-06-23)

Recommendations

  1. If you're using jest fake timers make sure you use modern timers jest 27:
    -jest.useFakeTimers('legacy')
    +jest.useFakeTimers('modern')
     // jest.config.js
    -"timers": "legacy",
    +"timers": "modern",
    jest 26:
    -jest.useFakeTimers()
    +jest.useFakeTimers('modern')
     // jest.config.js
    -"timers": "legacy",
    +"timers": "modern",

chore

BREAKING CHANGES

  • Remove deprecated waitFormDOMChange
  • Remove deprecated waitForElement
  • The timeout in waitFor(callback, { interval, timeout } ) now uses the same clock as interval. Previously timeout was always using the real clock while interval was using the global clock which could've been mocked out. For the old behavior I'd recommend waitFor(callback, { interval, timeout: Number.POSITIVE_INFINITY }) and rely on your test runner to timeout considering real timers.
  • <script />, <style /> and comment nodes are now ignored by default in prettyDOM .If you whish to return to the old behavior, use a custom filterNode function. In this case prettyDOM(element, { filterNode: () => true }).
  • node 10 is no longer supported. It reached its end-of-life on 30.04.2021.

v8.0.0-alpha.7

8.0.0-alpha.7 (2021-06-20)

... (truncated)

Commits
  • 75197fe feat(fireEvent): Add resize event (#990)
  • 84ebc51 test(fake-timers): raf is now mocked in legacy fake timers (#986)
  • d347302 chore: Release v8 as stable (#979)
  • 56a4c75 fix: Consider \<output /> labelable (#968)
  • 86fb094 fix: Bump dom-accessibility-api (#965)
  • c273ed5 feat: Add extra error messages when screen was passed instead of a DOM elem...
  • 4b2976d chore: Format codebase with prettier (#955)
  • 13efbb3 chore: Remove unused Nullish type (#953)
  • e061cd1 docs: add amitmiran137 as a contributor (#952)
  • 37d1cc4 chore: rename master to main (#942)
  • 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 Jul 1, 2021
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-testing-library-dom-8.1.0 branch from 3abecd8 to bb8dcf6 Compare July 18, 2021 10:25
@jrolfs
Copy link
Member

jrolfs commented Jul 18, 2021

@dependabot rebase

Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 7.22.2 to 8.1.0.
- [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.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-testing-library-dom-8.1.0 branch from bb8dcf6 to 367c936 Compare July 18, 2021 10:41
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 25, 2021

Superseded by #285.

@dependabot dependabot bot closed this Aug 25, 2021
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-testing-library-dom-8.1.0 branch August 25, 2021 21:03
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.

1 participant