Skip to content

chore(deps): bump @radix-ui/react-tabs from 1.1.17 to 1.1.19 - #49

Merged
ByteMeBaby merged 1 commit into
mainfrom
dependabot/npm_and_yarn/radix-ui/react-tabs-1.1.19
Aug 2, 2026
Merged

chore(deps): bump @radix-ui/react-tabs from 1.1.17 to 1.1.19#49
ByteMeBaby merged 1 commit into
mainfrom
dependabot/npm_and_yarn/radix-ui/react-tabs-1.1.19

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps @radix-ui/react-tabs from 1.1.17 to 1.1.19.

Changelog

Sourced from @​radix-ui/react-tabs's changelog.

1.1.19

  • Republish through CI to attach provenance attestations. The previous versions of these packages were published manually outside of CI and therefore shipped without provenance; this patch re-releases the same code through the CI pipeline so every package includes an attestation.
  • Updated dependencies: @radix-ui/primitive@1.1.7, @radix-ui/react-context@1.2.1, @radix-ui/react-direction@1.1.3, @radix-ui/react-id@1.1.3, @radix-ui/react-presence@1.1.9, @radix-ui/react-primitive@2.1.8, @radix-ui/react-roving-focus@1.1.17, @radix-ui/react-use-controllable-state@1.2.5

1.1.18

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-presence@1.1.8, @radix-ui/react-roving-focus@1.1.16, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-context@1.2.0, @radix-ui/react-direction@1.1.2, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.7
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@radix-ui/react-tabs](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/tabs) from 1.1.17 to 1.1.19.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/tabs/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/tabs)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-tabs"
  dependency-version: 1.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 23, 2026
@ByteMeBaby
ByteMeBaby merged commit 7e05949 into main Aug 2, 2026
1 check passed
@ByteMeBaby
ByteMeBaby deleted the dependabot/npm_and_yarn/radix-ui/react-tabs-1.1.19 branch August 2, 2026 17:41
ByteMeBaby added a commit that referenced this pull request Aug 2, 2026
Radix component packages share internal packages (react-primitive,
react-slot, react-context, react-presence, roving-focus, and others), so
bumping one in isolation forks those internals to two versions each. That is
what #49 did on its own: it took react-tabs to 1.1.19 and left 12 shared
internals at two versions apiece, including two copies of react-slot while
packages/ui imports Slot directly in button.tsx.

Moving the whole set to latest collapses every one of them back to a single
version, which is why this commit removes more lockfile lines than it adds.

- @radix-ui/react-avatar 1.2.2 -> 1.2.6 (packages/ui)
- @radix-ui/react-dialog 1.1.19 -> 1.1.23 (packages/ui)
- @radix-ui/react-dropdown-menu 2.1.20 -> 2.1.24 (packages/ui)
- @radix-ui/react-label 2.1.11 -> 2.1.15 (packages/ui)
- @radix-ui/react-slot 1.3.0 -> 1.3.3 (packages/ui)
- @radix-ui/react-tabs 1.1.19 -> 1.1.21 (packages/ui)
- lucide-react 1.25.0 -> 1.28.0 (packages/ui)

Verified locally: every shared Radix internal resolves to a single version,
and build, lint, typecheck, and test all pass.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant