Skip to content

Commit adcb47f

Browse files
authored
Merge pull request #19 from ProverCoderAI/renovate/all
fix(deps): update all dependencies
2 parents 38c6dbb + ff58840 commit adcb47f

4 files changed

Lines changed: 272 additions & 218 deletions

File tree

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"private": true,
55
"description": "Monorepo workspace for effect-template",
6-
"packageManager": "pnpm@10.29.3",
6+
"packageManager": "pnpm@10.30.0",
77
"workspaces": [
88
"packages/*"
99
],
@@ -43,9 +43,6 @@
4343
"@parcel/watcher",
4444
"msgpackr-extract",
4545
"unrs-resolver"
46-
],
47-
"patchedDependencies": {
48-
"@typescript-eslint/eslint-plugin@8.55.0": "patches/@typescript-eslint__eslint-plugin@8.55.0.patch"
49-
}
46+
]
5047
}
5148
}

packages/app/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"publishConfig": {
4848
"access": "public"
4949
},
50-
"packageManager": "pnpm@10.29.3",
50+
"packageManager": "pnpm@10.30.0",
5151
"dependencies": {
5252
"@effect/cli": "^0.73.2",
5353
"@effect/cluster": "^0.56.4",
@@ -56,16 +56,16 @@
5656
"@effect/platform-node": "^0.104.1",
5757
"@effect/printer": "^0.47.0",
5858
"@effect/printer-ansi": "^0.47.0",
59-
"@effect/rpc": "^0.73.1",
59+
"@effect/rpc": "^0.73.2",
6060
"@effect/schema": "^0.75.5",
6161
"@effect/sql": "^0.49.0",
6262
"@effect/typeclass": "^0.38.0",
6363
"@effect/workflow": "^0.16.0",
64-
"effect": "^3.19.17",
64+
"effect": "^3.19.18",
6565
"ts-morph": "^27.0.2"
6666
},
6767
"devDependencies": {
68-
"@biomejs/biome": "^2.4.0",
68+
"@biomejs/biome": "^2.4.2",
6969
"@effect/eslint-plugin": "^0.3.2",
7070
"@effect/language-service": "latest",
7171
"@effect/vitest": "^0.27.0",
@@ -76,8 +76,8 @@
7676
"@prover-coder-ai/eslint-plugin-suggest-members": "^0.0.25",
7777
"@ton-ai-core/vibecode-linter": "^1.0.11",
7878
"@types/node": "^24.10.13",
79-
"@typescript-eslint/eslint-plugin": "^8.55.0",
80-
"@typescript-eslint/parser": "^8.55.0",
79+
"@typescript-eslint/eslint-plugin": "^8.56.0",
80+
"@typescript-eslint/parser": "^8.56.0",
8181
"@vitest/coverage-v8": "^4.0.18",
8282
"@vitest/eslint-plugin": "^1.6.9",
8383
"eslint": "^10.0.0",
@@ -86,13 +86,13 @@
8686
"eslint-plugin-import": "^2.32.0",
8787
"eslint-plugin-simple-import-sort": "^12.1.1",
8888
"eslint-plugin-sonarjs": "^3.0.7",
89-
"eslint-plugin-sort-destructure-keys": "^2.0.0",
89+
"eslint-plugin-sort-destructure-keys": "^3.0.0",
9090
"eslint-plugin-unicorn": "^63.0.0",
9191
"fast-check": "^4.5.3",
9292
"globals": "^17.3.0",
9393
"jscpd": "^4.0.8",
9494
"typescript": "^5.9.3",
95-
"typescript-eslint": "^8.55.0",
95+
"typescript-eslint": "^8.56.0",
9696
"vite": "^7.3.1",
9797
"vite-tsconfig-paths": "^6.1.1",
9898
"vitest": "^4.0.18"

patches/@typescript-eslint__eslint-plugin@8.55.0.patch

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)