@savvy-web/lint-staged 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/878.js +3 -3
  2. package/package.json +5 -5
package/878.js CHANGED
@@ -654,7 +654,7 @@ function checkMarkdownlintConfig(content) {
654
654
  }
655
655
  function checkBiomeSchemas() {
656
656
  return Effect.gen(function*() {
657
- const version = "2.4.12";
657
+ const version = "2.4.15";
658
658
  const statuses = [];
659
659
  if (!version) return {
660
660
  statuses,
@@ -1059,7 +1059,7 @@ function writeMarkdownlintConfig(fs, preset, force) {
1059
1059
  }
1060
1060
  function syncBiomeSchemas() {
1061
1061
  return Effect.gen(function*() {
1062
- const version = "2.4.12";
1062
+ const version = "2.4.15";
1063
1063
  if (!version) return;
1064
1064
  const syncer = yield* BiomeSchemaSync;
1065
1065
  const result = yield* syncer.sync(version);
@@ -1136,7 +1136,7 @@ const rootCommand = Command.make("savvy-lint").pipe(Command.withSubcommands([
1136
1136
  ]));
1137
1137
  const cli = Command.run(rootCommand, {
1138
1138
  name: "savvy-lint",
1139
- version: "1.0.0"
1139
+ version: "1.0.1"
1140
1140
  });
1141
1141
  function runCli() {
1142
1142
  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": "1.0.0",
3
+ "version": "1.0.1",
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": [
@@ -49,14 +49,14 @@
49
49
  "jsonc-effect": "^0.2.1",
50
50
  "prettier": "^3.8.3",
51
51
  "sort-package-json": "^3.6.1",
52
- "workspaces-effect": "^0.4.1",
53
- "yaml": "^2.8.3",
52
+ "workspaces-effect": "^1.0.0",
53
+ "yaml": "^2.9.0",
54
54
  "yaml-lint": "^1.7.0"
55
55
  },
56
56
  "peerDependencies": {
57
- "@biomejs/biome": "2.4.12",
57
+ "@biomejs/biome": "2.4.15",
58
58
  "@types/node": "^25.6.0",
59
- "@typescript/native-preview": "^7.0.0-dev.20260124.1",
59
+ "@typescript/native-preview": "^7.0.0-dev.20260513.1",
60
60
  "husky": "^9.1.0",
61
61
  "lint-staged": "^16.4.0",
62
62
  "markdownlint-cli2": "^0.22.0",