-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix(deps): update dependency react-tabs to v6 #32
base: main
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json
|
acf38bc
to
2f691b2
Compare
|
This PR contains the following updates:
^3.2.3
->^6.0.0
Release Notes
reactjs/react-tabs (react-tabs)
v6.0.2
Compare Source
Bug Fixes
v6.0.1
Compare Source
Bug Fixes
v6.0.0
Compare Source
Features
BREAKING CHANGES
v5.2.0
Compare Source
Features
v5.1.0
Compare Source
Features
v5.0.0
Compare Source
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
useId
hook from react 18 (487326c)BREAKING CHANGES
@types/react-tabs
resetIdCounter
was removed as it is not necessary anymore. Ensure you remove any calls to it from your code.Object.assign
directly instead of babel helpers. In older browsers you need to pollyfillObject.assign
andSymbol
.react
itself has the same requirements, see https://reactjs.org/docs/javascript-environment-requirements.htmlv4.3.0
Compare Source
Features
v4.2.1
Compare Source
Bug Fixes
v4.2.0
Compare Source
Bug Fixes
Features
v4.1.0
Compare Source
Features
v4.0.1
Compare Source
Bug Fixes
v4.0.0
Compare Source
Features
BREAKING CHANGES
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 was generated by Mend Renovate. View the repository job log.