@savvy-web/lint-staged 0.7.2 → 0.7.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 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.7.2"
1016
+ version: "0.7.3"
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.7.2",
3
+ "version": "0.7.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": [
@@ -47,7 +47,7 @@
47
47
  "@savvy-web/silk-effects": "^0.2.2",
48
48
  "@typescript-eslint/parser": "^8.58.0",
49
49
  "effect": "^3.21.0",
50
- "eslint": "^10.0.3",
50
+ "eslint": "^10.2.0",
51
51
  "eslint-plugin-tsdoc": "^0.5.2",
52
52
  "jsonc-effect": "^0.2.1",
53
53
  "prettier": "^3.8.1",
@@ -64,7 +64,7 @@
64
64
  "lint-staged": "^16.4.0",
65
65
  "markdownlint-cli2": "^0.22.0",
66
66
  "markdownlint-cli2-formatter-codequality": "^0.0.7",
67
- "turbo": "^2.8.0",
67
+ "turbo": "^2.9.0",
68
68
  "typescript": "^5.9.3"
69
69
  },
70
70
  "peerDependenciesMeta": {
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.57.8"
8
+ "packageVersion": "7.58.1"
9
9
  }
10
10
  ]
11
11
  }