Skip to content

fix(deps): update react monorepo (major)#321

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

fix(deps): update react monorepo (major)#321
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-react-monorepo

Conversation

@renovate

@renovate renovate Bot commented Oct 16, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@types/react (source) 18.3.1119.2.17 age confidence
@types/react-dom (source) 18.3.119.2.3 age confidence
eslint-plugin-react-hooks (source) 4.6.27.1.1 age confidence

Release Notes

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

v7.1.1

Compare Source

Note: 7.1.0 accidentally removed the component-hook-factories rule, causing errors for users who referenced it in their ESLint config. This is now fixed.

  • Add deprecated no-op component-hook-factories rule for backwards compatibility. (@​mofeiZ in #​36307)

v7.1.0

Compare Source

This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better set-state-in-effect detection, improved ref validation, and more helpful error reporting.

v7.0.1

Compare Source

v7.0.0

Compare Source

This release slims down presets to just 2 configurations (recommended and recommended-latest), and all compiler rules are enabled by default.

  • Breaking: Removed recommended-latest-legacy and flat/recommended configs. The plugin now provides recommended (legacy and flat configs with all recommended rules), and recommended-latest (legacy and flat configs with all recommended rules plus new bleeding edge experimental compiler rules). (@​poteto in #​34757)

v6.1.1

Compare Source

Note: 6.1.0 accidentally allowed use of recommended without flat config, causing errors when used with ESLint v9's defineConfig() helper. This has been fixed in 6.1.1.

v6.1.0

Compare Source

Note: Version 6.0.0 was mistakenly released and immediately deprecated and untagged on npm. This is the first official 6.x major release and includes breaking changes.

  • Breaking: Require Node.js 18 or newer. (@​michaelfaith in #​32458)
  • Breaking: Flat config is now the default recommended preset. Legacy config moved to recommended-legacy. (@​michaelfaith in #​32457)
  • New Violations: Disallow calling use within try/catch blocks. (@​poteto in #​34040)
  • New Violations: Disallow calling useEffectEvent functions in arbitrary closures. (@​jbrown215 in #​33544)
  • Handle React.useEffect in addition to useEffect in rules-of-hooks. (@​Ayc0 in #​34076)
  • Added react-hooks settings config option that to accept additionalEffectHooks that are used across exhaustive-deps and rules-of-hooks rules. (@​jbrown215) in #​34497

v6.0.0

Compare Source

Accidentally released. See 6.1.0 for the actual changes.

v5.2.0

Compare Source

v5.1.0

Compare Source

v5.0.0

Compare Source

  • New Violations: Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means _Button or _component are no longer valid. (@​kassens) in #​25162

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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

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

@renovate

renovate Bot commented Oct 16, 2024

Copy link
Copy Markdown
Contributor Author

⚠️ 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: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @astrojs/react@3.6.2
npm error Found: @types/react@19.2.17
npm error node_modules/@types/react
npm error   @types/react@"19.2.17" from the root project
npm error   peerOptional @types/react@"*" from @radix-ui/react-arrow@1.1.0
npm error   node_modules/@radix-ui/react-arrow
npm error     @radix-ui/react-arrow@"1.1.0" from @radix-ui/react-popper@1.2.0
npm error     node_modules/@radix-ui/react-popper
npm error       @radix-ui/react-popper@"1.2.0" from @radix-ui/react-menu@2.1.2
npm error       node_modules/@radix-ui/react-menu
npm error         @radix-ui/react-menu@"2.1.2" from @radix-ui/react-dropdown-menu@2.1.2
npm error         node_modules/@radix-ui/react-dropdown-menu
npm error       1 more (@radix-ui/react-select)
npm error   35 more (@radix-ui/react-avatar, @radix-ui/react-checkbox, ...)
npm error
npm error Could not resolve dependency:
npm error peer @types/react@"^17.0.50 || ^18.0.21" from @astrojs/react@3.6.2
npm error node_modules/@astrojs/react
npm error   @astrojs/react@"3.6.2" from the root project
npm error
npm error Conflicting peer dependency: @types/react@18.3.31
npm error node_modules/@types/react
npm error   peer @types/react@"^17.0.50 || ^18.0.21" from @astrojs/react@3.6.2
npm error   node_modules/@astrojs/react
npm error     @astrojs/react@"3.6.2" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-07-21T20_04_59_241Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-07-21T20_04_59_241Z-debug-0.log

@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch from 33c9f7b to 79dc6de Compare October 16, 2024 20:22
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch from 79dc6de to 796a8d6 Compare December 5, 2024 22:21
@renovate renovate Bot changed the title chore(deps): update dependency eslint-plugin-react-hooks to v5 fix(deps): update react monorepo (major) Dec 5, 2024
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 3 times, most recently from c56ed3f to ff6ab52 Compare December 9, 2024 21:56
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch from ff6ab52 to 02b7062 Compare December 18, 2024 19:45
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 4 times, most recently from 02dcc68 to 023a7a4 Compare January 13, 2025 04:22
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch from 023a7a4 to 92066cf Compare January 14, 2025 14:18
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch from 92066cf to 776681e Compare January 23, 2025 13:56
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 2 times, most recently from 3855b81 to 725d32d Compare February 17, 2025 12:40
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch from 725d32d to c0ef32e Compare February 28, 2025 19:08
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 2 times, most recently from c570279 to 187790b Compare March 19, 2025 16:31
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 2 times, most recently from e8a7782 to 4e11ffb Compare April 2, 2025 12:26
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 3 times, most recently from 47785be to f844b79 Compare April 14, 2025 21:44
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 2 times, most recently from 443baa9 to 619e35c Compare May 6, 2025 03:19
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 2 times, most recently from 50914db to 3f74d1b Compare May 12, 2025 23:52
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch from 8b73516 to 7d6fd78 Compare August 29, 2025 05:09
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch from 7d6fd78 to be1a51b Compare September 13, 2025 21:58
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 5 times, most recently from ba2f817 to e96e7f4 Compare October 2, 2025 02:04
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 4 times, most recently from 629d715 to fd281ba Compare October 9, 2025 00:53
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch from fd281ba to 62fd88e Compare October 13, 2025 17:35
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch from 62fd88e to 8f8586a Compare October 24, 2025 17:47
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 5 times, most recently from 025e1cf to 06646f9 Compare November 18, 2025 05:15
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch from 06646f9 to e0cf85a Compare November 24, 2025 10:48
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch from e0cf85a to e5dc586 Compare December 3, 2025 19:40
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 2 times, most recently from 47720ce to 4f51547 Compare December 12, 2025 02:37
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch from 4f51547 to 35c3b0b Compare January 10, 2026 12:27
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 3 times, most recently from 679cccc to 9097899 Compare January 27, 2026 15:32
@renovate
renovate Bot force-pushed the renovate/major-react-monorepo branch 3 times, most recently from e957c0a to 1c8ddb1 Compare February 11, 2026 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants