Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): Bump style-dictionary from 3.8.0 to 3.9.0 (#733)
Bumps [style-dictionary](https://github.com/amzn/style-dictionary) from 3.8.0 to 3.9.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/amzn/style-dictionary/blob/main/CHANGELOG.md">style-dictionary's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/amzn/style-dictionary/compare/v3.8.0...v3.9.0">3.9.0</a> (2023-10-23)</h2> <h3>Features</h3> <ul> <li>allow overriding formatting, add commentStyle long-above, short-above (<a href="https://github.com/amzn/style-dictionary/commit/b627ff1e2b9ec0b9d72ba7181f2e66f73c08b04b">b627ff1</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>account for multi-line comments in tokens, improve comment style (<a href="https://github.com/amzn/style-dictionary/commit/b5d4cc2384202e8a2f69e0439dbbeab136364911">b5d4cc2</a>)</li> <li>allow outputReferences to work on non-string values (<a href="https://github.com/amzn/style-dictionary/commit/8021ec0c914d904333cdcc063a4e34c49d2db418">8021ec0</a>)</li> <li>outputReferences to use original.value when possible (<a href="https://redirect.github.com/amzn/style-dictionary/issues/1002">#1002</a>) (<a href="https://github.com/amzn/style-dictionary/commit/bd73b622b01839325faf2f0129b57e5e58716588">bd73b62</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/amzn/style-dictionary/commit/f88fe97f696909f4eecd72ffc3a04b3b7a417189"><code>f88fe97</code></a> chore(release): 3.9.0</li> <li><a href="https://github.com/amzn/style-dictionary/commit/18629d8c6af4a87c4ef956df437b1b1f0bafec71"><code>18629d8</code></a> Merge pull request <a href="https://redirect.github.com/amzn/style-dictionary/issues/953">#953</a> from jorenbroekema/comment-formatting</li> <li><a href="https://github.com/amzn/style-dictionary/commit/b9270b20f19749f3e8670f523580b132c76e7b29"><code>b9270b2</code></a> chore: use snapshots, commentPosition, remove type redundancy</li> <li><a href="https://github.com/amzn/style-dictionary/commit/b627ff1e2b9ec0b9d72ba7181f2e66f73c08b04b"><code>b627ff1</code></a> feat: allow overriding formatting, add commentStyle long-above, short-above</li> <li><a href="https://github.com/amzn/style-dictionary/commit/b5d4cc2384202e8a2f69e0439dbbeab136364911"><code>b5d4cc2</code></a> fix: account for multi-line comments in tokens, improve comment style</li> <li><a href="https://github.com/amzn/style-dictionary/commit/9f2b2d2caa3863ecca31a59cffd55afa4620e514"><code>9f2b2d2</code></a> Merge pull request <a href="https://redirect.github.com/amzn/style-dictionary/issues/1025">#1025</a> from amzn/outputref-non-string</li> <li><a href="https://github.com/amzn/style-dictionary/commit/8021ec0c914d904333cdcc063a4e34c49d2db418"><code>8021ec0</code></a> fix: allow outputReferences to work on non-string values</li> <li><a href="https://github.com/amzn/style-dictionary/commit/5e00a6ca7c1720b063b24d7f376d42902cba2d97"><code>5e00a6c</code></a> Merge pull request <a href="https://redirect.github.com/amzn/style-dictionary/issues/1022">#1022</a> from amzn/v4-statement</li> <li><a href="https://github.com/amzn/style-dictionary/commit/3a39e572ccbf648b4956fcdd3d27f49c2825911c"><code>3a39e57</code></a> chore: adjust readme and docs with v4 statement</li> <li><a href="https://github.com/amzn/style-dictionary/commit/53edf843596ed15dc151beb5965c967ddf000df2"><code>53edf84</code></a> chore: add codeowners file (<a href="https://redirect.github.com/amzn/style-dictionary/issues/1012">#1012</a>)</li> <li>Additional commits viewable in <a href="https://github.com/amzn/style-dictionary/compare/v3.8.0...v3.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=style-dictionary&package-manager=npm_and_yarn&previous-version=3.8.0&new-version=3.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information