Skip to content

build(deps-dev): bump style-dictionary from 3.9.2 to 5.3.2#938

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/style-dictionary-5.3.2
Open

build(deps-dev): bump style-dictionary from 3.9.2 to 5.3.2#938
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/style-dictionary-5.3.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps style-dictionary from 3.9.2 to 5.3.2.

Release notes

Sourced from style-dictionary's releases.

v5.3.2

Patch Changes

  • a7986d2: Support DTCG inset boolean property in shadow/css/shorthand transform, in addition to the existing type: "inset" format. Don't put invalid inset values in shadow/css/shorthand box-shadow values, they are ignored now. E.g. if you put type: "innerShadow" or some other unrecognized string.

v5.3.1

Patch Changes

  • 9f51f0d: Fix shadow and border CSS shorthands to also support latest DTCG color module. Add platform options to configure how the shorthand transforms stringify the color property.

v5.3.0

Minor Changes

  • b5adbc0: Add support for DTCG v2025.10 structured color format in color transformers.

    New features:

    • All color transformers now support both legacy string format and DTCG object format with colorSpace, components, alpha, and optional hex fallback properties
    • Support for all 14 DTCG color spaces: srgb, srgb-linear, display-p3, a98-rgb, prophoto-rgb, rec2020, xyz-d50, xyz-d65, lab, lch, oklab, oklch, hsl, hwb
    • New color/oklch transformer - outputs modern CSS oklch() function
    • New color/oklab transformer - outputs modern CSS oklab() function
    • New color/p3 transformer - outputs CSS color(display-p3 ...) function
    • New color/lch transformer - outputs modern CSS lch() function

    Types:

    • Added DTCGColorSpace and DTCGColorValue TypeScript types

    Hex fallback support: When a DTCG color object includes a hex property, it will be used as a fallback when the color is out-of-gamut for sRGB, allowing designers to provide pre-computed sRGB approximations.

Patch Changes

  • 1187f60: Update vulnerable transitive lodash dependency inside @​bundled-es-modules/glob

v5.2.0

Minor Changes

  • 752a50c: Add (wip) sort option to formattedVariables and formats css, scss, less, stylus. See format docs on how to use it.

Patch Changes

  • 6e9164e: Small bugfix where formatting.commentStyle was not taken into account for fileHeader comments when possible.

v5.1.4

Patch Changes

  • a9c11a2: Fix of a regression bug caused by sizeRem transform throwing an error for NaN values. Because a string was thrown instead of an Error, this wasn't handled correctly by the transforms wrapper utility. Now we handle this scenario, and we also changed it to throw an actual Error.

... (truncated)

Changelog

Sourced from style-dictionary's changelog.

5.3.2

Patch Changes

  • a7986d2: Support DTCG inset boolean property in shadow/css/shorthand transform, in addition to the existing type: "inset" format. Don't put invalid inset values in shadow/css/shorthand box-shadow values, they are ignored now. E.g. if you put type: "innerShadow" or some other unrecognized string.

5.3.1

Patch Changes

  • 9f51f0d: Fix shadow and border CSS shorthands to also support latest DTCG color module. Add platform options to configure how the shorthand transforms stringify the color property.

5.3.0

Minor Changes

  • b5adbc0: Add support for DTCG v2025.10 structured color format in color transformers.

    New features:

    • All color transformers now support both legacy string format and DTCG object format with colorSpace, components, alpha, and optional hex fallback properties
    • Support for all 14 DTCG color spaces: srgb, srgb-linear, display-p3, a98-rgb, prophoto-rgb, rec2020, xyz-d50, xyz-d65, lab, lch, oklab, oklch, hsl, hwb
    • New color/oklch transformer - outputs modern CSS oklch() function
    • New color/oklab transformer - outputs modern CSS oklab() function
    • New color/p3 transformer - outputs CSS color(display-p3 ...) function
    • New color/lch transformer - outputs modern CSS lch() function

    Types:

    • Added DTCGColorSpace and DTCGColorValue TypeScript types

    Hex fallback support: When a DTCG color object includes a hex property, it will be used as a fallback when the color is out-of-gamut for sRGB, allowing designers to provide pre-computed sRGB approximations.

Patch Changes

  • 1187f60: Update vulnerable transitive lodash dependency inside @​bundled-es-modules/glob

5.2.0

Minor Changes

  • 752a50c: Add (wip) sort option to formattedVariables and formats css, scss, less, stylus. See format docs on how to use it.

Patch Changes

  • 6e9164e: Small bugfix where formatting.commentStyle was not taken into account for fileHeader comments when possible.

5.1.4

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for style-dictionary since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
style-dictionary [>= 4.a, < 5]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [style-dictionary](https://github.com/style-dictionary/style-dictionary) from 3.9.2 to 5.3.2.
- [Release notes](https://github.com/style-dictionary/style-dictionary/releases)
- [Changelog](https://github.com/style-dictionary/style-dictionary/blob/main/CHANGELOG.md)
- [Commits](style-dictionary/style-dictionary@v3.9.2...v5.3.2)

---
updated-dependencies:
- dependency-name: style-dictionary
  dependency-version: 5.3.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2026 22:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2026
@vercel
Copy link

vercel bot commented Mar 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
example Error Error Mar 1, 2026 10:30pm

Request Review

@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 1, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants