stevenfitzpatrick / stevenfitzpatrick.io

My personal homepage
https://stevenfitzpatrick.io
2 stars 0 forks source link

Update stylelint to the latest version πŸš€ #129

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 9.0.0 of stylelint was just published.

Dependency stylelint
Current Version 8.4.0
Type devDependency

The version 9.0.0 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.


Commits

The new version differs by 65 commits.

  • a145849 Prepare 9.0.0
  • c26256f Make CHANGELOG consistent
  • 2a5f009 chore: Update Flow library definitions (#3174)
  • 27fde11 chore(package): update flow-bin to version 0.66.0 (#3169)
  • a5e2a96 chore(package): update eslint to version 4.18.0 (#3170)
  • 1eb07c9 Expand documentation of declaration-block-no-redundant-longhand-prope… (#3165)
  • 247036f Update autoprefixer to the latest version πŸš€ (#3163)
  • fce4456 Add link to stylelint-react-native (#3162)
  • d5d53b1 Update CHANGELOG.md
  • 1cdd64a Update CHANGELOG.md
  • 152f920 Bugfix/issue#3105 selector max id nested at statements (#3113)
  • 53e8e4b Update flow-bin to the latest version πŸš€ (#3157)
  • 8a6d344 Added 'sass' keyword to package.json (#3152)
  • 030612b Update eslint to the latest version πŸš€ (#3150)
  • 442b675 Update known-css-properties to the latest version πŸš€ (#3149)

There are 65 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 9.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • a012f51 Prepare 9.1.0
  • a06dfb5 Update CHANGELOG.md
  • 173a090 Add ignore: ["first-nested"] options (#3179)
  • 4d75991 Remove Open Collective postinstall message (#3180)
  • a6496bd Fix Readme contributors link (#3177)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.1.1 just got published.

Update to this version instead πŸš€

Release Notes 9.1.1
  • Fixed: missing signal-exit dependency (#3186).
Commits

The new version differs by 3 commits.

  • bee4576 Prepare 9.1.1
  • 6d56caa Update CHANGELOG.md
  • 206fd48 Move signal-exit from devDependencies to dependencies. Fixes #3185 (#3186)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.1.2 just got published.

Update to this version instead πŸš€

Release Notes 9.1.2
  • Fixed: parsing of markdown files by updating postcss-html dependency (#3207).
Commits

The new version differs by 11 commits.

  • 79b2721 Prepare 9.1.2
  • 674d93d Update CHANGELOG
  • 9c4f8ff fix(package): update postcss-html to version 0.14.0 (#3207)
  • eac239c Add link to stylelint-z-index-value-constraint plugin (#3205)
  • 1b85c54 Add link to stylelint-selector-tag-no-without-class plugin (#3201)
  • 8a82ea3 fix(package): update postcss-html to version 0.13.0 (#3202)
  • 8581bbf Update downloads badge to point to graph of downloads over time πŸ“ˆ instead of duplicating link to npm (#3193)
  • be4361e Update prettier to the latest version πŸš€ (#3191)
  • 23be9ae Update lint-staged to the latest version πŸš€ (#3184)
  • 31e3b27 Use default greenkeeper label (#3188)
  • 434cf46 docs: add stylelint-processor-glamorous to processors list (#3187)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.1.3 just got published.

Update to this version instead πŸš€

Release Notes 9.1.3
  • Fixed: invalid HTML causing CssSyntaxError by updating postcss-html dependency (#3214).
  • Fixed: empty markdown block causing CssSyntaxError by updating postcss-html dependency (#3214).
Commits

The new version differs by 4 commits.

  • c54fccd Prepare 9.1.3
  • d187cc6 Update CHANGELOG
  • 820f403 Add description of Sass to CLI (#3215)
  • 28b7a0b fix(package): update postcss-html to version 0.15.0 (#3214)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.2.0 just got published.

Update to this version instead πŸš€

Release Notes 9.2.0
  • Added: selector-max-pseudo-class rule (#3195).
  • Fixed: slow require('stylelint') time (#3242).
  • Fixed: autofix erroneously writing to unchanged files (#3241).
  • Fixed: false negatives for template literals within script tags by updating postcss-html dependency (#3238).
  • Fixed: indentation false positives for at-root (#3225).
  • Fixed: max-empty-lines false positives for non-CSS blocks (#3229).
  • Fixed: no-empty-source false positives for non-CSS blocks (#3240).
  • Fixed: string-no-newline false positives for non-CSS blocks (#3228).
Commits

The new version differs by 32 commits.

  • f60ab68 Increase timeout for long running tests
  • 55ab24d Mock getStdin
  • 67b062a Resolve promise
  • b021ad0 Incease CLI test timeout
  • 6f6aa39 Update CHANGELOG.md
  • 1814f4d Fix autofix writing to files that aren't changed (#3241)
  • 60aadd1 Fix false positives for non-CSS files in no-empty-source (#3240)
  • 973e07b Fix require (and test) performance (#3242)
  • 07df575 fix(package): update postcss-html to version 0.18.0 (#3243)
  • 2083aef Increase timeout only for specific tests
  • 059a8e3 Increase Jest timeout
  • d5d8f77 Prepare 9.2.0
  • 0dfeaae Update CHANGELOG.md
  • f6765c2 Update flow-bin to the latest version πŸš€ (#3203)
  • e59f167 Update postcss-html to version 0.17.0 (#3238)

There are 32 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.2.1 just got published.

Update to this version instead πŸš€

Release Notes 9.2.1
  • Fixed: cache option hiding CssSyntaxError outputs (#3258).
  • Fixed: regression with processors (e.g. styled-components) (#3261).
  • Fixed: no-descending-specificity false positives for Sass nested properties (#3283).
  • Fixed: selector-pseudo-class-no-unknown false positives proprietary webkit pseudo classes when applied to a simple selector (#3271).
Commits

The new version differs by 28 commits.

  • 0a7c7ed Update CHANGELOG.md
  • bef48d1 Prepare 9.2.1
  • 288b6a4 Update CHANGELOG.md
  • 9417497 Fix support for processors (#3261)
  • 3b9d937 Fix line endings to LF
  • 7bdecd8 chore(package): update cp-file to version 6.0.0 (#3305)
  • 143083d Update issue templates (#3294)
  • a483b73 chore: clone last 10 commits (#3303)
  • 8e77552 Cache node_modules in Travis (#3300)
  • d5f7cfd Clone only last commit at Appveyor (#3301)
  • 6bfb948 Update Cosmiconfig (#3296)
  • 16a9e60 Create CODEOWNERS
  • 22f54e4 chore(package): update chalk to version 2.4.0 (#3269)
  • f549f2a Update CHANGELOG.md
  • 34cd970 Fix nested property scss syntax false positive (#3283)

There are 28 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 9.3.0 just got published.

Update to this version instead πŸš€

Release Notes 9.3.0
  • Added: support for <style> tags and style="" attributes in XML and XSLT files (#3386).
  • Added: globbyOptions option (#3339).
  • Added: keyframes-name-pattern rule (#3321).
  • Added: media-feature-name-value-whitelist rule (#3320).
  • Added: selector-pseudo-element-colon-notation autofix (#3345).
  • Fixed: .vue files 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-after false positives for "/" (#3132).
  • Fixed: length-zero-no-unit incorrect autofix for at-includes (#3347).
  • Fixed: max-nesting-depth false positives for nested properties (#3349).
  • Fixed: no-empty-source false positives on vue external sources <style src="*"> tag (#3331).
  • Fixed: max-line-length false positives for non-CSS blocks (#3367).
  • Fixed: no-eol-whitespace false positives for non-CSS blocks (#3367).
  • Fixed: no-extra-semicolons false positives for non-CSS blocks (#3367).
  • Fixed: no-missing-end-of-source-newline false positives for non-CSS blocks (#3367).
Commits

The new version differs by 46 commits.

  • 13784d7 Prepare 9.3.0
  • 5391106 Update CHANGELOG.md
  • 3507bac Fix false positives on non-standard syntax in declaration-block-no-* (#3381)
  • 75172b6 Add stylelint-no-indistinguishable-colors plugin (#3394)
  • e766f02 Update CHANGELOG.md
  • d9e313a Add media-feature-name-value-whitelist (#3320)
  • f885c04 Fix template (#3392)
  • 282121b Update CHANGELOG.md
  • 7d80cc5 fix(package): update postcss-html to version 0.28.0 (#3386)
  • 872a193 fix(package): update postcss-syntax to version 0.28.0 (#3388)
  • 182e183 fix(package): update postcss-markdown to version 0.28.0 (#3387)
  • ad665de Update flow-bin to the latest version πŸš€ (#3378)
  • 243b279 Update CoC (#3385)
  • 163ca21 Update issue templates (#3384)
  • d3d4bfc Add non-obvious list of rule README conventions (#3363)

There are 46 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

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: linebreaks rule (#3289).
  • Added: compact formatter (#3488).
  • Added: at-rule-semicolon-newline-after autofix (#3450).
  • Added: block-closing-brace-newline-after autofix (#3443).
  • Added: block-opening-brace-space-before autofix (#3438).
  • Added: declaration-block-trailing-semicolon autofix (#3382).
  • Added: declaration-colon-space-before autofix (#3445).
  • Added: property-case autofix (#3448).
  • Added: selector-combinator-space-after autofix (#3446).
  • Added: selector-combinator-space-before autofix (#3457).
  • Added: selector-list-comma-space-before autofix (#3447).
  • Fixed: block-opening-brace-newline-after false positives for nested rule-sets prefixed with comments (#3383).
  • Fixed: declaration-block-trailing-semicolon report of errors with the --fix option (#3493).
  • Fixed: font-family-name-quotes false positives for system-ui system font (#3463).
  • Fixed: keyframes-name-pattern support for raw JS RegExp (#3437).
  • Fixed: media-feature-name-no-unknown false positives for level 5 names (#3397).
  • Fixed: no-descending-specificity false positives for #{&} (#3420).
  • Fixed: no-missing-end-of-source-newline false positives for style attributes (#3485).
Commits

The new version differs by 67 commits.

  • 5c789fd Update CHANGELOG.md
  • f7edb36 Fix reports of errors with the --fix option in declaration-block-trailing-semicolon
  • 148c09f Typo (#3497)
  • 7340df1 Tweak README (#3496)
  • 4b868f3 Prepare 9.4.0
  • faef7cc Prepare CHANGELOG
  • 093e021 Remove unused error option from --rd docs (#3495)
  • 002619d Simplify README structure and language (#3491)
  • 35a24b8 Use "ID" and not "id" throughout (#3486)
  • 824b895 Update CHANGELOG.md
  • 700b7fb Add a "compact" formatter (#3488)
  • b07e9c8 Fix inconsistent linebreaks docs (#3489)
  • acec955 Update CHANGELOG.md
  • 8e28932 Add autofix to block-closing-brace-newline-after (#3443)
  • db49361 Update CHANGELOG.md

There are 67 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

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-config CLI flag (#3532).
  • Added: block-closing-brace-newline-before autofix (#3442).
  • Added: block-opening-brace-newline-before autofix (#3518).
  • Added: block-opening-brace-space-after autofix (#3520).
  • Added: block-opening-brace-newline-after autofix (#3441).
  • Added: declaration-block-semicolon-newline-after autofix (#3545).
  • Added: declaration-block-semicolon-space-before autofix (#3554).
  • Added: declaration-colon-space-after autofix (#3538).
  • Added: selector-list-comma-newline-before autofix (#3517).
  • Added: selector-list-comma-space-after autofix (#3490).
  • Added: unix formatter (#3524).
  • Fixed: selector-descendant-combinator-no-non-space false positives for calculations with parenthesis (#3508).
Commits

The new version differs by 40 commits.

  • a196777 Merge branch 'master' of github.com:stylelint/stylelint
  • 405e3e7 Prepare 9.5.0
  • 4e73fbd Update releases.md
  • 114738c Update CHANGELOG.md
  • 6ec2a0f Add autofix to declaration-block-semicolon-space-before (#3554)
  • b1cf440 Update CHANGELOG.md
  • de84524 Add autofix to declaration-block-semicolon-newline-after (#3545)
  • 4047b91 Update flow-bin to the latest version πŸš€ (#3556)
  • 2301a48 Update postcss-* parser deps
  • edd5501 Update CHANGELOG.md
  • 4eca454 Add autofix to declaration-colon-space-after (#3538)
  • 38a7e3f Update flow-bin to the latest version πŸš€ (#3512)
  • c9e043d fix(package): update postcss-syntax to version 0.33.0 (#3539)
  • 9c7e0d2 fix(package): update postcss-markdown to version 0.33.0 (#3542)
  • d2311b2 fix(package): update postcss-jsx to version 0.33.0 (#3543)

There are 40 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for 9.6.0
  • Added: suggestions for invalid CLI options (#3622).
  • Added: no-empty-first-line rule (#3650).
  • Added: at-rule-name-space-after autofix (#3653).
  • Added: block-closing-brace-empty-line-before autofix (#3598).
  • Added: block-closing-brace-space-before autofix (#3673).
  • Added: comment-whitespace-inside autofix (#3619).
  • Added: declaration-bang-space-after autofix (#3598).
  • Added: declaration-bang-space-before autofix (#3592).
  • Added: declaration-colon-newline-after autofix (#3588).
  • Added: function-comma-space-after autofix (#3555).
  • Added: function-comma-space-before autofix (#3596).
  • Added: function-name-case autofix (#3674).
  • Added: function-max-empty-lines autofix (#3645).
  • Added: function-parentheses-newline-inside autofix (#3601).
  • Added: function-whitespace-after autofix (#3648).
  • Added: media-feature-colon-space-after autofix (#3623).
  • Added: media-feature-colon-space-before autofix (#3637).
  • Added: media-feature-name-case autofix (#3685).
  • Added: media-feature-range-operator-space-after autofix (#3639).
  • Added: media-feature-range-operator-space-before autofix (#3618).
  • Added: media-query-list-comma-newline-after autofix (#3643).
  • Added: media-query-list-comma-space-after autofix (#3607).
  • Added: media-query-list-comma-space-before autofix (#3640).
  • Added: function-parentheses-space-inside autofix (#3563).
  • Added: selector-attribute-brackets-space-inside autofix (#3605).
  • Added: selector-attribute-operator-space-after autofix (#3641).
  • Added: selector-attribute-operator-space-before autofix (#3603).
  • Added: selector-pseudo-class-case autofix (#3671).
  • Added: selector-pseudo-class-parentheses-space-inside autofix (#3646).
  • Added: selector-type-case autofix (#3668).
  • Added: no-eol-whitespace autofix (#3615).
  • Added: no-extra-semicolons autofix (#3574).
  • Added: value-list-comma-newline-after autofix (#3616).
  • Added: value-list-comma-space-after autofix (#3558).
  • Added: value-list-comma-space-before autofix (#3597).
  • Added: baseIndentLevel to indentation (#3557).
  • Fixed: autofix for 5 whitespace rules (#3621).
  • Fixed: linebreaks TypeError (#3636).
  • Fixed: max-empty-lines incorrect line reporting (#3530).
  • Fixed: media-query-list-comma-newline-after false positives for trailing comment (#3657).
  • Fixed: no-descending-specificity false positives for CSS Modules functional pseudo-classes (#3623).
Commits

The new version differs by 99 commits.

  • d285c8f Prepare 9.6.0
  • 66b8f09 Update plugins.md (#3692)
  • 5a4fcbe Add codacy as an analysis platform engine (#3691)
  • d02b907 fix(package): update known-css-properties to version 0.8.0 (#3684)
  • b25d33d Update CHANGELOG.md
  • 16d49c0 Document mixin parameter note (#3688)
  • acd8898 Fix ESLint Jest warnings (#3689)
  • 3e22b9f Update CHANGELOG.md
  • 8642003 Update CHANGELOG.md
  • 7a18014 Add no-empty-first-line rule (#3650)
  • 8dadc25 feat: add autofix to media-feature-name-case (#3685)
  • 31c73b4 Update CHANGELOG.md
  • fbe3429 Add auto fix for selector-pseudo-class-case rule (#3671)
  • fefb34b Update CHANGELOG.md
  • 55a004e feat: add autofix for rule "selector-type-case" (#3668)

There are 99 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for 9.7.0
  • Added: allow globally installed configuration (#3642).
  • Added: media-feature-parentheses-space-inside autofix (#3720).
  • Added: selector-descendant-combinator-no-non-space autofix (#3565).
  • Added: unit-case autofix (#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-lines false positives for empty lines before </style> (#3708).
  • Fixed: selector-max-specificity false positives for functional psuedo-classes (#3711).
Commits

The new version differs by 34 commits.

  • 997a618 Prepare 9.7.0
  • ee9b8c2 Fix processors docs (#3747)
  • be24df2 Update postcss-jsx (#3745)
  • 6e04323 Added stylelint-selector-no-empty in plugins list (#3741)
  • 768818d Update CHANGELOG.md
  • 60c7edd Fix SyntaxError when an empty string is used for a rule's custom message (#3743)
  • 0d35ec6 Fix ESLint error
  • 5f995d4 Update CHANGELOG.md
  • d080a87 Allow global installed configuration (#3642)
  • 0d62386 Update CHANGELOG.md
  • 857d95f Fix false positives for functional psuedo-classes in selector-max-specificity (#3711)
  • ff5ea0d chore(package): update remark-cli to version 6.0.0 (#3737)
  • 0fb8b6d Update eslint-config-stylelint (#3733)
  • 8fa9b87 Fix error in tests (#3731)
  • 7c14a0e Update CHANGELOG.md

There are 34 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for 9.7.1
  • Fixed: at-rule-* false positives for Less variables and mixins (#3759).
Commits

The new version differs by 4 commits.

  • 19e1790 Prepare 9.7.1
  • 871e975 Update CHANGELOG.md
  • 2d2ab16 Fix false positives for Less variables and mixins in at-rule-* (#3749) (#3759)
  • 203ead2 chore(package): update lint-staged to version 8.0.0 (#3751)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for 9.8.0
  • Added: value-keyword-case autofix (#3775).
  • Added: ignore: ["pseudo-classes"] to max-nesting-depth (#3724).
  • Added: ignoreTypes:[] to selector-type-case (#3758).
  • Added: ignoreFunctions:[] to unit-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-lines false positives for final newlines (#3785).
Commits

The new version differs by 23 commits.

  • 5ff7daf Prepare 9.8.0
  • d2fb462 Update CHANGELOG.md
  • 66855d6 Fix false positives for final newlines in max-empty-lines (#3785)
  • cbd0246 Fixed typo "psuedo" to "pseudo" (#3790)
  • f20d9e4 Update prettier to the latest version πŸš€ (#3782)
  • 8490b5d Remove unused dependencies (#3787)
  • 547888b * Add jest-watch-typeahead (#3781)
  • 29e0fde Update CHANGELOG.md
  • 48dc855 Add autofix to value-keyword-case (#3775)
  • 3dd2884 Update CHANGELOG.md
  • 2ba9900 Fix error for single-line Sass comments (#3772)
  • 0c801e7 Update ignore to version 5.0.4 (#3773)
  • a9a68dd Update micromatch (#3769)
  • 691ce27 Update CHANGELOG.md
  • 67596f0 Add ignore: ["pseudo-classes"] to max-nesting-depth (#3724)

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for 9.9.0
  • Added: selector-list-comma-newline-after autofix (#3815).
  • Added: value-list-max-empty-lines autofix (#3814).
  • Added: ignoreSelectors: [] to selector-no-vendor-prefix (#3748).
  • Fixed: ignored files are no longer parsed (#3801).
  • Fixed: ignore &:extend for Less syntax (#3824).
  • Fixed: --report-needless-disables CLI flag (#3819).
  • Fixed: font-family-no-missing-generic-family-keyword false positives for system fonts (#3794).
Commits

The new version differs by 28 commits.

  • 7cbb032 Prepare 9.9.0
  • e5847cd Prepare Changelog
  • 97a538f Update CHANGELOG.md
  • ac09f8d Add ignoreSelectors: [] to selector-no-vendor-prefix (#3748)
  • 25c3d0a Update CHANGELOG.md
  • 450685c Mark report-needless-disable as boolean (#3819)
  • 8098e91 Update CHANGELOG.md
  • 9dde9be Ignore Less &:extend in isStandardSyntaxDeclaration (#3824)
  • 29424d4 Update CHANGELOG.md
  • df0630d Add autofix to selector-list-comma-newline-after (#3815)
  • 279b8b4 Update CHANGELOG.md
  • f7aba89 Add autofix to value-list-max-empty-lines (#3814)
  • 703bd3b Update npm-run-all (#3825)
  • c1ff79c Fixed typos in docs, comments and tests (#3822)
  • 309644f Add β€œsans-serif” to tail of font shortcut (#3813)

There are 28 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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-js syntax option that will replace the existing styled and jsx ones (#3872).
  • Added: function-calc-no-invalid rule (#3833).
  • Added: ignore: ["next-sibling"] to selector-max-type (#3832).
  • Added: declaration-block-semicolon-space-after autofix (#3865).
  • Fixed: autofix is now disabled when a stylelint processors is used (#3873).
  • Fixed: CssSyntaxError for functions in template literals (#3869).
  • Fixed: no-descending-specificity false positives for styled-components (#3875).
  • Fixed: no-duplicate-selectors false positives for styled-components (#3875).
  • Fixed: selector-pseudo-class-no-unknown false positives for focus-visible (#3887).
  • Fixed: selector-max-universal false positives for flush comments containing a comma (#3817).
  • Fixed: shorthand-property-redundant-values false positives for negative values (#3888).
Commits

The new version differs by 41 commits.

  • af6c857 Prepare 9.10.0
  • 1d01ec2 Prepare changelog
  • cb8f56a Update CHANGELOG.md
  • afb49fc Don't report "unknown pseudo class" for :focus-visible (#3886) (#3887)
  • bf989e9 Update CHANGELOG.md
  • 6ddc90b Allow negative values for shorthand-property-redudant-values (#3840) (#3888)
  • 387bda2 Update globby (#3890)
  • e4e758d Fix tests to account for new syntax errors in PostCSS (#3892)
  • 4e7f263 Update url of stylelint-webpack-plugin (#3883)
  • 94dbb4e Update flow-bin to the latest version πŸš€ (#3881)
  • 3495702 Update CHANGELOG.md
  • e57e893 Run rules for each root of document (#3875)
  • 762df47 Update CHANGELOG.md
  • 584876d Fix false positives for flush comments containing a comma in selector-max-universal (#3817)
  • 754bf92 Update CHANGELOG.md

There are 41 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for 9.10.1
  • Fixed: "fatal: Not a git repository" error (#3915).
  • Fixed: unintended increase in package size (#3915).
Commits

The new version differs by 14 commits.

  • 9feb822 Prepare 9.10.1
  • d762243 Update CHANGELOG.md
  • d896a74 Remove jison-gho dependency (#3915)
  • f703624 Lint staged files on pre-commit hook (#3906)
  • 127fef7 Update file-entry-cache to avoid the deprecated warning (#3903)
  • fb7b8bf Re-format CHANGELOG.md (#3905)
  • 69f2c59 Resolve the ambiguity of the Node.js name (#3904)
  • e26fb81 Fix failing tests. Closes #3898 (#3914)
  • 863cb29 Fix link address in docs/developer-guide/issues.md (#3911)
  • 0d5d5fe Update flow-bin to the latest version πŸš€ (#3909)
  • 7b023d4 Add link for PostCSS runner (#3900)
  • e91458e Synchronize the same parts in both node-api.md & postcss-plugin.md (#3899)
  • 7598f59 Update release process docs (#3894)
  • 027fdeb Remove duplicate spaces (#3897)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 61 commits.

  • c789336 Prepare 10.0.0
  • 70c63e0 Update CHANGELOG.md
  • 9b76cec Fix autofix for single-line comments within maps in value-keyword-case (#4019)
  • 49fa75f Update CHANGELOG.md
  • 6308199 Update CHANGELOG.md
  • 4ca75e7 Throw error on non-existent files unless allow-empty-input is enabled (#3965)
  • 5811b65 chore(package): update prettier to version 1.17.0 (#4025)
  • 7c8d769 Replace Node.js legacy API for URL parsing. Fixes #3803 (#4024)
  • 77c70b5 Update dependencies (#4013)
  • a8f93d6 fix(package): update micromatch to version 4.0.0 (#4015)
  • bfbf462 Update CHANGELOG.md
  • 9efd6f4 Remove styled and jsx syntax options (#4009)
  • 6ab5e1f Update CHANGELOG.md
  • 2b73704 Add ignore: ["comments"] to block-no-empty (#4008)
  • b6f3057 Update CHANGELOG.md

There are 61 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 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


Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 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


Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 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


Update to this version instead πŸš€