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

Totally remove lodash #1247

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Totally remove lodash #1247

wants to merge 3 commits into from

Commits on Jul 22, 2024

  1. Totally remove lodash

    Replace lodash functions by ESNext style functions or by deepmerge-ts
    (lighter and more maintened)
    JbIPS committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d5538d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Fix lock file

    JbIPS committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    189fff6 View commit details
    Browse the repository at this point in the history
  2. Skip lib typings during build

    `deepmerge-ts` seems to have an
    [issue](RebeccaStevens/deepmerge-ts#488) with
    a type file.
    
    Skipping lib check in `tsconfig.json`
    ([doc](https://www.typescriptlang.org/tsconfig/#skipLibCheck)) works
    around that and will increase compile time without drawbacks.
    JbIPS committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d13d2e8 View commit details
    Browse the repository at this point in the history