shierro / territory-manager

Web App to manage JW territories
https://territorymanager.tools
MIT License
1 stars 0 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency stylelint was updated from 9.4.0 to 9.6.0.

This version 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.


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 139 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 139 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:

codeclimate[bot] commented 5 years ago

Code Climate has analyzed commit e4b8ecaf and detected 0 issues on this pull request.

View more on Code Climate.

codecov[bot] commented 5 years ago

Codecov Report

Merging #153 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #153   +/-   ##
=======================================
  Coverage   87.29%   87.29%           
=======================================
  Files          82       82           
  Lines         685      685           
=======================================
  Hits          598      598           
  Misses         87       87

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 95421b9...e4b8eca. Read the comment docs.

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 πŸš€

Commits

The new version differs by 75 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 75 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 πŸš€