Skip to content

Update react-testing-library to the latest version 🚀#35

Open
greenkeeper[bot] wants to merge 2 commits intomasterfrom
greenkeeper/react-testing-library-5.1.1
Open

Update react-testing-library to the latest version 🚀#35
greenkeeper[bot] wants to merge 2 commits intomasterfrom
greenkeeper/react-testing-library-5.1.1

Conversation

@greenkeeper
Copy link
Contributor

@greenkeeper greenkeeper bot commented Oct 3, 2018

The devDependency react-testing-library was updated from 5.0.1 to 5.1.1.

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.


Release Notes for v5.1.1

5.1.1 (2018-10-03)

Bug Fixes

Commits

The new version differs by 16 commits.

  • 2a11275 fix: update dom-testing-library (#190)
  • 5b57dce docs: add new topic inside Learning Materials (#189)
  • 0aa0bef docs: add React Native FAQ. (#187)
  • b79104a docs: ✏️ fix "handle submit" test and add expectation (#186)
  • 9c8c933 docs(contributors): add SeanRParker to contributors table (#185)
  • 46deef0 docs: remove use of spy to click an event in README.md (#184)
  • dd433c0 docs: reference about the mocks folder (#181)
  • fae141a docs: show CJS workaround for #169 (#179)
  • 57dd63d feat(render): expose option to override bound queries (#177)
  • 595abe6 docs: add a note about triggering onChange event on checkbox (#178)
  • b2b84f2 docs: what is react testing library (#176)
  • ce1d1f1 docs: add additional learning material to README (#174)
  • 80b6ae2 docs: parenthesis was incorrectly placed :) (#173)
  • b18ff5b docs: add wait section add query by text (#172)
  • 61e382f docs: update README.md (#171)

There are 16 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@codecov
Copy link

codecov bot commented Oct 3, 2018

Codecov Report

Merging #35 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
  Coverage   96.82%   96.82%           
=======================================
  Files           6        6           
  Lines          63       63           
  Branches        9        9           
=======================================
  Hits           61       61           
  Misses          2        2

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 198b27e...6ba1ea6. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Oct 5, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 5, 2018

Update to this version instead 🚀

Release Notes for v5.2.0

5.2.0 (2018-10-05)

Features

  • add asFragment return value from render (#192) (21dccbb)
Commits

The new version differs by 1 commits.

  • 21dccbb feat: add asFragment return value from render (#192)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 22, 2018

Update to this version instead 🚀

Release Notes for v5.2.1

5.2.1 (2018-10-22)

Bug Fixes

Commits

The new version differs by 11 commits.

  • fe3b65c fix: remove wait-for-expect from dependencies (#205)
  • 468223b docs: fix image
  • 524836e docs: add testing-javascript link
  • 71abec5 docs: mention react-native-testing-library (#201)
  • f51a7d0 chore: update dependencies (#200)
  • be02821 docs: add @M0nica to the contributors table
  • 6fa0f8c docs: README Misc. Grammar Edits (#199)
  • e3a50d4 docs: adds a cost input example to showcase fireEvent with React (#196)
  • 83413d3 docs: fix grammar in bug report issue template (#194)
  • 73655d4 test: add test examples for reach-router (#193)
  • d5c4d23 Update index.js

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 25, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 25, 2018

Update to this version instead 🚀

Release Notes for v5.2.2

5.2.2 (2018-10-25)

Bug Fixes

Commits

The new version differs by 5 commits.

  • d277ffd chore: update url
  • 6f898a9 fix(events): remove Simulate from dependencies (#210)
  • c96cd4e docs: add reference to why it's data-testid
  • ddbc409 docs: implement data-test-id query using helpers (#209)
  • 3cc387b docs: ✏️ explain how to implement custo getByTestId (#207)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 25, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 25, 2018

Update to this version instead 🚀

Release Notes for v5.2.3

5.2.3 (2018-10-25)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 5879916 fix(umd): ship umd build
  • 0e355b4 docs: add @weyert to contributors

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 21, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 21, 2018

Update to this version instead 🚀

Release Notes for v5.3.0

5.3.0 (2018-11-21)

Features

  • add flushEffects to prepare for hooks (#223) (11a41ce)
Commits

The new version differs by 9 commits.

  • 11a41ce feat: add flushEffects to prepare for hooks (#223)
  • 169434f docs: update README.md (#221)
  • 8605224 docs: ensure options spreads correctly
  • d4f4b05 docs: custom render with create-react-app (#220)
  • 81b905d docs: adding Rerendering doc when having providers (#219)
  • 03fa4b9 docs: fix typo in readme (#217)
  • 5c63548 docs: link to external examples (#213)
  • 4888331 docs: fix typos in custom renderer example (#212)
  • 8410fb4 docs: typos on string #565 & #1106 (#211)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 28, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 28, 2018

Update to this version instead 🚀

Release Notes for v5.3.1

5.3.1 (2018-11-28)

Bug Fixes

Commits

The new version differs by 2 commits.

  • f6cfa86 fix(TS): add flushEffects() typings (#228)
  • 415616f docs: fix up custom render + rerender samples (#226)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 9, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 9, 2018

Update to this version instead 🚀

Release Notes for v5.3.2

5.3.2 (2018-12-09)

Bug Fixes

  • update dom-testing-library dependency (#240) (dfab298)
Commits

The new version differs by 3 commits.

  • dfab298 fix: update dom-testing-library dependency (#240)
  • 187da28 docs: add link to minimal repo for bug reproduction (#238)
  • 93e6ec8 docs: replace data-testid using configure rather than custom render (#230)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 16, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 16, 2018

Update to this version instead 🚀

Release Notes for v5.4.0

5.4.0 (2018-12-16)

Features

  • hydrate: add ability to test component hydration (#246) (08731f2)
Commits

The new version differs by 2 commits.

  • 08731f2 feat(hydrate): add ability to test component hydration (#246)
  • 678b939 docs: add warning to container docs

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 19, 2018

Update to this version instead 🚀

Release Notes for v5.4.1

5.4.1 (2018-12-19)

Bug Fixes

Commits

The new version differs by 1 commits.

  • f099d2f fix(TS): add hydrate typings (#250)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 21, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 21, 2018

Update to this version instead 🚀

Release Notes for v5.4.2

5.4.2 (2018-12-20)

Bug Fixes

  • TS: make container optional in RenderOptions (#253) (4763ffb)
Commits

The new version differs by 1 commits.

  • 4763ffb fix(TS): make container optional in RenderOptions (#253)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 6, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 6, 2019

Update to this version instead 🚀

Release Notes for v5.5.0

5.5.0 (2019-02-06)

Features

  • act: Support ReactDOM.TestUtils.act (#278) (8e08ccf)
  • testHook: add testHook utility for Testing custom hooks 🎣 (#274) (d01fbc1)
Commits

The new version differs by 9 commits.

  • f1b4d4c test: fix test coverage and testHook tests
  • 1d7323f docs: add comment to react-hooks example
  • 8e08ccf feat(act): Support ReactDOM.TestUtils.act (#278)
  • d01fbc1 feat(testHook): add testHook utility for Testing custom hooks 🎣 (#274)
  • 14b567f fix(TS): add explicit annotation to Query type (#260)
  • 730ee2a fix(TS): add queries typings (#259)
  • 23a2007 docs: update docs links (#258)
  • 95bc9b6 chore: center the docs links (#257)
  • 039c299 chore: move README docs to new site (#256)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 6, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 6, 2019

Update to this version instead 🚀

Release Notes for v5.5.1

5.5.1 (2019-02-06)

Bug Fixes

  • declare "module" field in package.json (#282) (74a6eba)
Commits

The new version differs by 1 commits.

  • 74a6eba fix: declare "module" field in package.json (#282)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 6, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 6, 2019

Update to this version instead 🚀

Release Notes for v5.5.2

5.5.2 (2019-02-06)

Bug Fixes

Commits

The new version differs by 1 commits.

  • a4b5307 fix(build): upgrade all deps

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 12, 2019

Update to this version instead 🚀

Release Notes for v5.7.0

5.7.0 (2019-02-12)

Features

Commits

The new version differs by 2 commits.

  • cf12d91 feat: wrapper for testHook (#296)
  • 41f032d Add TS to PR checklist (#294)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 12, 2019

Update to this version instead 🚀

Release Notes for v5.8.0

5.8.0 (2019-02-12)

Features

Commits

The new version differs by 1 commits.

  • 2bbf924 feat: testHook returns result ref object (#297)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 19, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 19, 2019

Update to this version instead 🚀

Release Notes for v5.9.0

5.9.0 (2019-02-19)

Features

  • render: add wrapper component option (#303) (e49a23f)
Commits

The new version differs by 3 commits.

  • e49a23f feat(render): add wrapper component option (#303)
  • d413665 refactor: remove duplication of act (#304)
  • 0abee6f docs: add link to docs repo in PR template (#298)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 24, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 24, 2019

Update to this version instead 🚀

Release Notes for v6.0.0

6.0.0 (2019-02-24)

Bug Fixes

BREAKING CHANGES

Commits

The new version differs by 2 commits.

  • 12d934a fix: move testHook to its own pacakge (#307)
  • 9128410 docs: fixed plural typo (#305)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 19, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 19, 2019

Update to this version instead 🚀

Release Notes for v6.0.1

6.0.1 (2019-03-19)

Bug Fixes

Commits

The new version differs by 4 commits.

  • ca313f2 fix: reorder cleanupAtContainer code (#327)
  • 75a98b5 docs: funding
  • a06a6ec docs: add lorensr as a contributor (#311)
  • 8055fb5 docs: fix README typo (#310)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 21, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 21, 2019

Update to this version instead 🚀

Release Notes for v6.0.2

6.0.2 (2019-03-21)

Bug Fixes

Commits

The new version differs by 3 commits.

  • ea3ef2f docs: add pschyma as a contributor (#332)
  • aed35f4 fix(TS): update Typings (#331)
  • 4302cdd docs: add example for react intl (#329)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 27, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 27, 2019

Update to this version instead 🚀

Release Notes for v6.0.3

6.0.3 (2019-03-26)

Bug Fixes

  • deps: upgrade all dependencies (a33ccf8)
Commits

The new version differs by 1 commits.

  • a33ccf8 fix(deps): upgrade all dependencies

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 1, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 1, 2019

Update to this version instead 🚀

Release Notes for v6.0.4

6.0.4 (2019-04-01)

Bug Fixes

  • act: add try/catch around react-dom/test-utils require (#340) (89299e9), closes #315
Commits

The new version differs by 4 commits.

  • 89299e9 fix(act): add try/catch around react-dom/test-utils require (#340)
  • 6890f4f chore: remove lint warning
  • d247942 docs: add ianschmitz as a contributor (#335)
  • c0d2d6e docs: fix README.md typo (#334)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 5, 2019

Update to this version instead 🚀

Release Notes for v6.1.0

6.1.0 (2019-04-05)

Features

Commits

The new version differs by 2 commits.

  • 5a88da2 feat(act): Support async act 🎉 (#343)
  • 7e6031f docs: link issue templates to docs repo (#325)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 5, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 5, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 25, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 25, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 19, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 19, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 30, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 30, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 30, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 30, 2019

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants