Skip to content

Commit a927aba

Browse files
chore(deps): update all non-major dependencies (updated)
1 parent 5c13d45 commit a927aba

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/buddy-bot.yml

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

131131
- name: Setup PHP and Composer (if needed)
132132
if: ${{ hashFiles('composer.json') != '' }}
133-
uses: shivammathur/setup-php@v2
133+
uses: shivammathur/setup-php@2.35.3
134134
with:
135135
php-version: '8.4'
136136
tools: composer
@@ -248,7 +248,7 @@ jobs:
248248

249249
- name: Setup PHP and Composer (if needed)
250250
if: ${{ hashFiles('composer.json') != '' }}
251-
uses: shivammathur/setup-php@v2
251+
uses: shivammathur/setup-php@2.35.3
252252
with:
253253
php-version: '8.4'
254254
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

packages/launchpad/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"dependencies": {
6767
"bunfig": "^0.11.1",
6868
"cac": "^6.7.14",
69-
"ts-pkgx": "^0.4.30"
69+
"ts-pkgx": "^0.4.40"
7070
},
7171
"devDependencies": {
7272
"bun-plugin-dtsx": "0.9.5"

packages/launchpad/test-envs/bun-package-manager-with-deps/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "next build",
99
"start": "next start",
1010
"lint": "next lint",
11-
"prettier": "bunx prettier --write .",
11+
"prettier": "^3.6.2",
1212
"test": "bun test"
1313
},
1414
"dependencies": {
@@ -21,7 +21,7 @@
2121
"@types/react": "^18.0.0",
2222
"eslint": "^8.0.0",
2323
"eslint-config-next": "^14.0.0",
24-
"prettier": "^3.0.0",
25-
"typescript": "^5.0.0"
24+
"prettier": "^3.6.2",
25+
"typescript": "^5.9.2"
2626
}
2727
}

packages/launchpad/test-envs/bun-vs-node-engines/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"check-runtime": "bunx node --version"
1818
},
1919
"dependencies": {
20-
"lodash": "^4.17.0"
20+
"lodash": "^4.17.21"
2121
},
2222
"devDependencies": {
2323
"eslint": "^8.0.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies:
2-
zlib.net: ^1.2
2+
zlib.net: ^1.3.1
33
python.org: latest
44
env:
55
FOO: BAR

0 commit comments

Comments
 (0)