Lodash is deprecating per method packages #1399
Labels
dependencies
Issue about dependencies of the package
external
This issue is with another package, not typescript-eslint itself
Loadash is slowly deprecating "per module packages" in favor of single package that contains all of scripts.
currently we are using:
lodash.isplainobject
(dev) - droped in test(typescript-estree): correct storing regexp in snapshots #1393lodash.memoize
lodash.unescape
- used in ts-estreeWhat are our plans for this? Do we want to drop
unescape
from dependencies or do we want to migrate tolodash/unescape
.Reference:
The text was updated successfully, but these errors were encountered: