Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
persist-credentials: false

- name: Setup pnpm
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0

- name: Setup Node.js v24
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
token: ${{ secrets.WOLFSTAR_TOKEN }}

- name: Setup pnpm
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0

- name: Setup Node.js v24
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
Expand All @@ -127,7 +127,7 @@ jobs:
# publishing (id-token: write above), which also implies provenance.
- name: Process Changesets
id: changesets
uses: changesets/action@8488615a623b1b9c987934bb89eae8af6a946ac1 # v2.1.1
uses: changesets/action@ae32849d5ba541f9ae29e40e22a623bc13562f51 # v2.1.2
with:
github-token: ${{ secrets.WOLFSTAR_TOKEN }}
publish-script: pnpm run publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@70fb788f84895a7701f5643d103d587e460b5c99 # v0.6.3
uses: zizmorcore/zizmor-action@cc914d7f3750a2d13d75c7f184a1060aa0e9d482 # v0.6.4
with:
advanced-security: false
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@
},
"devDependencies": {
"@arethetypeswrong/core": "^0.18.5",
"@changesets/cli": "^3.0.1",
"@changesets/get-github-info": "^1.0.0",
"@changesets/cli": "^3.0.2",
"@changesets/get-github-info": "^1.0.1",
"@changesets/types": "^7.0.0",
"@commitlint/cli": "^21.2.2",
"@commitlint/config-conventional": "^21.2.2",
"@favware/npm-deprecate": "^2.0.0",
"@sapphire/ts-config": "^5.0.3",
"@swc/core": "^1.16.1",
"@swc/core": "^1.16.2",
"@types/node": "22.15.21",
"@types/ws": "^8.18.1",
"@vitest/coverage-v8": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"golar": "^0.1.10",
"husky": "9.1.7",
"knip": "6.34.0",
"knip": "6.35.1",
"nano-staged": "1.0.2",
"oxfmt": "0.66.0",
"oxlint": "1.81.0",
"oxfmt": "0.67.0",
"oxlint": "1.82.0",
"pkg-pr-new": "^0.0.88",
"publint": "^0.3.24",
"tsdown": "^0.22.14",
"tsdown": "^0.23.0",
"turbo": "^2.10.12",
"typescript": "7.0.2",
"unrun": "0.3.1",
Expand All @@ -64,5 +64,5 @@
"engines": {
"node": "^22.11 || ^24 || >=26"
},
"packageManager": "pnpm@12.3.1"
"packageManager": "pnpm@12.4.1"
}
2 changes: 1 addition & 1 deletion packages/plugin-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@vladfrangu/async_event_emitter": "^2.4.7"
},
"devDependencies": {
"@wolfstar/http-framework": "^3.2.1"
"@wolfstar/http-framework": "^3.6.0"
},
"peerDependencies": {
"@wolfstar/http-framework": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"i18next": "^25.10.10"
},
"devDependencies": {
"@wolfstar/http-framework": "^3.2.1",
"@wolfstar/i18next-type-generator": "3.1.0"
"@wolfstar/http-framework": "^3.6.0",
"@wolfstar/i18next-type-generator": "3.1.2"
},
"peerDependencies": {
"@wolfstar/http-framework": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"prepack": "pnpm build"
},
"devDependencies": {
"@wolfstar/http-framework": "^3.4.0",
"@wolfstar/http-framework": "^3.6.0",
"consola": "^3.4.2",
"evlog": "^2.28.1",
"evlog": "^2.29.0",
"winston": "^3.19.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-subcommands-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"discord-api-types": "^0.38.33"
},
"devDependencies": {
"@wolfstar/http-framework": "^3.2.1",
"@wolfstar/http-framework": "^3.6.0",
"@wolfstar/http-framework-test-utils": "^3.0.6"
},
"peerDependencies": {
Expand Down
Loading
Loading