Workspace: align eslint-plugin-jest with Jest version#53246
Closed
Simek wants to merge 1 commit into
Closed
Conversation
Contributor
facebook-github-bot
pushed a commit
to facebook/metro
that referenced
this pull request
Aug 13, 2025
Summary: While verifying the lock deduplication changes, I have spotted that `eslint-plugin-jest` package does not match Jest version used within the workspace. ## Changelog: [INTERNAL][CHANGED] - update `eslint-plugin-jest` package in workspace to align with Jest version used X-link: facebook/react-native#53246 Reviewed By: rshest, cortinico Differential Revision: D80170591 Pulled By: robhogan fbshipit-source-id: f3ac58bc26cf2d3a34899f8558f872b3df85942d
Contributor
Collaborator
|
This pull request was successfully merged by @Simek in 50d5316 When will my fix make it into a release? | How to file a pick request? |
blancham
pushed a commit
to kraaft-co/eslint-config-react-native
that referenced
this pull request
Jan 13, 2026
Summary: While verifying the lock deduplication changes, I have spotted that `eslint-plugin-jest` package does not match Jest version used within the workspace. ## Changelog: [INTERNAL][CHANGED] - update `eslint-plugin-jest` package in workspace to align with Jest version used Pull Request resolved: facebook/react-native#53246 Test Plan: Running `yarn test`, `yarn lint-ci` and `test-typescript` checks does not yield any errors. Reviewed By: rshest, cortinico Differential Revision: D80170591 Pulled By: robhogan fbshipit-source-id: f3ac58bc26cf2d3a34899f8558f872b3df85942d
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.
Summary:
While verifying the lock deduplication changes, I have spotted that
eslint-plugin-jestpackage does not match Jest version used within the workspace.Changelog:
[INTERNAL][CHANGED] - update
eslint-plugin-jestpackage in workspace to align with Jest version usedTest Plan:
Running
yarn test,yarn lint-ciandtest-typescriptchecks does not yield any errors.