chore(deps): update dependency jest-junit to v17 - #170
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a2102d323b
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "husky": "9.1.7", | ||
| "jest": "30.2.0", | ||
| "jest-junit": "16.0.0", | ||
| "jest-junit": "17.0.0", |
There was a problem hiding this comment.
Update the pnpm lockfile with the dependency bump
Because this changes package.json without the matching pnpm-lock.yaml update, installs fail under the repository's normal frozen-lockfile path; I verified pnpm install --frozen-lockfile --ignore-scripts reports ERR_PNPM_OUTDATED_LOCKFILE with jest-junit as lockfile: 16.0.0, manifest: 17.0.0. CI environments use frozen lockfile by default, so this dependency update will block CI until the lockfile is regenerated and committed.
Useful? React with 👍 / 👎.
a2102d3 to
d245364
Compare
d245364 to
9ea336b
Compare
9ea336b to
ba5bc09
Compare
ba5bc09 to
0551a87
Compare
This PR contains the following updates:
16.0.0→17.0.0Release Notes
jest-community/jest-junit (jest-junit)
v17.0.0Compare Source
Upgrade uuid package to latest - #284
Configuration
📅 Schedule: (in timezone Europe/Kiev)
* 18-23,0-9 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.