Replace lodash with eta#3489
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
@google-cla I signed the CLA |
|
FYI @swissspidy |
|
@swissspidy all test passed, please can you review? |
|
@swissspidy thanks! PS: next time you merge a PR, I reccomend you to use |
|
NB: this appears to have been due to a CLI mapping that was not updated during the release of various |
lodashv4.18.0 introduced the issue lodash/lodash#6167 withlodash.template.E.g.:
lodash.templateis also deprecated (soruce lodash.template):lodashis used only in theworkbox-buildpackage (it useslodash.template) and it can be replaced witheta(https://www.npmjs.com/package/eta).The
@types/lodashdependency at rootpackage.jsoncan also be removed.