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
12 changes: 6 additions & 6 deletions .github/workflows/buddy-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
if: ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }}
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0 # Fetch full history for rebasing
Expand All @@ -130,7 +130,7 @@ jobs:

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
uses: shivammathur/setup-php@2.35.5
uses: shivammathur/setup-php@2.36.0
with:
php-version: '8.4'
tools: composer
Expand All @@ -156,7 +156,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
Expand All @@ -248,7 +248,7 @@ jobs:

- name: Setup PHP and Composer (if needed)
if: ${{ hashFiles('composer.json') != '' }}
uses: shivammathur/setup-php@2.35.5
uses: shivammathur/setup-php@2.36.0
with:
php-version: '8.4'
tools: composer
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2.1.0

- name: Use cached node_modules
uses: actions/[email protected]
Expand All @@ -41,10 +41,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2.1.0

- name: Use cached node_modules
uses: actions/[email protected]
Expand All @@ -64,10 +64,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2.1.0

- name: Use cached node_modules
uses: actions/[email protected]
Expand All @@ -87,10 +87,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2.1.0

- name: Use cached node_modules
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: Setup Bun
uses: oven-sh/setup-bun@v2.0.2
uses: oven-sh/setup-bun@v2.1.0

- name: Use Cached node_modules
uses: actions/[email protected]
Expand All @@ -46,7 +46,7 @@ jobs:

- name: Create GitHub Release
id: create_release
uses: stacksjs/action-releaser@v1.1.0
uses: stacksjs/action-releaser@v1.2.7
with:
files: |
./packages/rpx/bin/rpx-linux-x64.zip
Expand Down
417 changes: 158 additions & 259 deletions bun.lock

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,22 @@
"fix-certs": "bun scripts/fix-certs.js"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.84",
"@stacksjs/clarity": "^0.3.23",
"@stacksjs/bumpx": "^0.2.4",
"@stacksjs/clarity": "^0.3.24",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.1.18",
"@stacksjs/logsmith": "^0.2.1",
"@stacksjs/tlsx": "^0.10.0",
"@types/bun": "^1.2.23",
"buddy-bot": "^0.9.7",
"bun-git-hooks": "^0.2.19",
"bun-plugin-dtsx": "^0.21.12",
"bunfig": "^0.15.0",
"@types/bun": "^1.3.5",
"buddy-bot": "^0.9.12",
"bun-git-hooks": "^0.3.1",
"bun-plugin-dtsx": "^0.21.17",
"bunfig": "^0.15.6",
"cac": "^6.7.14",
"consola": "^3.4.2",
"typescript": "^5.9.3",
"unocss": "^66.5.2",
"unocss": "^66.5.12",
"vite-plugin-rpx": "workspace:*"
},
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bun-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@stacksjs/rpx": "workspace:*"
},
"devDependencies": {
"bun-plugin-dtsx": "^0.21.12"
"bun-plugin-dtsx": "^0.21.17"
},
"simple-git-hooks": {
"pre-commit": "bunx lint-staged"
Expand Down
4 changes: 2 additions & 2 deletions packages/rpx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
},
"devDependencies": {
"@stacksjs/tlsx": "^0.10.0",
"bun-plugin-dtsx": "^0.21.12",
"bunfig": "^0.15.0",
"bun-plugin-dtsx": "^0.21.17",
"bunfig": "^0.15.6",
"cac": "^6.7.14",
"consola": "^3.4.2",
"typescript": "^5.9.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@stacksjs/tlsx": "^0.10.0"
},
"devDependencies": {
"bun-plugin-dtsx": "^0.21.12"
"bun-plugin-dtsx": "^0.21.17"
},
"simple-git-hooks": {
"pre-commit": "bunx lint-staged"
Expand Down
Loading