Skip to content

Conversation

@renovate-sh-app
Copy link

@renovate-sh-app renovate-sh-app bot commented Oct 23, 2025

This PR contains the following updates:

Package Type Update Change
@types/react (source) devDependencies pin ^17.0.85 -> 17.0.85
@types/react (source) devDependencies pin ^19.2.2 -> 19.2.7
@types/react-dom (source) devDependencies pin ^17.0.26 -> 17.0.26
@types/react-dom (source) devDependencies pin ^19.2.2 -> 19.2.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 08:59 AM, only on Monday ( * 0-8 * * 1 ) in timezone 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/react-monorepo branch 3 times, most recently from 44d0b33 to 80b1a84 Compare November 3, 2025 03:11
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/react-monorepo branch 3 times, most recently from 5a26979 to 4209dd4 Compare November 11, 2025 18:19
"@eslint/js": "^9.39.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/react": "19.2.3",
Copy link

Choose a reason for hiding this comment

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

Bug: React Types Out of Sync

Version mismatch between react and @types/react. The runtime dependency react is ^19.2.0 (allowing 19.2.0+), but @types/react is pinned to exactly 19.2.3. This creates a potential mismatch where React could resolve to 19.2.0, 19.2.1, or 19.2.2, but the types are locked to 19.2.3, potentially causing type definitions to reference APIs not present in the installed React version. The types should match the runtime version or both should use compatible ranges.

Fix in Cursor Fix in Web

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/react-monorepo branch 6 times, most recently from 5e77bde to c82599b Compare November 18, 2025 03:18
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/react-monorepo branch 4 times, most recently from 44d5312 to 5e8993e Compare December 1, 2025 04:44
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/react-monorepo branch from 5e8993e to 6681272 Compare December 8, 2025 19:35
| datasource | package          | from    | to      |
| ---------- | ---------------- | ------- | ------- |
| npm        | @types/react     | 17.0.85 | 17.0.85 |
| npm        | @types/react     | 19.2.7  | 19.2.7  |
| npm        | @types/react-dom | 17.0.26 | 17.0.26 |
| npm        | @types/react-dom | 19.2.3  | 19.2.3  |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/react-monorepo branch from 6681272 to 3ac61f1 Compare December 8, 2025 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants