Skip to content

Release a new version of radix-ui package with the latest version of all the @radix-ui/ packages (to avoid node_modules bloat unnecessarily) #3854

@theoludwig

Description

@theoludwig

Bug report

As seen here: https://npmx.dev/package/radix-ui/v/1.4.3

The radix-ui package which exposes the "latest" version of all Radix Primitives from a single place and claim to "keep them up-to-date without worrying about conflicting or duplicate dependencies" (from changelog https://www.radix-ui.com/primitives/docs/overview/releases#january-22-2025)

Seems not correct, as some packages like @radix-ui/react-accessible-icon have new versions available (v1.1.7 vs v1.1.8).

The problem is that it duplicates dependencies unnecessarily in my node_modules, for example if cmdk uses @radix-ui/react-primitive v2.1.4, it also install v2.1.3 because it's what radix-ui depends on (not on the latest version).

Detected thanks to Node Modules Inspector:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions