Skip to content

Commit

Permalink
fix(deps): update dependency stylelint-scss to v4 (#114)
Browse files Browse the repository at this point in the history
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [stylelint-scss](https://togithub.com/stylelint-scss/stylelint-scss) | [`^3.5.3` -> `^4.0.0`](https://renovatebot.com/diffs/npm/stylelint-scss/3.17.0/4.0.0) | [![age](https://badges.renovateapi.com/packages/npm/stylelint-scss/4.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/stylelint-scss/4.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/stylelint-scss/4.0.0/compatibility-slim/3.17.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/stylelint-scss/4.0.0/confidence-slim/3.17.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>stylelint-scss/stylelint-scss</summary>

### [`v4.0.0`](https://togithub.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md#&#8203;400)

[Compare Source](https://togithub.com/stylelint-scss/stylelint-scss/compare/3.21.0...v4.0.0)

-   Removed: `stylelint@13` support.
-   Added: `stylelint@14` support.

### [`v3.21.0`](https://togithub.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md#&#8203;3210)

[Compare Source](https://togithub.com/stylelint-scss/stylelint-scss/compare/3.20.1...3.21.0)

-   Changed: `no-global-function-names` handle interpolated values and add mappings for color functions.

### [`v3.20.1`](https://togithub.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md#&#8203;3201)

[Compare Source](https://togithub.com/stylelint-scss/stylelint-scss/compare/3.20.0...3.20.1)

-   Fixed: `comment-no-empty` remove duplicate rule name from rule's rejected message and improve readme.
-   Fixed: `at-rule-no-unknown` remove duplicate rule name from rule's rejected message.

### [`v3.20.0`](https://togithub.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md#&#8203;3200)

[Compare Source](https://togithub.com/stylelint-scss/stylelint-scss/compare/3.19.0...3.20.0)

-   Changed: `dollar-variable-first-in-block` to support `@use` and `@forward` when using the `ignore: ["imports"]` option.
-   Fixed: `selector-nest-combinators` throwing an error when certain type of nesting was used.
-   Fixed: `dimension-no-non-numeric-values` throwing an error for certain type of unitless interpolation.

### [`v3.19.0`](https://togithub.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md#&#8203;3190)

[Compare Source](https://togithub.com/stylelint-scss/stylelint-scss/compare/3.18.0...3.19.0)

-   Added: `ignoreDefaults` option to `no-duplicate-dollar-variables` rule.

### [`v3.18.0`](https://togithub.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md#&#8203;3180)

[Compare Source](https://togithub.com/stylelint-scss/stylelint-scss/compare/3.17.2...3.18.0)

-   Added: `selector-no-redundant-nesting-selector` add `ignoreKeywords` option to ignore certain keywords that can be used in [Less](http://lesscss.org) or some other non-Scss syntax.
-   Fixed: `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`](https://togithub.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md#&#8203;3172)

[Compare Source](https://togithub.com/stylelint-scss/stylelint-scss/compare/3.17.1...3.17.2)

-   Updated: `postcss-value-parser` dependency and dev dependencies to latest versions.

### [`v3.17.1`](https://togithub.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md#&#8203;3171)

[Compare Source](https://togithub.com/stylelint-scss/stylelint-scss/compare/3.17.0...3.17.1)

-   Fixed: `function-color-relative` false positives for CSS `filter` property.

</details>

---

### Configuration

📅 **Schedule**: 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom-web-components-test).
  • Loading branch information
renovate[bot] authored Nov 22, 2021
1 parent 66e8b29 commit 880c8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stylelint-config-ibmdotcom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"stylelint-config-prettier": "^9.0.0",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^3.5.3"
"stylelint-scss": "^4.0.0"
},
"devDependencies": {
"stylelint": "^14.0.0"
Expand Down

0 comments on commit 880c8db

Please sign in to comment.