Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2025

Bumps @pandacss/dev from 1.5.1 to 1.7.1.

Release notes

Sourced from @​pandacss/dev's releases.

@​pandacss/dev@​1.7.1

Patch Changes

  • Updated dependencies [cc04ebf]
  • Updated dependencies [b6e9646]
    • @​pandacss/config@​1.7.1
    • @​pandacss/preset-base@​1.7.1
    • @​pandacss/node@​1.7.1
    • @​pandacss/postcss@​1.7.1
    • @​pandacss/logger@​1.7.1
    • @​pandacss/preset-panda@​1.7.1
    • @​pandacss/shared@​1.7.1
    • @​pandacss/token-dictionary@​1.7.1
    • @​pandacss/types@​1.7.1

@​pandacss/dev@​1.7.0

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'

... (truncated)

Changelog

Sourced from @​pandacss/dev's changelog.

1.7.1

Patch Changes

  • Updated dependencies [cc04ebf]
  • Updated dependencies [b6e9646]
    • @​pandacss/config@​1.7.1
    • @​pandacss/preset-base@​1.7.1
    • @​pandacss/node@​1.7.1
    • @​pandacss/postcss@​1.7.1
    • @​pandacss/logger@​1.7.1
    • @​pandacss/preset-panda@​1.7.1
    • @​pandacss/shared@​1.7.1
    • @​pandacss/token-dictionary@​1.7.1
    • @​pandacss/types@​1.7.1

1.7.0

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:

... (truncated)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 30, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 30, 2025 02:44
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Dec 30, 2025
@dependabot dependabot bot force-pushed the dependabot-bun-pandacss-dev-1.7.1 branch 2 times, most recently from 9f68469 to f803176 Compare December 31, 2025 03:26
Bumps [@pandacss/dev](https://github.com/chakra-ui/panda/tree/HEAD/packages/cli) from 1.5.1 to 1.7.1.
- [Release notes](https://github.com/chakra-ui/panda/releases)
- [Changelog](https://github.com/chakra-ui/panda/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/panda/commits/@pandacss/[email protected]/packages/cli)

---
updated-dependencies:
- dependency-name: "@pandacss/dev"
  dependency-version: 1.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-bun-pandacss-dev-1.7.1 branch from f803176 to ba80d5e Compare December 31, 2025 03:43
@hyoseong1994 hyoseong1994 added this pull request to the merge queue Dec 31, 2025
Merged via the queue into main with commit 415c059 Dec 31, 2025
4 checks passed
@hyoseong1994 hyoseong1994 deleted the dependabot-bun-pandacss-dev-1.7.1 branch December 31, 2025 04:05
This was referenced Jan 7, 2026
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.

2 participants