@savvy-web/lint-staged 0.4.4 → 0.4.6
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/376.js +1 -1
- package/biome/silk.jsonc +10 -0
- package/package.json +6 -6
package/376.js
CHANGED
|
@@ -1738,7 +1738,7 @@ const rootCommand = Command.make("savvy-lint").pipe(Command.withSubcommands([
|
|
|
1738
1738
|
]));
|
|
1739
1739
|
const cli = Command.run(rootCommand, {
|
|
1740
1740
|
name: "savvy-lint",
|
|
1741
|
-
version: "0.4.
|
|
1741
|
+
version: "0.4.6"
|
|
1742
1742
|
});
|
|
1743
1743
|
function runCli() {
|
|
1744
1744
|
const main = Effect.suspend(()=>cli(process.argv)).pipe(Effect.provide(NodeContext.layer));
|
package/biome/silk.jsonc
CHANGED
|
@@ -103,6 +103,16 @@
|
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
105
|
"includes": ["**/turbo.json", "**/tsconfig.json", "**/tsconfig.*.json"]
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"includes": ["**/*.test.ts"],
|
|
109
|
+
"linter": {
|
|
110
|
+
"rules": {
|
|
111
|
+
"correctness": {
|
|
112
|
+
"noUndeclaredDependencies": "off"
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
106
116
|
}
|
|
107
117
|
],
|
|
108
118
|
"root": true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/lint-staged",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6",
|
|
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": [
|
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"@biomejs/biome": "2.4.1",
|
|
60
|
-
"@types/node": "^25.2.
|
|
61
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
62
|
-
"husky": "^9.1.
|
|
63
|
-
"lint-staged": "^16.2.
|
|
60
|
+
"@types/node": "^25.2.0",
|
|
61
|
+
"@typescript/native-preview": "^7.0.0-dev.20260124.1",
|
|
62
|
+
"husky": "^9.1.0",
|
|
63
|
+
"lint-staged": "^16.2.0",
|
|
64
64
|
"markdownlint-cli2": "^0.21.0",
|
|
65
65
|
"markdownlint-cli2-formatter-codequality": "^0.0.7",
|
|
66
|
-
"turbo": "^2.8.
|
|
66
|
+
"turbo": "^2.8.10",
|
|
67
67
|
"typescript": "^5.9.3"
|
|
68
68
|
},
|
|
69
69
|
"peerDependenciesMeta": {
|