Skip to content

Commit 1f9d842

Browse files
committed
chore: update bun version to 1.1.39
1 parent 171b8b5 commit 1f9d842

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
node-version: '20.x'
4949
- uses: oven-sh/setup-bun@v2
5050
with:
51-
bun-version: '1.1.33'
51+
bun-version: '1.1.39'
5252
- run: bun install
5353
- run: bun run format
5454
- run: bun run lint
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/checkout@v4
9696
- uses: oven-sh/setup-bun@v2
9797
with:
98-
bun-version: '1.1.33'
98+
bun-version: '1.1.39'
9999
- run: bun run test:bun
100100
- uses: actions/upload-artifact@v4
101101
with:
@@ -191,8 +191,8 @@ jobs:
191191
- run: bun install
192192
- name: Performance measurement of type check
193193
run: |
194-
bun scripts/generate-app.ts
195-
bun tsc -p tsconfig.build.json --diagnostics | bun scripts/process-results.ts > diagnostics.json
194+
bun scripts/generate-app.ts
195+
bun tsc -p tsconfig.build.json --diagnostics | bun scripts/process-results.ts > diagnostics.json
196196
working-directory: perf-measures/type-check
197197
- name: Performance measurement of bundle check
198198
run: |
@@ -216,8 +216,8 @@ jobs:
216216
- run: bun install
217217
- name: Performance measurement of type check
218218
run: |
219-
bun scripts/generate-app.ts
220-
bun tsc -p tsconfig.build.json --diagnostics | bun scripts/process-results.ts > diagnostics.json
219+
bun scripts/generate-app.ts
220+
bun tsc -p tsconfig.build.json --diagnostics | bun scripts/process-results.ts > diagnostics.json
221221
working-directory: perf-measures/type-check
222222
- name: Performance measurement of bundle check
223223
run: |

bun.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/supertest": "^2.0.16",
1313
"@vitest/coverage-v8": "^2.0.5",
1414
"arg": "^5.0.2",
15-
"bun-types": "^1.1.34",
15+
"bun-types": "^1.1.39",
1616
"esbuild": "^0.15.18",
1717
"eslint": "^9.10.0",
1818
"glob": "^11.0.0",
@@ -450,7 +450,7 @@
450450

451451
"builtins": ["builtins@1.0.3", "", {}, "sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ=="],
452452

453-
"bun-types": ["bun-types@1.1.34", "", { "dependencies": { "@types/node": "~20.12.8", "@types/ws": "~8.5.10" } }, "sha512-br5QygTEL/TwB4uQOb96Ky22j4Gq2WxWH/8Oqv20fk5HagwKXo/akB+LiYgSfzexCt6kkcUaVm+bKiPl71xPvw=="],
453+
"bun-types": ["bun-types@1.1.45", "", { "dependencies": { "@types/node": "~20.12.8", "@types/ws": "~8.5.10" } }, "sha512-8NT3BYwkyO8nzTG1k+q86VEvucw7s5W1fjRIGs0Y6/XNbTZn+mHEU39LFnuDLj4UmGCMpWCQtXUhLd6cko49Ww=="],
454454

455455
"cac": ["cac@6.7.14", "", {}, "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ=="],
456456

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@
634634
"@types/supertest": "^2.0.16",
635635
"@vitest/coverage-v8": "^2.0.5",
636636
"arg": "^5.0.2",
637-
"bun-types": "^1.1.34",
637+
"bun-types": "^1.1.39",
638638
"esbuild": "^0.15.18",
639639
"eslint": "^9.10.0",
640640
"glob": "^11.0.0",

0 commit comments

Comments
 (0)