Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 11, 2025

This PR contains the following updates:

Package Change Age Confidence
@types/jest (source) ^29.2.0 -> ^30.0.0 age confidence

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Summary by CodeRabbit

  • Chores
    • Updated testing type definitions dev dependency to a new major version.
    • No changes to features, UI, or runtime behavior; app functionality unchanged.
    • Change affects only development and test tooling, not production builds.
    • No action required from end-users; contributors may need to refresh dev dependencies.

@renovate renovate bot added the renovate label Oct 11, 2025
@renovate renovate bot requested a review from saltenasl as a code owner October 11, 2025 04:04
@renovate
Copy link
Author

renovate bot commented Oct 11, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
error Error: https://npm.pkg.github.com/@deepnote%2fblocks: authentication token not provided
    at params.callback [as _callback] (/opt/containerbase/tools/yarn/1.22.22/22.20.0/node_modules/yarn/lib/cli.js:66680:18)
    at self.callback (/opt/containerbase/tools/yarn/1.22.22/22.20.0/node_modules/yarn/lib/cli.js:141410:22)
    at Request.emit (node:events:519:28)
    at Request.<anonymous> (/opt/containerbase/tools/yarn/1.22.22/22.20.0/node_modules/yarn/lib/cli.js:142382:10)
    at Request.emit (node:events:519:28)
    at IncomingMessage.<anonymous> (/opt/containerbase/tools/yarn/1.22.22/22.20.0/node_modules/yarn/lib/cli.js:142304:12)
    at Object.onceWrapper (node:events:633:28)
    at IncomingMessage.emit (node:events:531:35)
    at endReadableNT (node:internal/streams/readable:1698:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:90:21)

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 11, 2025

📝 Walkthrough

Walkthrough

Updated package.json devDependency @types/jest from ^29.2.0 to ^30.0.0. No other files, dependencies, source code, build scripts, runtime behavior, or control flow were changed. This only affects TypeScript type definitions used during development/testing.

Sequence Diagram(s)

Pre-merge checks

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title succinctly specifies the chore, highlights which dependency (@types/jest) is updated and the target version (v30), matching the main change in the PR.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: ASSERTIVE

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b0bfe85 and bec65f2.

📒 Files selected for processing (1)
  • package.json (1 hunks)

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: ASSERTIVE

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b865e79 and 686fe6d.

📒 Files selected for processing (1)
  • package.json (1 hunks)

Comment on lines +75 to 77
"@types/jest": "^30.0.0",
"@types/json-schema": "^7.0.11",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

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.

@renovate renovate bot force-pushed the renovate/major-definitelytyped branch 3 times, most recently from 56b6e50 to b0bfe85 Compare October 14, 2025 15:26
@renovate renovate bot force-pushed the renovate/major-definitelytyped branch from b0bfe85 to bec65f2 Compare October 14, 2025 16:42
@renovate
Copy link
Author

renovate bot commented Oct 14, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 30.x releases. But if you manually upgrade to 30.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/major-definitelytyped branch October 14, 2025 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants