Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obsolete dependencies #2415

Open
yorhanpolanco opened this issue Jul 19, 2024 · 0 comments
Open

Obsolete dependencies #2415

yorhanpolanco opened this issue Jul 19, 2024 · 0 comments

Comments

@yorhanpolanco
Copy link

yorhanpolanco commented Jul 19, 2024

👓 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant