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
100 changes: 62 additions & 38 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 @@ -87,7 +87,7 @@
"autoprefixer": "10.4.20",
"babel-loader": "9.2.1",
"chai": "4.5.0",
"copy-webpack-plugin": "11.0.0",
"copy-webpack-plugin": "14.0.0",
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot Mar 27, 2026

Choose a reason for hiding this comment

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

P1: Upgrading to copy-webpack-plugin@14 introduces a Node engine mismatch with the repo’s Node 16 CI configuration; align CI/runtime constraints or keep a compatible plugin version.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 90:

<comment>Upgrading to `copy-webpack-plugin@14` introduces a Node engine mismatch with the repo’s Node 16 CI configuration; align CI/runtime constraints or keep a compatible plugin version.</comment>

<file context>
@@ -87,7 +87,7 @@
     "babel-loader": "9.2.1",
     "chai": "4.5.0",
-    "copy-webpack-plugin": "11.0.0",
+    "copy-webpack-plugin": "14.0.0",
     "css-loader": "6.11.0",
     "eslint": "8.57.1",
</file context>
Fix with Cubic

"css-loader": "6.11.0",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
Expand Down
Loading