Skip to content

Pin dependencies (main)#520

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-react-monorepo
Open

Pin dependencies (main)#520
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-react-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 27, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
@types/react (source) devDependencies pin ^18.2.1518.3.18 age confidence
@types/react-dom (source) devDependencies pin ^18.2.718.3.5 age confidence
eslint-plugin-react-hooks (source) devDependencies minor 5.1.05.2.0 age confidence

⚠️ Renovate's pin functionality does not currently wire in the release age for a package, so the Minimum Release Age checks can apply. You will need to manually validate the Minimum Release Age for these package(s).

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


Release Notes

facebook/react (eslint-plugin-react-hooks)

v5.2.0

Compare Source


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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

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

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label May 27, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes May 27, 2025
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch from 30d3dd3 to 4a10da6 Compare June 5, 2025 21:15
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch 3 times, most recently from 3c52d0a to 2b44b42 Compare June 23, 2025 13:01
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch 3 times, most recently from 01a69e3 to 9f365fc Compare July 3, 2025 21:24
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch 3 times, most recently from c0e7ef0 to fd5db22 Compare July 29, 2025 19:22
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch 2 times, most recently from 0431881 to f922efe Compare August 12, 2025 13:51
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch 5 times, most recently from 95617d1 to 7f8a4ac Compare August 26, 2025 08:02
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch from 7f8a4ac to 559dcb1 Compare September 3, 2025 11:46
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch from 559dcb1 to b1f40f6 Compare September 22, 2025 13:17
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch 2 times, most recently from c06324b to 646d3c5 Compare October 3, 2025 18:16
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch from 646d3c5 to ac02ca6 Compare October 14, 2025 15:34
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch from ac02ca6 to 34db579 Compare October 23, 2025 18:46
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch 3 times, most recently from 8f00de6 to 6345041 Compare November 21, 2025 19:06
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch from 6345041 to 3d2a798 Compare December 4, 2025 15:45
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch from 3d2a798 to f5aa538 Compare January 16, 2026 01:15
@@ -49,8 +49,8 @@
"@fortawesome/fontawesome-free": "^6.4.0",
"@powerhome/eslint-config": "0.2.2",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Pinning @types/react to a React 18 version breaks compatibility for consumers using React 17, which is declared as a peerDependency.
Severity: HIGH

Suggested Fix

To maintain React 17 compatibility as declared in peerDependencies, pin @types/react to a compatible 17.x version. Alternatively, if dropping React 17 support, update the peerDependencies to require React 18+ and document this breaking change.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: audiences-react/package.json#L50

Potential issue: The project's `package.json` declares support for React 17 via its
`peerDependencies`. However, this change pins the `@types/react` dependency to version
`18.3.18`, which is specific to React 18 and not backward-compatible with React 17. This
will cause TypeScript compilation errors for any downstream consumer of this library who
is using React 17, as the types will not match their React version. The current CI setup
does not test against a React 17 environment, so this breaking change would not be
caught by automated tests.

Did we get this right? 👍 / 👎 to inform future reviews.

@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch from f5aa538 to 020d930 Compare February 3, 2026 17:55
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch 2 times, most recently from 2ceed79 to f769e08 Compare March 9, 2026 14:38
@renovate renovate Bot changed the title chore(deps): pin dependencies (main) Pin dependencies (main) Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch from f769e08 to 178258f Compare April 16, 2026 14:45
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch from 178258f to 8705fd8 Compare April 27, 2026 18:27
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch from 8705fd8 to 10ee644 Compare May 8, 2026 14:09
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch 2 times, most recently from 75d92aa to d2a6390 Compare May 19, 2026 14:00
@renovate renovate Bot force-pushed the renovate/main-react-monorepo branch from d2a6390 to 3673949 Compare May 25, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants