Skip to content

Commit 789c952

Browse files
build(deps): update dependency style-dictionary to v4.3.3 (#11839)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [style-dictionary](https://redirect.github.com/amzn/style-dictionary) | [`4.3.0` -> `4.3.3`](https://renovatebot.com/diffs/npm/style-dictionary/4.3.0/4.3.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/style-dictionary/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/style-dictionary/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/style-dictionary/4.3.0/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/style-dictionary/4.3.0/4.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>amzn/style-dictionary (style-dictionary)</summary> ### [`v4.3.3`](https://redirect.github.com/amzn/style-dictionary/blob/HEAD/CHANGELOG.md#433) [Compare Source](https://redirect.github.com/amzn/style-dictionary/compare/v4.3.2...v4.3.3) ##### Patch Changes - [`ea0ec73`](https://redirect.github.com/amzn/style-dictionary/commit/ea0ec73): Fix convertToDTCG for sets that are already (partially) DTCG. - [`1d4389a`](https://redirect.github.com/amzn/style-dictionary/commit/1d4389a): - `'color/hex'` (`colorHex` enum) built-in transform can now handle alpha channels properly by outputting hex8 format if needed. This also affects the transformGroups `less` and `js` which apply this transform. - `'color/hex8'` (`colorHex8` enum) built-in transform is now deprecated, use `'color/hex'` (`colorHex` enum) instead. - [`e77feb4`](https://redirect.github.com/amzn/style-dictionary/commit/e77feb4): Move the tinycolor2 patch from a patch file to a 3-liner fix in our source code, so it gets correctly published and usable by consumers. - [`177c25e`](https://redirect.github.com/amzn/style-dictionary/commit/177c25e): Account for multiline comments in javascript/es6 format ### [`v4.3.2`](https://redirect.github.com/amzn/style-dictionary/blob/HEAD/CHANGELOG.md#432) [Compare Source](https://redirect.github.com/amzn/style-dictionary/compare/v4.3.1...v4.3.2) ##### Patch Changes - [`7d60069`](https://redirect.github.com/amzn/style-dictionary/commit/7d60069): Hotfix for `'size/rem'` => `sizeRem` transform to not change values with `'px'` units to `'rem'`. Regression was added in `v4.3.1` (commit sha [`1684a8e`](https://redirect.github.com/amzn/style-dictionary/commit/1684a8e)). ### [`v4.3.1`](https://redirect.github.com/amzn/style-dictionary/blob/HEAD/CHANGELOG.md#431) [Compare Source](https://redirect.github.com/amzn/style-dictionary/compare/v4.3.0...v4.3.1) ##### Patch Changes - [`1684a8e`](https://redirect.github.com/amzn/style-dictionary/commit/1684a8e): Fix sizeRem to allow negative values - [`803d1f8`](https://redirect.github.com/amzn/style-dictionary/commit/803d1f8): Fix gradients with rgba values returning rgba(0, 0, 0, 0) - [`6cc1da3`](https://redirect.github.com/amzn/style-dictionary/commit/6cc1da3): Add and check types to CLI file, fix typo for --platform flag. </details> --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbImNob3JlIiwiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 98bf85d commit 789c952

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

package-lock.json

+9-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"shell-quote": "1.8.2",
110110
"storybook": "8.6.7",
111111
"storybook-addon-rtl": "1.0.1",
112-
"style-dictionary": "4.3.0",
112+
"style-dictionary": "4.3.3",
113113
"stylelint": "16.17.0",
114114
"stylelint-config-recommended-scss": "14.1.0",
115115
"stylelint-use-logical-spec": "5.0.1",

0 commit comments

Comments
 (0)