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

Clean dependencies and vulnerability warnings #419

Closed
wants to merge 7 commits into from
Closed

Clean dependencies and vulnerability warnings #419

wants to merge 7 commits into from

Commits on Jun 21, 2019

  1. Merge pull request #3 from tunnelvisionlabs/master

    Merge changes from tunnelvisionlabs/antlr4ts
    BurtHarris authored Jun 21, 2019
    Configuration menu
    Copy the full SHA
    655e9c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. task: remove dependency on typedoc

    Modern versions of NPM report security about a dozen vulnerabilities in the deendencies we are importing.   It turns out that the majority of them (all but 2) were indirectly the result of a dependency on package typedoc, which we weren't really using anyway.
    Burt Harris authored and Burt Harris committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    83f3e47 View commit details
    Browse the repository at this point in the history
  2. task: update package nyc to ^14.1.1

    This remove one more known vulneraility warning from NPM.
    Burt Harris authored and Burt Harris committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    e8ad700 View commit details
    Browse the repository at this point in the history
  3. Update dev dependency from cpx@^1.5.0 to cpy-cli@^2.0.0

    Burt Harris authored and Burt Harris committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    de3d563 View commit details
    Browse the repository at this point in the history
  4. Update depenencies w/ 'npm update' command

    This gets the latest upward-compatible versions of build dependencies, including typescript up to v2.9.2.   Still has full tests (622) passing.  Done as a final step before moing to typescript@3.
    Burt Harris authored and Burt Harris committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    255ac95 View commit details
    Browse the repository at this point in the history
  5. upgrade to [email protected]

    Burt Harris authored and Burt Harris committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    fa4caf1 View commit details
    Browse the repository at this point in the history
  6. Suppress new tslint warnings w/ per-file comment

    Burt Harris authored and Burt Harris committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    1039251 View commit details
    Browse the repository at this point in the history