Update production-dependencies (minor) - #82
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
3 times, most recently
from
March 16, 2026 06:56
94edc45 to
6bdfcf4
Compare
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
from
March 17, 2026 13:36
6bdfcf4 to
9bbc2fa
Compare
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
from
March 27, 2026 10:31
9bbc2fa to
e57902e
Compare
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
6 times, most recently
from
April 14, 2026 08:03
b2dbdb7 to
6876e0e
Compare
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
from
April 24, 2026 08:23
6876e0e to
eb58cd1
Compare
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
2 times, most recently
from
May 5, 2026 08:45
9297735 to
e357863
Compare
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
3 times, most recently
from
June 5, 2026 11:46
bf63528 to
b012387
Compare
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
3 times, most recently
from
June 15, 2026 04:38
4762b9a to
210bc3b
Compare
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
2 times, most recently
from
June 23, 2026 11:37
acebda8 to
8751118
Compare
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
3 times, most recently
from
July 2, 2026 14:11
fbe2a0b to
d052b4d
Compare
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
5 times, most recently
from
July 9, 2026 10:11
865f7b6 to
0520dbc
Compare
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
from
July 14, 2026 05:46
0520dbc to
3f7e631
Compare
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
2 times, most recently
from
July 27, 2026 12:37
f31e9fb to
34e3176
Compare
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
2 times, most recently
from
August 4, 2026 06:02
ec5e75b to
67902c7
Compare
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
3 times, most recently
from
August 17, 2026 14:49
7465754 to
60fdcc9
Compare
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
3 times, most recently
from
August 26, 2026 14:43
5c5e5ef to
8ca794f
Compare
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
3 times, most recently
from
September 1, 2026 18:59
835f27a to
98c266b
Compare
1 task
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
2 times, most recently
from
September 8, 2026 18:17
9853006 to
d6ff0d0
Compare
renovate
Bot
force-pushed
the
renovate/production-dependencies
branch
from
September 10, 2026 16:29
d6ff0d0 to
91fc508
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:
^2.11.2→^2.12.0^40.0.0→^40.2.0^1.18.0→^1.19.0^3.4.1→^3.5.0^2.3.8→^2.5.1Release Notes
reduxjs/redux-toolkit (@reduxjs/toolkit)
v2.12.0Compare Source
This feature release adds RTK usage skills files (via TanStack Intent) exports the RTK Query hook options types for reusability, fixes issues with infinite query status flags and batching handling, and makes some small TS improvements.
Changelog
Skills Files
We've generated agent skill files that are now included in the RTK package itself in a
skillsfolder. They cover using and migrating to modern RTK, client and server state management, and handling side effects. You can point your agent at these skills yourself, or use TanStack Intent to pick them up.TypeScript Improvements
The types for our RTK Query hook options are now exported, which lets you stop using
Parametersto extract those types for use in your own code.The types for listener middleware matchers were tweaked to allow
interface-based type guards, not justtype-based definitions.The internal
IgnorePathstype was renamed toIgnoredPathsfor consistency.We now use the built-in
NoInferutil that comes with TS 5.4+.Fixes
We fixed handling of the
isSuccessstatus flag when switching infinite query cache entries. This should prevent accidental UI flashes that were occurring due to this flag accidentally flipping.We've added a 100ms timeout fallback to the
autoBatchenhancer'srequestAnimationFrametimer. We had several reports thatrAFdidn't work correctly when used in background tabs / opened windows, and that RTK never updated the UI. This should ensure that the updates flush correctly.What's Changed
IgnorePathstype toIgnoredPathsby @Ri5ha6h in #5284NoInferutility type by @aryaemami59 in #5289Full Changelog: reduxjs/redux-toolkit@v2.11.2...v2.12.0
matrix-org/matrix-js-sdk (matrix-js-sdk)
v40.2.0Compare Source
==================================================================================================
🦖 Deprecations
notifyevent (we now usem.rtc.notification) (#5167). Contributed by @toger5.✨ Features
livekit_aliasin sticky events (#5165). Contributed by @toger5.promise.allwhen processing rooms from sync (#5095). Contributed by @MidhunSureshR.🐛 Bug Fixes
v40.1.0Compare Source
==================================================================================================
🦖 Deprecations
EventShieldReasonreason codes (#5127). Contributed by @richvdh.✨ Features
MatrixEvent.getKeyForwardingUser(#5128). Contributed by @richvdh.🐛 Bug Fixes
matrix-org/matrix-widget-api (matrix-widget-api)
v1.19.0Compare Source
1.19.0 Release
authts/oidc-client-ts (oidc-client-ts)
v3.5.0Compare Source
oidc-client-ts v3.5.0 is a minor release.
No longer using
crypto-jspackage, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.Changelog:
maxSilentRenewTimeoutRetriesconfigurationnoncevalidation for ID tokensrequest_typecheckthanks to @ninadvadujkar, @Osmose and @ferdinand-varta
vercel/swr (swr)
v2.5.1Compare Source
v2.5.0Compare Source
v2.4.2Compare Source
v2.4.1Compare Source
v2.4.0Compare Source
What's Changed
New Contributors
Full Changelog: vercel/swr@v2.3.8...v2.4.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.