@yawlabs/ctxlint 0.16.0 → 0.18.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yawlabs/ctxlint",
3
- "version": "0.16.0",
3
+ "version": "0.18.0",
4
4
  "mcpName": "io.github.YawLabs/ctxlint",
5
5
  "description": "Lint your AI agent context files, MCP server configs, and session data against your actual codebase",
6
6
  "bin": {
@@ -91,25 +91,26 @@
91
91
  "@eslint/js": "^10.0.1",
92
92
  "@modelcontextprotocol/sdk": "^1.29.0",
93
93
  "@types/fast-levenshtein": "^0.0.4",
94
- "@types/node": "^25.6.0",
95
- "@vitest/coverage-v8": "^4.1.4",
94
+ "@types/node": "^25.9.3",
95
+ "@types/picomatch": "^4.0.3",
96
+ "@vitest/coverage-v8": "^4.1.9",
96
97
  "chalk": "^5.6.2",
97
98
  "commander": "^14.0.3",
98
- "esbuild": "^0.28.0",
99
- "eslint": "^10.2.0",
99
+ "esbuild": "^0.28.1",
100
+ "eslint": "^10.5.0",
100
101
  "fast-levenshtein": "^3.0.0",
101
102
  "glob": "^13.0.6",
102
103
  "jsonc-parser": "^3.3.1",
103
- "ora": "^9.3.0",
104
- "prettier": "^3.8.2",
105
- "simple-git": "^3.35.2",
104
+ "ora": "^9.4.0",
105
+ "prettier": "^3.8.4",
106
+ "simple-git": "^3.36.0",
106
107
  "tiktoken": "^1.0.22",
107
108
  "tsup": "^8.5.1",
108
- "typescript": "^6.0.2",
109
- "typescript-eslint": "^8.58.1",
110
- "vite": "^8.0.8",
111
- "vitest": "^4.1.4",
112
- "zod": "^4.3.6"
109
+ "typescript": "^6.0.3",
110
+ "typescript-eslint": "^8.61.1",
111
+ "vite": "^8.0.16",
112
+ "vitest": "^4.1.9",
113
+ "zod": "^4.4.3"
113
114
  },
114
115
  "pnpm": {
115
116
  "onlyBuiltDependencies": [
@@ -125,5 +126,10 @@
125
126
  "ip-address": "^10.1.1",
126
127
  "brace-expansion": "^5.0.6"
127
128
  }
129
+ },
130
+ "dependencies": {
131
+ "picomatch": "^4.0.4",
132
+ "vscode-languageserver": "^10.0.0",
133
+ "vscode-languageserver-textdocument": "^1.0.12"
128
134
  }
129
135
  }