From dc07575ecd1a108f3d2fc12a65f98bf4da8a1aae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 17:32:41 +0200 Subject: [PATCH] chore(ui-deps): bump remeda from 2.26.1 to 2.30.0 in /llama_stack/ui (#3242) Bumps [remeda](https://github.com/remeda/remeda) from 2.26.1 to 2.30.0.
Release notes

Sourced from remeda's releases.

v2.30.0

2.30.0 (2025-08-07)

Features

v2.29.0

2.29.0 (2025-08-07)

Features

v2.28.0

2.28.0 (2025-08-03)

Features

v2.27.2

2.27.2 (2025-08-01)

Bug Fixes

v2.27.1

2.27.1 (2025-08-01)

Bug Fixes

v2.27.0

2.27.0 (2025-07-28)

Features

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=remeda&package-manager=npm_and_yarn&previous-version=2.26.1&new-version=2.30.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 190809533..8882447b9 100644 --- a/llama_stack/ui/package-lock.json +++ b/llama_stack/ui/package-lock.json @@ -27,7 +27,7 @@ "react-dom": "^19.0.0", "react-markdown": "^10.1.0", "remark-gfm": "^4.0.1", - "remeda": "^2.26.1", + "remeda": "^2.30.0", "shiki": "^1.29.2", "sonner": "^2.0.6", "tailwind-merge": "^3.3.1" @@ -12602,9 +12602,9 @@ } }, "node_modules/remeda": { - "version": "2.26.1", - "resolved": "https://registry.npmjs.org/remeda/-/remeda-2.26.1.tgz", - "integrity": "sha512-hpiLfhUwkJhiMS3Z7dRrygcRdkMRZASw5qUdNdi33x1/Y9y/J5q5TyLyf8btDoVLIcsg/4fzPdaGXDTbnl+ixw==", + "version": "2.30.0", + "resolved": "https://registry.npmjs.org/remeda/-/remeda-2.30.0.tgz", + "integrity": "sha512-TcRpI1ecqnMer3jHhFtMerGvHFCDlCHljUp0/9A4HxHOh5bSY3kP1l8nQDFMnWYJKl3MSarDNY1tb0Bs/bCmvw==", "license": "MIT", "dependencies": { "type-fest": "^4.41.0" diff --git a/llama_stack/ui/package.json b/llama_stack/ui/package.json index 7b4208aff..be03090f9 100644 --- a/llama_stack/ui/package.json +++ b/llama_stack/ui/package.json @@ -32,7 +32,7 @@ "react-dom": "^19.0.0", "react-markdown": "^10.1.0", "remark-gfm": "^4.0.1", - "remeda": "^2.26.1", + "remeda": "^2.30.0", "shiki": "^1.29.2", "sonner": "^2.0.6", "tailwind-merge": "^3.3.1"