cucumber-js icon indicating copy to clipboard operation
cucumber-js copied to clipboard

Obsolete dependencies

Open yorhanpolanco opened this issue 1 year ago • 0 comments

👓 What did you see?

When running my code in the pipeline and installing the dependencies, it is showing that there are some obsolete dependencies. When reviewing my project, I see that these are Cucumber dependencies and not direct dependencies of my project.

✅ What did you expect to see?

Do not display dependency warnings

📦 Which tool/library version are you using?

node 20.15.1 cucumber/[email protected] [email protected] Dependencies

🔬 How could we reproduce it?

Install dependencies, attached are the dependencies of my project:

"devDependencies": { "@playwright/test": "^1.45.2", "@types/node": "^20.12.13", "cross-env": "^7.0.3", "cucumber-html-reporter": "^7.1.1", "dotenv": "^16.4.5", "playwright": "^1.44.1", "ts-node": "^10.9.2", "typescript": "^5.4.5" }, "dependencies": { "@cucumber/cucumber": "^10.8.0", "dayjs": "^1.11.11", "reflect-metadata": "^0.2.2" }

📚 Any additional context?

No response

yorhanpolanco avatar Jul 19 '24 16:07 yorhanpolanco