Skip to content
Closed
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
54 changes: 29 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prettier": "3.4.2",
"stylelint": "^16.13.2",
Copy link

Copilot AI Dec 2, 2025

Choose a reason for hiding this comment

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

The upgraded stylelint-config-standard@38.0.0 requires stylelint@^16.18.0 as a peer dependency, but the current stylelint version is ^16.13.2 (actual installed version 16.13.2 as shown in package-lock.json). This creates an incompatibility that will cause peer dependency warnings or errors during installation.

To resolve this, update the stylelint version to at least 16.18.0:

"stylelint": "^16.18.0",
Suggested change
"stylelint": "^16.13.2",
"stylelint": "^16.18.0",

Copilot uses AI. Check for mistakes.
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^37.0.0",
"stylelint-config-standard": "^38.0.0",
"stylelint-prettier": "^1.1.2"
}
}