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

feat: remove lodash as a dependency #2378

Merged
merged 9 commits into from
Jul 25, 2023
Merged

feat: remove lodash as a dependency #2378

merged 9 commits into from
Jul 25, 2023

Commits on Jul 12, 2023

  1. feat: remove lodash as a dependency

    This will reduce the bundle size by ~23%(117kb).
    
    Only 4 methods were used `flatten`, `flatMap`, `omitBy`, and `groupBy`.
    
    `omitBy and `groupBy` were recreated while the es2019 implementations of
    `flatten` and `flatMap` are used.
    
    `lodash` is still used in the tests which is fine because it makes the
    tests cleaner.
    
    Closes #2118
    ckniffen committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    abfec18 View commit details
    Browse the repository at this point in the history
  2. fix some linting issues

    ckniffen committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    0dc7611 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. fix linting errors

    ckniffen committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    26979ce View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    cf8b48b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75bbffd View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    031d93a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba9d0a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c813b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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