Skip to content

Commit 21522b2

Browse files
authored
Merge pull request #363 from Commencis/renovate/stylelint-config-standard-39.x
fix(deps): update dependency stylelint-config-standard to v39
2 parents 9cdc5ce + 74c0a1a commit 21522b2

File tree

3 files changed

+31
-5
lines changed

3 files changed

+31
-5
lines changed

.changeset/young-wombats-mix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@commencis/stylelint-config': minor
3+
---
4+
5+
chore: remove `stylelint` less than `16.23.0` from peer dependencies.

packages/stylelint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"postcss-styled-syntax": "0.7.1",
4444
"stylelint-config-html": "1.1.0",
4545
"stylelint-config-prettier-scss": "1.0.0",
46-
"stylelint-config-standard": "38.0.0",
46+
"stylelint-config-standard": "39.0.0",
4747
"stylelint-config-standard-scss": "15.0.1",
4848
"stylelint-order": "7.0.0"
4949
},
@@ -53,6 +53,6 @@
5353
"typescript": "5.9.2"
5454
},
5555
"peerDependencies": {
56-
"stylelint": ">=16.22"
56+
"stylelint": ">=16.23"
5757
}
5858
}

pnpm-lock.yaml

Lines changed: 24 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)