-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update pandacss to ^0.34.3 #51
Merged
Merged
Conversation
This file contains 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
774bba3
to
8d9c041
Compare
8d9c041
to
7f3265e
Compare
7f3265e
to
378082e
Compare
378082e
to
59427c9
Compare
59427c9
to
ff9107c
Compare
ff9107c
to
16593d9
Compare
16593d9
to
1f454eb
Compare
1f454eb
to
9316358
Compare
9316358
to
f392461
Compare
f392461
to
833544c
Compare
833544c
to
9840025
Compare
9840025
to
0282875
Compare
0282875
to
43cdbd5
Compare
43cdbd5
to
dcc7975
Compare
wattanx
approved these changes
Mar 10, 2024
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.27.3
->^0.34.3
^0.27.3
->^0.34.3
Release Notes
chakra-ui/panda (@pandacss/dev)
v0.34.3
Compare Source
Patch Changes
v0.34.2
Compare Source
Patch Changes
58388de
]v0.34.1
Compare Source
Patch Changes
d4942e0
]v0.34.0
Compare Source
Patch Changes
1c63216
]64d5144
]d1516c8
]9f04427
]v0.33.0
Compare Source
Patch Changes
1968da5
: Allow dynamically recording profiling session by pressing thep
key in your terminal when using the--cpu-prof
flag for long-running sessions (with-w
or--watch
forpanda
/panda cssgen
/panda codegen
).8feeb95
: AdddefinePlugin
config functions for type-safety around plugins, add missingplugins
in configdependencies to trigger a config reload on
plugins
change34d94cf
]1968da5
]e855c64
]8feeb95
]cca50d5
]fde37d8
]v0.32.1
Compare Source
Patch Changes
a032375
]5184771
]6d8c884
]89ffb6b
]v0.32.0
Compare Source
Patch Changes
ba67381
: Fix issue indefineParts
where it silently fails if a part not defined is used. It now errors with ahelpful message
8cd8c19
]60cace3
]de4d9ef
]v0.31.0
Compare Source
Minor Changes
a17fe38
: - Add aconfig.polyfill
option that will polyfill the CSS @layer at-rules using apostcss plugin
--polyfill
flag topanda
andpanda cssgen
commandsPatch Changes
8f36f9a
]f029624
]e2ad0ee
]a17fe38
]2d69b34
]ddeda8a
]v0.30.2
Compare Source
Patch Changes
f4ef1ed
: Fix issue where the param for--outdir
was missing, leading to errors6b829ca
]v0.30.1
Compare Source
Patch Changes
ffe177f
]v0.30.0
Compare Source
Patch Changes
d5977c2
: - Add a--logfile
flag to thepanda
,panda codegen
,panda cssgen
andpanda debug
commands.logfile
option to the postcss pluginLogs will be streamed to the file specified by the
--logfile
flag or thelogfile
option. This is useful fordebugging issues that occur during the build process.
Updated dependencies [
0dd45b6
]Updated dependencies [
05686b9
]Updated dependencies [
74485ef
]Updated dependencies [
ab32d1d
]Updated dependencies [
ab32d1d
]Updated dependencies [
49c760c
]Updated dependencies [
d5977c2
]v0.29.1
Compare Source
Patch Changes
a5c7560
]v0.29.0
Compare Source
Minor Changes
a2fb5cc
: - Add support for explicitly specifying config related files that should trigger a context reload on change.Set the
dependencies
option inpanda.config.ts
to a glob or list of files.Invoke
config:change
hook in more situations (when the--watch
flag is passed topanda codegen
,panda cssgen
,panda ship
)Watch for more config options paths changes, so that the related artifacts will be regenerated a bit more reliably
(ex: updating the
config.hooks
will now trigger a full regeneration ofstyled-system
)Patch Changes
5fcdeb7
]7c7340e
]ea3f554
]250b4d1
]a2fb5cc
]v0.28.0
Compare Source
Minor Changes
f58f6df
: Refactorconfig.hooks
to be much more powerful, you can now:load all
recipes
from a foldertsx
-friendly syntax so that Panda's parser can parse it.parse style usage from any template language
@layer
or even right before it's written to disk (if using the CLI) or injectedthrough the postcss plugin, allowing all kinds of customizations like removing the unused CSS variables, etc.
styled-system
folder) have been generatedSee the list of available
config.hooks
here:Patch Changes
f255342
: Add a--cpu-prof
flag topanda
,panda cssgen
,panda codegen
andpanda debug
commands This isuseful for debugging performance issues in
panda
itself. This will generate apanda-{command}-{timestamp}.cpuprofile
file in the current working directory, which can be opened in tools likeSpeedscope
This is mostly intended for maintainers or can be asked by maintainers to help debug issues.
Updated dependencies [
f58f6df
]Updated dependencies [
770c7aa
]Updated dependencies [
f255342
]Updated dependencies [
d4fa5de
]chakra-ui/panda (@pandacss/node)
v0.34.3
Compare Source
Patch Changes
39f529e
]4576a60
]v0.34.2
Compare Source
Patch Changes
a48f963
]0bf09f2
]58388de
]v0.34.1
Compare Source
Patch Changes
d4942e0
]v0.34.0
Compare Source
Patch Changes
1c63216
]64d5144
]d1516c8
]7e348ae
]9f04427
]v0.33.0
Compare Source
Patch Changes
1968da5
: Allow dynamically recording profiling session by pressing thep
key in your terminal when using the--cpu-prof
flag for long-running sessions (with-w
or--watch
forpanda
/panda cssgen
/panda codegen
).34d94cf
]4736057
]e855c64
]8feeb95
]5a205e7
]cca50d5
]fde37d8
]v0.32.1
Compare Source
Patch Changes
89ffb6b
: Add missing config dependencies for somestyled-system/types
filesa032375
]31071ba
]5184771
]f419993
]6d8c884
]89ffb6b
]v0.32.0
Compare Source
Minor Changes
de4d9ef
: Allowconfig.hooks
to be shared inplugins
For hooks that can transform Panda's internal state by returning something (like
cssgen:done
andcodegen:prepare
),each hook instance will be called sequentially and the return result (if any) of the previous hook call is passed to
the next hook so that they can be chained together.
Patch Changes
433a364
]7e70b6b
]8cd8c19
]60cace3
]de4d9ef
]b32d817
]v0.31.0
Compare Source
Minor Changes
f029624
: - Sort the longhand/shorthand atomic rules in a deterministic order to prevent property conflictsbase
object in thecss
root styles in the runtimeEx:
Will now always generate the following css:
Patch Changes
2d69b34
: Fixstyled
factory nested composition withcva
ddeda8a
: Add missing log with thepanda -w
CLI, exposeresolveConfig
from@pandacss/config
8f36f9a
]f029624
]e2ad0ee
]a17fe38
]2d69b34
]ddeda8a
]v0.30.2
Compare Source
Patch Changes
97efdb4
]7233cd2
]6b829ca
]v0.30.1
Compare Source
Patch Changes
ffe177f
]v0.30.0
Compare Source
Patch Changes
05686b9
: Refactor the--cpu-prof
profiler to use thenode:inspector
instead of relying on an external module(
v8-profiler-next
, which requirednode-gyp
)ab32d1d
: Introduce 3 new hooks:v0.29.1
Compare Source
Patch Changes
a5c7560
: Fix an issue (introduced in v0.29) withpanda init
and add an assert on the newcolorMix
utilityfunction
a5c7560
]v0.29.0
Compare Source
Minor Changes
a2fb5cc
: - Add support for explicitly specifying config related files that should trigger a context reload on change.Set the
dependencies
option inpanda.config.ts
to a glob or list of files.Invoke
config:change
hook in more situations (when the--watch
flag is passed topanda codegen
,panda cssgen
,panda ship
)Watch for more config options paths changes, so that the related artifacts will be regenerated a bit more reliably
(ex: updating the
config.hooks
will now trigger a full regeneration ofstyled-system
)Patch Changes
5fcdeb7
]7c7340e
]f778d3e
]2e32794
]ea3f554
]250b4d1
]a2fb5cc
]v0.28.0
Compare Source
Minor Changes
f58f6df
: Refactorconfig.hooks
to be much more powerful, you can now:load all
recipes
from a foldertsx
-friendly syntax so that Panda's parser can parse it.parse style usage from any template language
@layer
or even right before it's written to disk (if using the CLI) or injectedthrough the postcss plugin, allowing all kinds of customizations like removing the unused CSS variables, etc.
styled-system
folder) have been generatedSee the list of available
config.hooks
here:Patch Changes
f255342
: Add a--cpu-prof
flag topanda
,panda cssgen
,panda codegen
andpanda debug
commands This isuseful for debugging performance issues in
panda
itself. This will generate apanda-{command}-{timestamp}.cpuprofile
file in the current working directory, which can be opened in tools likeSpeedscope
This is mostly intended for maintainers or can be asked by maintainers to help debug issues.
Updated dependencies [
f58f6df
]Updated dependencies [
e463ce0
]Updated dependencies [
77cab9f
]Updated dependencies [
770c7aa
]Updated dependencies [
1edadf3
]Updated dependencies [
d4fa5de
]Updated dependencies [
9d000dc
]Updated dependencies [
6d7e7b0
]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.