@savvy-web/lint-staged 0.7.3 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/878.js +1 -1
- package/package.json +5 -5
- package/tsdoc-metadata.json +1 -1
package/878.js
CHANGED
|
@@ -1013,7 +1013,7 @@ const rootCommand = Command.make("savvy-lint").pipe(Command.withSubcommands([
|
|
|
1013
1013
|
]));
|
|
1014
1014
|
const cli = Command.run(rootCommand, {
|
|
1015
1015
|
name: "savvy-lint",
|
|
1016
|
-
version: "0.
|
|
1016
|
+
version: "0.8.0"
|
|
1017
1017
|
});
|
|
1018
1018
|
function runCli() {
|
|
1019
1019
|
const main = Effect.suspend(()=>cli(process.argv)).pipe(Effect.provide(AppLayer));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/lint-staged",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Composable, configurable lint-staged handlers for pre-commit hooks. Provides reusable handlers for Biome, Markdown, YAML, TypeScript, and more.",
|
|
6
6
|
"keywords": [
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"@effect/platform": "^0.96.0",
|
|
46
46
|
"@effect/platform-node": "^0.106.0",
|
|
47
47
|
"@savvy-web/silk-effects": "^0.2.2",
|
|
48
|
-
"@typescript-eslint/parser": "^8.58.
|
|
48
|
+
"@typescript-eslint/parser": "^8.58.2",
|
|
49
49
|
"effect": "^3.21.0",
|
|
50
50
|
"eslint": "^10.2.0",
|
|
51
51
|
"eslint-plugin-tsdoc": "^0.5.2",
|
|
52
52
|
"jsonc-effect": "^0.2.1",
|
|
53
|
-
"prettier": "^3.8.
|
|
53
|
+
"prettier": "^3.8.2",
|
|
54
54
|
"sort-package-json": "^3.6.1",
|
|
55
55
|
"workspaces-effect": "^0.3.0",
|
|
56
56
|
"yaml": "^2.8.3",
|
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"@biomejs/biome": "2.4.9",
|
|
61
|
-
"@types/node": "^25.
|
|
61
|
+
"@types/node": "^25.6.0",
|
|
62
62
|
"@typescript/native-preview": "^7.0.0-dev.20260124.1",
|
|
63
63
|
"husky": "^9.1.0",
|
|
64
64
|
"lint-staged": "^16.4.0",
|
|
65
65
|
"markdownlint-cli2": "^0.22.0",
|
|
66
66
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
67
67
|
"turbo": "^2.9.0",
|
|
68
|
-
"typescript": "^
|
|
68
|
+
"typescript": "^6.0.0"
|
|
69
69
|
},
|
|
70
70
|
"peerDependenciesMeta": {
|
|
71
71
|
"@biomejs/biome": {
|