Skip to content

Update production-dependencies (minor) - #82

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/production-dependencies
Open

Update production-dependencies (minor)#82
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/production-dependencies

Conversation

@renovate

@renovate renovate Bot commented Mar 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@reduxjs/toolkit (source) ^2.11.2^2.12.0 age confidence
matrix-js-sdk ^40.0.0^40.2.0 age confidence
matrix-widget-api ^1.18.0^1.19.0 age confidence
oidc-client-ts ^3.4.1^3.5.0 age confidence
swr (source) ^2.3.8^2.5.1 age confidence

Release Notes

reduxjs/redux-toolkit (@​reduxjs/toolkit)

v2.12.0

Compare 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 skills folder. 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 Parameters to extract those types for use in your own code.

The types for listener middleware matchers were tweaked to allow interface-based type guards, not just type-based definitions.

The internal IgnorePaths type was renamed to IgnoredPaths for consistency.

We now use the built-in NoInfer util that comes with TS 5.4+.

Fixes

We fixed handling of the isSuccess status 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 autoBatch enhancer's requestAnimationFrame timer. We had several reports that rAF didn'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

Full Changelog: reduxjs/redux-toolkit@v2.11.2...v2.12.0

matrix-org/matrix-js-sdk (matrix-js-sdk)

v40.2.0

Compare Source

==================================================================================================

🦖 Deprecations

  • [MatrixRTC] Remove sending of deprecated notify event (we now use m.rtc.notification) (#​5167). Contributed by @​toger5.

✨ Features

  • Use stable /auth_metadata endpoint where homeserver supports v1.15 (#​5174). Contributed by @​hughns.
  • Support additional_creators in upgradeRoom (MSC4289) (#​5173). Contributed by @​andybalaam.
  • [MatrixRTC] Minimal change to transition from "" to "ROOM" as the callId/slotId (#​5166). Contributed by @​toger5.
  • [MatrixRTC] Do not send the livekit_alias in sticky events (#​5165). Contributed by @​toger5.
  • Improve startup performance by using promise.all when processing rooms from sync (#​5095). Contributed by @​MidhunSureshR.
  • Add OAuthGrantType enum for OAuth 2.0 API grant types (#​5161). Contributed by @​hughns.
  • Add support for stable OAuth2.0 aware feature from MSC3824 (#​5159). Contributed by @​hughns.
  • Give RoomWidgetClient the ability to send and receive sticky events (#​5142). Contributed by @​robintown.

🐛 Bug Fixes

  • [js sdk embedded/widget] Fix race where this.syncApi.injectRoomEvents was called before the syncApi is instantiated (#​5168). Contributed by @​toger5.
  • [MatrixRTC] Fix delayId not resetting on leave (#​5156). Contributed by @​toger5.

v40.1.0

Compare Source

==================================================================================================

🦖 Deprecations

✨ Features

🐛 Bug Fixes

matrix-org/matrix-widget-api (matrix-widget-api)

v1.19.0

Compare Source

1.19.0 Release

authts/oidc-client-ts (oidc-client-ts)

v3.5.0

Compare Source

oidc-client-ts v3.5.0 is a minor release.

No longer using crypto-js package, 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:

  • Features:
    • #​2295 add maxSilentRenewTimeoutRetries configuration
    • #​2311 add nonce validation for ID tokens
  • Fixes;
    • #​2369 reword misleading error messages for request_type check

thanks to @​ninadvadujkar, @​Osmose and @​ferdinand-varta

vercel/swr (swr)

v2.5.1

Compare Source

v2.5.0

Compare Source

v2.4.2

Compare Source

v2.4.1

Compare Source

v2.4.0

Compare Source

What's Changed
New Contributors

Full Changelog: vercel/swr@v2.3.8...v2.4.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 March 9, 2026 01:19
@changeset-bot

changeset-bot Bot commented Mar 9, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 91fc508

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/production-dependencies branch 3 times, most recently from 94edc45 to 6bdfcf4 Compare March 16, 2026 06:56
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch from 6bdfcf4 to 9bbc2fa Compare March 17, 2026 13:36
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch from 9bbc2fa to e57902e Compare March 27, 2026 10:31
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch 6 times, most recently from b2dbdb7 to 6876e0e Compare April 14, 2026 08:03
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch from 6876e0e to eb58cd1 Compare April 24, 2026 08:23
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch 2 times, most recently from 9297735 to e357863 Compare May 5, 2026 08:45
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch 3 times, most recently from bf63528 to b012387 Compare June 5, 2026 11:46
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch 3 times, most recently from 4762b9a to 210bc3b Compare June 15, 2026 04:38
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch 2 times, most recently from acebda8 to 8751118 Compare June 23, 2026 11:37
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch 3 times, most recently from fbe2a0b to d052b4d Compare July 2, 2026 14:11
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch 5 times, most recently from 865f7b6 to 0520dbc Compare July 9, 2026 10:11
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch from 0520dbc to 3f7e631 Compare July 14, 2026 05:46
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch 2 times, most recently from f31e9fb to 34e3176 Compare July 27, 2026 12:37
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch 2 times, most recently from ec5e75b to 67902c7 Compare August 4, 2026 06:02
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch 3 times, most recently from 7465754 to 60fdcc9 Compare August 17, 2026 14:49
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch 3 times, most recently from 5c5e5ef to 8ca794f Compare August 26, 2026 14:43
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch 3 times, most recently from 835f27a to 98c266b Compare September 1, 2026 18:59
@renovate renovate Bot mentioned this pull request Sep 7, 2026
1 task
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch 2 times, most recently from 9853006 to d6ff0d0 Compare September 8, 2026 18:17
@renovate
renovate Bot force-pushed the renovate/production-dependencies branch from d6ff0d0 to 91fc508 Compare September 10, 2026 16:29
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