You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: GitHubManager.js#73: You use _.flatten, which won't default to deep flattening any more. Please see whether you can continue _.flatten or switch over to _.flatten(array, !!_.flattenDeep) for migration
Lodash 3.10.0 will be used in the upcoming Brackets release 1.5 (adobe/brackets#11474).
In order for your extension to still function as it should, we advise you, dear extension developer, to update your extension.
Upcoming Lodash 3.x Update
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:
GitHubManager.js#73: You use
_.flatten
, which won't default to deep flattening any more. Please see whether you can continue_.flatten
or switch over to_.flatten(array, !!_.flattenDeep)
for migrationFurther information:
Lodash compatibility warnings
Brackets issue about updating Lodash
The text was updated successfully, but these errors were encountered: