-
Notifications
You must be signed in to change notification settings - Fork 7
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 v4 #547
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/stylelint-scss-4.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
renovate
bot
force-pushed
the
renovate/stylelint-scss-4.x
branch
from
March 8, 2022 13:24
4db3599
to
f1135d9
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: package-lock.json
|
renovate
bot
force-pushed
the
renovate/stylelint-scss-4.x
branch
from
April 12, 2022 14:48
f1135d9
to
c254449
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.0.0
->^4.0.0
Release Notes
stylelint-scss/stylelint-scss
v4.2.0
Compare Source
function-no-unknown
rule (#591).stylelint
peer dependency version to^14.5.1
(required by thefunction-no-unknown
rule).v4.1.0
Compare Source
at-use-no-unnamespaced
rule (#569).dollar-variable-no-namespaced-assignment
rule (#570).at-each-key-value-single-line
add support for Sass modules (#580).v4.0.1
Compare Source
operator-no-unspaced
false positive when using a loop (#575).operator-no-unspaced
don't check operators from data URIs (#574).parseSelector
function to match the one in stylelint repo (#567).no-global-function-names
removed checks functions that cause warnings for global CSS functions (min, max, filter) (#566).v4.0.0
Compare Source
stylelint@13
support.stylelint@14
support.v3.21.0
Compare Source
no-global-function-names
handle interpolated values and add mappings for color functions.v3.20.1
Compare Source
comment-no-empty
remove duplicate rule name from rule's rejected message and improve readme.at-rule-no-unknown
remove duplicate rule name from rule's rejected message.v3.20.0
Compare Source
dollar-variable-first-in-block
to support@use
and@forward
when using theignore: ["imports"]
option.selector-nest-combinators
throwing an error when certain type of nesting was used.dimension-no-non-numeric-values
throwing an error for certain type of unitless interpolation.v3.19.0
Compare Source
ignoreDefaults
option tono-duplicate-dollar-variables
rule.v3.18.0
Compare Source
selector-no-redundant-nesting-selector
addignoreKeywords
option to ignore certain keywords that can be used in Less or some other non-Scss syntax.comment-no-loud
fix a bug where the rule was only checking for comments that were in the beginning of the file.v3.17.2
Compare Source
postcss-value-parser
dependency and dev dependencies to latest versions.v3.17.1
Compare Source
function-color-relative
false positives for CSSfilter
property.v3.17.0
Compare Source
comment-no-empty
rule.v3.16.1
Compare Source
operator-no-unspaced
don't warn for negative numbers inside a function call in interpolated values.v3.16.0
Compare Source
no-global-function-names
rule.dollar-variable-first-in-block
rule.dollar-variable-empty-line-after
rule.function-color-relative
,function-quote-no-quoted-strings-inside
andfunction-unquote-no-unquoted-strings-inside
point the warning to the function name.v3.15.0
Compare Source
no-duplicate-dollar-variables
do not warn for duplicate variables that are in different scopes. A dollar variable is now considered a duplicate if it shadows a variable of the same name (see the Sass documentation).media-feature-value-dollar-variable
new optionignore: ["keywords"]
to not warn when the media feature value is a keyword value likenone
,dark
,fine
,srgb
.double-slash-comment-empty-line-before
new optionsexcept: ["inside-block"]
andignore: ["inside-block"]
.operator-no-unspaced
do not find operators in valid unquoted URLs.v3.14.2
Compare Source
operator-no-unspaced
ignore operators inside@at-root
.v3.14.1
Compare Source
at-import-partial-extension
don't warn for urls that have commas in them.v3.14.0
Compare Source
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.