sonofmagic / weapp-pandacss

To use pandacss in weapp!
https://sonofmagic.github.io/weapp-pandacss/
MIT License
16 stars 1 forks source link

fix(deps): update panda-css monorepo to ^0.42.0 #100

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pandacss/config (source) ^0.41.0 -> ^0.42.0 age adoption passing confidence
@pandacss/dev (source) ^0.41.0 -> ^0.42.0 age adoption passing confidence

Release Notes

chakra-ui/panda (@​pandacss/config) ### [`v0.42.0`](https://togithub.com/chakra-ui/panda/blob/HEAD/packages/config/CHANGELOG.md#0420) [Compare Source](https://togithub.com/chakra-ui/panda/compare/@pandacss/config@0.41.0...@pandacss/config@0.42.0) ##### Minor Changes - [`f00ff88`](https://togithub.com/chakra-ui/panda/commit/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 - Updated dependencies \[[`e157dd1`](https://togithub.com/chakra-ui/panda/commit/e157dd1)] - Updated dependencies \[[`19c3a2c`](https://togithub.com/chakra-ui/panda/commit/19c3a2c)] - Updated dependencies \[[`f00ff88`](https://togithub.com/chakra-ui/panda/commit/f00ff88)] - Updated dependencies \[[`17a1932`](https://togithub.com/chakra-ui/panda/commit/17a1932)] - [@​pandacss/preset-base](https://togithub.com/pandacss/preset-base)[@​0](https://togithub.com/0).42.0 - [@​pandacss/preset-panda](https://togithub.com/pandacss/preset-panda)[@​0](https://togithub.com/0).42.0 - [@​pandacss/types](https://togithub.com/pandacss/types)[@​0](https://togithub.com/0).42.0 - [@​pandacss/logger](https://togithub.com/pandacss/logger)[@​0](https://togithub.com/0).42.0 - [@​pandacss/shared](https://togithub.com/pandacss/shared)[@​0](https://togithub.com/0).42.0
chakra-ui/panda (@​pandacss/dev) ### [`v0.42.0`](https://togithub.com/chakra-ui/panda/blob/HEAD/packages/cli/CHANGELOG.md#0420) [Compare Source](https://togithub.com/chakra-ui/panda/compare/@pandacss/dev@0.41.0...@pandacss/dev@0.42.0) ##### Patch Changes - [`19c3a2c`](https://togithub.com/chakra-ui/panda/commit/19c3a2c): Minor changes to the format of the `panda analyze --output coverage.json` file - [`17a1932`](https://togithub.com/chakra-ui/panda/commit/17a1932): \[BREAKING] Removed the legacy `config.optimize` option because it was redundant. Now, we always optimize the generated CSS where possible. - Updated dependencies \[[`e157dd1`](https://togithub.com/chakra-ui/panda/commit/e157dd1)] - Updated dependencies \[[`19c3a2c`](https://togithub.com/chakra-ui/panda/commit/19c3a2c)] - Updated dependencies \[[`f00ff88`](https://togithub.com/chakra-ui/panda/commit/f00ff88)] - Updated dependencies \[[`ec64819`](https://togithub.com/chakra-ui/panda/commit/ec64819)] - Updated dependencies \[[`17a1932`](https://togithub.com/chakra-ui/panda/commit/17a1932)] - [@​pandacss/preset-panda](https://togithub.com/pandacss/preset-panda)[@​0](https://togithub.com/0).42.0 - [@​pandacss/types](https://togithub.com/pandacss/types)[@​0](https://togithub.com/0).42.0 - [@​pandacss/node](https://togithub.com/pandacss/node)[@​0](https://togithub.com/0).42.0 - [@​pandacss/config](https://togithub.com/pandacss/config)[@​0](https://togithub.com/0).42.0 - [@​pandacss/logger](https://togithub.com/pandacss/logger)[@​0](https://togithub.com/0).42.0 - [@​pandacss/token-dictionary](https://togithub.com/pandacss/token-dictionary)[@​0](https://togithub.com/0).42.0 - [@​pandacss/postcss](https://togithub.com/pandacss/postcss)[@​0](https://togithub.com/0).42.0 - [@​pandacss/shared](https://togithub.com/pandacss/shared)[@​0](https://togithub.com/0).42.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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.



This PR has been generated by Mend Renovate. View repository job log here.

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: dc26fffbbba5b4d5ac13eb7f871214b234649ed3

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.

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

github-actions[bot] commented 2 months ago

:tada: This PR is included in version 1.5.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: