Skip to content

Commit e4ccd97

Browse files
chore(deps): update all non-major dependencies (updated)
1 parent e1e3fde commit e4ccd97

File tree

18 files changed

+43
-44
lines changed

18 files changed

+43
-44
lines changed

.github/workflows/buddy-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132

133133
- name: Setup PHP and Composer (if needed)
134134
if: ${{ hashFiles('composer.json') != '' }}
135-
uses: shivammathur/setup-php@v2
135+
uses: shivammathur/setup-php@2.35.3
136136
with:
137137
php-version: '8.4'
138138
tools: composer
@@ -254,7 +254,7 @@ jobs:
254254

255255
- name: Setup PHP and Composer (if needed)
256256
if: ${{ hashFiles('composer.json') != '' }}
257-
uses: shivammathur/setup-php@v2
257+
uses: shivammathur/setup-php@2.35.3
258258
with:
259259
php-version: '8.4'
260260
tools: composer

.github/workflows/launchpad-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: Setup Bun
37-
uses: oven-sh/setup-bun@v2
37+
uses: oven-sh/setup-bun@v2.0.2
3838
with:
3939
bun-version: latest
4040

.github/workflows/precompile-php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
uses: oven-sh/setup-bun@v2
154154

155155
- name: Use cached node_modules
156-
uses: actions/cache@v4
156+
uses: actions/cache@v4.2.4
157157
with:
158158
path: node_modules
159159
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -988,7 +988,7 @@ jobs:
988988
ls -lh ${{ env.BINARY_NAME }}.tar.gz
989989
990990
- name: Upload binary artifact
991-
uses: actions/upload-artifact@v4
991+
uses: actions/upload-artifact@v4.6.2
992992
with:
993993
name: ${{ env.BINARY_NAME }}
994994
path: ${{ env.OUTPUT_DIR }}/${{ env.BINARY_NAME }}.tar.gz

deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dependencies:
2-
bun.sh: 1.2.20
2+
bun.sh: 1.2.19

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@stacksjs/eslint-config": "^4.14.0-beta.3",
3434
"@stacksjs/launchpad": "workspace:*",
3535
"@types/bun": "^1.2.20",
36-
"buddy-bot": "^0.7.8",
37-
"bumpp": "^10.2.2",
36+
"buddy-bot": "^0.7.9",
37+
"bumpp": "^10.2.3",
3838
"bun-plugin-dtsx": "0.9.5",
3939
"changelogen": "^0.6.2",
4040
"lint-staged": "^15.5.2",

packages/action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
},
3939
"devDependencies": {
4040
"bun-plugin-dtsx": "^0.9.5",
41-
"typescript": "^5.8.3"
41+
"typescript": "^5.9.2"
4242
}
4343
}

packages/launchpad/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
"typecheck": "bun --bun tsc --noEmit --skipLibCheck"
6464
},
6565
"dependencies": {
66-
"bunfig": "^0.11.1",
66+
"bunfig": "^0.14.1",
6767
"cac": "^6.7.14",
68-
"ts-pkgx": "^0.4.30"
68+
"ts-pkgx": "^0.4.33"
6969
},
7070
"devDependencies": {
71-
"bun-plugin-dtsx": "^0.9.5"
71+
"bun-plugin-dtsx": "^0.21.12"
7272
},
7373
"lint-staged": {
7474
"*.{js,ts}": "bunx --bun eslint . --fix"

packages/launchpad/test-envs/complex-deps/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
gnu.org/wget: ^1.25.0
1010

1111
# Build tools
12-
cmake.org: ^3.28.0
12+
cmake.org: ^3.31.8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
# Test packages for deeply nested environment
3-
zlib.net: 1.2
4-
curl.se: ^8.5.0
3+
zlib.net: 1.2.11
4+
curl.se: ^8.15.0
55

66
# This should create a unique environment hash
77
# even with a very long directory path

packages/launchpad/test-envs/individual-global-flags/dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ dependencies:
55
global: true # Install globally
66

77
8-
version: 3.12.1
8+
version: 22.1.0
99
global: true # Install globally
1010

1111
12-
version: 5.0.4
12+
version: 22.1.0
1313
global: false # Install locally
1414

1515
# String format defaults to local

0 commit comments

Comments
 (0)