Skip to content

Commit 7d03f16

Browse files
committed
chore: release main
1 parent b1b14a3 commit 7d03f16

7 files changed

Lines changed: 28 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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
}

packages/mcp/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

packages/mcp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -44,7 +44,7 @@
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
}

packages/mcp/src/mcp-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { ESLint } from "eslint";
1717

1818
const 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.

packages/plugin-kit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

packages/plugin-kit/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

packages/plugin-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)