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

Update dependencies #1849

Merged
merged 7 commits into from
Dec 14, 2022
Merged

Update dependencies #1849

merged 7 commits into from
Dec 14, 2022

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    b669b50 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    294fe27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f17efc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56c3000 View commit details
    Browse the repository at this point in the history
  4. Remove dependency fancy-log

    We used to use fancy-log in our logging, however we removed the last
    usage in commit 6b00c53. As this package is no longer used anywhere in
    our code, we can remove it.
    lfdebrux committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    75a85a2 View commit details
    Browse the repository at this point in the history
  5. Remove direct dependency on acorn

    In PR #667 we added `acorn` as a direct dependency to fix complaints
    from npm about peer dependencies, due to a bug in npm [[1]]. That bug
    now appears to have been fixed; removing `acorn` from our `package.json`
    does not result in any peer dependency warnings. Also, as we now ensure
    that users do not install dev dependencies, we can be confident that
    they will not need `acorn`, as it is only required by dev dependencies.
    
    [1]: #666
    lfdebrux committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    b8c495f View commit details
    Browse the repository at this point in the history
  6. Update changelog

    lfdebrux committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    5ff7f94 View commit details
    Browse the repository at this point in the history