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

Upcoming Lodash 3.x Update #8

Open
marcelgerber opened this issue Apr 7, 2015 · 1 comment
Open

Upcoming Lodash 3.x Update #8

marcelgerber opened this issue Apr 7, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@marcelgerber
Copy link

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 migration

Further information:
Lodash compatibility warnings
Brackets issue about updating Lodash

@WebsiteDeveloper WebsiteDeveloper added this to the 0.4.0 milestone May 21, 2015
@WebsiteDeveloper WebsiteDeveloper self-assigned this May 21, 2015
@marcelgerber
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants