Skip to content

Commit db83d26

Browse files
authored
Merge pull request #4 from ProverCoderAI/renovate/all
chore(deps): update all dependencies
2 parents 61c144b + 32f4fa0 commit db83d26

5 files changed

Lines changed: 148 additions & 59 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pull-requests: write
2323
packages: write
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0
2828
ref: ${{ github.event.workflow_run.head_sha }}

.github/workflows/snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
shell: bash
29+
working-directory: packages/app
2930
run: |
3031
set +e
3132
pnpx pkg-pr-new@0.0.24 publish --pnpm --comment=off

package.json

Lines changed: 1 addition & 1 deletion
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.0",
6+
"packageManager": "pnpm@10.28.1",
77
"workspaces": [
88
"packages/*"
99
],

packages/app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"publishConfig": {
4242
"access": "public"
4343
},
44-
"packageManager": "pnpm@10.28.0",
44+
"packageManager": "pnpm@10.28.1",
4545
"dependencies": {
4646
"@effect/cli": "^0.73.0",
4747
"@effect/cluster": "^0.56.1",
@@ -67,11 +67,11 @@
6767
"@eslint/compat": "2.0.1",
6868
"@eslint/eslintrc": "3.3.3",
6969
"@eslint/js": "9.39.2",
70-
"@prover-coder-ai/eslint-plugin-suggest-members": "^0.0.13",
70+
"@prover-coder-ai/eslint-plugin-suggest-members": "^0.0.14",
7171
"@ton-ai-core/vibecode-linter": "^1.0.6",
7272
"@types/node": "^24.10.9",
73-
"@typescript-eslint/eslint-plugin": "^8.53.0",
74-
"@typescript-eslint/parser": "^8.53.0",
73+
"@typescript-eslint/eslint-plugin": "^8.53.1",
74+
"@typescript-eslint/parser": "^8.53.1",
7575
"@vitest/coverage-v8": "^4.0.17",
7676
"@vitest/eslint-plugin": "^1.6.6",
7777
"eslint": "^9.39.2",
@@ -86,7 +86,7 @@
8686
"globals": "^17.0.0",
8787
"jscpd": "^4.0.7",
8888
"typescript": "^5.9.3",
89-
"typescript-eslint": "^8.53.0",
89+
"typescript-eslint": "^8.53.1",
9090
"vite": "^7.3.1",
9191
"vite-tsconfig-paths": "^6.0.4",
9292
"vitest": "^4.0.17"

0 commit comments

Comments
 (0)