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 dev dependencies #3401

Merged
merged 3 commits into from Dec 16, 2020
Merged

Commits on Nov 12, 2020

  1. Update dev dependencies

      - Everything still works as expected.
      - Remove bundlesize
        - It still uses libtorb which is deprecated and broken on Win and
          requires a full suite of build tools on Mac. Keeping it in the
          package makes it difficult for anyone filing issues to run tests.
        - See: axios#3396
      - Update grunt and it's plugins
      - Update karma to v4...so much faster!
        - Changed the karma config. Better changes: axios#3394
      - Update Webpack
        - Uses terser over uglify
      - Update eslint
        - Caused an error in util.js from the `global` directive so the
          directive is removed (it was not needed).
      - Update typescript
        - The old version of tsc didn't know about new features in
          @types/node (like `asserts value`).
    timemachine3030 committed Nov 12, 2020
    Copy the full SHA
    6ce4b30 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    69f7358 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Copy the full SHA
    990c157 View commit details
    Browse the repository at this point in the history