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 #7590

Merged
merged 7 commits into from Dec 18, 2019
Merged

Commits on Dec 17, 2019

  1. Copy the full SHA
    eb17bdf View commit details
    Browse the repository at this point in the history
  2. Update MarkedJS types

    Note that `tables` has been removed from marked js types
    lresende committed Dec 17, 2019
    Copy the full SHA
    5a08ee7 View commit details
    Browse the repository at this point in the history
  3. Update linters and linters configuration

    Linter `lint-staged` configuration file has been updated
    based on advanced configuration being deprecated and build
    errors
    lresende committed Dec 17, 2019
    Copy the full SHA
    e374673 View commit details
    Browse the repository at this point in the history
  4. Update to Xterm 4.3

    Update how addons are handle
    Include the fit addon which is now a separate package
    Update to use new event handlers
    lresende committed Dec 17, 2019
    Copy the full SHA
    6142692 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b936f63 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f7d2801 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Revert to xterm < 4.3.0 to avoid theme/style related issues

    We can't upgrade xterm yet because of xtermjs/xterm.js#2620.
    Our theme values are inherited from our CSS variables, which
    can include rgba() values, and currently only #rrggbbaa is
    supported.
    lresende committed Dec 18, 2019
    Copy the full SHA
    d81965e View commit details
    Browse the repository at this point in the history