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
290 changes: 83 additions & 207 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 @@ -137,7 +137,7 @@
"conventional-recommended-bump": "^6.0.0",
"core-js": "^3.45.0",
"core-js-compat": "^3.45.0",
"css-loader": "^3.1.0",
"css-loader": "^7.1.4",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

css-loader v7 incompatible with style-loader v0.23

High Severity

Upgrading css-loader from v3 to v7 without upgrading style-loader (still at v0.23.1) breaks CSS in development mode. Starting with css-loader v4, the esModule option defaults to true, producing ES module output. style-loader v0.23.1 expects CommonJS output and cannot properly process the new format, causing styles to silently fail to apply. Production builds using MiniCssExtractPlugin.loader are unaffected. style-loader needs to be upgraded to at least v2+ for compatibility.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cd0d851. Configure here.

"dotenv": "^16.0.0",
"ejs": "^3.1.10",
"esbuild-loader": "^4.3.0",
Expand Down