grunt-parallelize
grunt-parallelize copied to clipboard
Make your task parallel.
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...
Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...
#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/teppeis/test/github/657a8564-b7b5-4e98-87ac-a87b2bf3110a/master..snyk-fix-8272fc3b5ccd88dff87437e4673fdeac) for more details. #### Snyk Project: [teppeis/grunt-parallelize:package.json](https://app.snyk.io/org/teppeis/project/657a8564-b7b5-4e98-87ac-a87b2bf3110a) ####...
Let’s get started with automated dependency management for grunt-parallelize :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...
Hi, I love this tool and trying to use with [grunt-css-lint ](https://github.com/ahmednuaman/grunt-scss-lint) but the problem I've is grunt-css-lint uses 'allFiles' to provide all the files to be linted but paralleize...
I tried 8, 4, and 2 processes and in every case I was seeing worse performance using this than letting eslint just run in 1 process. The build without is...