-
Notifications
You must be signed in to change notification settings - Fork 9
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
bump eslint-plugin-github to v5.0.1 #190
Conversation
🦋 Changeset detectedLatest commit: 726aa88 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@khiga8 for v5, do we need to update any deps on our end (or would consumers need to make sure eslint deps are updated)? |
Hey @joshblack! The main notable change is that we dropped support in I see that ci.yml is already running node 18 so I don't believe anything needs to change. |
@khiga8 ah thanks for explaining the node change. In this case, if someone is using For context, I'm not looking at this from the perspective of someone using the package and if this would be a breaking change for them or not. |
Hey @joshblack! Thats a great question.. 👀 . I dropped node 14 in The SyntaxError we saw in node 14 seemed related to the library test setup, and not the actively shipped code. It is possible the plugin will continue to run as expected for consumers in Node 14/Node 16. However, because we formally dropped node 14 and node 16 from the library testing matrix, we won't be able to guarantee that the plugin will work so I decided to cut a major release version just in case! If we merge this in, it could be a good idea to cut a major release to be safe, but I did notice that the CI test matrix for |
eaa1d6c
to
56cef34
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking the time to explain @khiga8! Would you mind including a changeset? Then should be good to go 💯
Bumps the dependency,
eslint-plugin-github
, to the latest major version which includes:no-redundant-roles
.