@savvy-web/lint-staged 0.6.2 → 0.6.3
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 +3 -2
- package/package.json +3 -3
package/878.js
CHANGED
|
@@ -1013,7 +1013,8 @@ const MARKDOWNLINT_TEMPLATE = {
|
|
|
1013
1013
|
"**/.coverage",
|
|
1014
1014
|
"**/dist",
|
|
1015
1015
|
"**/CHANGELOG.md",
|
|
1016
|
-
"**/.claude/plans"
|
|
1016
|
+
"**/.claude/plans",
|
|
1017
|
+
"**/docs/superpowers"
|
|
1017
1018
|
],
|
|
1018
1019
|
customRules: [
|
|
1019
1020
|
"@savvy-web/changesets/markdownlint"
|
|
@@ -1840,7 +1841,7 @@ const rootCommand = Command.make("savvy-lint").pipe(Command.withSubcommands([
|
|
|
1840
1841
|
]));
|
|
1841
1842
|
const cli = Command.run(rootCommand, {
|
|
1842
1843
|
name: "savvy-lint",
|
|
1843
|
-
version: "0.6.
|
|
1844
|
+
version: "0.6.3"
|
|
1844
1845
|
});
|
|
1845
1846
|
function runCli() {
|
|
1846
1847
|
const main = Effect.suspend(()=>cli(process.argv)).pipe(Effect.provide(NodeContext.layer));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/lint-staged",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
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": [
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"@effect/cli": "^0.75.0",
|
|
44
44
|
"@effect/platform": "^0.96.0",
|
|
45
45
|
"@effect/platform-node": "^0.106.0",
|
|
46
|
-
"@typescript-eslint/parser": "^8.57.
|
|
46
|
+
"@typescript-eslint/parser": "^8.57.2",
|
|
47
47
|
"cosmiconfig": "^9.0.1",
|
|
48
48
|
"effect": "^3.21.0",
|
|
49
49
|
"eslint": "^10.0.3",
|
|
50
50
|
"eslint-plugin-tsdoc": "^0.5.2",
|
|
51
|
-
"jsonc-effect": "^0.2.
|
|
51
|
+
"jsonc-effect": "^0.2.1",
|
|
52
52
|
"prettier": "^3.8.1",
|
|
53
53
|
"sort-package-json": "^3.6.1",
|
|
54
54
|
"workspace-tools": "^0.41.0",
|