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

Remove lodash as dependencies #13

Merged
merged 3 commits into from
Jun 8, 2017

Conversation

MrMeison
Copy link
Contributor

@MrMeison MrMeison commented Jun 8, 2017

No description provided.

@msftclas
Copy link

msftclas commented Jun 8, 2017

@MrMeison,
Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA.
Thanks,
Microsoft Pull Request Bot

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.6%) to 99.355% when pulling 220fc45 on MrMeison:remove-lodash-dependencies into 6406bbe on Microsoft:master.

Copy link
Contributor

@ignatvilesov ignatvilesov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update documentation as well. You should remove everything that related to lodash dependency

package.json Outdated
@@ -1,6 +1,6 @@
{
"name": "powerbi-visuals-utils-dataviewutils",
"version": "1.1.1",
"version": "1.1.2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please increase MINOR version

package.json Outdated
"tslint": "4.4.2",
"tslint-microsoft-contrib": "^4.0.1",
"tslint": "5.4.3",
"tslint-microsoft-contrib": "^5.0.0",
"typescript": "2.1.4"
},
"dependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this section.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling c4dd895 on MrMeison:remove-lodash-dependencies into 6406bbe on Microsoft:master.


let dataView: DataView = dataViewBuilder.build();

let grouped = dataView.categorical.values.grouped();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please specify a type


let grouped = dataView.categorical.values.grouped();

let result = DataRoleHelper.getMeasureIndexOfRole(grouped, "");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please specify a type

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 889d04a on MrMeison:remove-lodash-dependencies into 6406bbe on Microsoft:master.

@ignatvilesov ignatvilesov merged commit 59ff848 into microsoft:master Jun 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants