Skip to content
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.

Update react-testing-library to the latest version 馃殌 #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jun 8, 2018

Version 3.1.4 of react-testing-library was just published.

Dependency react-testing-library
Current Version 3.1.3
Type devDependency

The version 3.1.4 is not covered by your current version range.

If you don鈥檛 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.

It might be worth looking into these changes and trying to get this project onto the latest version of react-testing-library.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don鈥檛 have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v3.1.4

3.1.4 (2018-06-08)

Bug Fixes

  • TS: add missing prettyDOM export to typings file (#109) (1f953e4)
Commits

The new version differs by 11 commits.

  • 1f953e4 fix(TS): add missing prettyDOM export to typings file (#109)
  • 94bb638 docs: fix typo in TextMatch documentation (#106)
  • 8b8eee8 docs: Add "Integration testing in React" to README (#105)
  • 789d4c1 docs: update Feature Request issue template (#104)
  • 1a0b4e4 docs: add article (#103)
  • d3bab82 docs: fix typo in textMatch example(#101) (#102)
  • 0fde17f docs: jest-dom for custom Jest matchers and blog post (#100)
  • d6907d2 docs: add workshop link
  • 5243c70 docs: add learning material section
  • 671fac2 docs: add React.Fragment info (#98)
  • 46e6c41 docs(examples): clarify examples (#92)

See the full diff

FAQ and help

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


Your Greenkeeper bot 馃尨

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 12, 2018

Version 3.1.5 just got published.

Update to this version instead 馃殌

Release Notes v3.1.5

3.1.5 (2018-06-12)

Bug Fixes

  • add support for react portal elements (#107) (f58dfa1)
Commits

The new version differs by 1 commits.

  • f58dfa1 fix: add support for react portal elements (#107)

See the full diff

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

greenkeeper bot commented Jun 12, 2018

Version 3.1.6 just got published.

Update to this version instead 馃殌

Release Notes v3.1.6

3.1.6 (2018-06-12)

Bug Fixes

Commits

The new version differs by 1 commits.

  • fa97e70 fix(TS): export RenderResult interface (#113)

See the full diff

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

greenkeeper bot commented Jun 13, 2018

Version 3.1.7 just got published.

Update to this version instead 馃殌

Release Notes v3.1.7

3.1.7 (2018-06-13)

Bug Fixes

  • engines: update engines.node in package.json (dea3a07), closes #110
Commits

The new version differs by 1 commits.

  • dea3a07 fix(engines): update engines.node in package.json

See the full diff

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

greenkeeper bot commented Jun 19, 2018

Version 4.0.0 just got published.

Update to this version instead 馃殌

Release Notes v4.0.0

4.0.0 (2018-06-19)

Features

  • render: deprecate renderIntoDocument and make it the default (#118) (5257500), closes #116

BREAKING CHANGES

  • render: renderIntoDocument replaces render and Simulate is no longer exported (use fireEvent instead).
Commits

The new version differs by 2 commits.

  • 5257500 feat(render): deprecate renderIntoDocument and make it the default (#118)
  • 6f1ce48 docs: update README.md (#117)

See the full diff

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

greenkeeper bot commented Jun 19, 2018

Version 4.0.1 just got published.

Update to this version instead 馃殌

Release Notes v4.0.1

4.0.1 (2018-06-19)

Bug Fixes

  • cleanup: don't error out if the container is not in the body (d248271)
Commits

The new version differs by 1 commits.

  • d248271 fix(cleanup): don't error out if the container is not in the body

See the full diff

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

greenkeeper bot commented Jun 24, 2018

Version 4.0.2 just got published.

Update to this version instead 馃殌

Release Notes v4.0.2

4.0.2 (2018-06-24)

Bug Fixes

  • TS: add JSDoc to typings of exported functions (#125) (71517cf)
Commits

The new version differs by 5 commits.

  • 71517cf fix(TS): add JSDoc to typings of exported functions (#125)
  • e4143e2 docs: fix variable name (#124)
  • 876f87d docs: fix typos
  • ba80f94 docs(within): add within docs
  • b904e14 docs: add note about triggering onChange with a different value (#120)

See the full diff

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

greenkeeper bot commented Jun 27, 2018

Version 4.1.0 just got published.

Update to this version instead 馃殌

Release Notes v4.1.0

4.1.0 (2018-06-27)

Features

  • render: return baseElement from render (#127) (cb14d2d)
Commits

The new version differs by 1 commits.

  • cb14d2d feat(render): return baseElement from render (#127)

See the full diff

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

greenkeeper bot commented Jul 2, 2018

Version 4.1.1 just got published.

Update to this version instead 馃殌

Release Notes v4.1.1

4.1.1 (2018-07-02)

Bug Fixes

  • TS: update typings with dom-testing-library queries and export them (#130) (36e1349)
Commits

The new version differs by 2 commits.

  • 36e1349 fix(TS): update typings with dom-testing-library queries and export them (#130)
  • de2c5cf docs: change renderIntoDocument to render (#128)

See the full diff

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

greenkeeper bot commented Jul 3, 2018

Version 4.1.2 just got published.

Update to this version instead 馃殌

Release Notes v4.1.2

4.1.2 (2018-07-03)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 2baff57 fix(TS): clean up code from index.d.ts (#131)

See the full diff

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

greenkeeper bot commented Jul 17, 2018

Version 4.1.3 just got published.

Update to this version instead 馃殌

Release Notes v4.1.3

4.1.3 (2018-07-17)

Bug Fixes

  • ensure waitForElement responds to attribute and textNode changes by default (#137) (1a11719)
Commits

The new version differs by 5 commits.

  • 1a11719 fix: ensure waitForElement responds to attribute and textNode changes by default (#137)
  • 0c38b00 docs: New Learning Material section (#135)
  • ac73e08 docs: add duncanleung as docs contributor (#133)
  • fdd5836 chore: fix eslint issue in tests.
  • 68bcdc1 docs: add render options Example for container (#132)

See the full diff

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

greenkeeper bot commented Jul 25, 2018

Version 4.1.4 just got published.

Update to this version instead 馃殌

Release Notes v4.1.4

4.1.4 (2018-07-25)

Bug Fixes

  • switch default baseElement to document.body (#145) (f7f0b2f), closes #81
Commits

The new version differs by 4 commits.

  • f7f0b2f fix: switch default baseElement to document.body (#145)
  • d855fc6 docs: add new article to "Learning Material" section. (#143)
  • e8c7f34 docs: added Using Without Jest link to docs (#142)
  • 87c2cf8 docs: fix syntax in wait example (#139)

See the full diff

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

greenkeeper bot commented Jul 26, 2018

Version 4.1.5 just got published.

Update to this version instead 馃殌

Release Notes v4.1.5

4.1.5 (2018-07-26)

Bug Fixes

  • TS: declare optional argument to debug (#148) (dff0e1e)
Commits

The new version differs by 2 commits.

  • dff0e1e fix(TS): declare optional argument to debug (#148)
  • 4388c92 docs: add a contributor (#147)

See the full diff

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

greenkeeper bot commented Aug 3, 2018

Version 4.1.6 just got published.

Update to this version instead 馃殌

Release Notes v4.1.6

4.1.6 (2018-08-03)

Bug Fixes

  • Add baseElement to render return type (#151) (9667967)
Commits

The new version differs by 2 commits.

  • 9667967 fix: Add baseElement to render return type (#151)
  • 37919b0 docs: add a video series to learning material (#149)

See the full diff

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

greenkeeper bot commented Aug 6, 2018

Version 4.1.7 just got published.

Update to this version instead 馃殌

Release Notes v4.1.7

4.1.7 (2018-08-06)

Bug Fixes

  • force upgrade of dom-testing-library (3c366f7)
Commits

The new version differs by 2 commits.

  • 3c366f7 fix: force upgrade of dom-testing-library
  • 3fb77d3 docs: replace getElementByText with getByText (#150)

See the full diff

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

greenkeeper bot commented Aug 9, 2018

Version 4.1.8 just got published.

Update to this version instead 馃殌

Release Notes v4.1.8

4.1.8 (2018-08-09)

Bug Fixes

  • change: no longer using Simulate.change (b464150)
Commits

The new version differs by 1 commits.

  • b464150 fix(change): no longer using Simulate.change

See the full diff

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

greenkeeper bot commented Aug 9, 2018

Version 5.0.0 just got published.

Update to this version instead 馃殌

Release Notes v5.0.0

5.0.0 (2018-08-09)

Bug Fixes

  • change: no longer using Simulate.change (32f3e65)
  • revert: revert previous change (was a breaking change). (633cb54)

BREAKING CHANGES

  • change: If you used the old form of value changes you'll need to update your code to the new form:

Before:

formField.value = newValue;
fireEvent.change(formField);

After:

fireEvent.change(formField, {target: {value: newValue}});
Commits

The new version differs by 2 commits.

  • 32f3e65 fix(change): no longer using Simulate.change
  • 633cb54 fix(revert): revert previous change (was a breaking change).

See the full diff

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

greenkeeper bot commented Sep 3, 2018

Version 5.0.1 just got published.

Update to this version instead 馃殌

Release Notes v5.0.1

5.0.1 (2018-09-03)

Bug Fixes

  • TS: update typings for optional option arguments (#168) (056b1e5)
Commits

The new version differs by 9 commits.

  • 056b1e5 fix(TS): update typings for optional option arguments (#168)
  • 081fa92 docs: add missing curly brackets (#165)
  • e18519a docs: update debug description (#164)
  • 44335b5 docs: update Readme.md (#163)
  • fff012a docs: add link to example repo using react-testing-library to test a Relay Modern app. (#160)
  • 75e3952 docs: fix typo in README (#159)
  • 65c7633 docs: tiny fix (#158)
  • 0511fed chore: cleanup deprecated assertions
  • a0022cf docs: add FAQ for the change event

See the full diff

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

greenkeeper bot commented Sep 18, 2018

Update to this version instead 馃殌

Release Notes for v5.1.0

5.1.0 (2018-09-18)

Features

Commits

The new version differs by 8 commits.

  • 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)
  • a05248e docs: add global setup, custom render docs (#166)

See the full diff

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

greenkeeper bot commented Oct 3, 2018

Update to this version instead 馃殌

Release Notes for v5.1.1

5.1.1 (2018-10-03)

Bug Fixes

Commits

The new version differs by 8 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)

See the full diff

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants