chore(deps): update enable automerge for devdependencies (main) (major) #18
+5
−5
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
->^1.0.0
^4.26.1
->^5.0.0
^6.19.8
->^7.0.0
^0.12.0
->^1.0.0
^3.78.7
->^4.0.0
Release Notes
chakra-ui/panda (@pandacss/dev)
v1.4.2
Compare Source
Patch Changes
1290a27
: Only log errors that are instances ofPandaError
, preventing test framework and other non-Panda errors frombeing logged during development.
0679f6f
]1290a27
]70420dd
]v1.4.1
Compare Source
Patch Changes
v1.4.0
Compare Source
Patch Changes
29cf719
]v1.3.1
Compare Source
Patch Changes
v1.3.0
Compare Source
Patch Changes
70efd73
]v1.2.0
Compare Source
Patch Changes
ae7cc8d
]v1.1.0
Compare Source
Patch Changes
47a0011
]e8ec0aa
]v1.0.1
Compare Source
Patch Changes
v1.0.0
Compare Source
Major Changes
a3bcbea
: Stable release of PandaCSSStyle Context
Add
createStyleContext
function to framework artifacts for React, Preact, Solid, and Vue frameworksThen, use like this:
Patch Changes
a3bcbea
]v0.54.0
Compare Source
Patch Changes
76c4e61
]efa060d
]d2aede5
]fdf5142
]v0.53.7
Compare Source
Patch Changes
v0.53.6
Compare Source
Patch Changes
v0.53.5
Compare Source
Patch Changes
v0.53.4
Compare Source
Patch Changes
v0.53.3
Compare Source
Patch Changes
v0.53.2
Compare Source
Patch Changes
cde9a0b
]v0.53.1
Compare Source
Patch Changes
b67a2a5
]v0.53.0
Compare Source
Patch Changes
5286731
]v0.52.0
Compare Source
Patch Changes
2f1165c
]v0.51.1
Compare Source
Patch Changes
9c1327e
: Redesigned the recipe report to be more readable and easier to understand. We simplified theJSX
andFunction
columns 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.0
Compare Source
Patch Changes
d68ad1f
]v0.50.0
Compare 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.0
Compare 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.1
Compare Source
Patch Changes
fd87f3a
]v0.48.0
Compare Source
Patch Changes
sindresorhus/type-fest (type-fest)
v5.0.1
Compare Source
4f9c248
v5.0.0
Compare Source
Breaking
b5b0214
cc2b0f2
type-fest
requiresstrict: true
in your tsconfig.StringKeyOf
: Rename toKeyAsString
e492c9c
ArrayTail
: EnablepreserveReadonly
by default and remove the optionb34b1d8
CamelCase
/CamelCasedProperties
/CamelCasedPropertiesDeep
/PascalCase
/PascalCasedProperties
/PascalCasedPropertiesDeep
: DisablepreserveConsecutiveUppercase
by default8226c1b
PartialDeep
: DisableallowUndefinedInNonTupleArrays
by defaultb3c4524
Split
: EnablestrictLiteralChecks
by default544a846
Paths
: DefaultmaxRecursionDepth
5 (was 10)2ab5dec
ObservableLike
: Move to sub-export2a1072e
If*
types in favor of a singleIf
4c2151a
New types
Alphanumeric
— Single alphanumeric character (A–Z
,a–z
,0–9
).484e030
AllExtend
— Evaluates totrue
if every element of a tuple/array extendsU
.c8c6d55
ConditionalSimplify
— Simplifies a type’s unions/intersections with opt-in controls.b7a4771
ConditionalSimplifyDeep
— Deep version ofConditionalSimplify
that recurses into objects.b7a4771
DigitCharacter
— Single ASCII digit character (0–9
).484e030
ExcludeStrict
— Non-distributive, stricter variant ofExclude<T, U>
.e6f62a2
ExtendsStrict
— Non-distributiveA extends B
check.d71242a
ExtractStrict
— Non-distributive, stricter variant ofExtract<T, U>
.98d24fa
IsLowercase
— Evaluates totrue
if a string literal is all lowercase.afe132c
IsNullable
— Evaluates totrue
ifT
includesnull
.5067e25
IsOptional
— Evaluates totrue
ifT
includesundefined
.5067e25
IsOptionalKeyOf
— Evaluates totrue
if propertyK
ofT
is optional.93728b5
IsReadonlyKeyOf
— Evaluates totrue
if propertyK
ofT
is readonly.93728b5
IsRequiredKeyOf
— Evaluates totrue
if propertyK
ofT
is required.93728b5
IsUnion
— Evaluates totrue
ifT
is a union type.b3d92ed
IsUndefined
— Evaluates totrue
if the type is exactlyundefined
.f7bc576
IsUppercase
— Evaluates totrue
if a string literal is all uppercase.afe132c
LowercaseLetter
— Single lowercase Latin letter (a–z
).484e030
RemovePrefix
— Removes a specified prefix from a string literal.18a1c04
UppercaseLetter
— Single uppercase Latin letter (A–Z
).484e030
Improvements
Jsonify
: Handleunknown
asJsonValue
642bb13
SetRequired
/SetOptional
/SetReadonly
: Handle functions with propertiesa5e45d4
Schema
: Preserve arrays/remove extraneous unions8a96def
; dropundefined
forrecurseIntoArrays
1cb955b
ReadonlyKeysOf
/WritableKeysOf
: Addobject
constrainta6efbe0
TsConfigJson
: Add TypeScript 5.9 fieldsd2bda94
Fixes
Or
: Fix withboolean
,never
,any
42d6106
And
: Fix withboolean
,never
,any
b38ac60
IsStringLiteral
: Fix uncollapsed unions, and tagged typeseb37799
/d1b35c7
Paths
: Fix behavior with index signatures9926e5d
ConditionalKeys
: Fix behavior with arrays and unions4d7cc50
RequiredDeep
: Fix withundefined
bfcdbc4
Split
: Fix template strings ending with interpolation853b881
ArrayTail
: Fix fix non-tuple arraysf3aabd8
UnionMin
andUnionMax
d52d5e7
Meta
Huge thanks to all the contributors to this release, especially @som-sm 🙌
nodejs/undici (undici)
v7.16.0
Compare Source
What's Changed
[kClose]
and[kDestroy]
, only return Promise by @Uzlopak in #4450client.connect()
sync by @Uzlopak in #4455BodyReadable.dump
by @Uzlopak in #4459[]
instead of new Array(0) by @Uzlopak in #4435Configuration
📅 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.