Skip to content

Commit 7f592e3

Browse files
chore: release main (#257)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 869919d commit 7f592e3

File tree

15 files changed

+89
-19
lines changed

15 files changed

+89
-19
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"packages/compat": "1.3.2",
2+
"packages/compat": "1.4.0",
33
"packages/config-array": "0.21.0",
4-
"packages/config-helpers": "0.3.1",
5-
"packages/core": "0.15.2",
4+
"packages/config-helpers": "0.4.0",
5+
"packages/core": "0.16.0",
66
"packages/mcp": "0.1.1",
7-
"packages/migrate-config": "1.5.3",
7+
"packages/migrate-config": "1.6.0",
88
"packages/object-schema": "2.1.6",
9-
"packages/plugin-kit": "0.3.5"
9+
"packages/plugin-kit": "0.4.0"
1010
}

packages/compat/CHANGELOG.md

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

3+
## [1.4.0](https://github.com/eslint/rewrite/compare/compat-v1.3.2...compat-v1.4.0) (2025-09-16)
4+
5+
6+
### Features
7+
8+
* Add config types in @eslint/core ([#237](https://github.com/eslint/rewrite/issues/237)) ([7b6dd37](https://github.com/eslint/rewrite/commit/7b6dd370a598ea7fc94fba427a2579342b50b90f))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @eslint/core bumped from ^0.15.2 to ^0.16.0
16+
317
## [1.3.2](https://github.com/eslint/rewrite/compare/compat-v1.3.1...compat-v1.3.2) (2025-08-05)
418

519

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": "1.3.2",
3+
"version": "1.4.0",
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": "1.3.2",
3+
"version": "1.4.0",
44
"description": "Compatibility utilities for ESLint",
55
"type": "module",
66
"main": "dist/esm/index.js",
@@ -49,7 +49,7 @@
4949
},
5050
"homepage": "https://github.com/eslint/rewrite/tree/main/packages/compat#readme",
5151
"dependencies": {
52-
"@eslint/core": "^0.15.2"
52+
"@eslint/core": "^0.16.0"
5353
},
5454
"devDependencies": {
5555
"eslint": "^9.27.0"

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.4.0](https://github.com/eslint/rewrite/compare/config-helpers-v0.3.1...config-helpers-v0.4.0) (2025-09-16)
4+
5+
6+
### Features
7+
8+
* Add config types in @eslint/core ([#237](https://github.com/eslint/rewrite/issues/237)) ([7b6dd37](https://github.com/eslint/rewrite/commit/7b6dd370a598ea7fc94fba427a2579342b50b90f))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @eslint/core bumped from ^0.15.2 to ^0.16.0
16+
317
## [0.3.1](https://github.com/eslint/rewrite/compare/config-helpers-v0.3.0...config-helpers-v0.3.1) (2025-08-05)
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.3.1",
3+
"version": "0.4.0",
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.3.1",
3+
"version": "0.4.0",
44
"description": "Helper utilities for creating ESLint configuration",
55
"type": "module",
66
"main": "dist/esm/index.js",
@@ -47,7 +47,7 @@
4747
},
4848
"homepage": "https://github.com/eslint/rewrite/tree/main/packages/config-helpers#readme",
4949
"dependencies": {
50-
"@eslint/core": "^0.15.2"
50+
"@eslint/core": "^0.16.0"
5151
},
5252
"devDependencies": {
5353
"eslint": "^9.27.0",

packages/core/CHANGELOG.md

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

3+
## [0.16.0](https://github.com/eslint/rewrite/compare/core-v0.15.2...core-v0.16.0) (2025-09-16)
4+
5+
6+
### Features
7+
8+
* Add config types in @eslint/core ([#237](https://github.com/eslint/rewrite/issues/237)) ([7b6dd37](https://github.com/eslint/rewrite/commit/7b6dd370a598ea7fc94fba427a2579342b50b90f))
9+
10+
11+
### Bug Fixes
12+
13+
* remove unsupported `nodeType` from types ([#268](https://github.com/eslint/rewrite/issues/268)) ([d800559](https://github.com/eslint/rewrite/commit/d8005593158f55ba32f5279f3385db95ab87075a))
14+
315
## [0.15.2](https://github.com/eslint/rewrite/compare/core-v0.15.1...core-v0.15.2) (2025-08-05)
416

517

packages/core/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/core",
3-
"version": "0.15.2",
3+
"version": "0.16.0",
44
"exports": "./dist/esm/types.d.ts",
55
"publish": {
66
"include": [

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/core",
3-
"version": "0.15.2",
3+
"version": "0.16.0",
44
"description": "Runtime-agnostic core of ESLint",
55
"type": "module",
66
"types": "./dist/esm/types.d.ts",

0 commit comments

Comments
 (0)