Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove bold font from additional lines of warnings and errors #893

Merged
merged 2 commits into from
May 4, 2022

Commits on May 4, 2022

  1. fix: remove bold font from additional lines of warnings and errors

    Previously, when a warning or error was logged, the entire message
    was formatted in bold font. This change makes only the first line of
    the message bold, and the rest is formatted with a normal font.
    petebacondarwin committed May 4, 2022
    Configuration menu
    Copy the full SHA
    8134bdc View commit details
    Browse the repository at this point in the history
  2. fix: add bold to the Deprecated warning title

    Note that we do not use Chalk here because that will change the inline
    snapshots in the CI.
    petebacondarwin committed May 4, 2022
    Configuration menu
    Copy the full SHA
    3011481 View commit details
    Browse the repository at this point in the history