dnbard / brackets-extension-rating

Brackets extension used to display other extensions rating

Home Page:http://brackets.dnbard.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upcoming Lodash 3.x Update

marcelgerber opened this issue · comments

Dear Brackets extension developer,
we're planning to update the version of Lodash used in Brackets to 3.x (currently, we use 2.4.1).
As we've had a look at your extension, we noticed there's some code that may cause issues while migrating. Thus, we suggest to update your extension so the migration can happen frictionless.
For your extension, we've identified this issue:
Multiple places: _.template with more than 1 parameter won't be supported any more. Instead, use the new syntax _.template(string)(data)

Further information:
Lodash compatibility warnings
Brackets issue about updating Lodash

Thanks! Any estimate when Brackets will start using the new Lodash ?

Ah, important to mention: The solution I suggested works in both Lodash 2.4.1 and Lodash 3.x, so you can safely do the transition now.

@dnbard Did you already have a look at the transition suggested here?

@marcelgerber Yes, everything is should be fine now.