chore: update jest and eslint to latest versions - #227
Merged
mareknovotny merged 6 commits intoAug 14, 2026
Conversation
- Update jest from 30.0.0 to 30.4.2 - Update eslint from 8.30.0 to 10.0.0 (major version upgrade) - Update @typescript-eslint/eslint-plugin from 5.47.0 to 8.66.0 - Update @typescript-eslint/parser from 5.47.0 to 8.66.0 - Update @types/jest from 29.2.4 to 30.0.0 - Update ts-jest from 29.4.5 to 29.4.12 - Add @eslint/js 10.0.0 as new dependency Migration to ESLint v10 flat config format: - Migrate from .eslintrc to eslint.config.cjs (new flat config format) - Remove deprecated .eslintrc and .eslintignore files - Configure Node.js and Jest globals in the new config All tests pass (229 tests passing) and linter works correctly.
Contributor
Coverage report
Show files with reduced coverage 🔻
Test suite run success229 tests passing in 19 suites. Report generated by 🧪jest coverage report action from 0ab77bb |
Member
Author
|
also should fix GHSA-5p4m-2wfm-xmqj |
lampajr
reviewed
Aug 13, 2026
lampajr
left a comment
Member
There was a problem hiding this comment.
Thanks @mareknovotny, LGTM!
We should just revert the package.json version to 4.10.0 as this will be managed and increased as part of the release process (not ideal I agree)
mareknovotny
force-pushed
the
update-dependencies-jest_eslint
branch
from
August 14, 2026 08:52
0f7790c to
0ab77bb
Compare
lampajr
self-requested a review
August 14, 2026 08:55
lampajr
approved these changes
Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migration to ESLint v10 flat config format:
All tests pass (229 tests passing) and linter works correctly.
Thank you for submitting this pull request
fixes (please add the issue ID if it exists)
Description
How Has This Been Tested?
Checklist
Merge criteria:
First time here?
This project follows git conventional commits pattern, therefore the commits should have the following format:
Where the type must be one of
[build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test]How to prepare for a new release?
There is no need to manually update
package.jsonversion andCHANGELOG.mdinformation. This process has been automated in Prepare Release Github workflow.Therefore whenever enough changes are merged into the
mainbranch, one of the maintainers will trigger this workflow that will automatically updateversionandchangelogbased on the commits on the git tree.More details can be found in package release section of the README.