Skip to content

Commit 45a8b85

Browse files
authored
Merge pull request #24 from ProverCoderAI/renovate/all
fix(deps): update all dependencies
2 parents 77c4b4c + 28b9c69 commit 45a8b85

5 files changed

Lines changed: 519 additions & 573 deletions

File tree

.github/workflows/checking-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: pnpm/action-setup@v4
1616
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 24.13.0
18+
node-version: 24.13.1
1919
cache: pnpm
2020

2121
- run: pnpm install --frozen-lockfile

package.json

Lines changed: 5 additions & 2 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.28.2",
6+
"packageManager": "pnpm@10.29.3",
77
"workspaces": [
88
"packages/*"
99
],
@@ -43,6 +43,9 @@
4343
"@parcel/watcher",
4444
"msgpackr-extract",
4545
"unrs-resolver"
46-
]
46+
],
47+
"patchedDependencies": {
48+
"@typescript-eslint/eslint-plugin@8.55.0": "patches/@typescript-eslint__eslint-plugin@8.55.0.patch"
49+
}
4750
}
4851
}

packages/app/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
"url": "https://github.com/ProverCoderAI/effect-template/issues"
3636
},
3737
"homepage": "https://github.com/ProverCoderAI/effect-template#readme",
38-
"packageManager": "pnpm@10.28.2",
38+
"packageManager": "pnpm@10.29.3",
3939
"dependencies": {
40-
"@effect/cli": "^0.73.1",
41-
"@effect/cluster": "^0.56.1",
40+
"@effect/cli": "^0.73.2",
41+
"@effect/cluster": "^0.56.3",
4242
"@effect/experimental": "^0.58.0",
43-
"@effect/platform": "^0.94.2",
43+
"@effect/platform": "^0.94.4",
4444
"@effect/platform-node": "^0.104.1",
4545
"@effect/printer": "^0.47.0",
4646
"@effect/printer-ansi": "^0.47.0",
@@ -49,39 +49,39 @@
4949
"@effect/sql": "^0.49.0",
5050
"@effect/typeclass": "^0.38.0",
5151
"@effect/workflow": "^0.16.0",
52-
"effect": "^3.19.15",
52+
"effect": "^3.19.16",
5353
"ts-morph": "^27.0.2"
5454
},
5555
"devDependencies": {
56-
"@biomejs/biome": "^2.3.13",
56+
"@biomejs/biome": "^2.3.14",
5757
"@effect/eslint-plugin": "^0.3.2",
5858
"@effect/language-service": "latest",
5959
"@effect/vitest": "^0.27.0",
6060
"@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
61-
"@eslint/compat": "2.0.1",
61+
"@eslint/compat": "2.0.2",
6262
"@eslint/eslintrc": "3.3.3",
63-
"@eslint/js": "9.39.2",
64-
"@prover-coder-ai/eslint-plugin-suggest-members": "^0.0.20",
65-
"@ton-ai-core/vibecode-linter": "^1.0.6",
66-
"@types/node": "^24.10.9",
67-
"@typescript-eslint/eslint-plugin": "^8.54.0",
68-
"@typescript-eslint/parser": "^8.54.0",
69-
"typescript-eslint": "^8.54.0",
63+
"@eslint/js": "10.0.1",
64+
"@prover-coder-ai/eslint-plugin-suggest-members": "^0.0.23",
65+
"@ton-ai-core/vibecode-linter": "^1.0.11",
66+
"@types/node": "^24.10.13",
67+
"@typescript-eslint/eslint-plugin": "^8.55.0",
68+
"@typescript-eslint/parser": "^8.55.0",
69+
"typescript-eslint": "^8.55.0",
7070
"@vitest/coverage-v8": "^4.0.18",
71-
"eslint": "^9.39.2",
71+
"eslint": "^10.0.0",
7272
"eslint-import-resolver-typescript": "^4.4.4",
7373
"eslint-plugin-codegen": "0.34.1",
7474
"eslint-plugin-import": "^2.32.0",
7575
"eslint-plugin-simple-import-sort": "^12.1.1",
76-
"eslint-plugin-sonarjs": "^3.0.6",
76+
"eslint-plugin-sonarjs": "^3.0.7",
7777
"eslint-plugin-sort-destructure-keys": "^2.0.0",
78-
"eslint-plugin-unicorn": "^62.0.0",
79-
"@vitest/eslint-plugin": "^1.6.6",
80-
"globals": "^17.2.0",
81-
"jscpd": "^4.0.7",
78+
"eslint-plugin-unicorn": "^63.0.0",
79+
"@vitest/eslint-plugin": "^1.6.7",
80+
"globals": "^17.3.0",
81+
"jscpd": "^4.0.8",
8282
"typescript": "^5.9.3",
8383
"vite": "^7.3.1",
84-
"vite-tsconfig-paths": "^6.0.5",
84+
"vite-tsconfig-paths": "^6.1.0",
8585
"vitest": "^4.0.18"
8686
}
8787
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
diff --git a/dist/rules/consistent-generic-constructors.js b/dist/rules/consistent-generic-constructors.js
2+
index 9977214d04d64cdbc3a90fc2a9f9f9e39572dbf4..c9b1fc79e198138b62f9333722068fc0cd7f2a86 100644
3+
--- a/dist/rules/consistent-generic-constructors.js
4+
+++ b/dist/rules/consistent-generic-constructors.js
5+
@@ -98,7 +98,7 @@ exports.default = (0, util_1.createRule)({
6+
}
7+
return;
8+
}
9+
- const isolatedDeclarations = context.parserOptions.isolatedDeclarations;
10+
+ const isolatedDeclarations = context.languageOptions?.parserOptions?.isolatedDeclarations ?? context.parserOptions?.isolatedDeclarations;
11+
if (!isolatedDeclarations && lhs?.typeArguments && !rhs.typeArguments) {
12+
const hasParens = context.sourceCode.getTokenAfter(rhs.callee)?.value === '(';
13+
const extraComments = new Set(context.sourceCode.getCommentsInside(lhs.parent));
14+
diff --git a/dist/rules/no-deprecated.js b/dist/rules/no-deprecated.js
15+
index 293d007ba9ef084f622f9e8da7c763ea02a17fa4..6d53d6181877005b3645bcaa030344954f195d8a 100644
16+
--- a/dist/rules/no-deprecated.js
17+
+++ b/dist/rules/no-deprecated.js
18+
@@ -69,7 +69,7 @@ exports.default = (0, util_1.createRule)({
19+
},
20+
],
21+
create(context, [options]) {
22+
- const { jsDocParsingMode } = context.parserOptions;
23+
+ const { jsDocParsingMode } = (context.languageOptions?.parserOptions ?? context.parserOptions ?? {});
24+
const allow = options.allow;
25+
if (jsDocParsingMode === 'none' || jsDocParsingMode === 'type-info') {
26+
throw new Error(`Cannot be used with jsDocParsingMode: '${jsDocParsingMode}'.`);

0 commit comments

Comments
 (0)