File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "packages/config-array" : " 0.23.5" ,
44 "packages/config-helpers" : " 0.6.0" ,
55 "packages/core" : " 1.2.1" ,
6- "packages/mcp" : " 0.3.5 " ,
6+ "packages/mcp" : " 0.3.6 " ,
77 "packages/migrate-config" : " 2.1.0" ,
88 "packages/object-schema" : " 3.0.5" ,
9- "packages/plugin-kit" : " 0.7.1 "
9+ "packages/plugin-kit" : " 0.7.2 "
1010}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.3.6] ( https://github.com/eslint/rewrite/compare/mcp-v0.3.5...mcp-v0.3.6 ) (2026-05-23)
4+
5+
6+ ### Bug Fixes
7+
8+ * update dependency eslint to ^10.4.0 ([ #453 ] ( https://github.com/eslint/rewrite/issues/453 ) ) ([ 98d663d] ( https://github.com/eslint/rewrite/commit/98d663d2da34f69ae7ba574c5ea023b81449204e ) )
9+
10+
11+ ### Dependencies
12+
13+ * The following workspace dependencies were updated
14+ * devDependencies
15+ * @eslint/plugin-kit bumped from ^0.7.1 to ^0.7.2
16+
317## [ 0.3.5] ( https://github.com/eslint/rewrite/compare/mcp-v0.3.4...mcp-v0.3.5 ) (2026-05-01)
418
519
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/mcp" ,
3- "version" : " 0.3.5 " ,
3+ "version" : " 0.3.6 " ,
44 "description" : " MCP server for ESLint" ,
55 "type" : " module" ,
66 "bin" : " ./src/mcp-cli.js" ,
4444 },
4545 "devDependencies" : {
4646 "@cfworker/json-schema" : " ^4.1.1" ,
47- "@eslint/plugin-kit" : " ^0.7.1 " ,
47+ "@eslint/plugin-kit" : " ^0.7.2 " ,
4848 "@types/express" : " ^5.0.6" ,
4949 "@types/node" : " ^24.7.2"
5050 }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import { ESLint } from "eslint";
1717
1818const mcpServer = new McpServer ( {
1919 name : "ESLint" ,
20- version : "0.3.5 " , // x-release-please-version
20+ version : "0.3.6 " , // x-release-please-version
2121} ) ;
2222
2323// Important: Cursor throws an error when `describe()` is used in the schema.
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.7.2] ( https://github.com/eslint/rewrite/compare/plugin-kit-v0.7.1...plugin-kit-v0.7.2 ) (2026-05-23)
4+
5+
6+ ### Bug Fixes
7+
8+ * add missing .d.cts files while building plugin-kit ([ #445 ] ( https://github.com/eslint/rewrite/issues/445 ) ) ([ 49e101b] ( https://github.com/eslint/rewrite/commit/49e101ba92bfe70f2cd7a830b4b6e8f6bbda73fb ) )
9+
310## [ 0.7.1] ( https://github.com/eslint/rewrite/compare/plugin-kit-v0.7.0...plugin-kit-v0.7.1 ) (2026-04-08)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/plugin-kit" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.2 " ,
44 "exports" : " ./dist/esm/index.js" ,
55 "publish" : {
66 "include" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/plugin-kit" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.2 " ,
44 "description" : " Utilities for building ESLint plugins." ,
55 "author" : " Nicholas C. Zakas" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments