Update dependency chakra-ui-2--cli to v3 #1654
Open
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:
2.5.8
->3.27.1
Release Notes
chakra-ui/chakra-ui (chakra-ui-2--cli)
v3.27.1
Compare Source
Patch Changes
62260a5
Thanks @tioluwani94! - Pro Blocks: Allow
CLI to read new documentation blocks filtering
v3.27.0
Compare Source
Minor Changes
#10299
27b920a
Thanks @segunadebayo! - Add new
blocks
command to add chakra pro blocks to your project.
This command requires valid Chakra Pro license and API key in the
CHAKRA_UI_PRO_API_KEY
environment variable.Interactive block selection
Add all variants of a specific block
Add a specific variant of a block
List available blocks
List blocks in a specific category
v3.26.0
Compare Source
v3.25.0
Compare Source
v3.24.2
Compare Source
v3.24.1
Compare Source
v3.24.0
Compare Source
v3.23.0
Compare Source
v3.22.0
Compare Source
v3.21.1
Compare Source
Patch Changes
517ba37
Thanks @segunadebayo! - Fix issue where
typegen
command fails silently with misleading console output when prettierexits with a formatting error
v3.21.0
Compare Source
v3.20.0
Compare Source
v3.19.2
Compare Source
Patch Changes
a289c3c
Thanks @isBatak! - - System: add explicit
undefined
to generated types to support TSexactOptionalPropertyTypes
v3.19.1
Compare Source
v3.19.0
Compare Source
v3.18.0
Compare Source
v3.17.0
Compare Source
v3.16.1
Compare Source
v3.16.0
Compare Source
v3.15.1
Compare Source
Patch Changes
dc4915a
Thanks @segunadebayo! - Improve CLI
response when passing an unknown snippet id
v3.15.0
Compare Source
v3.14.2
Compare Source
v3.14.1
Compare Source
v3.14.0
Compare Source
v3.13.0
Compare Source
v3.12.0
Compare Source
v3.11.0
Compare Source
v3.10.0
Compare Source
v3.9.0
Compare Source
v3.8.2
Compare Source
v3.8.1
Compare Source
v3.8.0
Compare Source
v3.7.0
Compare Source
v3.6.0
Compare Source
Patch Changes
07f2c56
Thanks @segunadebayo! - Fix issue where CLI
doesn't properly check for existing files when adding snippets.
v3.5.1
Compare Source
v3.5.0
Compare Source
v3.4.0
Compare Source
v3.3.3
Compare Source
v3.3.2
Compare Source
v3.3.1
Compare Source
v3.3.0
Compare Source
Minor Changes
e5ecd91
Thanks @segunadebayo! - Add support for
--tsx
flag in thesnippet add
command to allow explicitly specifyingtsx/jsx file generation.
v3.2.5
Compare Source
v3.2.4
Compare Source
v3.2.3
Compare Source
v3.2.2
Compare Source
Patch Changes
6d4e7b6
Thanks @TinsFox! - Output the real version from
package.json
v3.2.1
Compare Source
Patch Changes
c79b7bf
Thanks @segunadebayo! - - Fix issue where
npmDependencies for snippets were not auto-installed
v3.2.0
Compare Source
Minor Changes
069e39d
Thanks @segunadebayo! - Add support for
--all
flag to add all snippets. By default, we only install aminimal/recommended set of snippets.
If you want to add all snippets, you can use the
--all
flag.Patch Changes
a3ba8e6
Thanks @segunadebayo! - Fix issue where
typegen doesn't work when CLI installed globally or run using
npx
v3.1.2
Compare Source
v3.1.1
Compare Source
v3.1.0
Compare Source
Minor Changes
3547207e5
Thanks @TylerAPfledderer! - Add option
to use
ChakraBaseProvider
instead ofChakraProvider
. This will only applytheme tokens initially and not default theming for components.
v3.0.2
Compare Source
Patch Changes
bfd9cac
Thanks @segunadebayo! - Fix issue with vite
setup where
.mjs
andmts
files were not considered.#9022
b40eb6b
Thanks @Newbie012! - Fix issue where style
props types show as
any
when usingstrictTokens
v3.0.1
Compare Source
v3.0.0
Compare Source
Minor Changes
758f226
Thanks @segunadebayo! - Add support for
composition
command in CLI to import ready-made compositions for fasterdevelopment experience.
bfb68dc
Thanks @segunadebayo! - Add
eject
commandto import default theme into project
085cacd
Thanks @segunadebayo! - Add support for
installing required NPM dependencies for compositions
77fe01d
Thanks @segunadebayo! - Change CLI name and
command structure.
chakra-cli
tochakra
.tokens
command totypegen
to better reflect its purpose since itsgenerates types for more than just the tokens.
composition
command to help users scaffold new compositionseasily. Compositions are snippets of Chakra UI component composition them
easier to reuse across projects.
8fc7b49
Thanks @segunadebayo! - - Add support for
conditional value in variant props.
@default
JSDoc comment fordefaultVariants
in generated types.4ff153f
Thanks @segunadebayo! - Speed up
intellisence for style props, and add support for
strictTokens
in the CLI.d50d72c
Thanks @segunadebayo! - Rename
compositions
command tosnippet
for better intuitiveness#8569
eb26857
Thanks @isBatak! - Fix the
boxSize
type toallow number values.
14b6a45
Thanks @segunadebayo! - Show the number of
skipped snippets that already exists in outdir
Patch Changes
0eda15c
Thanks @segunadebayo! - Set process
setMaxListeners to improve watch mode
c074b58
Thanks @segunadebayo! - Fix issue where
vite project throws due to config search
0f0ed76
Thanks @segunadebayo! - Fix regression
where files were always converted to
.jsx
#8740
d5a225f
Thanks @Pagebakers! - Use correct extension
for ESM exports
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - "at 10am on Monday except on 25th of December in 2023 and 1st of January 2024 and 1st of April 2024 and 20th of May 2024 and 19th of August 2024" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.