From 21f7667bb7661e292f7f2d68f4a0d01c5223a2be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:56:43 +0200 Subject: [PATCH] chore(ui-deps): bump remeda from 2.30.0 to 2.32.0 in /llama_stack/ui (#3511) Bumps [remeda](https://github.com/remeda/remeda) from 2.30.0 to 2.32.0.
Release notes

Sourced from remeda's releases.

v2.32.0

2.32.0 (2025-09-18)

Features

v2.31.1

2.31.1 (2025-09-09)

This version is identical to 2.31.0. We were experimenting with some modernizations of our release pipelines and needed to generate a release as part of testing those changes.

v2.31.0

2.31.0 (2025-09-08)

Features

Commits
Maintainer changes

This version was pushed to npm by eranhirsch, a new releaser for remeda since your current version.


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=remeda&package-manager=npm_and_yarn&previous-version=2.30.0&new-version=2.32.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- llama_stack/ui/package-lock.json | 8 ++++---- llama_stack/ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/llama_stack/ui/package-lock.json b/llama_stack/ui/package-lock.json index 3f22716c6..fc79f5845 100644 --- a/llama_stack/ui/package-lock.json +++ b/llama_stack/ui/package-lock.json @@ -27,7 +27,7 @@ "react-dom": "^19.1.1", "react-markdown": "^10.1.0", "remark-gfm": "^4.0.1", - "remeda": "^2.30.0", + "remeda": "^2.32.0", "shiki": "^1.29.2", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1" @@ -12887,9 +12887,9 @@ } }, "node_modules/remeda": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/remeda/-/remeda-2.30.0.tgz", - "integrity": "sha512-TcRpI1ecqnMer3jHhFtMerGvHFCDlCHljUp0/9A4HxHOh5bSY3kP1l8nQDFMnWYJKl3MSarDNY1tb0Bs/bCmvw==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/remeda/-/remeda-2.32.0.tgz", + "integrity": "sha512-BZx9DsT4FAgXDTOdgJIc5eY6ECIXMwtlSPQoPglF20ycSWigttDDe88AozEsPPT4OWk5NujroGSBC1phw5uU+w==", "license": "MIT", "dependencies": { "type-fest": "^4.41.0" diff --git a/llama_stack/ui/package.json b/llama_stack/ui/package.json index 2b0322b28..49c1b85e1 100644 --- a/llama_stack/ui/package.json +++ b/llama_stack/ui/package.json @@ -32,7 +32,7 @@ "react-dom": "^19.1.1", "react-markdown": "^10.1.0", "remark-gfm": "^4.0.1", - "remeda": "^2.30.0", + "remeda": "^2.32.0", "shiki": "^1.29.2", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1"