Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 15, 2023

This PR contains the following updates:

Package Change Age Confidence
react-tabs ^3.2.3^6.0.0 age confidence

Release Notes

reactjs/react-tabs (react-tabs)

v6.1.0

Compare Source

Features

v6.0.2

Compare Source

Bug Fixes

v6.0.1

Compare Source

Bug Fixes
  • refactor defaultProps to disable warning from react (#​518) (dc34bdb)

v6.0.0

Compare Source

Features
  • Remove UMD build and drop support for older browsers (e4b9867)
BREAKING CHANGES
  • The UMD build has been removed.
  • Older browsers are not supported anymore. In particulare Internet Explorer, the default browser on Android < 5.0 and iOS Safari < 12.2
  • src folder is not included anymore in the package to reduce package size.

v5.2.0

Compare Source

Features

v5.1.0

Compare Source

Features
  • typescript: Add new type for custom tabs function components (#​469) (f5a877c)

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
  • Add typescript typings to repo (4965a39)
  • Improve output code size and do not package tests (77d571a)
  • Minify generated code and don't print comments (efd6807)
  • Use new useId hook from react 18 (487326c)
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.

v4.3.0

Compare Source

Features
  • Add typescript typings to repo (0cb15ff)
  • typescript: Add new type for custom tabs function components (#​469) (51b30bb)

v4.2.1

Compare Source

Bug Fixes
  • Improve minimal performance of code (58caf6a)

v4.2.0

Compare Source

Bug Fixes
  • Do not always refocus tab if rerender happens (4c63bcb)
Features
  • New prop to disable focusing tabs on click (85caf7a)

v4.1.0

Compare Source

Features
  • Support react version 18 (f849c30)

v4.0.1

Compare Source

Bug Fixes
  • Requires React version 16.8 or newer (397673d)

v4.0.0

Compare Source

Features
  • Always set focus on tabs (4512dad), closes #​272
  • Updated all the class components to newer functional components (b2159c9)
BREAKING CHANGES
  • The tabs are now instantly focused on click and not just by double-click. The default styling has been adapted for that, so that there is no outline shown anymore on focus.
  • Requires react 16.8 or newer

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 15, 2023

⚠ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: axies-reactjs@1.0.1
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   react@"^17.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^18.0.0" from react-tabs@6.0.2
npm ERR! node_modules/react-tabs
npm ERR!   react-tabs@"^6.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/200603/2557b8/cache/others/npm/_logs/2023-08-15T10_42_32_205Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/200603/2557b8/cache/others/npm/_logs/2023-08-15T10_42_32_205Z-debug-0.log

@renovate renovate bot changed the title fix(deps): update dependency react-tabs to v6 fix(deps): update dependency react-tabs to v6 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/react-tabs-6.x branch December 8, 2024 18:30
@renovate renovate bot changed the title fix(deps): update dependency react-tabs to v6 - autoclosed fix(deps): update dependency react-tabs to v6 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/react-tabs-6.x branch from acf38bc to 2f691b2 Compare December 9, 2024 02:47
@renovate
Copy link
Contributor Author

renovate bot commented Dec 9, 2024

⚠️ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: axies-reactjs@1.0.1
npm error Found: react@17.0.2
npm error node_modules/react
npm error   react@"^17.0.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"^18.0.0 || ^19.0.0" from react-tabs@6.1.0
npm error node_modules/react-tabs
npm error   react-tabs@"^6.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-01-23T16_26_38_711Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-01-23T16_26_38_711Z-debug-0.log

@renovate renovate bot force-pushed the renovate/react-tabs-6.x branch from 2f691b2 to d0e0fed Compare August 10, 2025 14:04
@coderabbitai
Copy link

coderabbitai bot commented Aug 10, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/react-tabs-6.x branch 2 times, most recently from 7ee29c2 to ea6d125 Compare August 19, 2025 17:33
@renovate renovate bot force-pushed the renovate/react-tabs-6.x branch from ea6d125 to 01784d5 Compare August 31, 2025 14:23
@renovate renovate bot force-pushed the renovate/react-tabs-6.x branch from 01784d5 to 7db1efb Compare September 25, 2025 16:10
@renovate renovate bot force-pushed the renovate/react-tabs-6.x branch from 7db1efb to 1a19867 Compare October 21, 2025 12:06
@renovate renovate bot force-pushed the renovate/react-tabs-6.x branch from 1a19867 to e124275 Compare November 10, 2025 16:00
@renovate renovate bot force-pushed the renovate/react-tabs-6.x branch from e124275 to cc26adf Compare December 3, 2025 16:51
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.

1 participant