Skip to content

Commit 882b15f

Browse files
chore(deps): update all non-major dependencies (#14)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 83d0933 commit 882b15f

5 files changed

Lines changed: 18 additions & 16 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
# env:
2121
# BUN_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2222
with:
23-
bun-version: 1.2.18
23+
bun-version: 1.3.1
2424

2525
- name: Use cached node_modules
26-
uses: actions/cache@v4.2.4
26+
uses: actions/cache@v4.3.0
2727
with:
2828
path: node_modules
2929
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -44,7 +44,7 @@ jobs:
4444
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4545

4646
- name: Attach Binaries
47-
uses: stacksjs/action-releaser@v1.1.0
47+
uses: stacksjs/action-releaser@v1.2.7
4848
with:
4949
files: |
5050
packages/logsmith/bin/logsmith-linux-x64.zip

bun.lock

Lines changed: 11 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"@stacksjs/eslint-config": "^4.14.0-beta.3",
4141
"@stacksjs/gitlint": "^0.1.5",
4242
"@stacksjs/logsmith": "workspace:*",
43-
"@types/bun": "^1.3.0",
43+
"@types/bun": "^1.3.1",
4444
"buddy-bot": "^0.9.9",
4545
"bun-git-hooks": "^0.3.1",
46-
"bun-plugin-dtsx": "0.9.5",
46+
"bun-plugin-dtsx": "0.9.6",
4747
"pickier": "^0.1.7",
4848
"typescript": "^5.9.3"
4949
},

packages/action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@actions/core": "^1.11.1",
35-
"@actions/github": "^6.0.0",
35+
"@actions/github": "^6.0.1",
3636
"@stacksjs/logsmith": "workspace:*"
3737
}
3838
}

packages/logsmith/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"dependencies": {
6262
"@stacksjs/clapp": "^0.2.0",
63-
"bunfig": "^0.15.0",
63+
"bunfig": "^0.15.5",
6464
"pickier": "^0.1.7"
6565
}
6666
}

0 commit comments

Comments
 (0)