stylelint-custom-processor-loader
stylelint-custom-processor-loader copied to clipboard
Update stylelint to the latest version π
Version 9.2.1 of stylelint was just published.
| Dependency |
stylelint
|
|---|---|
| Current Version | 9.1.3 |
| Type | devDependency |
The version 9.2.1 is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of stylelint.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
9.2.1- Fixed:
cacheoption hiding CssSyntaxError outputs (#3258). - Fixed: regression with processors (e.g. styled-components) (#3261).
- Fixed:
no-descending-specificityfalse positives for Sass nested properties (#3283). - Fixed:
selector-pseudo-class-no-unknownfalse positives proprietary webkit pseudo classes when applied to a simple selector (#3271).
Commits
The new version differs by 60 commits.
0a7c7edUpdate CHANGELOG.mdbef48d1Prepare 9.2.1288b6a4Update CHANGELOG.md9417497Fix support for processors (#3261)3b9d937Fix line endings to LF7bdecd8chore(package): update cp-file to version 6.0.0 (#3305)143083dUpdate issue templates (#3294)a483b73chore: clone last 10 commits (#3303)8e77552Cache node_modules in Travis (#3300)d5f7cfdClone only last commit at Appveyor (#3301)6bfb948Update Cosmiconfig (#3296)16a9e60Create CODEOWNERS22f54e4chore(package): update chalk to version 2.4.0 (#3269)f549f2aUpdate CHANGELOG.md34cd970Fix nested property scss syntax false positive (#3283)
There are 60 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
Version 9.3.0 just got published.
Update to this version instead π
Release Notes
9.3.0- Added: support for
<style>tags andstyle=""attributes in XML and XSLT files (#3386). - Added:
globbyOptionsoption (#3339). - Added:
keyframes-name-patternrule (#3321). - Added:
media-feature-name-value-whitelistrule (#3320). - Added:
selector-pseudo-element-colon-notationautofix (#3345). - Fixed:
.vuefiles throwing errors for<style lang="stylus">and<style lang="postcss">(#3331). - Fixed:
declaration-block-no-*false positives for non-standard syntax (#3381). - Fixed:
function-whitespace-afterfalse positives for "/" (#3132). - Fixed:
length-zero-no-unitincorrect autofix for at-includes (#3347). - Fixed:
max-nesting-depthfalse positives for nested properties (#3349). - Fixed:
no-empty-sourcefalse positives on vue external sources<style src="*">tag (#3331). - Fixed:
max-line-lengthfalse positives for non-CSS blocks (#3367). - Fixed:
no-eol-whitespacefalse positives for non-CSS blocks (#3367). - Fixed:
no-extra-semicolonsfalse positives for non-CSS blocks (#3367). - Fixed:
no-missing-end-of-source-newlinefalse positives for non-CSS blocks (#3367).
Commits
The new version differs by 46 commits.
13784d7Prepare 9.3.05391106Update CHANGELOG.md3507bacFix false positives on non-standard syntax in declaration-block-no-* (#3381)75172b6Add stylelint-no-indistinguishable-colors plugin (#3394)e766f02Update CHANGELOG.mdd9e313aAdd media-feature-name-value-whitelist (#3320)f885c04Fix template (#3392)282121bUpdate CHANGELOG.md7d80cc5fix(package): update postcss-html to version 0.28.0 (#3386)872a193fix(package): update postcss-syntax to version 0.28.0 (#3388)182e183fix(package): update postcss-markdown to version 0.28.0 (#3387)ad665deUpdate flow-bin to the latest version π (#3378)243b279Update CoC (#3385)163ca21Update issue templates (#3384)d3d4bfcAdd non-obvious list of rule README conventions (#3363)
There are 46 commits in total.
See the full diff
Version 9.4.0 just got published.
Update to this version instead π
Release Notes
9.4.0- Added: bundled support for styles in template literals (#3405).
- Added:
linebreaksrule (#3289). - Added:
compactformatter (#3488). - Added:
at-rule-semicolon-newline-afterautofix (#3450). - Added:
block-closing-brace-newline-afterautofix (#3443). - Added:
block-opening-brace-space-beforeautofix (#3438). - Added:
declaration-block-trailing-semicolonautofix (#3382). - Added:
declaration-colon-space-beforeautofix (#3445). - Added:
property-caseautofix (#3448). - Added:
selector-combinator-space-afterautofix (#3446). - Added:
selector-combinator-space-beforeautofix (#3457). - Added:
selector-list-comma-space-beforeautofix (#3447). - Fixed:
block-opening-brace-newline-afterfalse positives for nested rule-sets prefixed with comments (#3383). - Fixed:
declaration-block-trailing-semicolonreport of errors with the--fixoption (#3493). - Fixed:
font-family-name-quotesfalse positives forsystem-uisystem font (#3463). - Fixed:
keyframes-name-patternsupport for raw JS RegExp (#3437). - Fixed:
media-feature-name-no-unknownfalse positives for level 5 names (#3397). - Fixed:
no-descending-specificityfalse positives for #{&} (#3420). - Fixed:
no-missing-end-of-source-newlinefalse positives for style attributes (#3485).
Commits
The new version differs by 67 commits.
5c789fdUpdate CHANGELOG.mdf7edb36Fix reports of errors with the --fix option in declaration-block-trailing-semicolon148c09fTypo (#3497)7340df1Tweak README (#3496)4b868f3Prepare 9.4.0faef7ccPrepare CHANGELOG093e021Remove unused error option from --rd docs (#3495)002619dSimplify README structure and language (#3491)35a24b8Use "ID" and not "id" throughout (#3486)824b895Update CHANGELOG.md700b7fbAdd a "compact" formatter (#3488)b07e9c8Fix inconsistent linebreaks docs (#3489)acec955Update CHANGELOG.md8e28932Add autofix to block-closing-brace-newline-after (#3443)db49361Update CHANGELOG.md
There are 67 commits in total.
See the full diff
Version 9.5.0 just got published.
Update to this version instead π
Release Notes
9.5.0- Added: bundled support for styles in CSS-in-JS object literals (#3506).
- Added:
--print-configCLI flag (#3532). - Added:
block-closing-brace-newline-beforeautofix (#3442). - Added:
block-opening-brace-newline-beforeautofix (#3518). - Added:
block-opening-brace-space-afterautofix (#3520). - Added:
block-opening-brace-newline-afterautofix (#3441). - Added:
declaration-block-semicolon-newline-afterautofix (#3545). - Added:
declaration-block-semicolon-space-beforeautofix (#3554). - Added:
declaration-colon-space-afterautofix (#3538). - Added:
selector-list-comma-newline-beforeautofix (#3517). - Added:
selector-list-comma-space-afterautofix (#3490). - Added:
unixformatter (#3524). - Fixed:
selector-descendant-combinator-no-non-spacefalse positives for calculations with parenthesis (#3508).
Commits
The new version differs by 40 commits.
a196777Merge branch 'master' of github.com:stylelint/stylelint405e3e7Prepare 9.5.04e73fbdUpdate releases.md114738cUpdate CHANGELOG.md6ec2a0fAdd autofix to declaration-block-semicolon-space-before (#3554)b1cf440Update CHANGELOG.mdde84524Add autofix to declaration-block-semicolon-newline-after (#3545)4047b91Update flow-bin to the latest version π (#3556)2301a48Update postcss-* parser depsedd5501Update CHANGELOG.md4eca454Add autofix to declaration-colon-space-after (#3538)38a7e3fUpdate flow-bin to the latest version π (#3512)c9e043dfix(package): update postcss-syntax to version 0.33.0 (#3539)9c7e0d2fix(package): update postcss-markdown to version 0.33.0 (#3542)d2311b2fix(package): update postcss-jsx to version 0.33.0 (#3543)
There are 40 commits in total.
See the full diff
- The
devDependencystylelint was updated from9.1.3to9.6.0.
Update to this version instead π
Release Notes for 9.6.0
- Added: suggestions for invalid CLI options (#3622).
- Added:
no-empty-first-linerule (#3650). - Added:
at-rule-name-space-afterautofix (#3653). - Added:
block-closing-brace-empty-line-beforeautofix (#3598). - Added:
block-closing-brace-space-beforeautofix (#3673). - Added:
comment-whitespace-insideautofix (#3619). - Added:
declaration-bang-space-afterautofix (#3598). - Added:
declaration-bang-space-beforeautofix (#3592). - Added:
declaration-colon-newline-afterautofix (#3588). - Added:
function-comma-space-afterautofix (#3555). - Added:
function-comma-space-beforeautofix (#3596). - Added:
function-name-caseautofix (#3674). - Added:
function-max-empty-linesautofix (#3645). - Added:
function-parentheses-newline-insideautofix (#3601). - Added:
function-whitespace-afterautofix (#3648). - Added:
media-feature-colon-space-afterautofix (#3623). - Added:
media-feature-colon-space-beforeautofix (#3637). - Added:
media-feature-name-caseautofix (#3685). - Added:
media-feature-range-operator-space-afterautofix (#3639). - Added:
media-feature-range-operator-space-beforeautofix (#3618). - Added:
media-query-list-comma-newline-afterautofix (#3643). - Added:
media-query-list-comma-space-afterautofix (#3607). - Added:
media-query-list-comma-space-beforeautofix (#3640). - Added:
function-parentheses-space-insideautofix (#3563). - Added:
selector-attribute-brackets-space-insideautofix (#3605). - Added:
selector-attribute-operator-space-afterautofix (#3641). - Added:
selector-attribute-operator-space-beforeautofix (#3603). - Added:
selector-pseudo-class-caseautofix (#3671). - Added:
selector-pseudo-class-parentheses-space-insideautofix (#3646). - Added:
selector-type-caseautofix (#3668). - Added:
no-eol-whitespaceautofix (#3615). - Added:
no-extra-semicolonsautofix (#3574). - Added:
value-list-comma-newline-afterautofix (#3616). - Added:
value-list-comma-space-afterautofix (#3558). - Added:
value-list-comma-space-beforeautofix (#3597). - Added:
baseIndentLeveltoindentation(#3557). - Fixed: autofix for 5 whitespace rules (#3621).
- Fixed:
linebreaksTypeError (#3636). - Fixed:
max-empty-linesincorrect line reporting (#3530). - Fixed:
media-query-list-comma-newline-afterfalse positives for trailing comment (#3657). - Fixed:
no-descending-specificityfalse positives for CSS Modules functional pseudo-classes (#3623).
Commits
The new version differs by 99 commits.
d285c8fPrepare 9.6.066b8f09Update plugins.md (#3692)5a4fcbeAdd codacy as an analysis platform engine (#3691)d02b907fix(package): update known-css-properties to version 0.8.0 (#3684)b25d33dUpdate CHANGELOG.md16d49c0Document mixin parameter note (#3688)acd8898Fix ESLint Jest warnings (#3689)3e22b9fUpdate CHANGELOG.md8642003Update CHANGELOG.md7a18014Add no-empty-first-line rule (#3650)8dadc25feat: add autofix to media-feature-name-case (#3685)31c73b4Update CHANGELOG.mdfbe3429Add auto fix for selector-pseudo-class-case rule (#3671)fefb34bUpdate CHANGELOG.md55a004efeat: add autofix for rule "selector-type-case" (#3668)
There are 99 commits in total.
See the full diff
- The
devDependencystylelint was updated from9.1.3to9.7.0.
Update to this version instead π
Release Notes for 9.7.0
- Added: allow globally installed configuration (#3642).
- Added:
media-feature-parentheses-space-insideautofix (#3720). - Added:
selector-descendant-combinator-no-non-spaceautofix (#3565). - Added:
unit-caseautofix (#3725). - Fixed: false negatives for Less at-imports (#3687).
- Fixed: SyntaxError when an empty string is used for a rule's custom message (#3743).
- Fixed:
max-empty-linesfalse positives for empty lines before</style>(#3708). - Fixed:
selector-max-specificityfalse positives for functional psuedo-classes (#3711).
Commits
The new version differs by 34 commits.
997a618Prepare 9.7.0ee9b8c2Fix processors docs (#3747)be24df2Update postcss-jsx (#3745)6e04323Added stylelint-selector-no-empty in plugins list (#3741)768818dUpdate CHANGELOG.md60c7eddFix SyntaxError when an empty string is used for a rule's custom message (#3743)0d35ec6Fix ESLint error5f995d4Update CHANGELOG.mdd080a87Allow global installed configuration (#3642)0d62386Update CHANGELOG.md857d95fFix false positives for functional psuedo-classes in selector-max-specificity (#3711)ff5ea0dchore(package): update remark-cli to version 6.0.0 (#3737)0fb8b6dUpdate eslint-config-stylelint (#3733)8fa9b87Fix error in tests (#3731)7c14a0eUpdate CHANGELOG.md
There are 34 commits in total.
See the full diff
- The
devDependencystylelint was updated from9.1.3to9.7.1.
Update to this version instead π
Release Notes for 9.7.1
- Fixed:
at-rule-*false positives for Less variables and mixins (#3759).
- The
devDependencystylelint was updated from9.1.3to9.8.0.
Update to this version instead π
Release Notes for 9.8.0
- Added:
value-keyword-caseautofix (#3775). - Added:
ignore: ["pseudo-classes"]tomax-nesting-depth(#3724). - Added:
ignoreTypes:[]toselector-type-case(#3758). - Added:
ignoreFunctions:[]tounit-no-unkown(#3736). - Fixed: error for single-line Sass comments (#3772).
- Fixed:
at-rule-*false positives for Less variables and mixins (#3767). - Fixed:
max-empty-linesfalse positives for final newlines (#3785).
Commits
The new version differs by 23 commits.
5ff7dafPrepare 9.8.0d2fb462Update CHANGELOG.md66855d6Fix false positives for final newlines in max-empty-lines (#3785)cbd0246Fixed typo "psuedo" to "pseudo" (#3790)f20d9e4Update prettier to the latest version π (#3782)8490b5dRemove unused dependencies (#3787)547888b* Add jest-watch-typeahead (#3781)29e0fdeUpdate CHANGELOG.md48dc855Add autofix to value-keyword-case (#3775)3dd2884Update CHANGELOG.md2ba9900Fix error for single-line Sass comments (#3772)0c801e7Update ignore to version 5.0.4 (#3773)a9a68ddUpdate micromatch (#3769)691ce27Update CHANGELOG.md67596f0Add ignore: ["pseudo-classes"] to max-nesting-depth (#3724)
There are 23 commits in total.
See the full diff
- The
devDependencystylelint was updated from9.1.3to9.9.0.
Update to this version instead π
Release Notes for 9.9.0
- Added:
selector-list-comma-newline-afterautofix (#3815). - Added:
value-list-max-empty-linesautofix (#3814). - Added:
ignoreSelectors: []toselector-no-vendor-prefix(#3748). - Fixed: ignored files are no longer parsed (#3801).
- Fixed: ignore
&:extendfor Less syntax (#3824). - Fixed:
--report-needless-disablesCLI flag (#3819). - Fixed:
font-family-no-missing-generic-family-keywordfalse positives for system fonts (#3794).
Commits
The new version differs by 28 commits.
7cbb032Prepare 9.9.0e5847cdPrepare Changelog97a538fUpdate CHANGELOG.mdac09f8dAdd ignoreSelectors: [] to selector-no-vendor-prefix (#3748)25c3d0aUpdate CHANGELOG.md450685cMark report-needless-disable as boolean (#3819)8098e91Update CHANGELOG.md9dde9beIgnore Less &:extend in isStandardSyntaxDeclaration (#3824)29424d4Update CHANGELOG.mddf0630dAdd autofix to selector-list-comma-newline-after (#3815)279b8b4Update CHANGELOG.mdf7aba89Add autofix to value-list-max-empty-lines (#3814)703bd3bUpdate npm-run-all (#3825)c1ff79cFixed typos in docs, comments and tests (#3822)309644fAdd βsans-serifβ to tail of font shortcut (#3813)
There are 28 commits in total.
See the full diff
- The
devDependencystylelint was updated from9.1.3to9.10.0.
Update to this version instead π
Release Notes for 9.10.0
- Added: support for ordinary regular expressions anywhere a regex string is accepted in rule config (#3799).
- Added:
css-in-jssyntax option that will replace the existingstyledandjsxones (#3872). - Added:
function-calc-no-invalidrule (#3833). - Added:
ignore: ["next-sibling"]toselector-max-type(#3832). - Added:
declaration-block-semicolon-space-afterautofix (#3865). - Fixed: autofix is now disabled when a stylelint processors is used (#3873).
- Fixed:
CssSyntaxErrorfor functions in template literals (#3869). - Fixed:
no-descending-specificityfalse positives for styled-components (#3875). - Fixed:
no-duplicate-selectorsfalse positives for styled-components (#3875). - Fixed:
selector-pseudo-class-no-unknownfalse positives forfocus-visible(#3887). - Fixed:
selector-max-universalfalse positives for flush comments containing a comma (#3817). - Fixed:
shorthand-property-redundant-valuesfalse positives for negative values (#3888).
Commits
The new version differs by 41 commits.
af6c857Prepare 9.10.01d01ec2Prepare changelogcb8f56aUpdate CHANGELOG.mdafb49fcDon't report "unknown pseudo class" for :focus-visible (#3886) (#3887)bf989e9Update CHANGELOG.md6ddc90bAllow negative values for shorthand-property-redudant-values (#3840) (#3888)387bda2Update globby (#3890)e4e758dFix tests to account for new syntax errors in PostCSS (#3892)4e7f263Update url ofstylelint-webpack-plugin(#3883)94dbb4eUpdate flow-bin to the latest version π (#3881)3495702Update CHANGELOG.mde57e893Run rules for each root of document (#3875)762df47Update CHANGELOG.md584876dFix false positives for flush comments containing a comma in selector-max-universal (#3817)754bf92Update CHANGELOG.md
There are 41 commits in total.
See the full diff
- The
devDependencystylelint was updated from9.1.3to10.0.0.
Update to this version instead π
Commits
The new version differs by 75 commits.
c789336Prepare 10.0.070c63e0Update CHANGELOG.md9b76cecFix autofix for single-line comments within maps in value-keyword-case (#4019)49fa75fUpdate CHANGELOG.md6308199Update CHANGELOG.md4ca75e7Throw error on non-existent files unless allow-empty-input is enabled (#3965)5811b65chore(package): update prettier to version 1.17.0 (#4025)7c8d769Replace Node.js legacy API for URL parsing. Fixes #3803 (#4024)77c70b5Update dependencies (#4013)a8f93d6fix(package): update micromatch to version 4.0.0 (#4015)bfbf462Update CHANGELOG.md9efd6f4Removestyledandjsxsyntax options (#4009)6ab5e1fUpdate CHANGELOG.md2b73704Add ignore: ["comments"] to block-no-empty (#4008)b6f3057Update CHANGELOG.md
There are 75 commits in total.
See the full diff
π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
- The
devDependencystylelint was updated from9.1.3to13.4.0.
π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
- The
devDependencystylelint was updated from9.1.3to13.4.1.
π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
- The
devDependencystylelint was updated from9.1.3to13.5.0.