Update react monorepo (minor) - #715
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
5 times, most recently
from
November 12, 2025 02:13
9aeb332 to
b8305a4
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
January 9, 2026 14:31
b8305a4 to
e3de185
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
7 times, most recently
from
January 20, 2026 09:46
71ef038 to
bc95ccd
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
8 times, most recently
from
January 27, 2026 19:07
bebbb67 to
e93407e
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
February 24, 2026 05:04
4043922 to
3475311
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
March 3, 2026 08:34
cff375f to
a2a8856
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
March 10, 2026 10:19
37f77da to
72306d0
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
March 17, 2026 08:33
72306d0 to
d5595f2
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
3 times, most recently
from
March 31, 2026 22:05
ae87a4d to
af2e189
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
April 7, 2026 14:43
486394d to
0b9fef1
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
April 21, 2026 12:58
e6bbab5 to
d0264db
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
May 29, 2026 16:08
d0264db to
50e838f
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
June 15, 2026 02:14
d15919f to
2a580e5
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
2 times, most recently
from
June 18, 2026 01:41
e152a4c to
c43f0c3
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
August 23, 2026 22:44
c43f0c3 to
b32c881
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
3 times, most recently
from
September 3, 2026 16:57
2ad130b to
a03f936
Compare
renovate
Bot
force-pushed
the
renovate/react-monorepo
branch
from
September 3, 2026 21:34
a03f936 to
41e77a8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.15.4→^0.16.1^9.2.0→^9.3.0Release Notes
xiaody/react-lines-ellipsis (react-lines-ellipsis)
v0.16.1Compare Source
v0.16.0Compare Source
reduxjs/react-redux (react-redux)
v9.3.0Compare Source
This feature release officially marks the
connectAPI as deprecated.That's it. That's the release. :)
Changelog
connectdeprecationWay back in 2022, I officially marked the original Redux core
createStoremethod as deprecated in Redux 4.2.0. As I clearly stated in that release, the goal of markingcreateStoreas 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@deprecatedjust 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 alegacy_createStorealias - 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 theconnectAPI. 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
connectto theuseSelector / useDispatchhooks 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_connectalias 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
connectas deprecated by @markerikson in #2269Full Changelog: reduxjs/react-redux@v9.2.0...v9.3.0
Configuration
📅 Schedule: (in timezone Europe/Berlin)
* 0-5 * * 1)* * * * 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.
This PR was generated by Mend Renovate. View the repository job log.