-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An in-range update of stylelint is breaking the build 🚨 #53
Comments
Version 7.10.1 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notes7.10.1
CommitsThe new version differs by 6 commits .
See the full diff. |
Version 7.11.0 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notes7.11.0
CommitsThe new version differs by 83 commits.
There are 83 commits in total. See the full diff |
Version 7.11.1 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notes7.11.1CommitsThe new version differs by 93 commits.
There are 93 commits in total. See the full diff |
Version 7.12.0 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notes7.12.0
CommitsThe new version differs by 126 commits.
There are 126 commits in total. See the full diff |
Version 7.13.0 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notes7.13.0CommitsThe new version differs by 13 commits.
See the full diff |
Version 7.10.0 of stylelint just got published.
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 💪
Status Details
Release Notes
7.10.0cache
option to store the info about processed files in order to only operate on the changed ones the next time you run stylelint (#2293).at-rule-semicolon-space-before
rule (#2388).ignore: ["comments"]
tomax-empty-lines
(#2401).ignore: ["default-namespace"]
toselector-type-no-unknown
(#2461).ignoreDefaultNamespaces
option toselector-type-no-unknown
(#2461).decl/
folder of Flow types is shipped with the package, for consumers that use Flow (#2322).function-url-scheme-whitelist
was working incorrectly if more than one URL scheme were specified (#2447).no-duplicate-selector
now includes the duplicate selector's first usage line in message (#2415).no-extra-semicolons
false positives for comments after custom property sets (#2396).value-keyword-case
false positives forattr
,counter
,counters
functions andcounter-reset
property (#2407).Commits
The new version differs by 68 commits .
d416051
Prepare 7.10.0
7774201
Prepare changelog
76d7ddc
Update CHANGELOG.md
c1a6662
Add ignoreNamespaces and ignore:["default-namespace"] options (#2461)
857ea2c
chore(package): update eslint to version 3.19.0 (#2460)
08916b0
Update CHANGELOG.md
02d1697
Fix not specified array as primary option for "function-url-scheme-whitelist" (#2447)
a8b6b30
Add text about searching nested directories (#2451)
56196b3
Update CHANGELOG.md
2f7833a
Update CHANGELOG.md
43b18fe
Cache implementation (#2293)
e848e9c
Specify
declaration-empty-line-before
scope in readme (#2434)5e6d426
Add flow annotations (#2361)
983fa7e
chore(package): update eslint to version 3.18.0 (#2431)
10ad096
chore(package): update flow-bin to version 0.42.0 (#2429)
There are 68 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: