Skip to content

Commit 63e1d9b

Browse files
committed
chore: update bun to 1.3.3 and dependencies in package.json files
- Updated @biomejs/biome from 2.2.6 to 2.3.8 - Updated @types/bun from 1.3.0 to 1.3.3 - Updated turbo from 2.5.8 to 2.6.2 - Updated lefthook from 2.0.0 to 2.0.7 - Updated packageManager from [email protected] to [email protected] - Updated tsup in packages/countries from 8.5.0 to 8.5.1 - Removed countries-list from dependencies in packages/scripts
1 parent 2e5ff6b commit 63e1d9b

7 files changed

Lines changed: 77 additions & 90 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Bun
2525
uses: oven-sh/setup-bun@v2
2626
with:
27-
bun-version: 1.3.0
27+
bun-version: 1.3.3
2828

2929
- name: Install dependencies
3030
run: bun install --frozen-lockfile

.husky/_/pre-commit

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ call_lefthook()
1616
elif lefthook -h >/dev/null 2>&1
1717
then
1818
lefthook "$@"
19+
elif /Users/d/Repo/countries/node_modules/lefthook-darwin-arm64/bin/lefthook -h >/dev/null 2>&1
20+
then
21+
/Users/d/Repo/countries/node_modules/lefthook-darwin-arm64/bin/lefthook "$@"
1922
else
2023
dir="$(git rev-parse --show-toplevel)"
2124
osArch=$(uname | tr '[:upper:]' '[:lower:]')
@@ -32,7 +35,6 @@ call_lefthook()
3235
elif test -f "$dir/node_modules/lefthook/bin/index.js"
3336
then
3437
"$dir/node_modules/lefthook/bin/index.js" "$@"
35-
3638
elif go tool lefthook -h >/dev/null 2>&1
3739
then
3840
go tool lefthook "$@"

.husky/_/prepare-commit-msg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ call_lefthook()
1616
elif lefthook -h >/dev/null 2>&1
1717
then
1818
lefthook "$@"
19+
elif /Users/d/Repo/countries/node_modules/lefthook-darwin-arm64/bin/lefthook -h >/dev/null 2>&1
20+
then
21+
/Users/d/Repo/countries/node_modules/lefthook-darwin-arm64/bin/lefthook "$@"
1922
else
2023
dir="$(git rev-parse --show-toplevel)"
2124
osArch=$(uname | tr '[:upper:]' '[:lower:]')
@@ -32,7 +35,6 @@ call_lefthook()
3235
elif test -f "$dir/node_modules/lefthook/bin/index.js"
3336
then
3437
"$dir/node_modules/lefthook/bin/index.js" "$@"
35-
3638
elif go tool lefthook -h >/dev/null 2>&1
3739
then
3840
go tool lefthook "$@"

bun.lock

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
],
88
"catalogs": {
99
"default": {
10-
"@biomejs/biome": "2.2.6",
11-
"@types/bun": "1.3.0",
12-
"turbo": "2.5.8",
10+
"@biomejs/biome": "2.3.8",
11+
"@types/bun": "1.3.3",
12+
"turbo": "2.6.2",
1313
"typescript": "5.9.3"
1414
}
1515
}
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@biomejs/biome": "catalog:default",
3030
"@types/bun": "catalog:default",
31-
"lefthook": "2.0.0",
31+
"lefthook": "2.0.7",
3232
"turbo": "catalog:default",
3333
"typescript": "catalog:default"
3434
},
@@ -38,5 +38,5 @@
3838
"lefthook",
3939
"turbo"
4040
],
41-
"packageManager": "[email protected].0"
41+
"packageManager": "[email protected].3"
4242
}

packages/countries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"tsconfig": "workspace:*",
21-
"tsup": "8.5.0",
21+
"tsup": "8.5.1",
2222
"typescript": "catalog:default"
2323
},
2424
"license": "MIT"

packages/scripts/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"@types/bun": "catalog:default",
1212
"@types/semver-compare": "1.0.3",
1313
"chalk": "5.6.2",
14-
"countries-list": "*",
1514
"pretty-bytes": "7.1.0",
1615
"semver-compare": "1.0.0",
1716
"tsconfig": "workspace:*"

0 commit comments

Comments
 (0)