cucumber / cucumber-js

Cucumber for JavaScript
https://cucumber.io
MIT License
5.04k stars 1.09k forks source link

Obsolete dependencies #2415

Open yorhanpolanco opened 1 month ago

yorhanpolanco commented 1 month ago

👓 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/cucumber@10.8.0 cucumber-html-reporter@7.1.1 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