Skip to content

chore(deps): update security updates#1840

Merged
rocketstack-matt merged 1 commit intomainfrom
renovate/security-updates
Nov 24, 2025
Merged

chore(deps): update security updates#1840
rocketstack-matt merged 1 commit intomainfrom
renovate/security-updates

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 24, 2025

This PR contains the following updates:

Package Change Age Confidence
@radix-ui/react-accordion (source) 1.2.11 -> 1.2.12 age confidence
@radix-ui/react-alert-dialog (source) 1.1.14 -> 1.1.15 age confidence
@radix-ui/react-aspect-ratio (source) 1.1.7 -> 1.1.8 age confidence
@radix-ui/react-avatar (source) 1.1.10 -> 1.1.11 age confidence
@radix-ui/react-checkbox (source) 1.3.2 -> 1.3.3 age confidence
@radix-ui/react-collapsible (source) 1.1.11 -> 1.1.12 age confidence
@radix-ui/react-context-menu (source) 2.2.15 -> 2.2.16 age confidence
@radix-ui/react-dialog (source) 1.1.14 -> 1.1.15 age confidence
@radix-ui/react-dropdown-menu (source) 2.1.15 -> 2.1.16 age confidence
@radix-ui/react-hover-card (source) 1.1.14 -> 1.1.15 age confidence
@radix-ui/react-label (source) 2.1.7 -> 2.1.8 age confidence
@radix-ui/react-menubar (source) 1.1.15 -> 1.1.16 age confidence
@radix-ui/react-navigation-menu (source) 1.2.13 -> 1.2.14 age confidence
@radix-ui/react-popover (source) 1.1.14 -> 1.1.15 age confidence
@radix-ui/react-progress (source) 1.1.7 -> 1.1.8 age confidence
@radix-ui/react-radio-group (source) 1.3.7 -> 1.3.8 age confidence
@radix-ui/react-scroll-area (source) 1.2.9 -> 1.2.10 age confidence
@radix-ui/react-select (source) 2.2.5 -> 2.2.6 age confidence
@radix-ui/react-separator (source) 1.1.7 -> 1.1.8 age confidence
@radix-ui/react-slider (source) 1.3.5 -> 1.3.6 age confidence
@radix-ui/react-slot (source) 1.2.3 -> 1.2.4 age confidence
@radix-ui/react-switch (source) 1.2.5 -> 1.2.6 age confidence
@radix-ui/react-tabs (source) 1.1.12 -> 1.1.13 age confidence
@radix-ui/react-toast (source) 1.2.14 -> 1.2.15 age confidence
@radix-ui/react-toggle (source) 1.1.9 -> 1.1.10 age confidence
@radix-ui/react-toggle-group (source) 1.1.10 -> 1.1.11 age confidence
@radix-ui/react-tooltip (source) 1.2.7 -> 1.2.8 age confidence
@tanstack/react-query (source) 5.83.0 -> 5.90.10 age confidence
react-hook-form (source) 7.61.1 -> 7.66.0 age confidence
react-router-dom (source) 6.30.1 -> 6.30.2 age confidence

Release Notes

radix-ui/primitives (@​radix-ui/react-aspect-ratio)

v1.1.8

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

v5.90.10

Compare Source

Patch Changes

v5.90.9

Compare Source

Patch Changes

v5.90.8

Compare Source

Patch Changes

v5.90.7

Compare Source

Patch Changes

v5.90.6

Compare Source

Patch Changes

v5.90.5

Compare Source

Patch Changes

v5.90.4

Compare Source

Patch Changes

v5.90.3

Compare Source

Patch Changes

v5.90.2

Version 5.90.2 - 9/23/25, 7:37 AM

Changes
Fix
  • types: onMutateResult is always defined in onSuccess callback (#​9677) (2cf3ec9) by Dominik Dorfmeister
Packages

v5.90.1

Version 5.90.1 - 9/22/25, 6:41 AM

Changes

Fix
  • vue-query: Support infiniteQueryOptions for MaybeRef argument (#​9634) (49243c8) by hriday330
Chore
Ci
Docs

Packages

v5.89.0

Compare Source

Version 5.89.0 - 9/16/25, 8:27 AM

Changes

Feat
  • query-core: add context to mutationfn & mutation callbacks (#​9615) (a2151d2) by Josh
Chore

Packages

v5.87.4

Compare Source

Version 5.87.4 - 9/10/25, 2:09 PM

Changes
Fix
  • query-core: infinite re-renders in useQueries (#​9639) (19445a0) by Minha Kang
Test
  • svelte-query/createMutation: improve callback assertions with "toHaveBeenNthCalledWith" and apply shorthand property syntax in FailureExample (#​9630) (ccedf33) by @​sukvvon
Packages

v5.87.1

Compare Source

Version 5.87.1 - 9/5/25, 2:15 PM

Changes

Fix
  • query-core: update initialData when an observer mounts while a Query without data exists (#​9620) (1c8a921) by Dominik Dorfmeister

Packages

v5.87.0

Compare Source

Version 5.87.0 - 9/5/25, 11:55 AM

Changes

Feat
Docs
  • angular-query: update Angular Zoneless doc (#​9616) (2283633) by Arnoud

Packages

v5.86.0

Compare Source

Version 5.86.0 - 9/4/25, 9:27 AM (Manual Release)

Changes

Note: This release contains BREAKING CHANGES for the experimental_streamedQuery API:

BREAKING CHANGES

BREAKING CHANGE: The maxChunks parameter has been removed from streamedQuery.
Use a custom reducer function to control data aggregation behavior instead.

BREAKING CHANGE: When using a custom reducer function with streamedQuery,
the initialValue parameter is now required and must be provided.

  • rename queryFn to streamFn in streamedQuery (#​9606) (b25412a) by Dominik Dorfmeister

BREAKING CHANGE: queryFn has been renamed to streamFn

Chore
  • tsconfig.json: simplify "include" patterns by consolidating file extensions and directory paths (#​9547) (7306474) by @​sukvvon
Test
Other
Packages

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.8

Compare Source

Version 5.85.8 - 9/2/25, 7:59 AM

Changes

Refactor
  • react-query: replace magic number with named constant in suspense timers (#​9607) (ef0c16e) by Minha Kang
Ci
  • apply automated fixes (c44ca47) by autofix-ci[bot]

Packages

v5.85.7

Compare Source

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

Changes

Refactor
Docs

Packages

v5.85.6

Compare Source

Version 5.85.6 - 8/30/25, 12:21 PM

Changes
Fix
  • core: make sure queries revert synchronously (#​9601) (379670d) by Dominik Dorfmeister
Chore
Test
Docs
Packages

Configuration

📅 Schedule: Branch creation - "before 7am on monday" in timezone UTC, 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 a team as a code owner November 24, 2025 05:08
@rocketstack-matt rocketstack-matt merged commit c21715f into main Nov 24, 2025
18 checks passed
@rocketstack-matt rocketstack-matt deleted the renovate/security-updates branch November 24, 2025 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant