ECHOES-1421 [renovate] Update dependency style-dictionary to v5.5.0#720
Merged
Conversation
✅ Deploy Preview for echoes-react ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Renovate Jira issue ID: ECHOES-1421 |
|
gregaubert
approved these changes
Jul 3, 2026
This file contains hidden or 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
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:
5.3.3→5.5.0Release Notes
style-dictionary/style-dictionary (style-dictionary)
v5.5.0Compare Source
Minor Changes
b63dc05: AddemitEmptyFilesoption to write output files even when no tokens match the file's filter, instead of skipping them.Patch Changes
e319976: Fix regression to gracefully handle unparseable dimension tokens which is required to support custom dimension tokens from third party vendors like Tokens Studio.v5.4.4Compare Source
Patch Changes
23b5e8d: Fix prototype pollution vulnerability in theconvertTokenDatautility function, this was introduced in version4.3.0.Any token key that includes
__proto__will be ignored.See Security Advisory GHSA-vj5c-m527-mpff.
v5.4.3Compare Source
Patch Changes
371dbcb: Get proper deepmerge types in, fix small potential bug forStyleDictionary.extend(), flagged by type safety improvement.v5.4.2Compare Source
Patch Changes
60d16e1: Fix sizeRem and sizePxToRem transform to keep the 0-valued tokens type number/string intact in the result (regression 5.4.0)v5.4.1Compare Source
Patch Changes
46ec860: Fixsize/remtransform stripping the unit from zero-magnitude dimension values (e.g."0em"), which caused downstream CSS variables to serialize asundefined. Unit preservation now runs before the unitless-zero short-circuit.v5.4.0Compare Source
Minor Changes
edceda7: Add support for DTCG v2025.10 dimension token type object value, while remaining backwards compatible for dimension tokens using string values.All built-in transforms can now handle dimension tokens.
This includes CSS shorthand transforms for composed token types such as typography, border and shadows, which can contain properties that are dimensions.
{ "spacing": { "$type": "dimension", "$value": { "value": 1, "unit": "px" } }, "shadow": { "$type": "shadow", "$value": { "color": { "colorSpace": "srgb", "components": [0, 0, 0], "alpha": 0.4 }, "offsetX": { "value": 2, "unit": "px" }, "offsetY": { "value": 2, "unit": "px" }, "blur": { "value": 4, "unit": "px" }, "spread": { "value": 6, "unit": "px" } } } }3d5c140: Generate strict types (tuples) for the tokens of the same typePatch Changes
edceda7: Fix very old bug where size/remToPt wasn't converting toptunit, but rather tof(iOS float). Fixed this, addedsize/remToFloatto use the old behavior, and updated the ios transformGroup to use this instead. This is technically potentially "breaking" but because it is a bugfix, this is a patch.Configuration
📅 Schedule: (in timezone CET)
* 0-2 * * *)🚦 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 this update again.
This PR has been generated by Renovate Bot.
To know more about the whole process, check our WebApp dependencies management xtranet page.