Skip to content

Commit d2dbf7b

Browse files
authored
chore: release main (#424)
1 parent 9b16fe1 commit d2dbf7b

File tree

24 files changed

+120
-30
lines changed

24 files changed

+120
-30
lines changed

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"packages/compat": "2.0.4",
3-
"packages/config-array": "0.23.4",
4-
"packages/config-helpers": "0.5.4",
5-
"packages/core": "1.2.0",
6-
"packages/mcp": "0.3.3",
7-
"packages/migrate-config": "2.0.5",
8-
"packages/object-schema": "3.0.4",
9-
"packages/plugin-kit": "0.7.0"
2+
"packages/compat": "2.0.5",
3+
"packages/config-array": "0.23.5",
4+
"packages/config-helpers": "0.5.5",
5+
"packages/core": "1.2.1",
6+
"packages/mcp": "0.3.4",
7+
"packages/migrate-config": "2.0.6",
8+
"packages/object-schema": "3.0.5",
9+
"packages/plugin-kit": "0.7.1"
1010
}

packages/compat/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.0.5](https://github.com/eslint/rewrite/compare/compat-v2.0.4...compat-v2.0.5) (2026-04-08)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @eslint/core bumped from ^1.2.0 to ^1.2.1
11+
312
## [2.0.4](https://github.com/eslint/rewrite/compare/compat-v2.0.3...compat-v2.0.4) (2026-04-03)
413

514

packages/compat/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/compat",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"exports": "./dist/esm/index.js",
55
"publish": {
66
"include": [

packages/compat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/compat",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Compatibility utilities for ESLint",
55
"type": "module",
66
"main": "dist/esm/index.js",
@@ -52,7 +52,7 @@
5252
},
5353
"homepage": "https://github.com/eslint/rewrite/tree/main/packages/compat#readme",
5454
"dependencies": {
55-
"@eslint/core": "^1.2.0"
55+
"@eslint/core": "^1.2.1"
5656
},
5757
"devDependencies": {
5858
"@types/node": "^24.7.2",

packages/config-array/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.23.5](https://github.com/eslint/rewrite/compare/config-array-v0.23.4...config-array-v0.23.5) (2026-04-08)
4+
5+
6+
### Bug Fixes
7+
8+
* revert re-export ESM types in CommonJS ([#427](https://github.com/eslint/rewrite/issues/427)) ([9b16fe1](https://github.com/eslint/rewrite/commit/9b16fe1af3432e92bdb193a5d1f6c89c4b0e3093))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @eslint/object-schema bumped from ^3.0.4 to ^3.0.5
16+
317
## [0.23.4](https://github.com/eslint/rewrite/compare/config-array-v0.23.3...config-array-v0.23.4) (2026-04-03)
418

519

packages/config-array/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/config-array",
3-
"version": "0.23.4",
3+
"version": "0.23.5",
44
"exports": "./dist/esm/index.js",
55
"publish": {
66
"include": [

packages/config-array/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/config-array",
3-
"version": "0.23.4",
3+
"version": "0.23.5",
44
"description": "General purpose glob-based configuration matching.",
55
"author": "Nicholas C. Zakas",
66
"type": "module",
@@ -51,7 +51,7 @@
5151
],
5252
"license": "Apache-2.0",
5353
"dependencies": {
54-
"@eslint/object-schema": "^3.0.4",
54+
"@eslint/object-schema": "^3.0.5",
5555
"debug": "^4.3.1",
5656
"minimatch": "^10.2.4"
5757
},

packages/config-helpers/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.5.5](https://github.com/eslint/rewrite/compare/config-helpers-v0.5.4...config-helpers-v0.5.5) (2026-04-08)
4+
5+
6+
### Bug Fixes
7+
8+
* revert re-export ESM types in CommonJS ([#427](https://github.com/eslint/rewrite/issues/427)) ([9b16fe1](https://github.com/eslint/rewrite/commit/9b16fe1af3432e92bdb193a5d1f6c89c4b0e3093))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @eslint/core bumped from ^1.2.0 to ^1.2.1
16+
317
## [0.5.4](https://github.com/eslint/rewrite/compare/config-helpers-v0.5.3...config-helpers-v0.5.4) (2026-04-03)
418

519

packages/config-helpers/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/config-helpers",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"exports": "./dist/esm/index.js",
55
"publish": {
66
"include": [

packages/config-helpers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/config-helpers",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"description": "Helper utilities for creating ESLint configuration",
55
"type": "module",
66
"main": "dist/esm/index.js",
@@ -51,7 +51,7 @@
5151
},
5252
"homepage": "https://github.com/eslint/rewrite/tree/main/packages/config-helpers#readme",
5353
"dependencies": {
54-
"@eslint/core": "^1.2.0"
54+
"@eslint/core": "^1.2.1"
5555
},
5656
"devDependencies": {
5757
"rollup-plugin-copy": "^3.5.0"

0 commit comments

Comments
 (0)