Autodesk / hig

Autodesk's unified design system
https://storybook.weave.autodesk.com
Apache License 2.0
181 stars 114 forks source link

An in-range update of style-dictionary is breaking the build 🚨 #1335

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

The devDependency style-dictionary was updated from 2.4.0 to 2.5.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

style-dictionary is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - βœ… **ci/circleci: lockfile-update:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/Autodesk/hig/17847?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - βœ… **ci/circleci: bootstrap:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/Autodesk/hig/17848?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - βœ… **ci/circleci: package-build:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/Autodesk/hig/17849?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - βœ… **ci/circleci: react-test:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/Autodesk/hig/17850?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: visual-test:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/Autodesk/hig/17851?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Release Notes for v2.5.0
  • Migrated tests to Jest and added more testing especially for formats and templates
  • Began deprecation path of templates. No power is being removed, you can still use templates in a format. It was confusing to people that we had both templates and formats, so this change simplifies the API without removing any features.
  • Ability to control the generated comment at the top of formats and templates
  • Added JSON5 support
  • Added new format: json/nested
  • Improved our error messaging and console output a lot. Rather than stop at 1 reference error, collect all the errors and show them at once so you don't have to fix one error, rebuild, repeat.

Thank you to all the contributors:

Commits

The new version differs by 30 commits.

  • eba4970 Fixing security issues (#194)
  • fa6ebeb v2.5.0 (#191)
  • 41fedba Removing yarn.lock (#162)
  • 981b2eb Fix security issue of dependency (#188)
  • e9dabf7 Hotfix: #185 (#186)
  • f62a487 Fix: #177 (#179)
  • 8d7af8d fixed problem with cover height + better padding for page (#176)
  • 233361c Merge pull request #130 from amzn/revert-129-develop
  • a8ce0ef Revert "Develop master sync"
  • 5773478 Merge pull request #129 from amzn/develop
  • f9880b3 Sync master back into develop? (#128)
  • 149270d 2.4.0
  • 1b318d6 Cleaning up the unit test
  • 7a01e09 Fix: #111, resolveObject no longer mutates the original properties object
  • 861d392 Fixing empty array/null

There are 30 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default to this version πŸš€

Release Notes for v2.6.0
  • Added sass-map formats
  • Added json-flat format
  • Overhaul of examples
  • Updated documentation
Commits

The new version differs by 2 commits.

  • 3a17ac1 Merge new develop into master for release (#209)
  • 1531a8f updating first paragraph of README.md (#201)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.6.1

Patch release to fix the init command.

Commits

The new version differs by 5 commits.

  • be5f4ea v2.6.1 (#218)
  • 5280e22 Fix: #214 (#217)
  • 5a020d2 Fix: #212 (#216)
  • 3a17ac1 Merge new develop into master for release (#209)
  • 1531a8f updating first paragraph of README.md (#201)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default to this version πŸš€

Release Notes for v2.7.0
  • feat: add registerFilter method, fixes #207 & #199 (#233)
  • doc: remove registerTemplate from examples, fixes #226 (#232)
  • feat: add node example (#228)
  • feat: making include accept an array of globs, like source does, fixes #215 (#227)
  • fix: the naming for Sass/Scss in documentation, tests, formats, fixes #213 (#222)
  • fix: handle showFileHeader option in androids formats templates, fixes #237
    (#243)
Commits

The new version differs by 6 commits.

  • 76539e7 v2.7.0
  • 6f62c3e Develop into master for v2.7.0 release (#244)
  • 098f6b6 Update README.md (#235)
  • 89a89ac docs: adding a tracking pixel so we can track traffic (#236)
  • aed763d Add a "Create React App" example (#211)
  • 38a7e62 fixed link to the β€œexamples” folder (#221)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default to this version πŸš€

Release Notes for v2.8.0

Bug Fixes

  • cleanfile: add file check and log for non-existent file (#277) (6375133)
  • docs/examples: 404 errors and typos (#269) (da369da)
  • error-messaging: add better error messaging when a transform or transformGroup does not exist (#264) (d5c0583)
  • extend: multiple extensions properly deep merge (#276) (f1d6bb0), closes #274
  • accidentally generating test output in root directory (4994553)

Features

  • config: use config.js if config.json is not found (#249) (09fc43f), closes #238 #238 #247
  • add automatic changelog generation (#225) (b062008)
  • docs: adding PR and download badges; fixing code coverage badge (#270) (2307a44), closes #265
  • ios-swift: adding common transforms for Swift in iOS (#255) (749db69), closes #161
  • transforms: Add UIColor transform for swift (#250) (a62d880), closes #161
  • warning: catch property name collisions during file output (#273) (9a40407)
Commits

The new version differs by 24 commits.

  • 8682ec0 chore(release): 2.8.0
  • 4994553 fix: accidentally generating test output in root directory
  • 6375133 fix(cleanfile): add file check and log for non-existent file (#277)
  • 9a40407 feat(warning): catch property name collisions during file output (#273)
  • 6837b47 docs(example): adding component cti example (#267)
  • f1d6bb0 fix(extend): multiple extensions properly deep merge (#276)
  • 334ea54 fix to CTI link; added link to alias example (#272)
  • a11f022 docs(example): adding link to deprecating tokens example (#271)
  • 2307a44 feat(docs): adding PR and download badges; fixing code coverage badge (#270)
  • da369da fix(docs/examples): 404 errors and typos (#269)
  • d5c0583 fix(error-messaging): add better error messaging when a transform or transformGroup does not exist (#264)
  • 749db69 feat(ios-swift): adding common transforms for Swift in iOS (#255)
  • c7d3c15 docs(example): add an example for tokens deprecation (#256)
  • cd175d3 docs(example): fixing dependencies of node example (#260)
  • b062008 feat: add automatic changelog generation (#225)

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default to this version πŸš€

Release Notes for v2.8.1

Bug Fixes

  • format: adding configurable name to sass map name (#291) (cfa2422), closes #290
  • sketch: fix sketch palette format to use new filters (#287) (374012c), closes #285
Commits

The new version differs by 32 commits.

  • 0ad7427 chore(release): 2.8.1
  • b8d29c6 refactor: remove unused checks (#293)
  • 374012c fix(sketch): fix sketch palette format to use new filters (#287)
  • cfa2422 fix(format): adding configurable name to sass map name (#291)
  • 651ced2 chore(lint): fixing lint script targeting wrong files (#289)
  • f446098 docs: fix build directory example structure (#294)
  • b0c30ae chore(dependencies): fix security issue with dependencies (#284)
  • 3547a73 chore(test): remove unused test dependencies (#282)
  • 8682ec0 chore(release): 2.8.0
  • 4994553 fix: accidentally generating test output in root directory
  • 6375133 fix(cleanfile): add file check and log for non-existent file (#277)
  • 9a40407 feat(warning): catch property name collisions during file output (#273)
  • 6837b47 docs(example): adding component cti example (#267)
  • f1d6bb0 fix(extend): multiple extensions properly deep merge (#276)
  • 334ea54 fix to CTI link; added link to alias example (#272)

There are 32 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default to this version πŸš€

Commits

The new version differs by 42 commits.

  • 998198a chore(release): 2.8.2
  • 030175e fix(format): issue #295 (#316)
  • efdcc01 docs: fix typo in examples (#315)
  • c654648 fix(format): issue #295
  • ceb6f24 Added public access level to Swift class and enum properties
  • e660cb8 docs(format): add info about filtering and format configuration (#312)
  • c7e09f2 chore(dependency): update jest (#301)
  • a3bde96 fix(transform): increase uicolor to 3 decimals to retain 8bit precision (#314)
  • 4f13f57 fix(formats): change less and scss comments to short version (#306)
  • 9ad6437 docs: fix typos in example readme (#308)
  • 0ad7427 chore(release): 2.8.1
  • b8d29c6 refactor: remove unused checks (#293)
  • 374012c fix(sketch): fix sketch palette format to use new filters (#287)
  • cfa2422 fix(format): adding configurable name to sass map name (#291)
  • 651ced2 chore(lint): fixing lint script targeting wrong files (#289)

There are 42 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default to this version πŸš€

Release Notes for v2.8.3

Bug Fixes

Commits

The new version differs by 55 commits.

  • 49dce2c chore(release): 2.8.3
  • a3c0306 chore(deps): bump lodash in /examples/advanced/component-cti (#352)
  • 78ac156 chore(deps): bump lodash (#351)
  • e7fb239 refactor: replacing lodash map with native map
  • 2b9b550 refactor: Removing usage of lodash _.has
  • 3f6d274 docs: fix comment phrasing in docs/api.md line 279 (#350)
  • 8b6ee7d docs(examples): use "format" instead of deprecated "template" (#347)
  • 3d0d1c0 docs: remove bad words from the documentation (#332)
  • 3a9425d docs(examples): fix auto-rebuild-watcher with chokidar syntax that works w/ windows (#326)
  • 1f8d299 ci: add support for node v10 & v12, remove v6 (#336)
  • 1f67512 docs: update basic example documentation (#333)
  • 189d61b fix(utils): handle 0 values (#325)
  • adb94e1 fix(format): minor css format output fix (#323)
  • 998198a chore(release): 2.8.2
  • 030175e fix(format): issue #295 (#316)

There are 55 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default to this version πŸš€

Release Notes for v2.9.0

Bug Fixes

  • transforms: add NaN check to all size transforms (#413) (d353795)
  • transforms: add specificity so color for hex values is correct (#412) (01cc11c), closes #407
  • clean require cache before loading file content (#405) (18a50d0), closes #404
  • parseFloat() has only one argument (#417) (16c3040), closes #416

Features

  • attribute/cti: attribute/cti should respect manually set attributes (#415) (fb3e393), closes #414
Commits

The new version differs by 82 commits.

  • bea26c2 chore(release): 2.9.0
  • fb3e393 feat(attribute/cti): attribute/cti should respect manually set attributes (#415)
  • 01cc11c fix(transforms): add specificity so color for hex values is correct (#412)
  • d353795 fix(transforms): add NaN check to all size transforms (#413)
  • 18a50d0 fix: clean require cache before loading file content (#405)
  • 16c3040 fix: parseFloat() has only one argument (#417)
  • 086a875 docs: add sketchpalette plugin links to format page (#375)
  • d2ca238 chore(deps): bump acorn in /examples/advanced/create-react-app (#403)
  • 8a70c54 chore(deps): bump minimist in /examples/advanced/component-cti (#402)
  • f02e505 chore(deps): bump minimist (#401)
  • 404a587 chore(deps): bump minimist (#400)
  • d6b4a53 chore(deps): update standard-version to fix security vulnerability (#393)
  • 6a82385 chore(deps): bump lodash.template from 4.4.0 to 4.5.0 (#390)
  • 5fc7164 chore(deps): fixing security vulnerabilities in create-react-app example (#392)
  • 917efd4 chore(deps): bump fstream in /examples/advanced/create-react-app (#385)

There are 82 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests for group default are passing again with this update. Explicitly upgrade default to this version πŸš€

Release Notes for v2.10.0

Features

Commits

The new version differs by 86 commits.

  • a5b7636 chore(release): 2.10.0
  • 19c9797 docs: Update description for format.formatter (#363)
  • b777cfb feat: adding color/hsl and color/hsl-4 transforms (#383)
  • 8a5f645 feat: flutter support (#320)
  • bea26c2 chore(release): 2.9.0
  • fb3e393 feat(attribute/cti): attribute/cti should respect manually set attributes (#415)
  • 01cc11c fix(transforms): add specificity so color for hex values is correct (#412)
  • d353795 fix(transforms): add NaN check to all size transforms (#413)
  • 18a50d0 fix: clean require cache before loading file content (#405)
  • 16c3040 fix: parseFloat() has only one argument (#417)
  • 086a875 docs: add sketchpalette plugin links to format page (#375)
  • d2ca238 chore(deps): bump acorn in /examples/advanced/create-react-app (#403)
  • 8a70c54 chore(deps): bump minimist in /examples/advanced/component-cti (#402)
  • f02e505 chore(deps): bump minimist (#401)
  • 404a587 chore(deps): bump minimist (#400)

There are 86 commits in total.

See the full diff