Skip to content

Commit d9f7b26

Browse files
xesrevinuGit Agent
andcommitted
chore(config): align dev deps and tsconfig
- Bump @effect and related beta packages to 4.0.0-beta.40 - Normalize tsconfig.json lint rule block formatting - Update package.json and tsconfig include/exclude consistency apparent maintenance updates to config files and dependencies, aligned versions and formatting across package.json and tsconfig.json. Co-Authored-By: Git Agent <noreply@git-agent.dev>
1 parent 1ea474c commit d9f7b26

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

bun.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@
6161
},
6262
"devDependencies": {
6363
"@changesets/cli": "^2.29.7",
64-
"@effect/ai-openai": "4.0.0-beta.31",
65-
"@effect/platform-node": "4.0.0-beta.31",
64+
"@effect/ai-openai": "4.0.0-beta.40",
65+
"@effect/platform-node": "4.0.0-beta.40",
6666
"@effect/tsgo": "0.0.16",
67-
"@effect/vitest": "4.0.0-beta.31",
67+
"@effect/vitest": "4.0.0-beta.40",
6868
"@types/bun": "^1.3.10",
6969
"@types/node": "^24.5.2",
7070
"@typescript/native-preview": "7.0.0-dev.20260320.1",
71-
"effect": "4.0.0-beta.31",
71+
"effect": "4.0.0-beta.40",
7272
"lefthook": "^1.11.13",
7373
"oxfmt": "^0.38.0",
7474
"oxlint": "^1.53.0",

tsconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"schemaStructWithTag": "error",
3232
"schemaUnionOfLiterals": "error",
3333
"serviceNotAsClass": "error",
34-
"unnecessaryPipe": "error",
35-
},
36-
},
37-
],
34+
"unnecessaryPipe": "error"
35+
}
36+
}
37+
]
3838
},
3939
"include": ["./src", "./tests", "./package.json", "./tsdown.config.ts"],
40-
"exclude": ["dist", "node_modules"],
40+
"exclude": ["dist", "node_modules"]
4141
}

0 commit comments

Comments
 (0)