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

Chore: Remove lodash #14287

Merged
merged 43 commits into from May 21, 2021
Merged

Chore: Remove lodash #14287

merged 43 commits into from May 21, 2021

Commits on Apr 2, 2021

  1. Copy the full SHA
    91c5b25 View commit details
    Browse the repository at this point in the history
  2. Chore: Remove lodash.last

    lodash.last(array)  ->  array[array.length - 1]
    stephenwade committed Apr 2, 2021
    Copy the full SHA
    17917e6 View commit details
    Browse the repository at this point in the history
  3. Chore: Remove lodash.get

    v = lodash.get(a, "b.c")  ->  if (a && a.b && a.b.c) v = a.b.c
    stephenwade committed Apr 2, 2021
    Copy the full SHA
    bbb79fc View commit details
    Browse the repository at this point in the history
  4. Chore: Remove lodash.noop

    lodash.noop  ->  () => {}
    stephenwade committed Apr 2, 2021
    Copy the full SHA
    052dde9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    62a3c09 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8f836c1 View commit details
    Browse the repository at this point in the history
  7. Chore: Remove lodash.findLast

    lodash.findLast(array)  ->  [...array].reverse().find(_ =>_)
    stephenwade committed Apr 2, 2021
    Copy the full SHA
    93691e3 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    ae99066 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    b8e7710 View commit details
    Browse the repository at this point in the history
  10. Chore: Remove lodash.isString

    lodash.isString(str)  ->  typeof str === "string";
    stephenwade committed Apr 2, 2021
    Copy the full SHA
    5d4adc4 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    2cf5b34 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    cf8f628 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    02510b2 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    3975e6a View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    03a20a0 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    cc9659e View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    9e16719 View commit details
    Browse the repository at this point in the history
  18. Chore: Remove lodash.escapeRegExp

    Add the escape-string-regexp package
    stephenwade committed Apr 2, 2021
    Copy the full SHA
    9ab638c View commit details
    Browse the repository at this point in the history
  19. Chore: Remove lodash.isEqual

    Add the fast-deep-equal package
    stephenwade committed Apr 2, 2021
    Copy the full SHA
    cdecb6e View commit details
    Browse the repository at this point in the history
  20. Chore: Remove lodash.merge

    Add the deep-extend package
    stephenwade committed Apr 2, 2021
    Copy the full SHA
    0021d45 View commit details
    Browse the repository at this point in the history
  21. Chore: Remove lodash.cloneDeep

    Add the clone package
    stephenwade committed Apr 2, 2021
    Copy the full SHA
    70ecd65 View commit details
    Browse the repository at this point in the history
  22. Chore: Remove lodash.omit

    Add the omit package
    stephenwade committed Apr 2, 2021
    Copy the full SHA
    ae87d9b View commit details
    Browse the repository at this point in the history
  23. Chore: Remove lodash.upperFirst

    Add the upper-case-first package
    stephenwade committed Apr 2, 2021
    Copy the full SHA
    c720a5b View commit details
    Browse the repository at this point in the history
  24. Chore: Remove lodash.memoize

    Add the fast-memoize package
    stephenwade committed Apr 2, 2021
    Copy the full SHA
    2dded3c View commit details
    Browse the repository at this point in the history
  25. Chore: Remove lodash.mapValues

    Add the map-values package
    stephenwade committed Apr 2, 2021
    Copy the full SHA
    d00daec View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    2cf7802 View commit details
    Browse the repository at this point in the history
  27. Chore: Remove lodash

    stephenwade committed Apr 2, 2021
    Copy the full SHA
    2c94559 View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    1dc8a39 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

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

Commits on Apr 14, 2021

  1. Copy the full SHA
    a28cf2d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ada00d5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f9ac034 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

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

Commits on Apr 24, 2021

  1. Copy the full SHA
    6232136 View commit details
    Browse the repository at this point in the history
  2. Chore: Apply suggestions in lib/linter/node-event-generator.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    stephenwade and mdjermanovic committed Apr 24, 2021
    Copy the full SHA
    4c70110 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e46f471 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Copy the full SHA
    c20cce3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a1bd47b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

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

Commits on May 12, 2021

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

Commits on May 19, 2021

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

Commits on May 20, 2021

  1. Copy the full SHA
    414766e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bf74251 View commit details
    Browse the repository at this point in the history