axe312ger / metalsmith-webpack-suite

:chains: Working example of metalsmith and webpack 3
30 stars 9 forks source link

An in-range update of stylelint is breaking the build 🚨 #38

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 7.11.1 of stylelint just got published.

Branch Build failing 🚨
Dependency stylelint
Current Version 7.11.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As stylelint is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **ci/circleci** Your tests failed on CircleCI [Details](https://circleci.com/gh/axe312ger/metalsmith-webpack-suite/203?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)

Release Notes 7.11.1
  • Fixed: media-feature-name-*list now accept arrays for their primary options (#2632).
  • Fixed: selector-* now ignore custom property sets (#2634).
  • Fixed: selector-pseudo-class-no-unknown now ignores Less :extend (#2625).
Commits

The new version differs by 10 commits.

  • 3ae1b72 Add an ignorePattern example for URL in comments in max-line-length (#2635)
  • c0b3e17 Prepare 7.11.1
  • 239e749 Add an ignorePattern test for URLs in comments in max-line-length (#2636)
  • d092c46 Create CHANGELOG.md
  • 9baf0d0 Fixed: ignore custom property sets in selector rules. (#2634)
  • f3f4fd2 Create CHANGELOG.md
  • 861a1bd Fixed: media-feature-name-whitelist and media-feature-name-blacklist now accept array as first option. (#2632)
  • 76df61d Create CHANGELOG.md
  • 93fb065 Fixed: ignore less :extend in selector-pseudo-class-no-unknown. (#2625)
  • d229a67 chore(package): update del to version 3.0.0 (#2616)

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

After pinning to 7.11.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 7 years ago

Version 7.12.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 7.12.0
  • Deprecated: 6 rules, each has been replaced by a more configurable alternative (#2679).
    • function-url-data-uris rule. Use either function-url-scheme-blacklist or function-url-scheme-whitelist.
    • selector-no-attribute rule. Use selector-max-attribute with 0 as its primary option.
    • selector-no-combinator rule. Use selector-max-combinators with 0 as its primary option.
    • selector-no-id rule. Use selector-max-id with 0 as its primary option.
    • selector-no-type rule. Use selector-max-type with 0 as its primary option.
    • selector-no-universal rule. Use selector-max-universal with 0 as its primary option.
  • Added: function-url-scheme-blacklist rule (#2626).
  • Added: function-url-scheme-whitelist regex support (#2662).
  • Added: selector-max-attribute rule (#2628).
  • Added: selector-max-combinators rule (#2658).
  • Added: selector-max-id rule (#2654).
  • Added: selector-max-type rule (#2665).
  • Added: selector-max-universal rule (#2653).
  • Fixed: --fix no longer crashes when used with ignored files (#2652).
  • Fixed: max-* rules now use singular and plural nouns in their messages (#2663).
Commits

The new version differs by 33 commits.

  • 36bc35c Prepare 7.12.0
  • d29ffe2 Fix indentation
  • bd10fc6 Update CHANGELOG.md
  • a72ffdd Deprecate replaced rules (#2679)
  • 35f861c Update CHANGELOG.md
  • 340eef1 Document use of escaped classes in selector-class-pattern (#2520)
  • 0c76e43 Use stylelint.lint test
  • d4a8107 Do not try to write back ignored files after --fix. (#2652)
  • 824dd83 Update CHANGELOG.md
  • bf8e283 Added: selector-max-type rule (#2665)
  • 1c713f6 Add autofixing caveats explanation (#2667)
  • b12d30c Improve search keywords for turning off a rule (#2682)
  • c84a6ad Document use of CLI negation globs (#2681)
  • 38bb530 Don't use deprecated rule in example (#2680)
  • 989c1d1 Update CHANGELOG.md

There are 33 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 7.13.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 7.13.0
  • Added: ignoreAttributes option to selector-max-attribute (#2722).
  • Fixed: selector-combinator-space-* false positives for CSS namespaced type selectors (#2715).
  • Fixed: selector-max-specificity now ignores nested non-standard selectors (#2685).
Commits

The new version differs by 46 commits.

  • d2c3c24 Update snapshot
  • 57466fa Prepare 7.13.0
  • d2c31e8 Update CHANGELOG.md
  • 945a188 Add ignoreAttributes option for selector-max-attribute (#2722)
  • ed588f3 Replace clearMessages with clearReportedMessages (#2725)
  • a399045 Update CHANGELOG.md
  • 57e71a3 Issue 2711 (#2715)
  • 11dbf79 Add brace in max-nesting-depth example (fix #2718) (#2720)
  • 8c2c4a8 Correct extends behaviour in document (fix #2716) (#2717)
  • ad67157 Expand new option and bug fixing instructions
  • 4310b91 Update chalk to the latest version πŸš€ (#2695)
  • 554a55f Update CHANGELOG.md
  • 863ed85 Ignore nested non-standard selectors in selector-max-specificity (#2685)
  • 36bc35c Prepare 7.12.0
  • d29ffe2 Fix indentation

There are 46 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.3.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 8.3.0
  • Added: autofix support for stdin input (#2787).
  • Added: font-family-no-missing-generic-family-keyword rule (#2930).
  • Added: no-duplicate-at-import-rules rule (#2963).
  • Added: number-leading-zero autofix (#2921).
  • Added: number-no-trailing-zeros autofix (#2947).
  • Added: shorthand-property-no-redundant-values autofix (#2956).
  • Added: string-quotes autofix (#2959).
  • Added: ignore: ["custom-properties"] option to length-zero-no-unit (#2967).
  • Added: except: ["inside-block"] option to rule-empty-line-before (#2982).
  • Added: ignoreValues to value-no-vendor-prefix (#3015).
  • Added: ignoreMediaFeatureNames to unit-blacklist (#3027).
  • Fixed: comment-empty-line-before false positives for shared-line comments (#2986).
  • Fixed: unit-* false positives for spaceless multiplication (#2948).
Commits

The new version differs by 238 commits.

  • 9207ed5 Prepare 8.3.0
  • 979f92a Use consistent order in CHANGELOG
  • 128c7dd Bump no-unknown-animation to limit
  • 78c0a54 Add support for HTML, Markdown and Vue component (#2975)
  • 635ac0b chore(package): update eslint to version 4.12.0 (#3031)
  • 4e74975 Update CHANGELOG.md
  • ec2a52e Add ignoreMediaFeatureNames for unit-blacklist (#3027)
  • f0ac3e4 Documentation: Move -redundant- rules to Limit language features (#3029)
  • ded86c8 fix(package): update globby to version 7.0.0 (#3024)
  • 905ff88 Update CHANGELOG.md
  • 6abc9ce Add ignoreValues: [] to value-no-vendor-prefix (#3015)
  • 12d1698 Update Prettier and apply fixes (#3017)
  • 60a6057 chore(package): update lint-staged to version 5.0.0 (#3020)
  • 18b8d17 chore(package): update eslint to version 4.11.0 (#3019)
  • 122820e chore(package): update flow-bin to version 0.59.0 (#3016)

There are 238 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.3.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 8.3.1
  • Fixed: font-family-no-missing-generic-family-keyword false positives for at-font-face (#3034).
Commits

The new version differs by 242 commits.

  • b880816 Prepare 8.3.1
  • 55bfc23 Update CHANGELOG.md
  • 7db5f1d Fix false positives for font-face in font-family-no-missing-generic-family-keyword (#3034)
  • b3d8289 Add missing CHANGELOG item
  • 9207ed5 Prepare 8.3.0
  • 979f92a Use consistent order in CHANGELOG
  • 128c7dd Bump no-unknown-animation to limit
  • 78c0a54 Add support for HTML, Markdown and Vue component (#2975)
  • 635ac0b chore(package): update eslint to version 4.12.0 (#3031)
  • 4e74975 Update CHANGELOG.md
  • ec2a52e Add ignoreMediaFeatureNames for unit-blacklist (#3027)
  • f0ac3e4 Documentation: Move -redundant- rules to Limit language features (#3029)
  • ded86c8 fix(package): update globby to version 7.0.0 (#3024)
  • 905ff88 Update CHANGELOG.md
  • 6abc9ce Add ignoreValues: [] to value-no-vendor-prefix (#3015)

There are 242 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.4.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 8.4.0
  • Added: except: ["after-closing-brace"] to block-closing-brace-empty-line-before (#3011).
  • Fixed: unmet peer dependency warning for postcss-sass (#3040).
  • Fixed: false positives for CSS within comments in *.pcss files (#3064).
  • Fixed: font-family-no-missing-generic-family-keyword configuration (#3039).
  • Fixed: indentation autofix for HTML (#3044).
Commits

The new version differs by 261 commits.

  • 163bfd5 Prepare 8.4.0
  • 6b70bd5 Fix meow configuration for default values (#3066)
  • 1901967 Update CHANGELOG.md
  • 56dfcb6 Update CHANGELOG.md
  • 174514f fix(package): update postcss-html to version 0.12.0 (#3064)
  • 42a3af1 fix(package): update known-css-properties to version 0.5.0 (#3057)
  • 7237c87 chore(package): update flow-bin to version 0.61.0 (#3060)
  • 8d60e21 chore(package): update eslint to version 4.13.0 (#3059)
  • 80b1a0f Update CHANGELOG.md
  • 80aed9a Add except: ["after-closing-brace"] to block-closing-brace-empty-line… (#3011)
  • 4e94180 chore: update meow package to latest version (#3051)
  • b284045 chore(package): update flow-bin to version 0.60.1 (#3054)
  • c50f08c Update CHANGELOG.md
  • 80a3733 Update CHANGELOG.md
  • f86b01a Add indent support for html (#3044)

There are 250 commits in total.

See the full diff