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: 3 additions & 4 deletions .github/workflows/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: cli
on:
pull_request:
paths:
- .github/workflows/cli.yaml
- apps/cli/**
- packages/contracts/**
- packages/tsconfig/**
- ".github/workflows/cli.yaml"
- "apps/cli/**"
- "packages/tsconfig/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: devnet
on:
pull_request:
paths:
- .github/workflows/devnet.yaml
- packages/devnet/**
- ".github/workflows/devnet.yaml"
- "packages/devnet/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/paymaster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: paymaster
on:
pull_request:
paths:
- .github/workflows/paymaster.yaml
- packages/mock-verifying-paymaster/**
- packages/tsconfig/**
- ".github/workflows/paymaster.yaml"
- "packages/mock-verifying-paymaster/**"
- "packages/tsconfig/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
required: true
pull_request:
paths:
- .github/workflows/sdk.yaml
- packages/sdk/**
- ".github/workflows/sdk.yaml"
- "packages/sdk/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
"extends": ["../../biome.json"],
"linter": {
"rules": {
Expand Down
45 changes: 22 additions & 23 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,53 +18,52 @@
],
"dependencies": {
"@commander-js/extra-typings": "^14.0.0",
"@inquirer/confirm": "^5.1.12",
"@inquirer/core": "^10.1.13",
"@inquirer/input": "^4.1.12",
"@inquirer/select": "^4.2.3",
"@inquirer/type": "^3.0.7",
"@inquirer/confirm": "^5.1.18",
"@inquirer/core": "^10.2.2",
"@inquirer/input": "^4.2.4",
"@inquirer/select": "^4.3.4",
"@inquirer/type": "^3.0.8",
"bytes": "^3.1.2",
"chalk": "^5.4.1",
"chalk": "^5.6.2",
"cli-table3": "^0.6.5",
"commander": "^14.0.0",
"commander": "^14.0.1",
"execa": "^9.6.0",
"fs-extra": "^11.3.0",
"fs-extra": "^11.3.2",
"get-port": "^7.1.0",
"giget": "^2.0.0",
"listr2": "^9.0.1",
"listr2": "^9.0.4",
"lookpath": "^1.2.3",
"open": "^10.1.2",
"ora": "^8.2.0",
"p-retry": "^6.2.1",
"ora": "^9.0.0",
"p-retry": "^7.0.0",
"progress-stream": "^2.0.0",
"semver": "^7.7.2",
"smol-toml": "^1.3.4",
"tmp": "^0.2.3",
"viem": "^2.31.3"
"smol-toml": "^1.4.2",
"tmp": "^0.2.5",
"viem": "^2.37.6"
},
"devDependencies": {
"@biomejs/biome": "catalog:",
"@cartesi/devnet": "2.0.0-alpha.7",
"@cartesi/rollups": "2.0.1",
"@types/bytes": "^3.1.5",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.8",
"@types/node": "^24.0.3",
"@types/node-fetch": "^2.6.12",
"@types/inquirer": "^9.0.9",
"@types/node": "^24.5.1",
"@types/node-fetch": "^2.6.13",
"@types/progress-stream": "^2.0.5",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.7.0",
"@types/semver": "^7.7.1",
"@types/tmp": "^0.2.6",
"@vitest/coverage-istanbul": "^3.2.3",
"@wagmi/cli": "^2.3.1",
"@vitest/coverage-istanbul": "^3.2.4",
"@wagmi/cli": "^2.5.1",
"copyfiles": "^2.4.1",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsconfig": "workspace:*",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"vitest": "^3.2.3"
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
"scripts": {
"build": "run-s clean codegen compile copy-files",
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.1.2/schema.json",
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
"assist": {
"actions": {
"source": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"devDependencies": {
"@biomejs/biome": "catalog:",
"@changesets/cli": "^2.29.4",
"prettier": "^3.5.3",
"turbo": "^2.5.4"
"@changesets/cli": "^2.29.7",
"prettier": "^3.6.2",
"turbo": "^2.5.6"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "pnpm@10.13.1"
"packageManager": "pnpm@10.17.0"
}
Loading
Loading