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

chore: Update dev Dependencies eslint and load-grunt-tasks #387

Merged
merged 1 commit into from
Mar 19, 2020

Conversation

anthony-redFox
Copy link
Collaborator

No description provided.

Copy link
Contributor

@johnjbarton johnjbarton left a comment

Choose a reason for hiding this comment

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

I'm trying to catch up on the reviews sorry.

@@ -249,7 +250,7 @@ var CoverageReporter = function (rootConfig, helper, logger, emitter) {
var remappedCoverageMap = sourceMapStore.transformCoverage(coverageMap).map

// If config.check is defined, check coverage levels for each browser
if (config.hasOwnProperty('check') && !checkedCoverage[browser.id]) {
if (hasOwnProperty.call(config, 'check') && !checkedCoverage[browser.id]) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this change separate from the deps update?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It is new rule from eslint - https://eslint.org/docs/rules/no-prototype-builtins
that why need to fix.

@karmarunnerbot
Copy link
Member

🎉 This PR is included in version 2.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

3 participants