Skip to content

Commit 736de06

Browse files
authored
chore(deps): update root and package dependencies (#1298)
* update deps * regenerate pnpm-lock.yaml * rebuild protobuf * fix RateLimiter type * fix
1 parent 137eb45 commit 736de06

55 files changed

Lines changed: 4409 additions & 2715 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,34 +47,34 @@
4747
"workflows:unit": "node scripts/generate-unit-workflow.js"
4848
},
4949
"devDependencies": {
50-
"@eslint/compat": "^2.0.3",
50+
"@eslint/compat": "^2.1.0",
5151
"@eslint/eslintrc": "^3.3.5",
5252
"@eslint/js": "^10.0.1",
53-
"@types/node": "24.3.0",
53+
"@types/node": "25.7.0",
5454
"c8": "11.0.0",
5555
"chalk": "5.6.2",
5656
"cross-env": "10.1.0",
5757
"depcheck": "1.4.7",
58-
"eslint": "10.1.0",
58+
"eslint": "10.3.0",
5959
"eslint-plugin-import": "2.32.0",
60-
"eslint-plugin-perfectionist": "5.7.0",
60+
"eslint-plugin-perfectionist": "5.9.0",
6161
"eslint-plugin-prettier": "5.5.5",
62-
"eslint-plugin-promise": "7.2.1",
63-
"eslint-plugin-sonarjs": "4.0.2",
62+
"eslint-plugin-promise": "7.3.0",
63+
"eslint-plugin-sonarjs": "4.0.3",
6464
"eslint-plugin-unicorn": "64.0.0",
6565
"eslint-plugin-unused-imports": "4.4.1",
6666
"husky": "9.1.7",
6767
"lerna": "9.0.7",
68-
"lint-staged": "16.4.0",
68+
"lint-staged": "17.0.4",
6969
"madge": "8.0.0",
70-
"npm-check-updates": "19.6.6",
71-
"prettier": "3.8.1",
70+
"npm-check-updates": "22.2.0",
71+
"prettier": "3.8.3",
7272
"sort-package-json": "3.6.1",
7373
"tsx": "4.21.0",
74-
"typedoc": "0.28.18",
75-
"typescript": "6.0.2",
76-
"typescript-eslint": "^8.58.0",
74+
"typedoc": "0.28.19",
75+
"typescript": "6.0.3",
76+
"typescript-eslint": "^8.59.3",
7777
"typesync": "0.14.3",
78-
"yaml": "2.8.3"
78+
"yaml": "2.9.0"
7979
}
8080
}

packages/api-common/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
},
2323
"dependencies": {
2424
"@hapi/boom": "10.0.1",
25-
"@hapi/hapi": "21.4.7",
25+
"@hapi/hapi": "21.4.9",
2626
"@hapi/hoek": "11.0.7",
2727
"@mainsail/api-database": "workspace:*",
2828
"@mainsail/constants": "workspace:*",
2929
"@mainsail/container": "workspace:*",
3030
"@mainsail/exceptions": "workspace:*",
3131
"@mainsail/kernel": "workspace:*",
3232
"@mainsail/utils": "workspace:*",
33-
"ajv": "8.18.0",
34-
"joi": "18.1.2",
33+
"ajv": "8.20.0",
34+
"joi": "18.2.1",
3535
"micromatch": "4.0.8",
36-
"rate-limiter-flexible": "10.0.1"
36+
"rate-limiter-flexible": "11.1.0"
3737
},
3838
"devDependencies": {
3939
"@mainsail/contracts": "workspace:*",

packages/api-database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@mainsail/utils": "workspace:*",
2929
"dayjs": "1.11.20",
3030
"pg": "8.20.0",
31-
"typeorm": "0.3.28"
31+
"typeorm": "0.3.29"
3232
},
3333
"devDependencies": {
3434
"@mainsail/contracts": "workspace:*",

packages/api-development/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
},
2323
"dependencies": {
2424
"@hapi/boom": "10.0.1",
25-
"@hapi/hapi": "21.4.7",
25+
"@hapi/hapi": "21.4.9",
2626
"@mainsail/api-common": "workspace:*",
2727
"@mainsail/constants": "workspace:*",
2828
"@mainsail/container": "workspace:*",
2929
"@mainsail/kernel": "workspace:*",
3030
"@mainsail/utils": "workspace:*",
31-
"joi": "18.1.2",
31+
"joi": "18.2.1",
3232
"pretty-ms": "9.3.0",
33-
"semver": "7.7.4"
33+
"semver": "7.8.0"
3434
},
3535
"devDependencies": {
3636
"@mainsail/contracts": "workspace:*",

packages/api-evm/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
},
2323
"dependencies": {
2424
"@hapi/boom": "10.0.1",
25-
"@hapi/hapi": "21.4.7",
25+
"@hapi/hapi": "21.4.9",
2626
"@mainsail/api-common": "workspace:*",
2727
"@mainsail/constants": "workspace:*",
2828
"@mainsail/container": "workspace:*",
2929
"@mainsail/exceptions": "workspace:*",
3030
"@mainsail/kernel": "workspace:*",
3131
"@mainsail/utils": "workspace:*",
32-
"ajv": "8.18.0",
32+
"ajv": "8.20.0",
3333
"dayjs": "1.11.20",
34-
"joi": "18.1.2",
35-
"viem": "2.47.6"
34+
"joi": "18.2.1",
35+
"viem": "2.48.11"
3636
},
3737
"devDependencies": {
3838
"@mainsail/contracts": "workspace:*",

packages/api-http/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@hapi/boom": "10.0.1",
27-
"@hapi/hapi": "21.4.7",
27+
"@hapi/hapi": "21.4.9",
2828
"@mainsail/api-common": "workspace:*",
2929
"@mainsail/api-database": "workspace:*",
3030
"@mainsail/constants": "workspace:*",
@@ -33,14 +33,14 @@
3333
"@mainsail/kernel": "workspace:*",
3434
"@mainsail/utils": "workspace:*",
3535
"dayjs": "1.11.20",
36-
"joi": "18.1.2"
36+
"joi": "18.2.1"
3737
},
3838
"devDependencies": {
3939
"@mainsail/contracts": "workspace:*",
4040
"@mainsail/test-runner": "workspace:*",
4141
"@types/ip": "1.1.3",
4242
"@types/semver": "7.7.1",
43-
"got": "14.6.6",
43+
"got": "15.0.5",
4444
"uvu": "0.5.6"
4545
},
4646
"engines": {

packages/api-http/source/controllers/tokens.ts

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -335,13 +335,15 @@ export class TokensController extends Controller {
335335
}
336336

337337
queryBuilder
338-
.addOrderBy(
339-
`CASE WHEN lower(tok.symbol) LIKE :orderByPrefix THEN 0
340-
WHEN lower(tok.name) LIKE :orderByPrefix THEN 1
341-
ELSE 2
342-
END`,
343-
"ASC",
338+
.addSelect(
339+
`CASE
340+
WHEN LOWER(tok.symbol) LIKE :orderByPrefix THEN 0
341+
WHEN LOWER(tok.name) LIKE :orderByPrefix THEN 1
342+
ELSE 2
343+
END`,
344+
"search_rank",
344345
)
346+
.addOrderBy("search_rank", "ASC")
345347
.setParameter("orderByPrefix", `${nameSearch.toLowerCase()}%`);
346348

347349
return queryBuilder;

packages/api-http/source/controllers/wallets.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ export class WalletsController extends Controller {
202202
const tokenMetadata = pageTokensRows.reduce<Record<string, TokenMetadata>>(
203203
(accumulator, row: TokenMetadata) => {
204204
if (!accumulator[row.token]) {
205+
delete row["search_rank"];
205206
accumulator[row.token] = row;
206207
}
207208

packages/api-sync/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"@mainsail/exceptions": "workspace:*",
3030
"@mainsail/kernel": "workspace:*",
3131
"@mainsail/utils": "workspace:*",
32-
"joi": "18.1.2",
33-
"lru-cache": "11.2.7",
34-
"viem": "2.47.6"
32+
"joi": "18.2.1",
33+
"lru-cache": "11.3.6",
34+
"viem": "2.48.11"
3535
},
3636
"devDependencies": {
3737
"@mainsail/contracts": "workspace:*",

packages/api-transaction-pool/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
},
2323
"dependencies": {
2424
"@hapi/boom": "10.0.1",
25-
"@hapi/hapi": "21.4.7",
25+
"@hapi/hapi": "21.4.9",
2626
"@mainsail/api-common": "workspace:*",
2727
"@mainsail/constants": "workspace:*",
2828
"@mainsail/container": "workspace:*",
2929
"@mainsail/kernel": "workspace:*",
30-
"joi": "18.1.2"
30+
"joi": "18.2.1"
3131
},
3232
"devDependencies": {
3333
"@mainsail/contracts": "workspace:*",

0 commit comments

Comments
 (0)