Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Bump the pandacss group with 2 updates #644

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 9, 2024

Bumps the pandacss group with 2 updates: @pandacss/dev and @pandacss/types.

Updates @pandacss/dev from 0.41.0 to 0.42.0

Release notes

Sourced from @​pandacss/dev's releases.

@​pandacss/dev@​0.42.0

Patch Changes

  • 19c3a2c: Minor changes to the format of the panda analyze --output coverage.json file
  • 17a1932: [BREAKING] Removed the legacy config.optimize option because it was redundant. Now, we always optimize the generated CSS where possible.
  • Updated dependencies [e157dd1]
  • Updated dependencies [19c3a2c]
  • Updated dependencies [f00ff88]
  • Updated dependencies [ec64819]
  • Updated dependencies [17a1932]
    • @​pandacss/preset-panda@​0.42.0
    • @​pandacss/types@​0.42.0
    • @​pandacss/node@​0.42.0
    • @​pandacss/config@​0.42.0
    • @​pandacss/logger@​0.42.0
    • @​pandacss/token-dictionary@​0.42.0
    • @​pandacss/postcss@​0.42.0
    • @​pandacss/shared@​0.42.0
Changelog

Sourced from @​pandacss/dev's changelog.

0.42.0

Patch Changes

  • 19c3a2c: Minor changes to the format of the panda analyze --output coverage.json file
  • 17a1932: [BREAKING] Removed the legacy config.optimize option because it was redundant. Now, we always optimize the generated CSS where possible.
  • Updated dependencies [e157dd1]
  • Updated dependencies [19c3a2c]
  • Updated dependencies [f00ff88]
  • Updated dependencies [ec64819]
  • Updated dependencies [17a1932]
    • @​pandacss/preset-panda@​0.42.0
    • @​pandacss/types@​0.42.0
    • @​pandacss/node@​0.42.0
    • @​pandacss/config@​0.42.0
    • @​pandacss/logger@​0.42.0
    • @​pandacss/token-dictionary@​0.42.0
    • @​pandacss/postcss@​0.42.0
    • @​pandacss/shared@​0.42.0
Commits

Updates @pandacss/types from 0.41.0 to 0.42.0

Release notes

Sourced from @​pandacss/types's releases.

@​pandacss/types@​0.42.0

Minor Changes

  • e157dd1: - Ensure classnames are unique across utilities to prevent potential clash

    • Add support for 4xl border radius token
  • f00ff88: BREAKING: Remove emitPackage config option,

    tldr: use importMap instead for absolute paths (e.g can be used for component libraries)

    emitPackage is deprecated, it's known for causing several issues:

    • bundlers sometimes eagerly cache the node_modules, leading to panda codegen updates to the styled-system not visible in the browser
    • auto-imports are not suggested in your IDE.
    • in some IDE the typings are not always reflected properly

    As alternatives, you can use:

    • relative paths instead of absolute paths (e.g. ../styled-system/css instead of styled-system/css)
    • use package.json #imports and/or tsconfig path aliases (prefer package.json#imports when possible, TS 5.4 supports them by default) like #styled-system/css instead of styled-system/css https://nodejs.org/api/packages.html#subpath-imports
    • for a component library, use a dedicated workspace package (e.g. @acme/styled-system) and use importMap: "@acme/styled-system" so that Panda knows which entrypoint to extract, e.g. import { css } from '@acme/styled-system/css' https://panda-css.com/docs/guides/component-library

Patch Changes

  • 19c3a2c: Minor changes to the format of the panda analyze --output coverage.json file
  • 17a1932: [BREAKING] Removed the legacy config.optimize option because it was redundant. Now, we always optimize the generated CSS where possible.
Changelog

Sourced from @​pandacss/types's changelog.

0.42.0

Minor Changes

  • e157dd1: - Ensure classnames are unique across utilities to prevent potential clash

    • Add support for 4xl border radius token
  • f00ff88: BREAKING: Remove emitPackage config option,

    tldr: use importMap instead for absolute paths (e.g can be used for component libraries)

    emitPackage is deprecated, it's known for causing several issues:

    • bundlers sometimes eagerly cache the node_modules, leading to panda codegen updates to the styled-system not visible in the browser
    • auto-imports are not suggested in your IDE.
    • in some IDE the typings are not always reflected properly

    As alternatives, you can use:

    • relative paths instead of absolute paths (e.g. ../styled-system/css instead of styled-system/css)
    • use package.json #imports and/or tsconfig path aliases (prefer package.json#imports when possible, TS 5.4 supports them by default) like #styled-system/css instead of styled-system/css https://nodejs.org/api/packages.html#subpath-imports
    • for a component library, use a dedicated workspace package (e.g. @acme/styled-system) and use importMap: "@acme/styled-system" so that Panda knows which entrypoint to extract, e.g. import { css } from '@acme/styled-system/css' https://panda-css.com/docs/guides/component-library

Patch Changes

  • 19c3a2c: Minor changes to the format of the panda analyze --output coverage.json file
  • 17a1932: [BREAKING] Removed the legacy config.optimize option because it was redundant. Now, we always optimize the generated CSS where possible.
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ignore-for-release Exclude from Release Notes. labels Jul 9, 2024
@albelium-bot albelium-bot bot enabled auto-merge July 9, 2024 05:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pandacss-85680b982b branch from 5d4293c to 2fde83d Compare July 15, 2024 05:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pandacss-85680b982b branch from 2fde83d to 14d4a32 Compare July 15, 2024 05:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pandacss-85680b982b branch from 14d4a32 to 14a34f5 Compare July 16, 2024 04:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pandacss-85680b982b branch from 14a34f5 to f1037ff Compare July 16, 2024 04:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pandacss-85680b982b branch from f1037ff to 5364ac0 Compare July 16, 2024 04:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pandacss-85680b982b branch 2 times, most recently from fbdc324 to ee779be Compare July 17, 2024 05:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pandacss-85680b982b branch 2 times, most recently from d335c08 to da84ea9 Compare July 18, 2024 05:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pandacss-85680b982b branch 2 times, most recently from 265bc77 to 91f6696 Compare July 18, 2024 05:19
Bumps the pandacss group with 2 updates: [@pandacss/dev](https://github.com/chakra-ui/panda/tree/HEAD/packages/cli) and [@pandacss/types](https://github.com/chakra-ui/panda/tree/HEAD/packages/types).


Updates `@pandacss/dev` from 0.41.0 to 0.42.0
- [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)

Updates `@pandacss/types` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/chakra-ui/panda/releases)
- [Changelog](https://github.com/chakra-ui/panda/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/panda/commits/@pandacss/[email protected]/packages/types)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pandacss-85680b982b branch from 91f6696 to b2c2e00 Compare July 19, 2024 04:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
@apps/frontend dependencies Pull requests that update a dependency file ignore-for-release Exclude from Release Notes. @packages/ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants