Skip to content

Commit 5c20105

Browse files
fix(deps): update dependency stylelint-config-prettier to v9 (#118)
[![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).
1 parent dec7424 commit 5c20105

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/stylelint-config-ibmdotcom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"stylelint": "^13.7.2"
2121
},
2222
"dependencies": {
23-
"stylelint-config-prettier": "^8.0.2",
23+
"stylelint-config-prettier": "^9.0.0",
2424
"stylelint-prettier": "^1.1.2",
2525
"stylelint-scss": "^3.18.0"
2626
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8566,10 +8566,10 @@ [email protected]:
85668566
stylis "3.5.4"
85678567
stylis-rule-sheet "0.0.10"
85688568

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

85748574
stylelint-prettier@^1.1.2:
85758575
version "1.1.2"

0 commit comments

Comments
 (0)