-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency @types/jest to v30 #25
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
Conversation
|
📝 WalkthroughWalkthroughUpdated package.json devDependency Sequence Diagram(s)Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
Comment |
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.
| "@types/jest": "^30.0.0", | ||
| "@types/json-schema": "^7.0.11", |
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.
Keep @types/jest aligned with installed Jest.
Types 30 target Jest 30, but we still install Jest 29. Mixing major versions will break TS typings (missing symbols, incompatible globals). Either hold @types/jest at 29.x or upgrade Jest itself to 30 before merging.
🤖 Prompt for AI Agents
In package.json around lines 75 to 76, @types/jest is pinned to v30 while the
project uses Jest v29; this major-version mismatch can break TypeScript typings.
Fix by either downgrading @types/jest to a 29.x range that matches the installed
Jest, or upgrade the installed Jest to v30 and update any Jest config/usage
accordingly; ensure package.json, lockfile, and CI/test scripts are updated
consistently before merging.
56b6e50 to
b0bfe85
Compare
b0bfe85 to
bec65f2
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^29.2.0->^30.0.0Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.
Summary by CodeRabbit