Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 27, 2019

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/jest-dom 4.1.0 -> 5.14.1 age adoption passing confidence
@testing-library/react 9.1.4 -> 11.2.7 age adoption passing confidence
@types/jest 24.0.18 -> 26.0.23 age adoption passing confidence
@types/react 16.9.2 -> 17.0.11 age adoption passing confidence
eslint (source) 6.3.0 -> 7.28.0 age adoption passing confidence
eslint-plugin-jest 22.17.0 -> 24.3.6 age adoption passing confidence
jest (source) 24.9.0 -> 27.0.4 age adoption passing confidence
jest-circus 24.9.0 -> 27.0.4 age adoption passing confidence
prettier (source) 1.18.2 -> 2.3.1 age adoption passing confidence
react (source) 16.9.0 -> 17.0.2 age adoption passing confidence
react-dom (source) 16.9.0 -> 17.0.2 age adoption passing confidence
ts-jest (source) 24.0.2 -> 27.0.3 age adoption passing confidence

Release Notes

testing-library/jest-dom

v5.14.1

Compare Source

Bug Fixes

v5.14.0

Compare Source

Features
  • toHaveAccessibleName and toHaveAccessibleDescription (#​377) (87ffd2a)

v5.13.0

Compare Source

Features

v5.12.0

Compare Source

Features

v5.11.10

Compare Source

Bug Fixes

v5.11.9

Compare Source

Bug Fixes

v5.11.8

Compare Source

Bug Fixes

v5.11.7

Compare Source

Bug Fixes

v5.11.6

Compare Source

Bug Fixes
  • Improved error messaging for toHaveFocus assertion (#​304) (c79faa2)

v5.11.5

Compare Source

Bug Fixes

v5.11.4

Compare Source

Bug Fixes
  • do not explicitly depend on jest assertion utils (#​250) (2da8c71)

v5.11.3

Compare Source

Bug Fixes
  • Changed toHaveStyle to use getPropertyValue instead of accessing the property directly (#​285) (92176e1)

v5.11.2

Compare Source

Bug Fixes
  • Suggest using toBeEmptyDOMElement instead of toBeEmpty (#​284) (2cd17d3)

v5.11.1

Compare Source

Bug Fixes

v5.11.0

Compare Source

Features
  • extend toBeChecked to support any role that's compatible (#​267) (c135d0b)

v5.10.1

Compare Source

Bug Fixes
  • element not allowed to be disabled being returned as disabled (#​261) (5e39222)

v5.10.0

Compare Source

Features
  • [toBeValid/toBeInvalid] Check aria-invalid on any element (#​259) (14d1630)

v5.9.0

Compare Source

Features

v5.8.0

Compare Source

Features

v5.7.0

Compare Source

Features

v5.6.0

Compare Source

Features

v5.5.0

Compare Source

Features

v5.4.0

Compare Source

Features

v5.3.0

Compare Source

Features

v5.2.0

Compare Source

Features
  • toHaveValue: Enhanced error message with type information… (#​219) (eb51c17)

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features

v5.0.2

Compare Source

Bug Fixes

v5.0.1

Compare Source

Bug Fixes

v5.0.0

Compare Source

BREAKING CHANGES
  • moving typings to @​types/testing-library__jest-dom
  • This version does not includes types. The next patch release v5.0.1 will. If you need the type definitions please do not update to v.5.0.0.

v4.2.4

Compare Source

Bug Fixes

v4.2.3

Compare Source

Bug Fixes

v4.2.2

Compare Source

Bug Fixes

v4.2.1

Compare Source

Bug Fixes

v4.2.0

Compare Source

Features

v4.1.2

Compare Source

Bug Fixes
  • toHaveStyle not to return true when shouldn't (#​81) (d048768)

v4.1.1

Compare Source

Bug Fixes
testing-library/react-testing-library

v11.2.7

Compare Source

Bug Fixes

v11.2.6

Compare Source

Bug Fixes
  • types: exclude tsconfig from types folder in publish flow (#​893) (58150b9)

v11.2.5

Compare Source

Bug Fixes

v11.2.4

Compare Source

Bug Fixes
  • render: Default to HTMLElement in returned container (#​868) (81c2de9)

v11.2.3

Compare Source

Bug Fixes

v11.2.2

Compare Source

Bug Fixes

v11.2.1

Compare Source

Bug Fixes
  • types: Allow all HTML and SVG elements in render. (#​833) (1dc33b2)

v11.2.0

Compare Source

Features

v11.1.2

Compare Source

Bug Fixes

v11.1.1

Compare Source

Bug Fixes

v11.1.0

Compare Source

Features

v11.0.4

Compare Source

Bug Fixes
  • Trigger ongot-/onlostpointercapture when calling got-/lostpointercapture (#​786) (c546a6f)

v11.0.3

Compare Source

Bug Fixes
  • Trigger onPointerEnter/Leave when calling pointerEnter/Leave (#​784) (c7b5622)

v11.0.2

Compare Source

Bug Fixes

v11.0.1

Compare Source

Bug Fixes

v11.0.0

Compare Source

Features
  • use act to flush instead of custom implementation (#​768) (693228c)
BREAKING CHANGES
  • cleanup is now synchronous and wraps the unmounting process in act.

v10.4.9

Compare Source

Bug Fixes

v10.4.8

Compare Source

Bug Fixes
  • fireEvent: Make sure react dispatches focus/blur events (#​758) (9aac157)

v10.4.7

Compare Source

Bug Fixes
  • unmount: Flush useEffect cleanup functions syncronously (#​746) (b82773c)

v10.4.6

Compare Source

Bug Fixes
  • cleanup: remove scheduler code from flush-microtasks (#​744) (240900c)

v10.4.5

Compare Source

Bug Fixes

v10.4.4

Compare Source

Bug Fixes

v10.4.3

Compare Source

Bug Fixes
  • cleanup: Cleanup should flush microtask queue after unmount (#​632) (aac2e44)

v10.4.2

Compare Source

Bug Fixes
  • cleanup: microtask flushing now supports fake timers (#​720) (5814b29)

v10.4.1

Compare Source

Bug Fixes

v10.4.0

Compare Source

Features

Latest DOM Testing Library release page: https://github.com/testing-library/dom-testing-library/releases/tag/v7.17.0

The big feature is fake timers working with async utils out of the box

v10.3.0

Compare Source

Features

v10.2.1

Compare Source

Bug Fixes

v10.2.0

Compare Source

Features
  • run cleanup() when test runner supports teardown() (#​676) (c91e9a9)

v10.1.0

Compare Source

Features

v10.0.6

Compare Source

Bug Fixes

v10.0.5

Compare Source

Bug Fixes
  • fireEvent: automatically configure fireEvent to be wrapped in act (#​685) (6147830)

v10.0.4

Compare Source

Bug Fixes

v10.0.3

Compare Source

Bug Fixes

v10.0.2

Compare Source

Bug Fixes

v10.0.1

Compare Source

Bug Fixes

v10.0.0

Compare Source

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).

v9.5.0

Compare Source

Features

v9.4.1

Compare Source

Bug Fixes

v9.4.0

Compare Source

Features
  • screen: add screen export (e35c213)

v9.3.3

Compare Source

Bug Fixes

v9.3.2

Compare Source

Bug Fixes

v9.3.1

Compare Source

Bug Fixes

v9.3.0

Compare Source

Features

v9.2.0

Compare Source

Features
eslint/eslint

v7.28.0

Compare Source

v7.27.0

Compare Source

  • 2c0868c Chore: merge all html formatter files into html.js (#​14612) (Milos Djermanovic)
  • 9e9b5e0 Update: no-unused-vars false negative with comma operator (fixes #​14325) (#​14354) (Nitin Kumar)
  • afe9569 Chore: use includes instead of indexOf (#​14607) (Mikhail Bodrov)
  • c0f418e Chore: Remove lodash (#​14287) (Stephen Wade)
  • 52655dd Update: no-restricted-imports custom message for patterns (fixes #​11843) (#​14580) (Alex Holden)
  • 967b1c4 Chore: Fix typo in large.js (#​14589) (Ikko Ashimine)
  • 2466a05 Sponsors: Sync README with website (ESLint Jenkins)
  • fe29f18 Sponsors: Sync README with website (ESLint Jenkins)
  • 086c1d6 Chore: add more test cases for no-sequences (#​14579) (Nitin Kumar)
  • 6a2ced8 Docs: Update README team and sponsors (ESLint Jenkins)

v7.26.0

Compare Source

  • aaf65e6 Upgrade: eslintrc for ModuleResolver fix (#​14577) (Brandon Mills)
  • ae6dbd1 Fix: track variables, not names in require-atomic-updates (fixes #​14208) (#​14282) (Patrick Ahmetovic)
  • 6a86e50 Chore: remove loose-parser tests (fixes #​14315) (#​14569) (Milos Djermanovic)
  • ee3a3ea Fix: create .eslintrc.cjs for module type (#​14304) (Nitin Kumar)
  • 6791dec Docs: fix example for require-atomic-updates (#​14562) (Milos Djermanovic)
  • 388eb7e Sponsors: Sync README with website (ESLint Jenkins)
  • f071d1e Update: Add automated suggestion to radix rule for parsing decimals (#​14291) (Bryan Mishkin)
  • 0b6a3f3 New: Include XO style guide in eslint --init (#​14193) (Federico Brigante)

v7.25.0

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov-io
Copy link

codecov-io commented Oct 27, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #97   +/-   ##
=======================================
  Coverage   83.50%   83.50%           
=======================================
  Files          14       14           
  Lines         594      594           
  Branches      110      110           
=======================================
  Hits          496      496           
  Misses         90       90           
  Partials        8        8           

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 78f4548...5c807ce. Read the comment docs.

@renovate renovate bot force-pushed the renovate/major-test branch 2 times, most recently from 6715a6b to 01ebc64 Compare October 28, 2019 20:19
@renovate renovate bot force-pushed the renovate/major-test branch 2 times, most recently from 3a0bb28 to 6049717 Compare November 14, 2019 18:03
@renovate renovate bot force-pushed the renovate/major-test branch 3 times, most recently from a17f17f to 6907d16 Compare November 30, 2019 22:58
@renovate renovate bot force-pushed the renovate/major-test branch from 6907d16 to 8c7cabb Compare December 31, 2019 05:01
@renovate renovate bot force-pushed the renovate/major-test branch from 8c7cabb to c099ab2 Compare January 19, 2020 00:00
@renovate renovate bot changed the title Update dependency eslint-plugin-jest to v23 Update test (major) Jan 19, 2020
@renovate renovate bot force-pushed the renovate/major-test branch from c099ab2 to bd829b0 Compare February 8, 2020 14:58
@renovate renovate bot force-pushed the renovate/major-test branch from bd829b0 to ee4fcba Compare February 20, 2020 12:59
@renovate renovate bot force-pushed the renovate/major-test branch from ee4fcba to ce82b81 Compare March 15, 2020 10:00
@renovate renovate bot force-pushed the renovate/major-test branch from ce82b81 to d52e14a Compare May 8, 2020 08:00
@renovate renovate bot force-pushed the renovate/major-test branch from d52e14a to 5c807ce Compare May 15, 2020 09:58
@renovate renovate bot force-pushed the renovate/major-test branch from 5c807ce to 9bfb987 Compare June 30, 2020 15:03
@renovate renovate bot force-pushed the renovate/major-test branch from 9bfb987 to 134b16b Compare July 10, 2020 12:58
@renovate renovate bot force-pushed the renovate/major-test branch from 134b16b to 24eddea Compare August 26, 2020 03:00
@renovate renovate bot force-pushed the renovate/major-test branch from 24eddea to 9464041 Compare October 28, 2020 04:01
@renovate renovate bot force-pushed the renovate/major-test branch from 9464041 to 788dd5c Compare November 27, 2020 23:02
@renovate renovate bot force-pushed the renovate/major-test branch from 788dd5c to 98fac4a Compare December 10, 2020 06:59
@renovate renovate bot force-pushed the renovate/major-test branch 2 times, most recently from 0c1d319 to 290d7f1 Compare January 10, 2021 20:01
@renovate renovate bot force-pushed the renovate/major-test branch from 290d7f1 to fb8ff14 Compare January 23, 2021 08:58
@renovate renovate bot force-pushed the renovate/major-test branch from fb8ff14 to 0408c6e Compare January 31, 2021 17:02
@renovate renovate bot force-pushed the renovate/major-test branch from 0408c6e to f119d77 Compare February 9, 2021 14:58
@renovate renovate bot force-pushed the renovate/major-test branch from f119d77 to 2af097c Compare April 26, 2021 13:31
@renovate renovate bot force-pushed the renovate/major-test branch 2 times, most recently from 243c07b to 30959d5 Compare May 15, 2021 20:53
@renovate renovate bot force-pushed the renovate/major-test branch from 30959d5 to d58f1aa Compare June 6, 2021 20:24
@renovate renovate bot force-pushed the renovate/major-test branch from d58f1aa to 5141f70 Compare June 15, 2021 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants