Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Revert ESLint plugin bump #7260

Merged
merged 2 commits into from
Sep 12, 2024
Merged

Revert ESLint plugin bump #7260

merged 2 commits into from
Sep 12, 2024

Conversation

buffalojoec
Copy link
Contributor

Problem

The latest ESLint plugin bump from dependabot broke CI for JavaScript jobs.

Summary of Changes

Revert it.

Closes #7259

Copy link
Contributor

@joncinque joncinque left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this up! I didn't realize we were using different versions between the overall JS job and the per-program JS job

@joncinque joncinque merged commit 7209fc5 into master Sep 12, 2024
17 checks passed
@joncinque joncinque deleted the revert-eslint-plugin-bump branch September 12, 2024 10:12
@buffalojoec
Copy link
Contributor Author

Thanks for fixing this up! I didn't realize we were using different versions between the overall JS job and the per-program JS job

Do you want to be using different versions? I think it makes sense to actually matrix 16 and up for at least the JS PRs maybe? This way, any time a JS lib is changed (including dependabot) we get the whole compatibility run-through.

@joncinque
Copy link
Contributor

joncinque commented Sep 12, 2024

Yeah sure, it couldn't hurt to do 16, 18, and 20. Edit: and maybe 22 while we're at it?

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

Successfully merging this pull request may close these issues.

CI: ESLint upgrade breaks linting on Node.js 16.x
2 participants