Skip to content

Commit 9b57ea0

Browse files
authored
Merge pull request #59 from secondsky/dependency-audit-2026-04-08
Dependency audit: update 75+ packages across 28 files
2 parents 8e759f1 + 2b53530 commit 9b57ea0

File tree

208 files changed

+661
-646
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+661
-646
lines changed

.claude-plugin/marketplace.json

Lines changed: 171 additions & 171 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10+
## [3.2.3] - 2026-04-08
11+
12+
### Changed
13+
14+
#### Repository-Wide Dependency Audit - 2026-04-08
15+
16+
Full audit of all 33 `package.json` files across the repository. Updated ~75 dependencies with a mix of minor bumps and major version upgrades across 28 files.
17+
18+
**Critical fixes (3 broken version pins):**
19+
- `openai-responses`: `@cloudflare/workers-types` ^5.0.0 → ^4.20260408.0 (v5 does not exist)
20+
- `thesys-generative-ui/nextjs`: `@tavily/core` ^1.0.0 → ^0.7.2 (v1 does not exist)
21+
- `thesys-generative-ui/vite-react`: `@tavily/core` ^1.0.0 → ^0.7.2 (v1 does not exist)
22+
23+
**Minor version bumps (~40 updates):**
24+
- `openai` ^6.7.0 → ^6.33.0, `hono` → ^4.12.12, `wrangler` → ^4.81.0
25+
- `drizzle-orm` → ^0.45.2, `drizzle-kit` → ^0.31.10
26+
- `@google/genai` → ^1.48.0, `@anthropic-ai/sdk` → ^0.85.0
27+
- `@anthropic-ai/claude-agent-sdk` → ^0.2.96, `ai` → ^5.0.170
28+
- `@tanstack/react-query` → ^5.96.2, `@tanstack/react-router` → ^1.168.10
29+
- `@playwright/test` → ^1.59.0, `tsx` → ^4.21.0, `puppeteer` → ^24.40.0
30+
- `@modelcontextprotocol/sdk` → ^1.29.0, `agents` → ^0.10.0
31+
- `@opennextjs/cloudflare` → ^1.18.1, `prettier` → ^3.8.1
32+
- `@vercel/blob` → ^2.3.3, `@thesysai/genui-sdk` → ^0.9.0
33+
- All TanStack, Cloudflare workers-types, and other packages updated to latest stable
34+
35+
**Major version upgrades (~35 updates across 9 decisions):**
36+
- **TypeScript**: Pinned to `^5.9.3` consistently across all 28 files (kept at v5)
37+
- **React**: `^18``^19.2.0` in ai-sdk-ui, tanstack-query (+ @types/react, @types/react-dom)
38+
- **Next.js**: `^15``^16.2.0` in thesys-generative-ui, vercel-blob, vercel-kv (+ eslint-config-next)
39+
- **Vite**: `^6``^7.3.0` in 6 files (+ `@vitejs/plugin-react` → ^5.2.0)
40+
- **Zod**: `^3``^4.3.0` in 8 files (ai-sdk-core, ai-sdk-ui, claude-api, claude-agent-sdk, cloudflare-mcp-server, openai-agents, thesys x2)
41+
- **Wrangler**: `^3``^4.81.0` in 6 files (cloudflare-images x3, cloudflare-mcp-server, cloudflare-nextjs, openai-responses)
42+
- **OpenAI SDK**: `^5.19.1``^6.33.0` in openai-responses; `^4.73.0``^4.104.0` in thesys (kept at v4)
43+
- **ESLint**: `^8/9``^10.2.0` in 5 files (+ @eslint/js ^10.0.1, @typescript-eslint/* ^8.58.1)
44+
- **AI SDK**: Kept at v5 (`^5.0.170`) — template code consistency
45+
46+
**All 170 plugins bumped to version 3.2.2.** Marketplace regenerated with updated metadata.
47+
48+
Full audit details: `PACKAGE_VERSION_AUDIT.md`
49+
50+
---
51+
1052
## [3.2.2] - 2026-04-08
1153

1254
### Changed

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
**Repository**: https://github.com/secondsky/claude-skills
44
**Purpose**: Production-ready skills for Claude Code CLI
55
**Owner**: Claude Skills Maintainers
6-
**Status**: Active Development | 169 Plugins | 167 Skills Complete
7-
**Last Updated**: 2026-02-07
8-
**Last Audit**: 2026-02-07 (9 plugins removed)
6+
**Status**: Active Development | 170 Plugins | 167 Skills Complete
7+
**Last Updated**: 2026-04-08
8+
**Last Audit**: 2026-04-08 (dependency audit)
99

1010
---
1111

PACKAGE_VERSION_AUDIT.md

Lines changed: 139 additions & 166 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**170 production-ready skills for Claude Code CLI**
44

5-
Version 3.2.2 | Last Updated: 2026-04-08
5+
Version 3.2.3 | Last Updated: 2026-04-08
66

77
<div align="center">
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-skills",
3-
"version": "3.0.0",
3+
"version": "3.2.3",
44
"description": "Production-tested skills for Claude Code - Cloudflare, AI, React, Tailwind v4, and modern web development",
55
"scripts": {
66
"validate": "./scripts/validate-json-schemas.sh",

plugins/access-control-rbac/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "access-control-rbac",
33
"description": "Role-based access control (RBAC) with permissions and policies. Use for admin dashboards, enterprise access, multi-tenant apps, fine-grained authorization, or encountering permission hierarchies, role inheritance, policy conflicts.",
4-
"version": "3.0.0",
4+
"version": "3.2.2",
55
"author": {
66
"name": "Claude Skills Maintainers",
77
"email": "maintainers@example.com"

plugins/aceternity-ui/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aceternity-ui",
33
"description": "100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI integration errors.",
4-
"version": "3.0.0",
4+
"version": "3.2.2",
55
"author": {
66
"name": "Claude Skills Maintainers",
77
"email": "maintainers@example.com"

plugins/ai-elements-chatbot/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ai-elements-chatbot",
33
"description": "shadcn/ui AI chat components for conversational interfaces. Use for streaming chat, tool/function displays, reasoning visualization, or encountering Next.js App Router setup, Tailwind v4 integration, AI SDK v5 migration errors.",
4-
"version": "3.0.0",
4+
"version": "3.2.2",
55
"author": {
66
"name": "Claude Skills Maintainers",
77
"email": "maintainers@example.com"

plugins/ai-sdk-core/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ai-sdk-core",
33
"description": "Vercel AI SDK v5 for backend AI (text generation, structured output, tools, agents). Multi-provider. Use for server-side AI or encountering AI_APICallError, AI_NoObjectGeneratedError, streaming failures.",
4-
"version": "3.0.0",
4+
"version": "3.2.2",
55
"author": {
66
"name": "Claude Skills Maintainers",
77
"email": "maintainers@example.com"

0 commit comments

Comments
 (0)