Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chakra-ui-2--cli 2.5.8 -> 3.27.1 age adoption passing confidence

Release Notes

chakra-ui/chakra-ui (chakra-ui-2--cli)

v3.27.1

Compare Source

Patch Changes

v3.27.0

Compare Source

Minor Changes
  • #​10299
    27b920a
    Thanks @​segunadebayo! - Add new blocks
    command to add chakra pro blocks to your project.

    This command requires valid Chakra Pro license and API key in the
    CHAKRA_UI_PRO_API_KEY environment variable.

Interactive block selection

npx @​chakra-ui/cli blocks add

Add all variants of a specific block

npx @​chakra-ui/cli blocks add hero

Add a specific variant of a block

npx @​chakra-ui/cli blocks add hero --variant "simple"

List available blocks

npx @​chakra-ui/cli blocks list

List blocks in a specific category

npx @​chakra-ui/cli blocks list --category "marketing"
```

v3.26.0

Compare Source

v3.25.0

Compare Source

v3.24.2

Compare Source

v3.24.1

Compare Source

v3.24.0

Compare Source

v3.23.0

Compare Source

v3.22.0

Compare Source

v3.21.1

Compare Source

Patch Changes
  • 517ba37
    Thanks @​segunadebayo! - Fix issue where
    typegen command fails silently with misleading console output when prettier
    exits with a formatting error

v3.21.0

Compare Source

v3.20.0

Compare Source

v3.19.2

Compare Source

Patch Changes

v3.19.1

Compare Source

v3.19.0

Compare Source

v3.18.0

Compare Source

v3.17.0

Compare Source

v3.16.1

Compare Source

v3.16.0

Compare Source

v3.15.1

Compare Source

Patch Changes

v3.15.0

Compare Source

v3.14.2

Compare Source

v3.14.1

Compare Source

v3.14.0

Compare Source

v3.13.0

Compare Source

v3.12.0

Compare Source

v3.11.0

Compare Source

v3.10.0

Compare Source

v3.9.0

Compare Source

v3.8.2

Compare Source

v3.8.1

Compare Source

v3.8.0

Compare Source

v3.7.0

Compare Source

v3.6.0

Compare Source

Patch Changes
  • 07f2c56
    Thanks @​segunadebayo! - Fix issue where CLI
    doesn't properly check for existing files when adding snippets.

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

v3.3.3

Compare Source

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

Minor Changes
  • e5ecd91
    Thanks @​segunadebayo! - Add support for
    --tsx flag in the snippet add command to allow explicitly specifying
    tsx/jsx file generation.

v3.2.5

Compare Source

v3.2.4

Compare Source

v3.2.3

Compare Source

v3.2.2

Compare Source

Patch Changes

v3.2.1

Compare Source

Patch Changes
  • c79b7bf
    Thanks @​segunadebayo! - - Fix issue where
    npmDependencies for snippets were not auto-installed
    • Support React Router 7 framework detection

v3.2.0

Compare Source

Minor Changes
  • 069e39d
    Thanks @​segunadebayo! - Add support for
    --all flag to add all snippets. By default, we only install a
    minimal/recommended set of snippets.

    Recommended snippets: provider, avatar, button, checkbox, radio,
    input-group, slider, popover, dialog, drawer, tooltip, field

    If you want to add all snippets, you can use the --all flag.

Patch Changes
  • a3ba8e6
    Thanks @​segunadebayo! - Fix issue where
    typegen doesn't work when CLI installed globally or run using npx

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

Minor Changes
  • #​7096
    3547207e5
    Thanks @​TylerAPfledderer! - Add option
    to use ChakraBaseProvider instead of ChakraProvider. This will only apply
    theme tokens initially and not default theming for components.

v3.0.2

Compare Source

Patch Changes

v3.0.1

Compare Source

v3.0.0

Compare Source

Minor Changes
  • 758f226
    Thanks @​segunadebayo! - Add support for
    composition command in CLI to import ready-made compositions for faster
    development experience.

    Usage: chakra-ui composition [options] [command]
    
    Add compositions to your project for better DX
    
    Options:
      -h, --help                     display help for command
    
    Commands:
      add [options] [components...]  Add a new composition for better DX
      list                           List all compositions
      help [command]                 display help for command
  • bfb68dc
    Thanks @​segunadebayo! - Add eject command
    to import default theme into project

  • 085cacd
    Thanks @​segunadebayo! - Add support for
    installing required NPM dependencies for compositions

  • 77fe01d
    Thanks @​segunadebayo! - Change CLI name and
    command structure.

    • Change the CLI name from chakra-cli to chakra.
    • Change tokens command to typegen to better reflect its purpose since its
      generates types for more than just the tokens.
    • Scaffold new composition command to help users scaffold new compositions
      easily. Compositions are snippets of Chakra UI component composition them
      easier to reuse across projects.
  • 8fc7b49
    Thanks @​segunadebayo! - - Add support for
    conditional value in variant props.

    • Add @default JSDoc comment for defaultVariants in generated types.
  • 4ff153f
    Thanks @​segunadebayo! - Speed up
    intellisence for style props, and add support for strictTokens in the CLI.

  • d50d72c
    Thanks @​segunadebayo! - Rename
    compositions command to snippet for better intuitiveness

  • #​8569
    eb26857
    Thanks @​isBatak! - Fix the boxSize type to
    allow number values.

  • 14b6a45
    Thanks @​segunadebayo! - Show the number of
    skipped snippets that already exists in outdir

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - "at 10am on Monday except on 25th of December in 2023 and 1st of January 2024 and 1st of April 2024 and 20th of May 2024 and 19th of August 2024" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, 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.

@viktorbenei
Copy link
Contributor

viktorbenei commented Oct 20, 2025

Summary

Updates chakra-ui-2--cli from v2.5.8 to v3.27.1. This is a major version upgrade with breaking changes: the CLI command changed from chakra-cli to chakra and the tokens subcommand was renamed to typegen. The generate-theme-types npm script requires manual updates to function correctly.

Copy link
Contributor

@viktorbenei viktorbenei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an AI-generated review. Please review it carefully.

Actionable comments posted: 1

"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"chakra-ui-2--cli": "npm:@chakra-ui/cli@2.5.8",
"chakra-ui-2--cli": "npm:@chakra-ui/cli@3.27.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐛 Bug

Upgrading chakra-ui-2--cli from v2.5.8 to v3.27.1 introduces breaking changes. The CLI command name changed from chakra-cli to chakra and the tokens subcommand was renamed to typegen. The existing npm script "generate-theme-types" (line 42) uses the old v2 syntax and will fail with this version. It must be updated from chakra-cli tokens to chakra typegen.

🤖 Prompt for AI Agents:
In package.json at line 103, Update the generate-theme-types script in package.json\nline 42 to use the new Chakra UI CLI v3 syntax:\nchange 'chakra-cli tokens' to 'chakra typegen'

@bitrise-devs-bot
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants