Skip to content
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

chore(deps): update js test packages (major) #1056

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/react-hooks 3.4.2 -> 7.0.0 age adoption passing confidence
jest-junit 10.0.0 -> 12.2.0 age adoption passing confidence

Release Notes

testing-library/react-hooks-testing-library

v7.0.0

Compare Source

Features
  • Remove node specific dependencies and code to better support testing in browser environments (e4b0aa3), closes #​624 #​617
BREAKING CHANGES
  • suppressErrorOutput will now work when explicitly called, even if the RHTL_DISABLE_ERROR_FILTERING env variable has been set

v6.0.0

Compare Source

chore
BREAKING CHANGES
  • Node 10 is no longer supported

v5.1.3

Compare Source

Bug Fixes
  • types: Correct overload order for act without strictNullChecks (#​622) (882bcfe)

v5.1.2

Compare Source

Bug Fixes

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features

v5.0.3

Compare Source

Bug Fixes
  • fixed potential error when hook suspends and error is accessed (1a0c4d3)

v5.0.2

Compare Source

Bug Fixes
Code Refactoring

Note: due to a technical glitch, there was no v5.0.1 release.

v5.0.0

Compare Source

Bug Fixes
  • constrain TOptions to be an object instead of an empty interface (3813b88)
  • display returned function names correctly in stack traces (#​528) (a82d5ef)
  • fixed potential error when hook suspends and current result is accessed (dc21e59)
  • include render utils in RenderHook type (ca32bce)
  • ReactHooksRenderer renderHook was not expecting arguments (bb870e0)
  • stop appending container elements to document body (bab38d9)
  • Type for options in autodetected renderer was incorrectly inferring any passed type (#​527) (4786242)
  • use actual line break in error message when auto-detect fails (a3fd0e2)
Code Refactoring
Features
BREAKING CHANGES
  • interval will now default to 50ms in async utils
  • timeout will now default to 1000ms in async utils
  • suppressErrors has been removed from async utils
  • Adjust types so that react renderer exports don't required extra generic parameter
  • Importing from renderHook and act from @testing-library/react-hooks will now auto-detect which renderer to used based on the project's dependencies
    • peerDependencies are now optional to support different dependencies being required
    • This means there will be no warning if the dependency is not installed at all, but it will still warn if an incompatible version is installed
    • Auto-detection won't work with bundlers (e.g. Webpack). Please use as specific renderer import instead
  • result.current and result.error will now return undefined instead of null when the hook call suspends and they are accessed prior to being set for the first time
    • Note: accessing these values in a suspending scenario has been broken since version 3.6.0

v4.0.1

Compare Source

Bug Fixes

v4.0.0

Compare Source

Bug Fixes
  • types: changed callback signature on waitFor to match old types (1ea2afe)
Features
BREAKING CHANGES
  • Removed deprecated wait

v3.7.0

Compare Source

Features
  • cleanup: remove unnecessary flush microtasks as already handled by act (#​511) (c53b56b)

v3.6.0

Compare Source

Features
  • release: manually release a minor version (78d228c), closes #​496
  • Capture all results a rendered hook produces as result.all (c3e09ed)

v3.5.0

Compare Source

Features
jest-community/jest-junit

v12.2.0

Compare Source

Bump uuid to the latest version

v12.1.0

Compare Source

Add better support for bazel - jest-community/jest-junit#167

v12.0.0

Compare Source

Support reporting test suites unable to run due to uncaught errors (or no tests at all) by @​SamTheisens jest-community/jest-junit#144

Fix the sequential location of system-out to be compatible with jenkins xsd by @​palmerj3 jest-community/jest-junit#146

v11.1.0

Compare Source

Added suitename support to classNameTemplate by @​dtom90 jest-community/jest-junit#138

v11.0.1

Compare Source

Removes testResultsProcessor warning message (jest-community/jest-junit#131)
Updates jest and jest-validate dependencies (jest-community/jest-junit#131)

v11.0.0

Compare Source

Added support for testsuite properties

Removed node < 10.12.0 support.
Removed jest < 26 support.

jest-community/jest-junit#129


Configuration

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

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

Rebasing: Whenever PR is behind base branch, 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.

@vercel
Copy link

vercel bot commented Jun 20, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/jesses/jessesio/1v78udxgh
✅ Preview: https://jessesio-git-renovate-major-js-test-packages.jesses.vercel.app

[Deployment for c0706fe failed]

@codecov
Copy link

codecov bot commented Jun 20, 2020

Codecov Report

Merging #1056 (e7446bb) into master (332cfff) will not change coverage.
The diff coverage is n/a.

❗ Current head e7446bb differs from pull request most recent head c0706fe. Consider uploading reports for the commit c0706fe to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1056   +/-   ##
=======================================
  Coverage   94.13%   94.13%           
=======================================
  Files          68       68           
  Lines         580      580           
  Branches       57       65    +8     
=======================================
  Hits          546      546           
  Misses         27       27           
  Partials        7        7           

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 332cfff...c0706fe. Read the comment docs.

@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from 423defc to 5196c9c Compare June 21, 2020 10:47
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from 5196c9c to 6ba82d1 Compare June 22, 2020 08:01
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from 6ba82d1 to 6619d82 Compare June 22, 2020 12:24
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from 6619d82 to 2fa934c Compare June 22, 2020 18:44
@vercel vercel bot temporarily deployed to Preview June 22, 2020 18:44 Inactive
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from 2fa934c to 4ef0059 Compare June 22, 2020 19:29
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from 4ef0059 to 54187f0 Compare June 22, 2020 22:36
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from 54187f0 to 314c2c2 Compare June 23, 2020 09:38
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from 314c2c2 to 0884756 Compare June 24, 2020 02:37
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from 0884756 to cf9e726 Compare June 24, 2020 05:06
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from cf9e726 to 617de5b Compare June 24, 2020 14:37
@vercel vercel bot temporarily deployed to Preview June 24, 2020 14:37 Inactive
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from 617de5b to bc023f1 Compare June 25, 2020 18:32
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from 1079f63 to 0e8bf37 Compare November 10, 2020 01:50
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from 0e8bf37 to c494575 Compare November 10, 2020 16:43
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from c494575 to 7a32175 Compare November 10, 2020 20:30
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from 7a32175 to b9980bc Compare November 10, 2020 23:37
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from b9980bc to fc4855c Compare November 12, 2020 02:40
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from fc4855c to 701402c Compare November 12, 2020 05:54
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from 701402c to 64bd628 Compare November 13, 2020 17:28
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from 64bd628 to 9591933 Compare November 13, 2020 18:17
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from 9591933 to 67390dc Compare November 13, 2020 19:43
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from 67390dc to b394b7e Compare November 16, 2020 23:57
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from b394b7e to d4bd8bf Compare November 17, 2020 02:26
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from d4bd8bf to e7446bb Compare November 17, 2020 17:26
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from e7446bb to 33babd6 Compare June 6, 2021 20:03
@renovate renovate bot force-pushed the renovate/major-js-test-packages branch from 33babd6 to c0706fe Compare June 12, 2021 21:10
@renovate renovate bot changed the title chore(deps): update dependency jest-junit to v12 chore(deps): update js test packages (major) Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant