rulesync 0.76.0 → 0.77.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/dist/index.cjs CHANGED
@@ -6186,7 +6186,7 @@ var getVersion = async () => {
6186
6186
  const packageJson = await readJsonFile(packageJsonPath);
6187
6187
  return packageJson.version;
6188
6188
  } catch {
6189
- return "0.76.0";
6189
+ return "0.77.0";
6190
6190
  }
6191
6191
  };
6192
6192
  var main = async () => {
package/dist/index.js CHANGED
@@ -6162,7 +6162,7 @@ var getVersion = async () => {
6162
6162
  const packageJson = await readJsonFile(packageJsonPath);
6163
6163
  return packageJson.version;
6164
6164
  } catch {
6165
- return "0.76.0";
6165
+ return "0.77.0";
6166
6166
  }
6167
6167
  };
6168
6168
  var main = async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "0.76.0",
3
+ "version": "0.77.0",
4
4
  "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
5
5
  "keywords": [
6
6
  "ai",
@@ -46,37 +46,37 @@
46
46
  "js-yaml": "4.1.0",
47
47
  "micromatch": "4.0.8",
48
48
  "smol-toml": "1.4.2",
49
- "zod": "4.0.17"
49
+ "zod": "4.1.5"
50
50
  },
51
51
  "devDependencies": {
52
- "@anthropic-ai/claude-code": "1.0.93",
53
- "@biomejs/biome": "2.1.4",
54
- "@eslint/js": "9.33.0",
55
- "@secretlint/secretlint-rule-preset-recommend": "11.0.2",
52
+ "@anthropic-ai/claude-code": "1.0.110",
53
+ "@biomejs/biome": "2.2.3",
54
+ "@eslint/js": "9.35.0",
55
+ "@secretlint/secretlint-rule-preset-recommend": "11.2.4",
56
56
  "@tsconfig/node24": "24.0.1",
57
57
  "@types/js-yaml": "4.0.9",
58
58
  "@types/micromatch": "4.0.9",
59
- "@types/node": "24.2.1",
60
- "@typescript/native-preview": "7.0.0-dev.20250812.1",
59
+ "@types/node": "24.3.1",
60
+ "@typescript/native-preview": "7.0.0-dev.20250909.1",
61
61
  "@vitest/coverage-v8": "3.2.4",
62
- "cspell": "9.2.0",
63
- "eslint": "9.33.0",
62
+ "cspell": "9.2.1",
63
+ "eslint": "9.35.0",
64
64
  "eslint-plugin-import": "2.32.0",
65
65
  "eslint-plugin-no-type-assertion": "1.3.0",
66
- "eslint-plugin-oxlint": "1.11.2",
66
+ "eslint-plugin-oxlint": "1.14.0",
67
67
  "eslint-plugin-strict-dependencies": "1.3.22",
68
68
  "eslint-plugin-zod-import": "0.3.0",
69
- "knip": "5.62.0",
70
- "lint-staged": "16.1.5",
71
- "o3-search-mcp": "0.0.7",
72
- "oxlint": "1.11.2",
73
- "secretlint": "11.0.2",
69
+ "knip": "5.63.1",
70
+ "lint-staged": "16.1.6",
71
+ "o3-search-mcp": "0.0.9",
72
+ "oxlint": "1.14.0",
73
+ "secretlint": "11.2.4",
74
74
  "simple-git-hooks": "2.13.1",
75
75
  "sort-package-json": "3.4.0",
76
76
  "tsup": "8.5.0",
77
- "tsx": "4.20.4",
77
+ "tsx": "4.20.5",
78
78
  "typescript": "5.9.2",
79
- "typescript-eslint": "8.39.1",
79
+ "typescript-eslint": "8.43.0",
80
80
  "vitest": "3.2.4"
81
81
  },
82
82
  "engines": {