Skip to content

Commit 02a034b

Browse files
fix(deps): update dependency stylelint-prettier to v2 (#119)
[![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-prettier](https://togithub.com/prettier/stylelint-prettier) | [`^1.1.2` -> `^2.0.0`](https://renovatebot.com/diffs/npm/stylelint-prettier/1.1.2/2.0.0) | [![age](https://badges.renovateapi.com/packages/npm/stylelint-prettier/2.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/stylelint-prettier/2.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/stylelint-prettier/2.0.0/compatibility-slim/1.1.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/stylelint-prettier/2.0.0/confidence-slim/1.1.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>prettier/stylelint-prettier</summary> ### [`v2.0.0`](https://togithub.com/prettier/stylelint-prettier/blob/master/CHANGELOG.md#&#8203;200-2021-11-05) [Compare Source](https://togithub.com/prettier/stylelint-prettier/compare/v1.2.0...v2.0.0) Increase the minimum required versions of `stylelint`, `prettier` and `node`. No code changes have been required and v1.2.0 works with stylelint v14, however continuing to test old these old unsupported versions is getting more difficult thanks to internal API changes. ([#&#8203;198](https://togithub.com/prettier/stylelint-prettier/issues/198)) - Minimum stylelint version is now v14 (drop support for v9.5 through v13.x) - Minimum prettier version is now v2 (drop support for v1.x) - Minimum node requirements is now ^12.22.0 || ^14.17.0 || >=16.0.0 (drop support for v8.x and v10.x) ### [`v1.2.0`](https://togithub.com/prettier/stylelint-prettier/blob/master/CHANGELOG.md#&#8203;120-2021-02-27) [Compare Source](https://togithub.com/prettier/stylelint-prettier/compare/v1.1.2...v1.2.0) - Do not trigger prettier for .svelte and .component.html (angular) files. This avoids errors. Prettifying a subset of the file (i.e. just contents of `<style>` tags) using stylelint feels like unneeded work if you're about to run prettier over the whole file anyway ([#&#8203;160](https://togithub.com/prettier/stylelint-prettier/issues/160)) </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 42a5f5e commit 02a034b

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
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"stylelint-config-prettier": "^9.0.0",
24-
"stylelint-prettier": "^1.1.2",
24+
"stylelint-prettier": "^2.0.0",
2525
"stylelint-scss": "^4.0.0"
2626
},
2727
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8009,10 +8009,10 @@ stylelint-config-prettier@^9.0.0:
80098009
resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-9.0.3.tgz#0dccebeff359dcc393c9229184408b08964d561c"
80108010
integrity sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==
80118011

8012-
stylelint-prettier@^1.1.2:
8013-
version "1.1.2"
8014-
resolved "https://registry.yarnpkg.com/stylelint-prettier/-/stylelint-prettier-1.1.2.tgz#2b19abe40789c380bffee3d4267c413d981a86ea"
8015-
integrity sha512-8QZ+EtBpMCXYB6cY0hNE3aCDKMySIx4Q8/malLaqgU/KXXa6Cj2KK8ulG1AJvUMD5XSSP8rOotqaCzR/BW6qAA==
8012+
stylelint-prettier@^2.0.0:
8013+
version "2.0.0"
8014+
resolved "https://registry.yarnpkg.com/stylelint-prettier/-/stylelint-prettier-2.0.0.tgz#ead781aea522379f2ffa2d136bafdfc451d699a5"
8015+
integrity sha512-jvT3G+9lopkeB0ARmDPszyfaOnvnIF+30QCjZxyt7E6fynI1T9mOKgYDNb9bXX17M7PXMZaX3j/26wqakjp1tw==
80168016
dependencies:
80178017
prettier-linter-helpers "^1.0.0"
80188018

0 commit comments

Comments
 (0)