byte-fe / react-model

The next generation state management library for React
235 stars 22 forks source link

Update @testing-library/react to the latest version 🚀 #145

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency @testing-library/react was updated from 9.5.0 to 10.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: testing-library-bot License: MIT

Release Notes for v10.0.0

10.0.0 (2020-03-12)

Features

BREAKING CHANGES

Update DOM Testing Library

The latest version of DOM Testing Library has several breaking changes you will want to review the changelog of DOM Testing Library v7.0.0 to ensure you are unaffected.

Drop Node 8

Node 10 or greater is required. Node 8 is out of LTS (#576) (fccc2cf), closes #575

remove deprecated cleanup-after-each.js

This file which did nothing but log a warning to the console (#598) (7942f68)

- import '@testing-library/react/cleanup-after-each'
+ // nothing! Just remove it

As a general reminder, you should NOT need to use cleanup at all as this is done automatically for you (unless you're using @testing-library/react/pure in which case you know what you're doing... keep using cleanup).

Commits

The new version differs by 9 commits.

  • f26b8df chore: cleanup repo (#600)
  • 7942f68 fix: remove deprecated cleanup-after-each (#598)
  • 9fc8581 feat: Flush microtasks in cleanup (#519)
  • fccc2cf fix(node): drop Node 8 support (#576)
  • 435098c feat: update @testing-library/dom
  • 0890ccc docs: add juangl as a contributor (#609)
  • 3d48019 chore: fix typo (#608)
  • 2613d66 docs: add stevenfitzpatrick as a contributor (#604)
  • 04e64bb docs: add MichaelDeBoey as a contributor (#599)

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

codecov[bot] commented 4 years ago

Codecov Report

Merging #145 into master will decrease coverage by 17.45%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #145       +/-   ##
===========================================
- Coverage     100%   82.54%   -17.46%     
===========================================
  Files           4        4               
  Lines         283      275        -8     
  Branches       61       57        -4     
===========================================
- Hits          283      227       -56     
- Misses          0       48       +48
Impacted Files Coverage Δ
src/index.tsx 76.56% <0%> (-23.44%) :arrow_down:
src/helper.ts 80.64% <0%> (-19.36%) :arrow_down:
src/middlewares.ts 92% <0%> (-8%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 04e3cbe...804f2da. Read the comment docs.

greenkeeper[bot] commented 4 years ago

Update to this version instead 🚀

Release Notes for v10.0.1

10.0.1 (2020-03-13)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 3bc13d9 fix: support Node >=10 (#611)

See the full diff