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

Add @hapi/eslint-plugin as peer dependency #1018

Merged
merged 1 commit into from
Jan 19, 2022

Conversation

Nargonath
Copy link
Member

Closes #1017

@Nargonath Nargonath added the bug Bug or defect label Jul 16, 2021
@Nargonath Nargonath added this to the v24.3.3 milestone Jul 16, 2021
@Nargonath Nargonath self-assigned this Jul 16, 2021
@@ -36,7 +36,8 @@
"will-call": "1.x.x"
},
"peerDependencies": {
"typescript": ">=3.6.5"
"typescript": ">=3.6.5",
"@hapi/eslint-plugin": "^5.1.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

I’m not sure how it exactly will work with npm, but I suspect setting it as “*” might work better.

Copy link
Member Author

Choose a reason for hiding this comment

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

I thought of doing it but I wasn't sure either and thought of mimicking the version requirement of the dependencies field

@devinivy devinivy modified the milestones: v24.4.0, 24.4.1 Nov 9, 2021
@hueniverse hueniverse removed this from the 24.5.0 milestone Dec 31, 2021
@hueniverse hueniverse added this to the 24.5.1 milestone Jan 19, 2022
@hueniverse hueniverse merged commit 942a67b into master Jan 19, 2022
@hueniverse hueniverse deleted the fix-eslint-plugin-peer-dep branch January 19, 2022 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug or defect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using the coverage reporter requires "@hapi/eslint-plugin" to be installed, even if it’s not used.
4 participants