Skip to content

Commit 6dc314a

Browse files
fix(deps): update all dependencies (#17)
* fix(deps): update all dependencies * fix(deps): sync lockfile and drop obsolete pnpm patch --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: skulidropek <66840575+skulidropek@users.noreply.github.com>
1 parent 1a81940 commit 6dc314a

File tree

4 files changed

+272
-218
lines changed

4 files changed

+272
-218
lines changed

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
@@ -48,7 +48,7 @@
4848
"url": "https://github.com/ProverCoderAI/effect-template/issues"
4949
},
5050
"homepage": "https://github.com/ProverCoderAI/effect-template#readme",
51-
"packageManager": "pnpm@10.29.3",
51+
"packageManager": "pnpm@10.30.0",
5252
"dependencies": {
5353
"@effect/cli": "^0.73.2",
5454
"@effect/cluster": "^0.56.4",
@@ -57,17 +57,17 @@
5757
"@effect/platform-node": "^0.104.1",
5858
"@effect/printer": "^0.47.0",
5959
"@effect/printer-ansi": "^0.47.0",
60-
"@effect/rpc": "^0.73.1",
60+
"@effect/rpc": "^0.73.2",
6161
"@effect/schema": "^0.75.5",
6262
"@effect/sql": "^0.49.0",
6363
"@effect/typeclass": "^0.38.0",
6464
"@effect/workflow": "^0.16.0",
65-
"effect": "^3.19.17",
65+
"effect": "^3.19.18",
6666
"openapi-typescript-helpers": "^0.1.0",
6767
"ts-morph": "^27.0.2"
6868
},
6969
"devDependencies": {
70-
"@biomejs/biome": "^2.4.0",
70+
"@biomejs/biome": "^2.4.2",
7171
"@effect/eslint-plugin": "^0.3.2",
7272
"@effect/language-service": "latest",
7373
"@effect/vitest": "^0.27.0",
@@ -78,17 +78,17 @@
7878
"@prover-coder-ai/eslint-plugin-suggest-members": "^0.0.25",
7979
"@ton-ai-core/vibecode-linter": "^1.0.11",
8080
"@types/node": "^24.10.13",
81-
"@typescript-eslint/eslint-plugin": "^8.55.0",
82-
"@typescript-eslint/parser": "^8.55.0",
83-
"typescript-eslint": "^8.55.0",
81+
"@typescript-eslint/eslint-plugin": "^8.56.0",
82+
"@typescript-eslint/parser": "^8.56.0",
83+
"typescript-eslint": "^8.56.0",
8484
"@vitest/coverage-v8": "^4.0.18",
8585
"eslint": "^10.0.0",
8686
"eslint-import-resolver-typescript": "^4.4.4",
8787
"eslint-plugin-codegen": "0.34.1",
8888
"eslint-plugin-import": "^2.32.0",
8989
"eslint-plugin-simple-import-sort": "^12.1.1",
9090
"eslint-plugin-sonarjs": "^3.0.7",
91-
"eslint-plugin-sort-destructure-keys": "^2.0.0",
91+
"eslint-plugin-sort-destructure-keys": "^3.0.0",
9292
"eslint-plugin-unicorn": "^63.0.0",
9393
"@vitest/eslint-plugin": "^1.6.9",
9494
"globals": "^17.3.0",

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

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

0 commit comments

Comments
 (0)