halkeye / old-www-gavinmogan-com

My Website
https://www.gavinmogan.com
MIT License
1 stars 0 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency stylelint was updated from 9.6.0 to 9.7.0.

🚨 View failing branch.

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

stylelint is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/jenkins/branch:** This commit is being built ([Details](https://jenkins.gavinmogan.com/job/Github%20Projects/job/halkeye_www-gavinmogan-com/job/greenkeeper%252Fstylelint-9.7.0/1/display/redirect)). - ❌ **Install:** Failed to build stage ([Details](https://jenkins.gavinmogan.com/job/Github%20Projects/job/halkeye_www-gavinmogan-com/job/greenkeeper%252Fstylelint-9.7.0/1/display/redirect)). - βœ… **Test:** Stage did not run due to earlier failure(s) ([Details](https://jenkins.gavinmogan.com/job/Github%20Projects/job/halkeye_www-gavinmogan-com/job/greenkeeper%252Fstylelint-9.7.0/1/display/redirect)). - βœ… **Build:** Stage did not run due to earlier failure(s) ([Details](https://jenkins.gavinmogan.com/job/Github%20Projects/job/halkeye_www-gavinmogan-com/job/greenkeeper%252Fstylelint-9.7.0/1/display/redirect)). - βœ… **Deploy:** Stage did not run due to earlier failure(s) ([Details](https://jenkins.gavinmogan.com/job/Github%20Projects/job/halkeye_www-gavinmogan-com/job/greenkeeper%252Fstylelint-9.7.0/1/display/redirect)).

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

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 5 years ago

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

greenkeeper[bot] commented 5 years ago

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

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

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

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 55 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 55 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

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 96 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 96 commits in total.

See the full diff