RockefellerArchiveCenter / styles

Style Library for the Rockefeller Archive Center
https://styles.rockarch.org
MIT License
0 stars 1 forks source link

Update to Storybook 8, update Stylelint, and bug fixes #226

Closed HaSistrunk closed 2 months ago

HaSistrunk commented 2 months ago

Fix issues #222 , #117 . Does not include Style Library CSS updates.

Updates to Storybook version 8 and brings all other dependencies up to their most current versions. Changes include:

Update to Sass 1.77.8, supported by updating to Stylelint 16.9.0 (along with updated stylelint configs):

Other changes:

I also checked out Chromatic as a way to do visual regression testing in Storybook (since it is now supported by Storybook 8), but we determined it wasn't that useful currently for our Storybook use - visual regression in specific sites, as we do with BackstopJS, is more helpful for our use cases.