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

Upgrade Vuepress, Flow, and misc #1646

Merged
merged 6 commits into from
Aug 17, 2020
Merged

Commits on Aug 17, 2020

  1. improvement(vuepress): upgrade VuePress to version 1.x

    Upgrade vuepress docs server to 1.x to gain recent features and bugfixes
    AtofStryker committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    c506084 View commit details
    Browse the repository at this point in the history
  2. improvement(corejs): upgrade core-js to version 3.x

    Upgrade core-js to version 3.x to gain new featurs and bugfixes. Version 2.x is no longer
    maintained.
    AtofStryker committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    8dba238 View commit details
    Browse the repository at this point in the history
  3. chore(chalk): upgrade Chalk

    Upgrade Chalk to latest major release
    AtofStryker committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    87ba096 View commit details
    Browse the repository at this point in the history
  4. build(flow): upgrade flow from 66 to 133

    Removed suppress comment option as it is removed from flow 133. $FlowIgnore is now a supported
    suppressed comment. See https://flow.org/en/docs/config/options/#toc-suppress-comment-regex for more
    details.
    AtofStryker committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    63c498f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f0f0f2 View commit details
    Browse the repository at this point in the history
  6. chore(cross-env): upgrade cross-env to v 7.x

    Major change includes environment deprecations, which drops support for Node < 10.x
    AtofStryker committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    696c819 View commit details
    Browse the repository at this point in the history