Skip to content

Commit d57088a

Browse files
chore(deps): update all non-major dependencies
1 parent a1cb37d commit d57088a

File tree

8 files changed

+428
-427
lines changed

8 files changed

+428
-427
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 10
2222

2323
steps:
24-
- uses: actions/checkout@v5.0.0
24+
- uses: actions/checkout@v5.0.1
2525
- uses: pnpm/action-setup@v4.2.0
2626
- uses: actions/setup-node@v6.0.0
2727
with:

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: "contains(github.event.head_commit.message, 'Version Packages')"
1717
steps:
18-
- uses: actions/checkout@v5.0.0
18+
- uses: actions/checkout@v5.0.1
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/trigger-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: github.repository_owner == 'harmonix-js'
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v5.0.0
27+
- uses: actions/checkout@v5.0.1
2828
with:
2929
fetch-depth: 0
3030

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
"globals": "^16.5.0",
3737
"harmonix": "workspace:*",
3838
"husky": "^9.1.7",
39-
"knip": "^5.69.1",
40-
"lint-staged": "^16.2.6",
39+
"knip": "^5.70.1",
40+
"lint-staged": "^16.2.7",
4141
"prettier": "^3.6.2",
4242
"tinyexec": "^1.0.2",
4343
"turbo": "^2.6.1",
44-
"typescript-eslint": "^8.46.4"
44+
"typescript-eslint": "^8.47.0"
4545
},
4646
"packageManager": "pnpm@10.22.0"
4747
}

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"prepack": "tsdown"
2727
},
2828
"devDependencies": {
29-
"tsdown": "^0.16.4",
29+
"tsdown": "^0.16.6",
3030
"typescript": "^5.9.3"
3131
},
3232
"dependencies": {
@@ -35,7 +35,7 @@
3535
"@rollup/plugin-json": "^6.1.0",
3636
"@rollup/plugin-node-resolve": "^16.0.3",
3737
"citty": "^0.1.6",
38-
"clipboardy": "^5.0.0",
38+
"clipboardy": "^5.0.1",
3939
"consola": "^3.4.2",
4040
"devalue": "^5.5.0",
4141
"dotenv": "^17.2.3",
@@ -51,7 +51,7 @@
5151
"pathe": "^2.0.3",
5252
"pkg-types": "^2.3.0",
5353
"pretty-bytes": "^7.1.0",
54-
"rollup": "^4.53.2",
54+
"rollup": "^4.53.3",
5555
"scule": "^1.3.0",
5656
"std-env": "^3.10.0",
5757
"tinyexec": "^1.0.2",

packages/create-harmonix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"citty": "^0.1.6"
3030
},
3131
"devDependencies": {
32-
"tsdown": "^0.16.4",
32+
"tsdown": "^0.16.6",
3333
"typescript": "^5.9.3"
3434
},
3535
"keywords": [

packages/harmonix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@parcel/watcher": "^2.5.1",
4040
"c12": "^3.3.2",
4141
"consola": "^3.4.2",
42-
"discord.js": "^14.24.2",
42+
"discord.js": "^14.25.0",
4343
"dot-prop": "^10.1.0",
4444
"hookable": "^5.5.3",
4545
"jiti": "^2.6.1",
@@ -52,7 +52,7 @@
5252
"unctx": "^2.4.1"
5353
},
5454
"devDependencies": {
55-
"tsdown": "^0.16.4",
55+
"tsdown": "^0.16.6",
5656
"typescript": "^5.9.3"
5757
},
5858
"keywords": [

0 commit comments

Comments
 (0)