Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2025

This PR contains the following updates:

Package Change Age Confidence
@pandacss/dev (source) 1.5.1 -> 1.7.1 age confidence
@pandacss/is-valid-prop (source) 1.5.1 -> 1.7.1 age confidence
@pandacss/types (source) 1.5.1 -> 1.7.1 age confidence

Release Notes

chakra-ui/panda (@​pandacss/dev)

v1.7.1

Compare Source

Patch Changes

v1.7.0

Compare Source

Minor Changes
  • 86b30b1: Add panda spec command to generate specification files for your theme (useful for documentation). This
    command generates JSON specification files containing metadata, examples, and usage information.

    # Generate all spec files
    panda spec
    
    # Custom output directory
    panda spec --outdir custom/specs

    Token Spec Structure:

    {
      "type": "tokens",
      "data": [
        {
          "type": "aspectRatios",
          "values": [{ "name": "square", "value": "1 / 1", "cssVar": "var(--aspect-ratios-square)" }],
          "tokenFunctionExamples": ["token('aspectRatios.square')"],
          "functionExamples": ["css({ aspectRatio: 'square' })"],
          "jsxExamples": ["<Box aspectRatio=\"square\" />"]
        }
      ]
    }

    Spec Usage:

    import tokens from 'styled-system/specs/tokens'
    import recipes from 'styled-system/specs/recipes'
Patch Changes

v1.6.1

Compare Source

Patch Changes

v1.6.0

Compare Source

Minor Changes
  • 8aa3c64: Add --splitting flag to cssgen command for per-layer CSS output.

    When enabled, CSS is emitted as separate files instead of a single styles.css:

    styled-system/
    ├── styles.css              # @&#8203;layer declaration + @&#8203;imports
    └── styles/
        ├── reset.css           # Preflight/reset CSS
        ├── global.css          # Global CSS
        ├── tokens.css          # Design tokens
        ├── utilities.css       # Utility classes
        ├── recipes/
        │   ├── index.css       # @&#8203;imports all recipe files
        │   └── {recipe}.css    # Individual recipe styles
        └── themes/
            └── {theme}.css     # Theme tokens (not auto-imported)
    

    Usage:

    panda cssgen --splitting
Patch Changes
chakra-ui/panda (@​pandacss/is-valid-prop)

v1.7.1

Compare Source

v1.7.0

Compare Source

v1.6.1

Compare Source

v1.6.0

Compare Source

chakra-ui/panda (@​pandacss/types)

v1.7.1

Compare Source

v1.7.0

Compare Source

Minor Changes
  • 86b30b1: Add panda spec command to generate specification files for your theme (useful for documentation). This
    command generates JSON specification files containing metadata, examples, and usage information.

    # Generate all spec files
    panda spec
    
    # Custom output directory
    panda spec --outdir custom/specs

    Token Spec Structure:

    {
      "type": "tokens",
      "data": [
        {
          "type": "aspectRatios",
          "values": [{ "name": "square", "value": "1 / 1", "cssVar": "var(--aspect-ratios-square)" }],
          "tokenFunctionExamples": ["token('aspectRatios.square')"],
          "functionExamples": ["css({ aspectRatio: 'square' })"],
          "jsxExamples": ["<Box aspectRatio=\"square\" />"]
        }
      ]
    }

    Spec Usage:

    import tokens from 'styled-system/specs/tokens'
    import recipes from 'styled-system/specs/recipes'

v1.6.1

Compare Source

v1.6.0

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

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

@changeset-bot
Copy link

changeset-bot bot commented Dec 15, 2025

⚠️ No Changeset found

Latest commit: 183ebb6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Dec 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
chakra-ui-storybook Ready Ready Preview Dec 19, 2025 8:28am
chakra-v3-docs Ready Ready Preview Dec 19, 2025 8:28am

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.

1 participant