Skip to content

Commit 76b7be0

Browse files
chore(deps): update eslint dependencies
1 parent 74444eb commit 76b7be0

7 files changed

Lines changed: 1233 additions & 356 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"author": "KagChi",
1717
"license": "GPL-3.0",
1818
"devDependencies": {
19-
"@hazmi35/eslint-config": "^11.0.0",
19+
"@hazmi35/eslint-config": "^15.2.2",
2020
"@swc/cli": "^0.3.14",
2121
"@swc/core": "^1.6.5",
2222
"@types/node": "^20.14.9",
2323
"lerna": "^8.1.5",
2424
"rimraf": "^5.0.7",
25-
"typescript": "^5.5.4"
25+
"typescript": "^6.0.3"
2626
},
2727
"workspaces": [
2828
"packages/*"

packages/constants/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"license": "GPL-3.0",
3030
"devDependencies": {
3131
"@types/node": "^20.14.9",
32-
"@typescript-eslint/eslint-plugin": "^6.21.0",
33-
"@typescript-eslint/parser": "^6.21.0",
34-
"eslint": "^8.57.0",
32+
"@typescript-eslint/eslint-plugin": "^8.58.2",
33+
"@typescript-eslint/parser": "^8.58.2",
34+
"eslint": "^10.2.0",
3535
"rimraf": "^5.0.7",
36-
"typescript": "^5.5.4"
36+
"typescript": "^6.0.3"
3737
},
3838
"eslintConfig": {
3939
"parserOptions": {

packages/decorators/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"license": "GPL-3.0",
3030
"devDependencies": {
3131
"@types/node": "^20.14.9",
32-
"@typescript-eslint/eslint-plugin": "^6.21.0",
33-
"@typescript-eslint/parser": "^6.21.0",
34-
"eslint": "^8.57.0",
32+
"@typescript-eslint/eslint-plugin": "^8.58.2",
33+
"@typescript-eslint/parser": "^8.58.2",
34+
"eslint": "^10.2.0",
3535
"rimraf": "^5.0.7",
36-
"typescript": "^5.5.4"
36+
"typescript": "^6.0.3"
3737
},
3838
"eslintConfig": {
3939
"parserOptions": {

packages/prisma/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"license": "GPL-3.0",
3030
"devDependencies": {
3131
"@types/node": "^20.14.9",
32-
"@typescript-eslint/eslint-plugin": "^6.21.0",
33-
"@typescript-eslint/parser": "^6.21.0",
34-
"eslint": "^8.57.0",
32+
"@typescript-eslint/eslint-plugin": "^8.58.2",
33+
"@typescript-eslint/parser": "^8.58.2",
34+
"eslint": "^10.2.0",
3535
"prisma": "^5.16.1",
3636
"rimraf": "^5.0.7",
37-
"typescript": "^5.5.4"
37+
"typescript": "^6.0.3"
3838
},
3939
"eslintConfig": {
4040
"parserOptions": {

packages/schema/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"license": "GPL-3.0",
3030
"devDependencies": {
3131
"@types/node": "^20.14.9",
32-
"@typescript-eslint/eslint-plugin": "^6.21.0",
33-
"@typescript-eslint/parser": "^6.21.0",
32+
"@typescript-eslint/eslint-plugin": "^8.58.2",
33+
"@typescript-eslint/parser": "^8.58.2",
3434
"drizzle-kit": "^0.22.7",
35-
"eslint": "^8.57.0",
35+
"eslint": "^10.2.0",
3636
"lavalink-api-types": "^2.0.2",
3737
"rimraf": "^5.0.7",
38-
"typescript": "^5.5.4"
38+
"typescript": "^6.0.3"
3939
},
4040
"eslintConfig": {
4141
"parserOptions": {

packages/utilities/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"devDependencies": {
3131
"@types/amqplib": "^0.10.5",
3232
"@types/node": "^20.14.9",
33-
"@typescript-eslint/eslint-plugin": "^6.21.0",
34-
"@typescript-eslint/parser": "^6.21.0",
33+
"@typescript-eslint/eslint-plugin": "^8.58.2",
34+
"@typescript-eslint/parser": "^8.58.2",
3535
"amqplib": "^0.10.4",
36-
"eslint": "^8.57.0",
36+
"eslint": "^10.2.0",
3737
"ioredis": "^5.4.1",
3838
"rimraf": "^5.0.7",
39-
"typescript": "^5.5.4"
39+
"typescript": "^6.0.3"
4040
},
4141
"eslintConfig": {
4242
"parserOptions": {

0 commit comments

Comments
 (0)