grunt-stylelint
Advanced tools
Comparing version 0.7.0 to 0.8.0
# grunt-stylelint Release History | ||
## v0.8.0 / 2017-04-24 | ||
* build: Move stylelint to peer dependencies and upgrade it to the latest version. (Negar Naghshbandi) | ||
* build: Change stylelint peerDependency to ^7.8.0 (James D. Forrester) | ||
## v0.7.0 / 2017-02-17 | ||
@@ -7,6 +11,6 @@ * Don't over-ride `formatter` option if set (James D. Forrester) | ||
* README: Added basic configuration (M.D. van Es) | ||
* README: Add `failOnError`; give full config example (James Forrester) | ||
* README: Add `failOnError`; give full config example (James D. Forrester) | ||
* tests: Test for `outputFile` (Martin Cermak) | ||
* build: Replace jshint/jscs with eslint (Ed Sanders) | ||
* build: Bump stylelint dependency from ^7.7.1 to 7.8.0 (James Forrester) | ||
* build: Bump stylelint dependency from ^7.7.1 to 7.8.0 (James D. Forrester) | ||
@@ -13,0 +17,0 @@ ## v0.6.0 / 2016-07-29 |
{ | ||
"name": "grunt-stylelint", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "A Grunt checker for CSS files using Stylelint", | ||
@@ -23,5 +23,7 @@ "scripts": { | ||
"dependencies": { | ||
"chalk": "1.1.3", | ||
"stylelint": "7.8.0" | ||
"chalk": "1.1.3" | ||
}, | ||
"peerDependencies": { | ||
"stylelint": "^7.8.0" | ||
}, | ||
"devDependencies": { | ||
@@ -34,4 +36,5 @@ "eslint-config-wikimedia": "0.3.0", | ||
"grunt-contrib-watch": "1.0.0", | ||
"grunt-eslint": "19.0.0" | ||
"grunt-eslint": "19.0.0", | ||
"stylelint": "7.9.0" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12067
8
1
+ Addedcircular-json@0.3.3(transitive)
+ Addeddebug@2.6.9(transitive)
+ Addedfile-entry-cache@2.0.0(transitive)
+ Addedflat-cache@1.3.4(transitive)
+ Addedhtml-tags@2.0.0(transitive)
+ Addedimurmurhash@0.1.4(transitive)
+ Addedknown-css-properties@0.2.0(transitive)
+ Addedmathml-tag-names@2.1.3(transitive)
+ Addedmkdirp@0.5.6(transitive)
+ Addedms@2.0.0(transitive)
+ Addedresolve-from@3.0.0(transitive)
+ Addedrimraf@2.6.3(transitive)
+ Addedstylelint@7.13.0(transitive)
+ Addedwrite@0.2.1(transitive)
- Removedstylelint@7.8.0
- Removedhtml-tags@1.2.0(transitive)
- Removedknown-css-properties@0.0.6(transitive)
- Removedresolve-from@2.0.0(transitive)
- Removedstylelint@7.8.0(transitive)