Skip to content

Commit 836ec02

Browse files
fix(deps): update all non-major dependencies
1 parent 153651e commit 836ec02

6 files changed

Lines changed: 824 additions & 2054 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
with:
1818
fetch-depth: 2
1919

2020
- name: Setup pnpm
21-
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
21+
uses: pnpm/action-setup@eae0cfeb286e66ffb5155f1a79b90583a127a68b # v2.4.1
2222
with:
2323
version: latest
2424

2525
- name: Setup Node.js
26-
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
26+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
2727
with:
2828
node-version-file: .node-version
2929
check-latest: true

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
20.19.0

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@
3030
"release": "turbo run build && changeset version && changeset publish"
3131
},
3232
"devDependencies": {
33-
"@changesets/cli": "^2.26.2",
34-
"@sapphire/ts-config": "^5.0.0",
35-
"@types/node": "^20.9.0",
36-
"rimraf": "5.0.5",
33+
"@changesets/cli": "^2.28.1",
34+
"@sapphire/ts-config": "^5.0.1",
35+
"@types/node": "^20.17.28",
36+
"rimraf": "5.0.10",
3737
"turbo": "latest",
38-
"typedoc": "^0.25.3",
39-
"typedoc-plugin-djs-links": "^2.1.1",
40-
"typedoc-plugin-mdn-links": "^3.1.0"
38+
"typedoc": "^0.28.1",
39+
"typedoc-plugin-djs-links": "^2.2.1",
40+
"typedoc-plugin-mdn-links": "^3.3.8"
4141
},
4242
"engines": {
43-
"node": ">=18.0.0",
44-
"npm": ">=7.0.0"
43+
"node": ">=18.20.8",
44+
"npm": ">=7.24.2"
4545
}
4646
}

packages/command-context/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,29 +44,29 @@
4444
]
4545
},
4646
"dependencies": {
47-
"@sapphire/decorators": "^6.0.2",
48-
"@sapphire/framework": "^4.8.2",
49-
"@sapphire/utilities": "^3.13.0",
50-
"discord.js": "^14.14.1",
51-
"tslib": "^2.6.2"
47+
"@sapphire/decorators": "^6.1.1",
48+
"@sapphire/framework": "^4.8.5",
49+
"@sapphire/utilities": "^3.18.2",
50+
"discord.js": "^14.18.0",
51+
"tslib": "^2.8.1"
5252
},
5353
"devDependencies": {
5454
"@hazmi35/eslint-config": "^11.0.0",
5555
"@jest/types": "^29.6.3",
5656
"@sapphire/prettier-config": "2.0.0",
57-
"@typescript-eslint/eslint-plugin": "^6.11.0",
58-
"@typescript-eslint/parser": "^6.11.0",
59-
"eslint": "8.53.0",
57+
"@typescript-eslint/eslint-plugin": "^6.21.0",
58+
"@typescript-eslint/parser": "^6.21.0",
59+
"eslint": "8.57.1",
6060
"gen-esm-wrapper": "^1.1.3",
61-
"prettier": "^3.1.0",
62-
"rimraf": "^5.0.5",
63-
"rollup": "^4.4.0",
61+
"prettier": "^3.5.3",
62+
"rimraf": "^5.0.10",
63+
"rollup": "^4.38.0",
6464
"rollup-plugin-version-injector": "^1.3.3",
65-
"typescript": "5.2.2"
65+
"typescript": "5.8.2"
6666
},
6767
"engines": {
68-
"node": ">=16.6.0",
69-
"npm": ">=7.0.0"
68+
"node": ">=16.20.2",
69+
"npm": ">=7.24.2"
7070
},
7171
"publishConfig": {
7272
"access": "public"

packages/pino-logger/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,30 +48,30 @@
4848
]
4949
},
5050
"dependencies": {
51-
"@sapphire/framework": "^5.2.1",
52-
"discord.js": "^14.15.2",
53-
"pino": "^9.1.0",
54-
"tslib": "^2.6.2"
51+
"@sapphire/framework": "^5.3.2",
52+
"discord.js": "^14.18.0",
53+
"pino": "^9.6.0",
54+
"tslib": "^2.8.1"
5555
},
5656
"devDependencies": {
5757
"@hazmi35/eslint-config": "^11.0.0",
5858
"@jest/types": "^29.6.3",
59-
"@sapphire/decorators": "^6.1.0",
59+
"@sapphire/decorators": "^6.1.1",
6060
"@sapphire/prettier-config": "2.0.0",
61-
"@typescript-eslint/eslint-plugin": "^6.11.0",
62-
"@typescript-eslint/parser": "^6.11.0",
63-
"eslint": "8.53.0",
61+
"@typescript-eslint/eslint-plugin": "^6.21.0",
62+
"@typescript-eslint/parser": "^6.21.0",
63+
"eslint": "8.57.1",
6464
"gen-esm-wrapper": "^1.1.3",
65-
"pino-pretty": "^10.2.3",
66-
"prettier": "^3.1.0",
67-
"rimraf": "^5.0.5",
68-
"rollup": "^4.4.0",
65+
"pino-pretty": "^10.3.1",
66+
"prettier": "^3.5.3",
67+
"rimraf": "^5.0.10",
68+
"rollup": "^4.38.0",
6969
"rollup-plugin-version-injector": "^1.3.3",
70-
"typescript": "5.2.2"
70+
"typescript": "5.8.2"
7171
},
7272
"engines": {
73-
"node": ">=16.6.0",
74-
"npm": ">=7.0.0"
73+
"node": ">=16.20.2",
74+
"npm": ">=7.24.2"
7575
},
7676
"publishConfig": {
7777
"access": "public"

0 commit comments

Comments
 (0)