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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV

- name: Create GitHub Release
uses: stacksjs/action-releaser@v1.2.7
uses: stacksjs/action-releaser@v1.2.11
with:
files: |
storage/framework/core/buddy/bin/buddy-linux-x64.zip
Expand Down
386 changes: 178 additions & 208 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.2.21-debian AS builder
FROM oven/bun:1.3.14-debian 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.2.21-debian AS release
FROM oven/bun:1.3.14-debian AS release
WORKDIR /usr/src

# Copy built files from builder stage
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"url": "git+https://github.com/stacksjs/wildloop.git"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.120",
"@stacksjs/buddy": "^0.70.207",
"@stacksjs/ts-cloud": "^0.7.86",
"bun-query-builder": "^0.1.63",
"stacks": "^0.70.207",
"@iconify-json/lucide": "^1.2.121",
"@stacksjs/buddy": "^0.70.285",
"@stacksjs/ts-cloud": "^0.7.105",
"bun-query-builder": "^0.2.18",
"stacks": "^0.70.285",
"ts-watches": "^0.1.0",
"ts-web-scraper": "^0.1.6"
},
"devDependencies": {
"@stacksjs/stx": "^0.2.111",
"bun-plugin-stx": "^0.2.111",
"@stacksjs/stx": "^0.2.155",
"bun-plugin-stx": "^0.2.155",
"ts-maps": "^0.2.7"
},
"overrides": {
"@stacksjs/browser": "0.70.281"
"@stacksjs/browser": "0.70.285"
},
"bugs": {
"url": "https://github.com/stacksjs/wildloop/issues"
Expand Down
2 changes: 1 addition & 1 deletion storage/cloud/dashboard-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"type": "module",
"dependencies": {
"@stacksjs/ts-cloud": "^0.7.75"
"@stacksjs/ts-cloud": "^0.7.105"
}
}
10 changes: 5 additions & 5 deletions storage/framework/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"prod": "bun --hot run dist/dev.js"
},
"dependencies": {
"@stacksjs/logging": "^0.70.193",
"@stacksjs/queue": "^0.70.193",
"@stacksjs/router": "^0.70.193",
"@stacksjs/storage": "^0.70.193",
"@stacksjs/utils": "^0.70.193"
"@stacksjs/logging": "^0.70.285",
"@stacksjs/queue": "^0.70.285",
"@stacksjs/router": "^0.70.285",
"@stacksjs/storage": "^0.70.285",
"@stacksjs/utils": "^0.70.285"
},
"workspaces": ["../core/*"]
}
24 changes: 12 additions & 12 deletions storage/framework/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@
"dev": "./dev local"
},
"dependencies": {
"@stacksjs/config": "^0.70.193",
"@stacksjs/dns": "^0.70.193",
"@stacksjs/logging": "^0.70.193",
"@stacksjs/path": "^0.70.193",
"@stacksjs/queue": "^0.70.193",
"@stacksjs/router": "^0.70.193",
"@stacksjs/storage": "^0.70.193",
"@stacksjs/utils": "^0.70.193",
"@stacksjs/validation": "^0.70.193"
"@stacksjs/config": "^0.70.285",
"@stacksjs/dns": "^0.70.285",
"@stacksjs/logging": "^0.70.285",
"@stacksjs/path": "^0.70.285",
"@stacksjs/queue": "^0.70.285",
"@stacksjs/router": "^0.70.285",
"@stacksjs/storage": "^0.70.285",
"@stacksjs/utils": "^0.70.285",
"@stacksjs/validation": "^0.70.285"
},
"devDependencies": {
"@stacksjs/cli": "^0.70.193",
"better-dx": "^0.2.7",
"@stacksjs/env": "^0.70.193"
"@stacksjs/cli": "^0.70.285",
"better-dx": "^0.2.22",
"@stacksjs/env": "^0.70.285"
}
}
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 @@ -36,7 +36,7 @@
"logo.png"
],
"engines": {
"vscode": "^1.109.5"
"vscode": "^1.132.0"
},
"scripts": {
"package": "bunx --bun vsce package",
Expand Down Expand Up @@ -74,6 +74,6 @@
"streetsidesoftware.code-spell-checker"
],
"devDependencies": {
"@vscode/vsce": "^3.7.2-12"
"@vscode/vsce": "^3.9.2"
}
}
14 changes: 7 additions & 7 deletions storage/framework/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"preview": "bunpress preview"
},
"dependencies": {
"@stacksjs/alias": "^0.70.193",
"@stacksjs/cli": "^0.70.193",
"@stacksjs/config": "^0.70.193",
"@stacksjs/env": "^0.70.193",
"@stacksjs/path": "^0.70.193",
"@stacksjs/server": "^0.70.193",
"@stacksjs/storage": "^0.70.193"
"@stacksjs/alias": "^0.70.285",
"@stacksjs/cli": "^0.70.285",
"@stacksjs/config": "^0.70.285",
"@stacksjs/env": "^0.70.285",
"@stacksjs/path": "^0.70.285",
"@stacksjs/server": "^0.70.285",
"@stacksjs/storage": "^0.70.285"
}
}
2 changes: 1 addition & 1 deletion storage/framework/libs/components/stx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"prepublishOnly": "bun run build"
},
"devDependencies": {
"stacks": "^0.70.193"
"stacks": "^0.70.285"
}
}
2 changes: 1 addition & 1 deletion storage/framework/libs/components/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"prepublishOnly": "bun run build"
},
"devDependencies": {
"stacks": "^0.70.193"
"stacks": "^0.70.285"
}
}
2 changes: 1 addition & 1 deletion storage/framework/libs/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"prepublishOnly": "bun run build"
},
"devDependencies": {
"stacks": "^0.70.193"
"stacks": "^0.70.285"
}
}
8 changes: 4 additions & 4 deletions storage/framework/orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@stacksjs/cache": "^0.70.193",
"@stacksjs/database": "^0.70.193",
"@stacksjs/error-handling": "^0.70.193"
"@stacksjs/cache": "^0.70.285",
"@stacksjs/database": "^0.70.285",
"@stacksjs/error-handling": "^0.70.285"
},
"devDependencies": {
"better-dx": "^0.2.5"
"better-dx": "^0.2.22"
}
}
4 changes: 2 additions & 2 deletions storage/framework/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM oven/bun:1.3.10 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.10 AS release
FROM oven/bun:1.3.14 AS release
WORKDIR /usr/src

# Copy built files from builder stage
Expand Down
12 changes: 6 additions & 6 deletions storage/framework/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"build": "bun build.ts"
},
"devDependencies": {
"better-dx": "^0.2.5",
"@stacksjs/logging": "^0.70.193",
"@stacksjs/path": "^0.70.193",
"@stacksjs/router": "^0.70.193",
"@stacksjs/storage": "^0.70.193",
"@stacksjs/utils": "^0.70.193"
"better-dx": "^0.2.22",
"@stacksjs/logging": "^0.70.285",
"@stacksjs/path": "^0.70.285",
"@stacksjs/router": "^0.70.285",
"@stacksjs/storage": "^0.70.285",
"@stacksjs/utils": "^0.70.285"
}
}
Loading