Skip to content

Commit d772503

Browse files
author
Andrei Karushev
committed
feat: upgrade bun
1 parent 9c2406f commit d772503

5 files changed

Lines changed: 215 additions & 9 deletions

File tree

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
token: ${{ secrets.GH_TOKEN }}
2020
- uses: actions/checkout@v3
2121
if: ${{ steps.release.outputs.release_created }}
22-
- uses: oven-sh/setup-bun@v1
22+
- uses: oven-sh/setup-bun@v2
2323
with:
24-
bun-version: "1.1.20"
24+
bun-version: "1.1.42"
2525
if: ${{ steps.release.outputs.release_created }}
2626
- run: bun add -g npm
2727
if: ${{ steps.release.outputs.release_created }}

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11-
- uses: oven-sh/setup-bun@v1
11+
- uses: oven-sh/setup-bun@v2
1212
with:
13-
bun-version: "1.1.20"
13+
bun-version: "1.1.42"
1414
- run: bun install --frozen-lockfile
1515
- run: bun x playwright install --with-deps
1616
- run: bun run build

bun.lock

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

bun.lockb

-31.9 KB
Binary file not shown.

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,16 @@
4242
"author": "infodusha",
4343
"license": "Apache-2.0",
4444
"devDependencies": {
45-
"@biomejs/biome": "^1.8.3",
46-
"@playwright/test": "^1.45.3",
45+
"@biomejs/biome": "^1.9.4",
46+
"@playwright/test": "^1.49.1",
4747
"http-server": "^14.1.1",
48-
"typescript": "~5.5.4"
48+
"typescript": "~5.7.2"
4949
},
5050
"dependencies": {
51-
"cheerio": "^1.0.0-rc.12",
51+
"cheerio": "^1.0.0",
5252
"fast-glob": "^3.3.2"
53-
}
53+
},
54+
"trustedDependencies": [
55+
"@biomejs/biome"
56+
]
5457
}

0 commit comments

Comments
 (0)