IQTLabs / packet_cafe

A platform built for easy-to-use automated network traffic analysis
https://iqtlabs.gitbook.io/packet-cafe
Apache License 2.0
58 stars 9 forks source link

Update dependency react-tabs to v5 #828

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-tabs 4.2.1 -> 5.1.0 age adoption passing confidence

Release Notes

reactjs/react-tabs ### [`v5.1.0`](https://togithub.com/reactjs/react-tabs/releases/tag/v5.1.0) [Compare Source](https://togithub.com/reactjs/react-tabs/compare/v5.0.0...v5.1.0) ##### Features - **typescript:** Add new type for custom tabs function components ([#​469](https://togithub.com/reactjs/react-tabs/issues/469)) ([f5a877c](https://togithub.com/reactjs/react-tabs/commit/f5a877ccfcb72eeecc4c59a43decf2c32daa5253)) ### [`v5.0.0`](https://togithub.com/reactjs/react-tabs/releases/tag/v5.0.0) [Compare Source](https://togithub.com/reactjs/react-tabs/compare/v4.2.1...v5.0.0) This release focus on tackling some long-standing issues with server-side rendering. `react-tabs` now uses some new features from react 18 to fix those issues. The npm package is now ~20% smaller and the UMD builds are also a little bit smaller (production: ~5%, dev: ~30%) ##### Features - Add typescript typings to repo ([4965a39](https://togithub.com/reactjs/react-tabs/commit/4965a393060bd06bee5462787d896660875609c2)) - Improve output code size and do not package tests ([77d571a](https://togithub.com/reactjs/react-tabs/commit/77d571a862e8bd0ce4c25c97cf1280164990abb7)) - Minify generated code and don't print comments ([efd6807](https://togithub.com/reactjs/react-tabs/commit/efd680761aadfbcc621c76a2cc57382eef2f5639)) - Use new `useId` hook from react 18 ([487326c](https://togithub.com/reactjs/react-tabs/commit/487326c02f5316887dc4b27ac39e6ef69cdd2c03)) ##### BREAKING CHANGES - Typescript typings are now part of this package. Please uninstall `@types/react-tabs` - React version 18 or newer is now required. - `resetIdCounter` was removed as it is not necessary anymore. Ensure you remove any calls to it from your code. - The package now does use `Object.assign` directly instead of babel helpers. In older browsers you need to pollyfill `Object.assign` and `Symbol`. `react` itself has the same requirements, see https://reactjs.org/docs/javascript-environment-requirements.html - Tests are not shipped anymore with the npm package.

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



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

rashley-iqt commented 2 years ago

waiting for semantic ui react to update to a version that accepts react 18.0.0 as a peer and #810

codecov[bot] commented 2 years ago

Codecov Report

Merging #828 (1c81f47) into main (58cc359) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #828   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           15        15           
=========================================
  Hits            15        15           

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 58cc359...1c81f47. Read the comment docs.