-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore(deps): update dependency stylelint-scss to v6 #824
base: staging
Are you sure you want to change the base?
Conversation
715893b
to
0ecf13f
Compare
0ecf13f
to
aa29f63
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: yarn.lock
|
aa29f63
to
d727ad2
Compare
d727ad2
to
405f855
Compare
405f855
to
59370f2
Compare
|
59370f2
to
f8c9976
Compare
fdf58ba
to
00e80d7
Compare
00e80d7
to
296dd89
Compare
296dd89
to
b777572
Compare
a3de4b1
to
060b5c7
Compare
ee6ed3c
to
ac8328c
Compare
ac8328c
to
067a1d8
Compare
This PR contains the following updates:
^5.0.0
->^6.9.0
Release Notes
stylelint-scss/stylelint-scss (stylelint-scss)
v6.9.0
Compare Source
Full Changelog: stylelint-scss/stylelint-scss@v6.8.1...v6.9.0
v6.8.1
Compare Source
declaration-property-value-no-unknown
fix false positives for nested properties in nested declarations (#1068).Full Changelog: stylelint-scss/stylelint-scss@v6.8.0...v6.8.1
v6.8.0
Compare Source
function-color-channel
rule (#1060).selector-no-redundant-nesting-selector
support for Dart Sass deprecation (#1022).declaration-property-value-no-unknown
include explicit namespace variables inisDollarVar()
(#1062).declaration-property-value-no-unknown
fix false positives for imported custom functions (#1061).declaration-property-value-no-unknown
reported ranges and message (stylelint/stylelint#8003, #1066).declaration-property-value-no-unknown
false negatives/positives viacss-tree@3.0.0
(stylelint/stylelint#7993, #1065).Full Changelog: stylelint-scss/stylelint-scss@v6.7.0...v6.8.0
v6.7.0
Compare Source
function-no-unknown
: add support for Sass v1.78color.channel
function (#1052).Full Changelog: stylelint-scss/stylelint-scss@v6.6.0...v6.7.0
v6.6.0
Compare Source
declaration-property-value-no-unknown
: add support for first-class operators (#1042).declaration-property-value-no-unknown
: add support SCSS variables as arguments in nested functions (#1042).Full Changelog: stylelint-scss/stylelint-scss@v6.5.1...v6.6.0
v6.5.1
Compare Source
function-quote-no-quoted-strings-inside
fix broken autofix (#1043).Full Changelog: stylelint-scss/stylelint-scss@v6.5.0...v6.5.1
v6.5.0
Compare Source
property-no-unknown
add support for nested declarations (#1024).declaration-property-value-no-unknown
rule (#1023).operator-no-unspaced
fix false positives with comparison operators (#1037).Full Changelog: stylelint-scss/stylelint-scss@v6.4.1...v6.5.0
v6.4.1
Compare Source
load-partial-extension
(#1021).Full Changelog: stylelint-scss/stylelint-scss@v6.4.0...v6.4.1
v6.4.0
Compare Source
load-partial-extension
rule, and deprecatedat-import-partial-extension
rule (#998).partial-no-import
message to include more accurate rule name (#1019).Full Changelog: stylelint-scss/stylelint-scss@v6.3.2...v6.4.0
v6.3.2
Compare Source
at-mixin-no-risky-nesting-selector
fix false positives (#1010).operator-no-unspaced
handle variables with unary negation (#1011).Full Changelog: stylelint-scss/stylelint-scss@v6.3.1...v6.3.2
v6.3.1
Compare Source
selector-no-redundant-nesting-selector
handle pseudo selectors (#1008).operator-no-unspaced
handle Tailwind CSS direct children styling (#1007).no-unused-private-members
fix changes from hyphen to underscore in debug message (#1002).Full Changelog: stylelint-scss/stylelint-scss@v6.3.0...v6.3.1
v6.3.0
Compare Source
at-mixin-no-risky-nesting-selector
rule (#985).property-no-unknown
ignore interpolated properties (#977).no-unused-private-members
treat hyphens and underscores as equals (#987).no-global-function-names
report errors inside at-rules (#988).operator-no-unspaced
ignore operators inside@scope
(#995).no-duplicate-mixins
allow using the same mixin name in different scope (#997).Full Changelog: stylelint-scss/stylelint-scss@v6.2.1...v6.3.0
v6.2.1
Compare Source
Full Changelog: stylelint-scss/stylelint-scss@v6.2.0...v6.2.1
v6.2.0
Compare Source
at-import-partial-extension-allowed-list
rule, and deprecatedat-import-partial-extension-whitelist
rule (#958).at-import-partial-extension-disallowed-list
rule, and deprecatedat-import-partial-extension-blacklist
rule (#958).no-unused-private-members
check variables used as parameters and skip files using@import
(#957).no-unused-private-members
refactor variable search to match regex in atRules params and declaration values (#962).operator-no-unspaced
fix data uri in background shorthand (#968).at-rule-conditional-no-parentheses
remove extra autofix space (#969).function-no-unknown
handle functions inside interpolation (#970).operator-no-unspaced
fix function calls inside interpolation (#972).at-function-named-arguments
handle interpolation in ignored function names (#973).at-import-no-partial-leading-underscore
fix version in deprecation message (#974).Full Changelog: stylelint-scss/stylelint-scss@v6.1.0...v6.2.0
v6.1.0
Compare Source
no-unused-private-members
rule (#884).function-calculation-no-interpolation
allow calc function interpolation in SassScript (#947)property-no-unknown
support deeper nested properties (#948)Full Changelog: stylelint-scss/stylelint-scss@v6.0.0...v6.1.0
v6.0.0
Compare Source
stylelint@16
support.stylelint@14
andstylelint@15
support.Full Changelog: stylelint-scss/stylelint-scss@v5.3.2...v6.0.0
v5.3.2
Compare Source
function-no-unknown
false negatives for functions with namespace (#888)at-root-no-redundant
check selector list for parent selectors (#886)Full Changelog: stylelint-scss/stylelint-scss@v5.3.1...v5.3.2
v5.3.1
Compare Source
block-no-redundant-nesting
autofix (#883).Full Changelog: stylelint-scss/stylelint-scss@v5.3.0...v5.3.1
v5.3.0
Compare Source
block-no-redundant-nesting
rule (#872).load-no-partial-leading-underscore
rule, and deprecatedat-import-no-partial-leading-underscore
rule (#867).at-root-no-redundant
rule (#860).at-use-no-redundant-alias
rule (#866).at-root-no-redundant
check if all selectors followed by@at-root
include '&' outside interpolation (#870).styleLintType: "parseError"
whenparseSelector
fails (#858).Full Changelog: stylelint-scss/stylelint-scss@v5.2.1...v5.3.0
v5.2.1
Compare Source
known-css-properties
dependency (#857).Full Changelog: stylelint-scss/stylelint-scss@v5.2.0...v5.2.1
v5.2.0
Compare Source
at-root-no-redundant
rule to ban unnecessary@at-root
rule (#846).property-no-unknown
rule to disallow unknown properties. (#847).at-use-no-redundant-alias
rule to disallow redundant namespace aliases (#848).function-calculation-no-interpolation
rule to forbid interpolation in calc functions (#849).Full Changelog: stylelint-scss/stylelint-scss@v5.1.0...v5.2.0
v5.1.0
Compare Source
function-disallowed-list
rule support to ban specific built-in functions (#422, #844).Full Changelog: stylelint-scss/stylelint-scss@v5.0.1...v5.1.0
v5.0.1
Compare Source
function-no-unknown
ignore empty function names (#826).Full Changelog: stylelint-scss/stylelint-scss@v5.0.0...v5.0.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.