-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency jest-junit to v17 #356
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
Open
smartway-bot
wants to merge
1
commit into
main
Choose a base branch
from
renovate/jest-junit-17.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
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.
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.
🧩 Analysis chain
🏁 Script executed:
Repository: ZeroGachis/smartway-react-native-ui
Length of output: 2028
🏁 Script executed:
Repository: ZeroGachis/smartway-react-native-ui
Length of output: 1071
🏁 Script executed:
cat -n ./.github/workflows/unit-tests.yml | head -60Repository: ZeroGachis/smartway-react-native-ui
Length of output: 1696
🏁 Script executed:
Repository: ZeroGachis/smartway-react-native-ui
Length of output: 179
🌐 Web query:
jest-junit version 17 release notes breaking changes💡 Result:
jest-junit version 17.0.0 was tagged on 2026-04-24. The release page lists "Upgrade uuid package to latest -
#284" but lacks detailed notes. The diff from v16.0.0 to v17.0.0 shows primarily maintenance updates: CI modernization, dependency upgrades (uuid to ^14.0.0, dev deps to Jest 30.2.0 and libxml2-wasm), switch from yarn to npm, removal of integration test dirs and Windows support, and snapshot/test updates. Breaking changes: - Node.js requirement raised from >=10.12.0 to >=20.0.0 (package.json engines field). - Removed integration-tests directories and related jest.config.js entries. - Switched XML validation library from libxmljs2 to libxml2-wasm in tests (may indirectly affect users if relying on specific behaviors). - Removed Windows-specific CI testing. No other explicit breaking API changes to reporter configuration or output format are documented. Existing configurations should work, but projects on Node <20 must upgrade Node.js.Citations:
🏁 Script executed:
Repository: ZeroGachis/smartway-react-native-ui
Length of output: 115
🏁 Script executed:
Repository: ZeroGachis/smartway-react-native-ui
Length of output: 338
🏁 Script executed:
rg -n 'unit-tests.yml' ./.github/workflows/Repository: ZeroGachis/smartway-react-native-ui
Length of output: 166
Upgrade Node.js to >=20.0.0 in CI, or downgrade
jest-junitto v15/v16.The
jest-junitv17.0.0 upgrade requires Node.js >=20.0.0, but the CI workflow (pullrequest.yml) currently runs Node 18. This will cause installation or runtime failures. Either upgrade the Node.js version in pullrequest.yml from 18 to 20+ or downgrade jest-junit back to v15/v16 compatible with Node 18.🤖 Prompt for AI Agents