-
Notifications
You must be signed in to change notification settings - Fork 77
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
build(deps): update dependency @tokens-studio/sd-transforms to v0.16.1 #9113
Conversation
This PR has been automatically marked as stale because it has not had recent activity. Please close your PR if it is no longer relevant. Thank you for your contributions. |
4b0f530
to
3ce955a
Compare
3ce955a
to
6de9f21
Compare
6de9f21
to
c2ecc20
Compare
|
c2ecc20
to
97361a9
Compare
97361a9
to
c86cbc6
Compare
@alisonailea low priority, but can you take a look at this tokens-studio version bump when you have some time? There are breaking changes and I'm not sure if we need to tweak anything on our end. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alisonailea low priority, but can you take a look at this tokens-studio version bump when you have some time? There are breaking changes and I'm not sure if we need to tweak anything on our end. Thanks!
Nevermind, it looks like we would need to install a v4 prerelease version of style-dictionary
so we can hold off for now until things stabilize.
This PR has been automatically marked as stale because it has not had recent activity. Please close your PR if it is no longer relevant. Thank you for your contributions. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
As Ben said we are going to wait for the next stable release of StyleDictionary before updating token-studio |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
0.12.2
->0.16.1
Release Notes
tokens-studio/sd-transforms (@tokens-studio/sd-transforms)
v0.16.1
Compare Source
Patch Changes
3ab8d64
: Restructure evaluate math util to support expr eval expressions in combination with regular math.3ab8d64
: Allow math expressions where multiple components contain units, as long as they are still computable.v0.16.0
Compare Source
Minor Changes
5856621
: BREAKING: update to Style Dictionaryv4.0.0-prerelease.27
, set preprocessor name to'tokens-studio'
, which now has to be applied if you want to exclude parent keys, expand composite types or add font style properties to typography values.v0.15.2
Compare Source
Patch Changes
7617f9d
: Pass colorspace to mix modifier, to use the correct color space to mix in.v0.15.1
Compare Source
Patch Changes
000b202
: Update to latest style-dictionary pre.22v0.15.0
Compare Source
Minor Changes
09b1fc0
: BREAKING: remove optionsaddAttributeCTI
&casing
.Since
transformGroup
can now be combined withtransforms
, this is now much easier to accomplish in Style-Dictionary without additional sd-transforms options.Before:
After:
v0.14.4
Compare Source
Patch Changes
41d83fa
: Add "book" to named font weights, converted to 400v0.14.3
Compare Source
Patch Changes
9351782
: Fix expand utility with latest style-dictionary prerelease.16, values would end up undefined due to bad reference resolve.v0.14.2
Compare Source
Patch Changes
d2c1ff6
: Revert back change that throws fatal error for broken references when expanding tokens or adding fontStyle. To keep compatibility with Style-Dictionary v3.See the issue describing the problem and necessary workaround for v3.
d2c1ff6
: Fix fontWeights transformer to allow spaces within fontWeights.v0.14.1
Compare Source
Patch Changes
f5a8b12
: Copy metadata from composite type tokens when expanding.v0.14.0
Compare Source
Minor Changes
03e3819
: Add W3C Design Token Community Group draft spec forward compatibility.v0.13.4
Compare Source
Patch Changes
8bde22d
: Support references in color modifiers now that style-dictionary transformers can defer themselves.771428a
: Fix expanding composition tokens flattening to not occur for certain object values and resulting in [object Object].v0.13.3
Compare Source
Patch Changes
cfc0c3d
: Fix rgba(hex, alpha) regex to allow percentages, add more tests for different types of alpha values.v0.13.2
Compare Source
Patch Changes
3f97dc2
: Remove trailing console logs from previous update.v0.13.1
Compare Source
Patch Changes
7409419
: Use expr-eval-fork to work around a prototype pollution vulnerability in the original package.v0.13.0
Compare Source
Minor Changes
6c95fe4
: BREAKING: remove code that allowed user to not pass StyleDictionary instance to registerTransforms, and grabbed the locally installed StyleDictionary automatically. This seemed like a cool feature at first, but can cause hard to trace bugs if there are multiple installations of style-dictionary (due to incompatible semver).6c95fe4
: Will now use preprocessors instead of parsers when user Style-Dictionary is v4.0.0-prerelease.2 or higher. Fixes an issue with multi-file references not being resolvable when running composite token expansion or add font style utilities.