Skip to content

Commit

Permalink
fix(deps): update dependency stylelint-config-prettier to v9 (#118)
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-config-prettier](https://togithub.com/prettier/stylelint-config-prettier) | [`^8.0.2` -> `^9.0.0`](https://renovatebot.com/diffs/npm/stylelint-config-prettier/8.0.2/9.0.3) | [![age](https://badges.renovateapi.com/packages/npm/stylelint-config-prettier/9.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/stylelint-config-prettier/9.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/stylelint-config-prettier/9.0.3/compatibility-slim/8.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/stylelint-config-prettier/9.0.3/confidence-slim/8.0.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>prettier/stylelint-config-prettier</summary>

### [`v9.0.3`](https://togithub.com/prettier/stylelint-config-prettier/releases/v9.0.3)

[Compare Source](https://togithub.com/prettier/stylelint-config-prettier/compare/v9.0.2...v9.0.3)

-   Re-adds a rule from v8 that had been removed, but is needed ([#&#8203;129](https://togithub.com/prettier/stylelint-config-prettier/issues/129)).

### [`v9.0.2`](https://togithub.com/prettier/stylelint-config-prettier/releases/v9.0.2)

[Compare Source](https://togithub.com/prettier/stylelint-config-prettier/compare/v9.0.1...v9.0.2)

-   Drops new SCSS rules as they cause errors unless using the SCSS plugin

### [`v9.0.1`](https://togithub.com/prettier/stylelint-config-prettier/releases/v9.0.1)

[Compare Source](https://togithub.com/prettier/stylelint-config-prettier/compare/v9.0.0...v9.0.1)

Fixes commit history.

### [`v9.0.0`](https://togithub.com/prettier/stylelint-config-prettier/releases/v9.0.0)

[Compare Source](https://togithub.com/prettier/stylelint-config-prettier/compare/v8.0.2...v9.0.0)

-   Updates rules ([#&#8203;125](https://togithub.com/prettier/stylelint-config-prettier/issues/125))
-   Adds SCSS rule resets ([#&#8203;124](https://togithub.com/prettier/stylelint-config-prettier/issues/124))
-   Sorts rules
-   Simplifies package.json
-   Migrates from Travis CI to Github Workflows

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **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-nextjs-template).
  • Loading branch information
renovate[bot] authored Nov 18, 2021
1 parent dec7424 commit 5c20105
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/stylelint-config-ibmdotcom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"stylelint": "^13.7.2"
},
"dependencies": {
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-prettier": "^9.0.0",
"stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.18.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8566,10 +8566,10 @@ [email protected]:
stylis "3.5.4"
stylis-rule-sheet "0.0.10"

stylelint-config-prettier@^8.0.2:
version "8.0.2"
resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-8.0.2.tgz#da9de33da4c56893cbe7e26df239a7374045e14e"
integrity sha512-TN1l93iVTXpF9NJstlvP7nOu9zY2k+mN0NSFQ/VEGz15ZIP9ohdDZTtCWHs5LjctAhSAzaILULGbgiM0ItId3A==
stylelint-config-prettier@^9.0.0:
version "9.0.3"
resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-9.0.3.tgz#0dccebeff359dcc393c9229184408b08964d561c"
integrity sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==

stylelint-prettier@^1.1.2:
version "1.1.2"
Expand Down

0 comments on commit 5c20105

Please sign in to comment.