From e26e531a4e844c5fc543ae7e05e2be18d3ae369d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 08:35:41 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 3 directories with 5 updates Bumps the npm_and_yarn group with 3 updates in the / directory: [agents](https://github.com/cloudflare/agents/tree/HEAD/packages/agents), [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). Bumps the npm_and_yarn group with 1 update in the /container/packages-cache directory: [uuid](https://github.com/uuidjs/uuid). Bumps the npm_and_yarn group with 1 update in the /debug-tools/presentation-tester directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `agents` from 0.2.35 to 0.12.3 - [Release notes](https://github.com/cloudflare/agents/releases) - [Changelog](https://github.com/cloudflare/agents/blob/main/packages/agents/CHANGELOG.md) - [Commits](https://github.com/cloudflare/agents/commits/agents@0.12.3/packages/agents) Updates `drizzle-orm` from 0.44.7 to 0.45.2 - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/compare/0.44.7...0.45.2) Updates `wrangler` from 4.50.0 to 4.59.1 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.59.1/packages/wrangler) Updates `uuid` from 11.1.1 to 14.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v11.1.1...v14.0.0) Updates `vite` from 5.4.21 to 8.0.10 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.10/packages/vite) --- updated-dependencies: - dependency-name: agents dependency-version: 0.12.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: drizzle-orm dependency-version: 0.45.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: wrangler dependency-version: 4.59.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 8.0.10 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- container/packages-cache/package.json | 4 ++-- debug-tools/presentation-tester/package.json | 2 +- package.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/container/packages-cache/package.json b/container/packages-cache/package.json index a01c85b75..b9560bb31 100644 --- a/container/packages-cache/package.json +++ b/container/packages-cache/package.json @@ -77,7 +77,7 @@ "tailwind-merge": "^3.3.1", "tailwindcss-animate": "^1.0.7", "tw-animate-css": "^1.3.5", - "uuid": "^11.1.0", + "uuid": "^14.0.0", "vaul": "^1.1.2", "zod": "^4.0.5", "zustand": "^5.0.6" @@ -99,6 +99,6 @@ "tailwindcss": "^3.4.17", "typescript": "5.8", "typescript-eslint": "^8.26.1", - "vite": "^6.3.1" + "vite": "^8.0.10" } } diff --git a/debug-tools/presentation-tester/package.json b/debug-tools/presentation-tester/package.json index 8bf976153..a70921f0e 100644 --- a/debug-tools/presentation-tester/package.json +++ b/debug-tools/presentation-tester/package.json @@ -24,7 +24,7 @@ "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.3", "typescript": "^5.6.3", - "vite": "^5.4.11", + "vite": "^8.0.10", "tailwindcss": "^3.4.15", "postcss": "^8.4.49", "autoprefixer": "^10.4.20" diff --git a/package.json b/package.json index ef62e2e99..e1f2150ce 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@types/argon2-browser": "^1.18.4", "@types/mdast": "^4.0.4", "@vitejs/plugin-react": "^5.1.2", - "agents": "^0.2.32", + "agents": "^0.12.3", "class-variance-authority": "^0.7.1", "cli-table3": "^0.6.5", "cloudflare": "^4.5.0", @@ -92,7 +92,7 @@ "cross-spawn": "^7.0.6", "date-fns": "^4.1.0", "diff": "^8.0.2", - "drizzle-orm": "^0.44.7", + "drizzle-orm": "^0.45.2", "embla-carousel-react": "^8.6.0", "esbuild": "^0.27.1", "eslint-import-resolver-typescript": "^4.4.4", @@ -169,7 +169,7 @@ "typescript-eslint": "^8.49.0", "vite": "npm:rolldown-vite@7.1.13", "vitest": "^3.2.4", - "wrangler": "4.50.0" + "wrangler": "4.59.1" }, "prettier": { "singleQuote": true,