Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
190 changes: 116 additions & 74 deletions bun.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cloud/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM oven/bun:1.3.11 AS builder
FROM oven/bun:1.3.14 AS builder
WORKDIR /usr/src

# Copy source files
Expand All @@ -15,7 +15,7 @@ COPY ./tsconfig.docker.json ./tsconfig.json
# RUN bun run build

# Final stage
FROM oven/bun:1.3.11 AS release
FROM oven/bun:1.3.14 AS release
WORKDIR /usr/src

# Copy built files from builder stage
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by `pantry container:generate` — native, depless container support.
# Build with: pantry build -t <name> . (no Docker daemon required)
FROM oven/bun:1.3.10 AS base
FROM oven/bun:1.3.14 AS base
WORKDIR /app

# Bring in the source (filtered by .freezer) and install deps in-image so
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"dependencies": {
"@stacksjs/bumpx": "^0.2.6",
"@stacksjs/bunpress": "^0.1.12",
"@stacksjs/bunpress": "^0.1.13",
"@stacksjs/logsmith": "^0.2.3",
"@stacksjs/ts-cloud": "catalog:",
"@stacksjs/ts-md": "^0.1.1"
Expand All @@ -73,7 +73,7 @@
"@stacksjs/cli": "workspace:*",
"@stacksjs/config": "workspace:*",
"@stacksjs/database": "workspace:*",
"@stacksjs/tlsx": "^0.13.2",
"@stacksjs/tlsx": "^0.13.13",
"better-dx": "catalog:",
"@stacksjs/dns": "workspace:*",
"@stacksjs/enums": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
"@stacksjs/ts-cloud": "catalog:"
},
"peerDependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.79"
"@anthropic-ai/claude-agent-sdk": "^0.3.215"
},
"peerDependenciesMeta": {
"@anthropic-ai/claude-agent-sdk": {
"optional": true
}
},
"devDependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.79",
"@anthropic-ai/claude-agent-sdk": "^0.3.215",
"better-dx": "catalog:"
}
}
4 changes: 2 additions & 2 deletions storage/framework/core/buddy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"@stacksjs/gitit": "^0.2.5",
"@stacksjs/health": "workspace:*",
"@stacksjs/dnsx": "^0.2.3",
"@stacksjs/httx": "^0.1.10",
"@stacksjs/httx": "^0.1.11",
"@stacksjs/lint": "workspace:*",
"@stacksjs/logging": "workspace:*",
"@stacksjs/notifications": "workspace:*",
Expand All @@ -125,7 +125,7 @@
"@stacksjs/payments": "workspace:*",
"@stacksjs/realtime": "workspace:*",
"@stacksjs/router": "workspace:*",
"@stacksjs/rpx": "^0.11.29",
"@stacksjs/rpx": "^0.11.30",
"@stacksjs/search-engine": "workspace:*",
"@stacksjs/security": "workspace:*",
"@stacksjs/server": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions storage/framework/core/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@ts-charts/format": "^0.2.0",
"@ts-charts/scale": "^0.2.0",
"@ts-charts/shape": "^0.2.0"
"@ts-charts/format": "^0.2.2",
"@ts-charts/scale": "^0.2.2",
"@ts-charts/shape": "^0.2.2"
},
"devDependencies": {
"better-dx": "catalog:"
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"ts-slug": "^0.1.0",
"ts-slug": "^0.1.2",
"ts-spreadsheets": "^0.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"ts-pantry": "^0.10.11"
"ts-pantry": "^0.10.17"
},
"devDependencies": {
"@stacksjs/alias": "workspace:*",
"better-dx": "catalog:",
"@stacksjs/types": "workspace:*",
"bunfig": "^0.15.11"
"bunfig": "^0.15.15"
}
}
4 changes: 2 additions & 2 deletions storage/framework/core/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@stacksjs/ts-validation": "^0.5.0",
"@stacksjs/ts-validation": "^0.5.2",
"bun-query-builder": "catalog:",
"dynamodb-tooling": "^0.3.2"
"dynamodb-tooling": "^0.3.5"
},
"devDependencies": {
"@stacksjs/cli": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@stacksjs/bunpress": "^0.1.12"
"@stacksjs/bunpress": "^0.1.13"
},
"devDependencies": {
"@stacksjs/alias": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/error-handling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
},
"dependencies": {
"@stacksjs/stx": "catalog:",
"ts-error-handling": "^0.1.1",
"ts-syntax-highlighter": "^0.2.1"
"ts-error-handling": "^0.1.3",
"ts-syntax-highlighter": "^0.2.5"
},
"devDependencies": {
"@stacksjs/cli": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@stacksjs/httx": "^0.1.10"
"@stacksjs/httx": "^0.1.11"
},
"devDependencies": {
"better-dx": "catalog:"
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@stacksjs/ts-i18n": "^0.1.9"
"@stacksjs/ts-i18n": "^0.1.11"
},
"devDependencies": {
"@stacksjs/development": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@stacksjs/clarity": "^0.3.24",
"@stacksjs/clarity": "^0.3.28",
"@stacksjs/cli": "workspace:*",
"@stacksjs/config": "workspace:*",
"@stacksjs/error-handling": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@stacksjs/ts-validation": "^0.5.0",
"@stacksjs/ts-validation": "^0.5.2",
"bun-query-builder": "catalog:"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
"@stacksjs/server": "^0.70.113",
"@stacksjs/storage": "^0.70.113",
"@stacksjs/strings": "^0.70.113",
"@stacksjs/tlsx": "^0.13.0",
"@stacksjs/tlsx": "^0.13.13",
"@stacksjs/ts-cloud": "catalog:",
"@stacksjs/tunnel": "^0.70.113",
"@stacksjs/types": "^0.70.113",
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@stacksjs/bun-queue": "^0.1.0"
"@stacksjs/bun-queue": "^0.1.2"
},
"peerDependencies": {
"redis": ">=4.0.0"
"redis": ">=4.7.1"
},
"peerDependenciesMeta": {
"redis": {
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@stacksjs/bun-router": "^0.0.20",
"ts-rate-limiter": "^0.4.2"
"ts-rate-limiter": "^0.4.4"
},
"devDependencies": {
"@stacksjs/actions": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"@stacksjs/validation": "workspace:*"
},
"dependencies": {
"bun-plugin-auto-imports": "^0.4.0"
"bun-plugin-auto-imports": "^0.4.1"
}
}
2 changes: 1 addition & 1 deletion storage/framework/core/slug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"ts-slug": "^0.1.0"
"ts-slug": "^0.1.2"
},
"devDependencies": {
"@stacksjs/cli": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions storage/framework/core/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@stacksjs/bunpress": "^0.1.12",
"@stacksjs/bunpress": "^0.1.13",
"@stacksjs/clapp": "catalog:",
"@stacksjs/stx": "catalog:",
"@stacksjs/ts-validation": "^0.5.0",
"@stacksjs/ts-validation": "^0.5.2",
"bun-query-builder": "catalog:"
},
"peerDependencies": {
Expand All @@ -67,7 +67,7 @@
},
"devDependencies": {
"@stacksjs/validation": "workspace:*",
"@types/bun": "^1.3.11",
"@types/bun": "^1.3.14",
"meilisearch": "^0.59.0",
"typescript": "^7.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@cwcss/crosswind": "^0.2.6",
"@cwcss/crosswind": "^0.2.10",
"@stacksjs/components": "catalog:"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@stacksjs/ts-validation": "^0.5.0"
"@stacksjs/ts-validation": "^0.5.2"
},
"devDependencies": {
"better-dx": "catalog:",
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/defaults/ide/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"logo.png"
],
"engines": {
"vscode": "^1.109.5"
"vscode": "^1.129.1"
},
"scripts": {
"package": "bunx --bun vsce package",
Expand Down Expand Up @@ -61,6 +61,6 @@
"vue.volar"
],
"devDependencies": {
"@vscode/vsce": "^3.7.2-12"
"@vscode/vsce": "^3.9.2"
}
}
Loading