File tree Expand file tree Collapse file tree 10 files changed +37
-10
lines changed
Expand file tree Collapse file tree 10 files changed +37
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "packages/compat" : " 2.0.2" ,
3- "packages/config-array" : " 0.23.0 " ,
3+ "packages/config-array" : " 0.23.1 " ,
44 "packages/config-helpers" : " 0.5.2" ,
55 "packages/core" : " 1.1.0" ,
6- "packages/mcp" : " 0.2 .0" ,
6+ "packages/mcp" : " 0.3 .0" ,
77 "packages/migrate-config" : " 2.0.2" ,
8- "packages/object-schema" : " 3.0.0 " ,
8+ "packages/object-schema" : " 3.0.1 " ,
99 "packages/plugin-kit" : " 0.6.0"
1010}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.23.1] ( https://github.com/eslint/rewrite/compare/config-array-v0.23.0...config-array-v0.23.1 ) (2026-02-06)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * @eslint/object-schema bumped from ^3.0.0 to ^3.0.1
11+
312## [ 0.23.0] ( https://github.com/eslint/rewrite/compare/config-array-v0.22.0...config-array-v0.23.0 ) (2025-11-17)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/config-array" ,
3- "version" : " 0.23.0 " ,
3+ "version" : " 0.23.1 " ,
44 "exports" : " ./dist/esm/index.js" ,
55 "publish" : {
66 "include" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/config-array" ,
3- "version" : " 0.23.0 " ,
3+ "version" : " 0.23.1 " ,
44 "description" : " General purpose glob-based configuration matching." ,
55 "author" : " Nicholas C. Zakas" ,
66 "type" : " module" ,
5151 ],
5252 "license" : " Apache-2.0" ,
5353 "dependencies" : {
54- "@eslint/object-schema" : " ^3.0.0 " ,
54+ "@eslint/object-schema" : " ^3.0.1 " ,
5555 "debug" : " ^4.3.1" ,
5656 "minimatch" : " ^10.1.1"
5757 },
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.3.0] ( https://github.com/eslint/rewrite/compare/mcp-v0.2.0...mcp-v0.3.0 ) (2026-02-06)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * remove ` unstable_config_lookup_from_file ` from MCP in v10 ([ #334 ] ( https://github.com/eslint/rewrite/issues/334 ) )
9+
10+ ### Bug Fixes
11+
12+ * remove ` unstable_config_lookup_from_file ` from MCP in v10 ([ #334 ] ( https://github.com/eslint/rewrite/issues/334 ) ) ([ 69b0635] ( https://github.com/eslint/rewrite/commit/69b0635bbb3a46439e079a1854769ddf41a92d25 ) )
13+
314## [ 0.2.0] ( https://github.com/eslint/rewrite/compare/mcp-v0.1.1...mcp-v0.2.0 ) (2025-11-14)
415
516
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/mcp" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "description" : " MCP server for ESLint" ,
55 "type" : " module" ,
66 "bin" : " ./src/mcp-cli.js" ,
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.2 .0" , // x-release-please-version
20+ version : "0.3 .0" , // 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+ ## [ 3.0.1] ( https://github.com/eslint/rewrite/compare/object-schema-v3.0.0...object-schema-v3.0.1 ) (2026-02-06)
4+
5+
6+ ### Bug Fixes
7+
8+ * export BuiltInMergeStrategy and BuiltInValidationStrategy types ([ #362 ] ( https://github.com/eslint/rewrite/issues/362 ) ) ([ d9646d6] ( https://github.com/eslint/rewrite/commit/d9646d69c516d69b551131b84d9503cefaaa5c63 ) )
9+
310## [ 3.0.0] ( https://github.com/eslint/rewrite/compare/object-schema-v2.1.7...object-schema-v3.0.0 ) (2025-11-14)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/object-schema" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "exports" : " ./dist/esm/index.js" ,
55 "publish" : {
66 "include" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/object-schema" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " An object schema merger/validator" ,
55 "type" : " module" ,
66 "main" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments