Skip to content
Merged
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
7 changes: 7 additions & 0 deletions .changeset/weekly-sdks-deps-2026-06-22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@morpho-org/wdk-protocol-lending-morpho-evm": patch
---

Refresh non-deprecated SDK dependencies.

- Update runtime dependencies in `@morpho-org/wdk-protocol-lending-morpho-evm`.
6 changes: 0 additions & 6 deletions .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22
26
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ A scannable list of patterns reviewers reject. Most are review-only today (per t

## 8. Code style & tooling

- pnpm + Node ≥22. Root checks: `pnpm lint` and `pnpm test`.
- pnpm + Node ≥26. Root checks: `pnpm lint` and `pnpm test`.
- Biome owns style: 2-space indent, organized imports, no unused imports or variables.
- NodeNext module resolution; relative imports include `.js` (`export * from "./market/index.js"`).
- Type-only imports where possible (`import type { Address } from "viem"`).
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This monorepo contains the TypeScript SDK packages used to interact with the Mor

### Prerequisites

- Node.js `>=22`
- pnpm `10`, declared by the root `packageManager` field
- Node.js `>=26 <27`
- pnpm `11`, declared by the root `packageManager` field
- Git
- An Ethereum mainnet RPC URL for fork-backed tests

Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.5.0/schema.json",
"$schema": "https://biomejs.dev/schemas/2.5.1/schema.json",
"files": {
"includes": [
"**",
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"license": "MIT",
"type": "module",
"private": true,
"packageManager": "pnpm@11.1.1+sha512.d1fdf5f73c617b64fa1a56a81c3c8dfe0e966e33a6010aa256b517ae77be21d93e05affc0de1a83b0e4f29d569f68b446ae8f068cd7247c0bb3df0fb4d7bdf9a",
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b",
Comment thread
prd-carapulse[bot] marked this conversation as resolved.
Comment thread
Rubilmax marked this conversation as resolved.
Comment thread
Rubilmax marked this conversation as resolved.
Comment thread
Rubilmax marked this conversation as resolved.
Comment thread
Rubilmax marked this conversation as resolved.
"engines": {
"node": ">=22.13"
"node": ">=26 <27"
Comment thread
Rubilmax marked this conversation as resolved.
},
"scripts": {
"prepare": "husky",
Expand All @@ -41,25 +41,25 @@
"release": "changeset publish"
},
"devDependencies": {
"@biomejs/biome": "^2.5.0",
"@biomejs/biome": "^2.5.1",
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.0",
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"@types/node": "^25.9.3",
"@vitest/coverage-v8": "^4.1.8",
"@vitest/ui": "^4.1.8",
"@commitlint/cli": "21.1.0",
"@commitlint/config-conventional": "21.1.0",
"@types/node": "^26.0.1",
"@vitest/coverage-v8": "^4.1.9",
"@vitest/ui": "^4.1.9",
"dotenv-cli": "^11.0.0",
"happy-dom": "^20.10.3",
"happy-dom": "^20.10.6",
"husky": "^9.1.7",
"lint-staged": "^17.0.7",
"lint-staged": "^17.0.8",
Comment thread
Rubilmax marked this conversation as resolved.
"solc": "0.8.35",
"typedoc": "^0.28.19",
"typescript": "^6.0.3",
"undici": "^8.4.1",
"viem": "2.52.2",
"vite": "^8.0.16",
"vitest": "^4.1.8"
"undici": "^8.5.0",
"viem": "2.53.1",
"vite": "8.1.0",
"vitest": "^4.1.9"
},
"lint-staged": {
"*.{json,gql}": "biome check --write --no-errors-on-unmatched",
Expand Down
4 changes: 2 additions & 2 deletions packages/blue-sdk-viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@morpho-org/morpho-ts": "workspace:^",
"@morpho-org/test": "workspace:^",
"typescript": "^6.0.3",
"viem": "2.52.2",
"vitest": "^4.1.8"
"viem": "^2.53.1",
"vitest": "^4.1.9"
},
"publishConfig": {
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/blue-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@morpho-org/morpho-ts": "workspace:^",
"@morpho-org/test": "workspace:^",
"typescript": "^6.0.3",
"viem": "2.52.2",
"vitest": "^4.1.8"
"viem": "2.53.1",
"vitest": "^4.1.9"
},
"publishConfig": {
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/evm-simulation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"devDependencies": {
"@morpho-org/test": "workspace:^",
"typescript": "^6.0.3",
"viem": "2.52.2",
"vitest": "^4.1.8"
"viem": "^2.53.1",
"vitest": "^4.1.9"
},
"publishConfig": {
"exports": {
Expand Down
10 changes: 5 additions & 5 deletions packages/liquidity-sdk-viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"viem": "^2.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^7.1.2",
"@graphql-codegen/cli": "^7.1.3",
"@graphql-codegen/import-types-preset": "^4.0.1",
"@graphql-codegen/typescript": "^6.0.2",
"@graphql-codegen/typescript-graphql-request": "^7.1.0",
"@graphql-codegen/typescript-operations": "^6.0.3",
"@graphql-codegen/typescript-operations": "^6.0.5",
"@morpho-org/blue-sdk": "workspace:^",
"@morpho-org/blue-sdk-viem": "workspace:^",
"@morpho-org/morpho-sdk": "workspace:^",
Expand All @@ -53,10 +53,10 @@
"@morpho-org/test": "workspace:^",
"dataloader": "^2.2.3",
"graphql": "^16.14.2",
"nock": "^14.0.15",
"nock": "^14.0.16",
"typescript": "^6.0.3",
"viem": "2.52.2",
"vitest": "^4.1.8"
"viem": "^2.53.1",
"vitest": "^4.1.9"
},
"publishConfig": {
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/morpho-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
"dotenv": "^17.4.2",
"fast-check": "^4.8.0",
"typescript": "^6.0.3",
"viem": "2.52.2",
"vitest": "^4.1.8"
"viem": "^2.53.1",
"vitest": "^4.1.9"
},
"publishConfig": {
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/morpho-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@morpho-org/morpho-ts": "workspace:^",
"@morpho-org/test": "workspace:^",
"typescript": "^6.0.3",
"viem": "2.52.2"
"viem": "^2.53.1"
},
"publishConfig": {
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/morpho-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"typescript": "^6.0.3",
"vitest": "^4.1.8"
"vitest": "^4.1.9"
},
"publishConfig": {
"exports": {
Expand Down
6 changes: 3 additions & 3 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
}
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@playwright/test": "1.61.1",
"@types/lodash.kebabcase": "^4.1.9",
"typescript": "^6.0.3",
"viem": "2.52.2",
"vitest": "^4.1.8"
"viem": "^2.53.1",
"vitest": "^4.1.9"
},
"publishConfig": {
"exports": {
Expand Down
10 changes: 5 additions & 5 deletions packages/wdk-protocol-lending-morpho-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@
"@morpho-org/blue-sdk": "workspace:^",
"@morpho-org/blue-sdk-viem": "workspace:^",
"@morpho-org/morpho-sdk": "workspace:^",
"@tetherto/wdk-wallet": "1.0.0-beta.10",
"@tetherto/wdk-wallet-evm": "1.0.0-beta.13",
"@tetherto/wdk-wallet": "1.0.0-beta.11",
"@tetherto/wdk-wallet-evm": "1.0.0-beta.14",
"@tetherto/wdk-wallet-evm-erc-4337": "1.0.0-beta.9",
"bare-node-runtime": "1.4.0"
"bare-node-runtime": "1.5.0"
},
"peerDependencies": {
"viem": "^2.0.0"
},
"devDependencies": {
"typescript": "^6.0.3",
"viem": "2.52.2",
"vitest": "^4.1.8"
"viem": "^2.53.1",
"vitest": "^4.1.9"
},
"publishConfig": {
"access": "public",
Expand Down
Loading