chore(deps): update dependency style-dictionary to v4.2.0 #390
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:
4.1.4
->4.2.0
Release Notes
amzn/style-dictionary (style-dictionary)
v4.2.0
Compare Source
Minor Changes
0fcf229
: Add a new built-in format javascript/esm that outputs an ES module JS default export.d7b5836
: Mark javascript/esm as nested, use Prettier on all JavaScript/TypeScript formats, use 3.x.x peerDependency so the user's installation is used when possible.4bf68a3
: Apply stripMeta from "json" format to the new "javascript/esm" as well.8f1b4f0
: Add new utility instyle-dictionary/utils
->stripMeta
for stripping metadata from tokens.This utility is used now as an opt-in for the built-in
'json'
format by usingoptions.stripMeta
, which if set totrue
will strip Style Dictionary meta props.You can specify
keep
/strip
(allow/blocklist) for granular control about which properties to keep or strip.Patch Changes
5e3a5af
: Update .d.ts/js files type imports to use correct extensions rather than extensionless. This fixes some incompatibilities with latest TypeScript "NodeNext" moduleResolution.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.