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

Update eslint dependencies #65

Merged
merged 2 commits into from
Jun 17, 2024
Merged

Update eslint dependencies #65

merged 2 commits into from
Jun 17, 2024

Conversation

simu
Copy link
Member

@simu simu commented Jun 17, 2024

Note that there's currently a version conflict when trying to update eslint to v9, since the latest typescript-eslint still depends on eslint ^8.56.0

Additionally the PR adds @types/semver as a new dev dependency, since otherwise npm run bundle complains about missing types for semver.

Checklist

  • PR contains a single logical change (to build a better changelog).
  • Update tests.
  • Categorize the PR by setting a good title and adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog
  • Link this PR to related issues.

simu added 2 commits June 17, 2024 10:39
* eslint to `^8.56.0`
* typescript-eslint to `^7.0.0`
* eslint-plugin-github to `^5.0.0`
* eslint-plugin-jest to `^28.0.0`
Without it `npm run bundle` complains about the missing type info.
@simu simu enabled auto-merge June 17, 2024 08:42
@simu simu merged commit 38c2229 into main Jun 17, 2024
17 checks passed
@simu simu deleted the deps/eslint branch June 17, 2024 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant