Open greenkeeper[bot] opened 7 years ago
Your tests are still failing with this version. Compare the changes π¨
schema.preceedingPlugins
(#2455).The new version differs by 6 commits .
d76c6d1
Prepare 7.10.1
d64963f
Update CHANGELOG.md
1812744
Keep scope when using schema.preceedingPlugins
(#2455)
1bcfc00
Fix system tests on win32 (#2465)
4d5acee
Corrected media-feature-range-operator-space-*
documentation and tests. (#2463)
7b4288b
Add consistent type to code fence
See the full diff.
Your tests are passing again with this version. Explicitly upgrade to this version π
--fix
CLI parameter or fix: true
Node API options property. Supported rules:
at-rule-empty-line-before
at-rule-name-case
color-hex-case
comment-empty-line-before
custom-property-empty-line-before
declaration-empty-line-before
indentation
rule-empty-line-before
selector-max-class
rule.ignore: ["custom-elements"]
option to selector-type-no-unknown
(#2366).cache
enabled (#2494).:extend
is now ignored (#2571).function-parentheses-space-inside
now ignores functions without parameters (#2587).length-zero-no-unit
now correctly handles newlines and no spaces after colon (#2477).selector-descendant-combinator-no-non-space
and selector-combinator-space-before/after
now understand and check >>>
shadow-piercing combinator (#2509).selector-descendant-combinator-no-non-space
now ignores Less guards (#2557).selector-pseudo-class-no-unknown
now checks @page
at-rules and supports @page
pseudo-classes (#2445).selector-pseudo-class-no-unknown
now considers focus-ring
, playing
and paused
to be known (#2507).selector-type-no-unknown
now ignores MathML tags (#2478).selector-type-no-unknown
now ignores the /deep/
shadow-piercing combinator (#2508).value-keyword-case
now ignores variables with signs (#2558).The new version differs by 83 commits.
8466d17
Prepare 7.11.0
9cd35c0
Prepare changelog
534c29d
Update CHANGELOG.md
aee270e
Move pify from devDependencies to dependencies
e1700b4
fix(package): update known-css-properties to version 0.2.0
7f48674
Update CHANGELOG.md
d1c1b13
Add autofixing for color-hex-case (#2577)
f0e0780
Create CHANGELOG.md
de74769
Add indentation autofixing for selectors, at-rules params, and declarations
79a1ff4
Add docs
d09da33
Add indentation autofixing for most usecases
074d9f8
Refactor old code
67b8f50
Update CHANGELOG.md
5796ac4
Fixed: ignore less guards in selector-descendant-combinator-no-non-space
. (#2557)
b86fc18
Stylelint pre-commit plugin (#2591)
There are 83 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 93 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)
8466d17
Prepare 7.11.0
9cd35c0
Prepare changelog
534c29d
Update CHANGELOG.md
aee270e
Move pify from devDependencies to dependencies
e1700b4
fix(package): update known-css-properties to version 0.2.0
There are 93 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes π¨
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.function-url-scheme-blacklist
rule (#2626).function-url-scheme-whitelist
regex support (#2662).selector-max-attribute
rule (#2628).selector-max-combinators
rule (#2658).selector-max-id
rule (#2654).selector-max-type
rule (#2665).selector-max-universal
rule (#2653).--fix
no longer crashes when used with ignored files (#2652).max-*
rules now use singular and plural nouns in their messages (#2663).The new version differs by 126 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 126 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 13 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)
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 :muscle:
Status Details
- β **ci/circleci** Your tests failed on CircleCI [Details](https://circleci.com/gh/Ticketfly-UI/ticketfly-css/224?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)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](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: