chore(deps): update enable automerge for devdependencies (main)#16
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update enable automerge for devdependencies (main)#16renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
67463be to
5c93ef3
Compare
a3df9b0 to
ea8ad17
Compare
ea8ad17 to
29854dd
Compare
29854dd to
e970cba
Compare
9a30bb0 to
7ef27c9
Compare
7ef27c9 to
604bb16
Compare
7003f6f to
49d0c47
Compare
49d0c47 to
d398697
Compare
d398697 to
47fd1f8
Compare
47fd1f8 to
8376d91
Compare
8376d91 to
ad4d3a7
Compare
ad4d3a7 to
80e0a81
Compare
80e0a81 to
c7b5a7e
Compare
c7b5a7e to
64b937f
Compare
64b937f to
64d29b9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.47.0→^0.54.0^0.42.0→^0.43.0^0.12.0→^0.23.0Release Notes
chakra-ui/panda (@pandacss/dev)
v0.54.0Compare Source
Patch Changes
76c4e61]efa060d]d2aede5]fdf5142]v0.53.7Compare Source
Patch Changes
v0.53.6Compare Source
Patch Changes
v0.53.5Compare Source
Patch Changes
v0.53.4Compare Source
Patch Changes
v0.53.3Compare Source
Patch Changes
v0.53.2Compare Source
Patch Changes
cde9a0b]v0.53.1Compare Source
Patch Changes
b67a2a5]v0.53.0Compare Source
Patch Changes
5286731]v0.52.0Compare Source
Patch Changes
2f1165c]v0.51.1Compare Source
Patch Changes
9c1327e: Redesigned the recipe report to be more readable and easier to understand. We simplified theJSXandFunctioncolumns to be more concise.BEFORE
╔════════════════════════╤══════════════════════╤═════════╤═══════╤════════════╤═══════════════════╤══════════╗ ║ Recipe │ Variant Combinations │ Usage % │ JSX % │ Function % │ Most Used │ Found in ║ ╟────────────────────────┼──────────────────────┼─────────┼───────┼────────────┼───────────────────┼──────────╢ ║ someRecipe (1 variant) │ 1 / 1 │ 100% │ 100% │ 0% │ size.small │ 1 file ║ ╟────────────────────────┼──────────────────────┼─────────┼───────┼────────────┼───────────────────┼──────────╢ ║ button (4 variants) │ 7 / 9 │ 77.78% │ 63% │ 38% │ size.md, size.sm, │ 2 files ║ ║ │ │ │ │ │ state.focused, │ ║ ║ │ │ │ │ │ variant.danger, │ ║ ║ │ │ │ │ │ variant.primary │ ║ ╚════════════════════════╧══════════════════════╧═════════╧═══════╧════════════╧═══════════════════╧══════════╝AFTER
╔════════════════════════╤════════════════╤═══════════════════╤═══════════════════╤══════════╤═══════════╗ ║ Recipe │ Variant values │ Usage % │ Most used │ Found in │ Used as ║ ╟────────────────────────┼────────────────┼───────────────────┼───────────────────┼──────────┼───────────╢ ║ someRecipe (1 variant) │ 1 value │ 100% (1 value) │ size.small │ 1 file │ jsx: 100% ║ ║ │ │ │ │ │ fn: 0% ║ ╟────────────────────────┼────────────────┼───────────────────┼───────────────────┼──────────┼───────────╢ ║ button (4 variants) │ 9 values │ 77.78% (7 values) │ size.md, size.sm, │ 2 files │ jsx: 63% ║ ║ │ │ │ state.focused, │ │ fn: 38% ║ ║ │ │ │ variant.danger, │ │ ║ ║ │ │ │ variant.primary │ │ ║ ╚════════════════════════╧════════════════╧═══════════════════╧═══════════════════╧══════════╧═══════════╝v0.51.0Compare Source
Patch Changes
d68ad1f]v0.50.0Compare Source
Minor Changes
fea78c7: Adds support for static analysis of used tokens and recipe variants. It helps to get a birds-eye view of howyour design system is used and answers the following questions:
Patch Changes
fea78c7]ad89b90]v0.49.0Compare Source
Minor Changes
97a0e4d: Add support for animation styles. Animation styles focus solely on animations, allowing you to orchestrateanimation properties.
Here's an example of this:
With that defined, I can use it in my recipe or css like so:
This feature will drive consumers to lean in towards CSS for animations rather than JS. Composing animation names is a
powerful feature we should encourage consumers to use.
Patch Changes
97a0e4d]v0.48.1Compare Source
Patch Changes
fd87f3a]v0.48.0Compare Source
Patch Changes
cschroeter/park-ui (@park-ui/panda-preset)
v0.43.1Compare Source
Fixed
v0.43.0Compare Source
Changed
accentcolor concept has been removed. Components now rely on the built-incolorPaletteprop for color customization. This change aligns with how Panda CSS envisions theuse of its virtual color system..
Previously, color tokens were organized like this:
The
accentlayer was unnecessary and has been removed:Here's how this change impacts usage:
configuration. Learn more in the docs.
import { defineConfig } from '@​pandacss/dev' ```diff import { defineConfig } from '@​pandacss/dev' import { createPreset } from '@​park-ui/panda-preset' +import amber from '@​park-ui/panda-preset/colors/amber' +import sand from '@​park-ui/panda-preset/colors/sand' export default defineConfig({ preflight: true, presets: [ - '@​pandacss/preset-base', createPreset({ - accentColor: 'amber', - grayColor: 'sand', - borderRadius: 'sm', + accentColor: amber, + grayColor: sand, + radius: 'sm', }), ], include: ['./src/**/*.{js,jsx,ts,tsx,vue}'], jsxFramework: 'react', // or 'solid' or 'vue' outdir: 'styled-system', })nonzzz/vite-bundle-analyzer (vite-bundle-analyzer)
v0.23.0Compare Source
parsedto replace the originalstatv0.22.3Compare Source
v0.22.2Compare Source
squarifieddependency and add support for Magic Trackpad two fingers action.v0.22.1Compare Source
v0.22.0Compare Source
Break Changes
Note
squarifiedversionsv0.21.0Compare Source
enableoption to control plugin workflow.includeandexcludeto filter generated content from the analysis server.Note
This is one of the final minor releases before the v1.0 launch. We're focusing on polishing core functionality and enhancing stability in preparation for the upcoming major release.
credits
@kricsleo
v0.20.2Compare Source
Prevent server from running in CI environment.
credits
@kricsleo
v0.20.1Compare Source
v0.20.0Compare Source
v0.19.0Compare Source
fileNameoption now supports passing a function to dynamically generate output filenames. This function receives the build metadata and should return a string.v0.18.1Compare Source
v0.18.0Compare Source
v0.17.3Compare Source
v0.17.2Compare Source
v0.17.1Compare Source
credits
@urbnjamesmi1
v0.17.0Compare Source
Cliadd default config path (vite.config.ts)credits
@kricsleo
v0.16.3Compare Source
v0.16.2Compare Source
v0.16.1Compare Source
v0.16.0Compare Source
adaptertype error.brotlisize.no-jsfile.v0.15.2Compare Source
Expose
renderand other methods to better integrate into custom tools.v0.15.1Compare Source
v0.15.0Compare Source
v0.14.3Compare Source
Bump client deps.
v0.14.2Compare Source
v0.14.1Compare Source
v0.14.0Compare Source
v0.13.1Compare Source
v0.13.0Compare Source
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.