Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recess-order": "4.6.0",
"stylelint-config-recommended-scss": "14.1.0",
"stylelint-config-sass-guidelines": "11.1.0",
"stylelint-config-sass-guidelines": "13.0.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: stylelint-config-sass-guidelines@13.0.0 requires stylelint@^17.1.0 as a peer, and its transitive deps (@stylistic/stylelint-plugin@5.1.0^17.6.0, stylelint-scss@7.0.0^16.8.2 || ^17.0.0) also require stylelint 16+. The project currently pins stylelint@^15.11.0. pnpm resolves the mismatch silently and CI passes, so the linting works in practice — but consider a follow-up PR to upgrade stylelint to v17 to stay within the supported peer range.

"stylelint-config-standard": "34.0.0",
"stylelint-csstree-validator": "3.0.0",
"stylelint-scss": "5.3.2",
Expand Down
Loading
Loading