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:
22.10.1
->22.10.2
4.2.0
->4.3.0
Release Notes
amzn/style-dictionary (style-dictionary)
v4.3.0
Compare Source
Minor Changes
302b466
: Introduce a new entrypoint:style-dictionary/enums
for most of the library's hard-coded string values. Most of these are built-in hooks names. This provides better type-safety for consumers as well as various maintainability related benefits for this library. See documentation for more info.5aad797
: Add tailwind preset example, remove unused .editorconfig filebd8be17
: Add support for native .TS token & config file processing.209085d
: AddtokenMap
properties to Dictionary, which is a JavaScript Map structure of the tokens, which makes it easy to iterate as well as access tokens. Also addconvertTokenData
utility that allows to seemlessly convert between Map, Object or Array of tokens, and deprecate theflattenTokens
utility in favor of that one.Patch Changes
2966cfd
: handle DTCG-format tokens in typescript/es6-declarations formatter4a7bca7
: add accessControl field to Android Compose templatef694f67
: Fix Prettier imports, see https://prettier.io/docs/en/api#custom-parser-api-removed for more info.fd8cdb4
: handle DTCG-format tokens in javascript/es6 formatter6a6a409
: Move prettier to dependencies since style-dictionary isn't really a prettier plugin and a direct dependency seems more accurate here.8a9cfa0
: FixoutputReferencesTransformed
util, would returntrue
for tokens which original values were not strings.7a661bb
: Fix font-style and font-weight logic for fonts.css.template.jsConfiguration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.