Skip to content

Update react monorepo (minor) - #715

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

Update react monorepo (minor)#715
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-monorepo

Conversation

@renovate

@renovate renovate Bot commented Nov 3, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
react-lines-ellipsis ^0.15.4^0.16.1 age confidence
react-redux ^9.2.0^9.3.0 age confidence

Release Notes

xiaody/react-lines-ellipsis (react-lines-ellipsis)

v0.16.1

Compare Source

v0.16.0

Compare Source

reduxjs/react-redux (react-redux)

v9.3.0

Compare Source

This feature release officially marks the connect API as deprecated.

That's it. That's the release. :)

Changelog
connect deprecation

Way back in 2022, I officially marked the original Redux core createStore method as deprecated in Redux 4.2.0. As I clearly stated in that release, the goal of marking createStore as deprecated was to encourage users to migrate to modern Redux Toolkit, especially for those users who don't read our docs (such as beginners following outdated tutorials or in bootcamps, etc). The change was visual-only - adding @deprecated just marks the import with a strikethrough in an IDE, and the docblock references the "use modern Redux Toolkit" docs page. No runtime errors, no behavior changes, just an indication that the function is considered obsolete and you shouldn't use it directly any more. I also exported a legacy_createStore alias - same function, no deprecation attribute.

It's 4 years later, and I'm finally doing the same thing for connect :)

Again, nothing about connect's behavior is changing, and we do not intend to remove the connect API. But it's 2026, and hooks are the correct way to use React and React-Redux today.

We do strongly encourage users to migrate from connect to the useSelector / useDispatch hooks in general. This should result in codebases that are easier to understand and ought to improve performance slightly due to the way updates are handled.

As with before, React-Redux now exports a legacy_connect alias that does not have the deprecation attribute applied.

Trusted Publishing Fixed

We had set up trusted publishing for React-Redux a couple years ago and did some releases with that enabled, but at some point I did a follow-up release that still used the previous manual workflow, and that lost the trusted publishing provenance flag. We had recent issues requesting a new release with trusted publishing enabled again, so we've fixed that with this release.

What's Changed

Full Changelog: reduxjs/react-redux@v9.2.0...v9.3.0


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • Between 12:00 AM and 05:59 AM, only on Monday (* 0-5 * * 1)
  • Automerge
    • Monday through Friday (* * * * 1-5)

🚦 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 requested a review from a team as a code owner November 3, 2025 01:32
@changeset-bot

changeset-bot Bot commented Nov 3, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 41e77a8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate
renovate Bot force-pushed the renovate/react-monorepo branch 5 times, most recently from 9aeb332 to b8305a4 Compare November 12, 2025 02:13
@renovate
renovate Bot force-pushed the renovate/react-monorepo branch from b8305a4 to e3de185 Compare January 9, 2026 14:31
@renovate renovate Bot changed the title Update dependency react-lines-ellipsis to ^0.16.0 Update dependency react-lines-ellipsis to ^0.16.1 Jan 9, 2026
@renovate
renovate Bot force-pushed the renovate/react-monorepo branch 7 times, most recently from 71ef038 to bc95ccd Compare January 20, 2026 09:46
@renovate
renovate Bot force-pushed the renovate/react-monorepo branch 8 times, most recently from bebbb67 to e93407e Compare January 27, 2026 19:07
@renovate
renovate Bot force-pushed the renovate/react-monorepo branch 2 times, most recently from 4043922 to 3475311 Compare February 24, 2026 05:04
@renovate
renovate Bot force-pushed the renovate/react-monorepo branch 2 times, most recently from cff375f to a2a8856 Compare March 3, 2026 08:34
@renovate
renovate Bot force-pushed the renovate/react-monorepo branch 2 times, most recently from 37f77da to 72306d0 Compare March 10, 2026 10:19
@renovate
renovate Bot force-pushed the renovate/react-monorepo branch from 72306d0 to d5595f2 Compare March 17, 2026 08:33
@renovate
renovate Bot force-pushed the renovate/react-monorepo branch 3 times, most recently from ae87a4d to af2e189 Compare March 31, 2026 22:05
@renovate
renovate Bot force-pushed the renovate/react-monorepo branch 2 times, most recently from 486394d to 0b9fef1 Compare April 7, 2026 14:43
@renovate
renovate Bot force-pushed the renovate/react-monorepo branch 2 times, most recently from e6bbab5 to d0264db Compare April 21, 2026 12:58
@renovate
renovate Bot force-pushed the renovate/react-monorepo branch from d0264db to 50e838f Compare May 29, 2026 16:08
@renovate renovate Bot changed the title Update dependency react-lines-ellipsis to ^0.16.1 Update react monorepo (minor) May 29, 2026
@renovate
renovate Bot force-pushed the renovate/react-monorepo branch 2 times, most recently from d15919f to 2a580e5 Compare June 15, 2026 02:14
@renovate
renovate Bot force-pushed the renovate/react-monorepo branch 2 times, most recently from e152a4c to c43f0c3 Compare June 18, 2026 01:41
@renovate
renovate Bot force-pushed the renovate/react-monorepo branch from c43f0c3 to b32c881 Compare August 23, 2026 22:44
@renovate
renovate Bot force-pushed the renovate/react-monorepo branch 3 times, most recently from 2ad130b to a03f936 Compare September 3, 2026 16:57
@renovate
renovate Bot force-pushed the renovate/react-monorepo branch from a03f936 to 41e77a8 Compare September 3, 2026 21:34
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