Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@rsbuild/core (source) 1.5.2 -> 1.5.3 age confidence devDependencies patch
@tanstack/query-broadcast-client-experimental (source) 5.85.6 -> 5.85.9 age confidence dependencies patch
@tanstack/react-query (source) 5.85.6 -> 5.85.9 age confidence dependencies patch
@tanstack/react-query-devtools (source) 5.85.6 -> 5.85.9 age confidence dependencies patch
@tanstack/react-router (source) 1.131.31 -> 1.131.34 age confidence devDependencies patch
@tanstack/router-cli (source) 1.131.30 -> 1.131.34 age confidence devDependencies patch
@tanstack/router-devtools (source) 1.131.31 -> 1.131.34 age confidence dependencies patch
@tanstack/router-plugin (source) 1.131.31 -> 1.131.34 age confidence devDependencies patch
@tauri-apps/cli 2.8.3 -> 2.8.4 age confidence devDependencies patch
@tauri-apps/plugin-deep-link 2.4.2 -> 2.4.3 age confidence dependencies patch
@tauri-apps/plugin-dialog 2.3.3 -> 2.4.0 age confidence dependencies minor
@tauri-apps/plugin-log 2.6.0 -> 2.7.0 age confidence dependencies minor
@typescript-eslint/eslint-plugin (source) 8.41.0 -> 8.42.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.41.0 -> 8.42.0 age confidence devDependencies minor
lint-staged 16.1.5 -> 16.1.6 age confidence devDependencies patch
log 0.4.27 -> 0.4.28 age confidence dependencies patch
mdns-sd 0.14.1 -> 0.15.0 age confidence dependencies minor
sha2 0.11.0-rc.0 -> 0.11.0-rc.2 age confidence dependencies patch
tauri (source) 2.8.4 -> 2.8.5 age confidence dependencies patch
tauri-build (source) 2.4.0 -> 2.4.1 age confidence build-dependencies patch
tauri-plugin-deep-link 2.4.2 -> 2.4.3 age confidence dependencies patch
tauri-plugin-dialog 2.3.3 -> 2.4.0 age confidence dependencies minor
tauri-plugin-log 2.6.0 -> 2.7.0 age confidence dependencies minor
tauri-plugin-single-instance 2.3.3 -> 2.3.4 age confidence dependencies patch
tw-animate-css 1.3.7 -> 1.3.8 age confidence dependencies patch
typescript-eslint (source) 8.41.0 -> 8.42.0 age confidence devDependencies minor
zip 4.6.0 -> 4.6.1 age confidence dependencies patch
com.google.android.material:material 1.12.0 -> 1.13.0 age confidence dependencies minor
com.android.tools.build:gradle (source) 8.12.2 -> 8.13.0 age confidence dependencies minor

Release Notes

web-infra-dev/rsbuild (@​rsbuild/core)

v1.5.3

Compare Source

What's Changed

New Features 🎉
Performance 🚀
  • perf: optimize pick function by replacing reduce with for...of loop by @​Copilot in #​6022
  • perf: optimize isPlainObject with Object.prototype caching by @​Copilot in #​6021
  • perf: optimize Object.values() call in nonce plugin to avoid redundant array conversion by @​Copilot in #​6023
Bug Fixes 🐞
  • fix: eliminate redundant getPlugin() call in plugin dependency sorting by @​Copilot in #​6002
Refactor 🔨
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.5.2...v1.5.3

TanStack/query (@​tanstack/query-broadcast-client-experimental)

v5.85.9

Compare Source

Version 5.85.9 - 9/2/25, 12:17 PM

Changes

Fix
  • query-core: ensure combine re-executes after cache restoration with memoized combine (#​9592) (564a4f6) by Kim YoungHoon
Test
  • react-query/HydrationBoundary: add tests for "non-object" state and missing "queries" property handling (#​9605) (5221029) by @​sukvvon

Packages

v5.85.7

Compare Source

Version 5.85.7 - 9/2/25, 7:22 AM

Changes

Refactor
Docs

Packages

TanStack/router (@​tanstack/react-router)

v1.131.34

Compare Source

Version 1.131.34 - 9/3/25, 7:55 PM

Changes

Refactor

Packages

v1.131.33

Compare Source

Version 1.131.33 - 9/3/25, 4:50 PM

Changes

Fix
Docs

Packages

v1.131.32

Compare Source

Version 1.131.32 - 9/2/25, 12:31 PM

Changes

Refactor
Ci
  • apply automated fixes (5b5f792) by autofix-ci[bot]
Docs
  • Use named component in react quick-start (#​5061) (0ee993b) by Noah Silas

Packages

tauri-apps/tauri (@​tauri-apps/cli)

v2.8.4: @​tauri-apps/cli v2.8.4

Compare Source

[2.8.4]

Enhancements
Bug Fixes
Dependencies
  • Upgraded to tauri-cli@2.8.4
tauri-apps/plugins-workspace (@​tauri-apps/plugin-deep-link)

v2.4.3

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.42.0

Compare Source

🩹 Fixes
  • deps: update eslint monorepo to v9.33.0 (#​11482)

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.42.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

lint-staged/lint-staged (lint-staged)

v16.1.6

Compare Source

Patch Changes
  • #​1610 e93578e Thanks @​iiroj! - Try to improve terminating of subprocess of tasks by using SIGKILL, and only calling pidtree when the the main task process has a known pid.
rust-lang/log (log)

v0.4.28

Compare Source

keepsimple1/mdns-sd (mdns-sd)

v0.15.0

Compare Source

Breaking changes

  • ServiceEvent::ServiceData is merged back with ServiceResolved (i.e. replacing it). The end result is: we have a single ServiceEvent::ServiceResolved(ResolvedService) going forward.

Hence, a service is respresented by ResolvedService on the client side, and by ServiceInfo on the server side.

And user_service_data() is no longer needed and removed.

Sorry about the confusions but I think this helps for the long term. I think / hope the required code changes are minimal for most users.

All changes

  • 221e0be 2025-08-29 feat: impl AsIpAddrs for Box (#​387) (Jean-Gab)
  • f88fae1 2025-08-27 merge ServiceData with ServiceResolved (#​386) (keepsimple1)

Thanks our new contributor @​Jean-Gab, welcome!

RustCrypto/hashes (sha2)

v0.11.0-rc.2

Compare Source

Wombosvideo/tw-animate-css (tw-animate-css)

v1.3.8

Compare Source

Changelog
  • b5ff23a: fix: add support for global CSS variable prefix. Closes #​48
  • 03e5f12: feat: add support for ng-primitives height variables #​56 (thanks @​immohammadjaved)
  • b076cfb: docs: fix various issues in accordion and collapsible docs
  • 9485e33: chore: bump version to 1.3.8 and update dependencies
typescript-eslint/typescript-eslint (typescript-eslint)

v8.42.0

Compare Source

🚀 Features
🩹 Fixes
  • typescript-eslint: handle non-normalized windows paths produced by jiti (#​11546)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

zip-rs/zip2 (zip)

v4.6.1

Compare Source

🐛 Bug Fixes
  • Fixes an issue introduced by the swap from lzma-rs to liblzma (#​407)
material-components/material-components-android (com.google.android.material:material)

v1.13.0

Compare Source

New in 1.13.0!

Important

  • Required minSdkVersion is now 21 or higher, for Material and AndroidX.
  • Now built with compileSdkVersion 35, Android Gradle Plugin (AGP) 8.7.3, and Gradle 8.9.
  • Material 3 Expressive has moved to the 1.14.0 versions of the library. To get a sneak peak, update to version 1.14.0-alpha04 and use the Material3Expressive themes/styles in conjunction with new components mentioned above.

Dependency Updates

Dependency Previous version New version
androidx.appcompat:appcompat 1.6.1 1.7.0
androidx.constraintlayout:constraintlayout 2.0.1 2.1.0
androidx.dynamicanimation:dynamicanimation 1.0.0 1.1.0
androidx.graphics:graphics-shapes N/A 1.0.1
com.android.tools.build:gradle 7.4.2 8.7.3

Library Updates

  • A11y
    • Include "hour" and "minute" in announcements. For example: "Not checked, Hour - 11'0 clock. double tap to select Hour". (960bb4c)
    • Move responsibility of disabling hide on scroll to HideViewOnScrollBehavior and BottomAppBar (9c33476)
    • Prevent hide on scroll when Talkback is on (d560705)
    • Add missing 'button' mention to Talkback output for close icon. (79bd7d7)
  • BottomNavigationView
    • Update catalog demo to demonstrate adaptive bottom navigation bar (76936c4)
    • Fix early return in setItemGravity() (8a4d3c6)
  • BottomSheet
    • Prevent ACTION_DOWN events on the BottomSheetHandleDragView from setting touchingScrollChild to true. (af7f254)
    • Fix keyboard animation on Android 14 (a0b4dfa)
    • Fixed main catalog demo cutting off content when screen size is too small. (005687d)
    • Remove disruptive announcement "Drag handle double tapped"for BottomSheetDragHandleView. (95025c6)
  • Carousel
    • Recyclerview children do not inherit layout direction (ca0b870)
    • Update keyline state if necessary if item size changes (52228c1)
    • Update multi-browse strategy to always have at least 1 medium item (916e908)
    • Recalculate keyline state if it doesn't match the current container size (d0f5d72)
  • Checkbox
  • Chip
    • Get default minTouchTargetSize from material attributes (436437a)
    • Add a show all Chip for a11y (8e33421)
    • Updated flow layout to correctly layout padding when in RTL. (1eaf483)
    • Fix close icon focus

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 AlexProgrammerDE as a code owner September 4, 2025 01:00
@vercel
Copy link

vercel bot commented Sep 4, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
soulfire-client Ready Ready Preview Comment Sep 4, 2025 1:00am

@renovate renovate bot merged commit f52157c into main Sep 4, 2025
9 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch September 4, 2025 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant