Skip to content

Commit 4459cc7

Browse files
committed
build: Update stylelint to 17
This requires the following changes: - Switching from stylelint-use-logical-spec to stylelint-use-logical. The former is not yet compatible with stylelint 17.
1 parent ace0144 commit 4459cc7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.stylelintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "stylelint-config-standard-scss",
33
"plugins": [
4-
"stylelint-use-logical-spec"
4+
"stylelint-use-logical"
55
],
66
"rules": {
77
"at-rule-empty-line-before": null,
@@ -33,6 +33,6 @@
3333
"selector-class-pattern": null,
3434
"selector-id-pattern": null,
3535

36-
"liberty/use-logical-spec": "always"
36+
"csstools/use-logical": "always"
3737
}
3838
}

node_modules

Submodule node_modules updated 820 files

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"eslint-plugin-promise": "6.6.0",
3434
"eslint-plugin-react": "7.37.5",
3535
"eslint-plugin-react-hooks": "4.6.2",
36-
"stylelint": "16.25.0",
37-
"stylelint-config-recommended-scss": "16.0.2",
38-
"stylelint-config-standard": "39.0.1",
39-
"stylelint-config-standard-scss": "16.0.0",
36+
"stylelint": "17.2.0",
37+
"stylelint-config-recommended-scss": "17.0.0",
38+
"stylelint-config-standard": "40.0.0",
39+
"stylelint-config-standard-scss": "17.0.0",
4040
"stylelint-formatter-pretty": "4.0.1",
41-
"stylelint-use-logical-spec": "5.0.1",
41+
"stylelint-use-logical": "2.1.3",
4242
"typescript": "5.9.3"
4343
},
4444
"dependencies": {

0 commit comments

Comments
 (0)