Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/compat": "1.3.2",
"packages/compat": "1.4.0",
"packages/config-array": "0.21.0",
"packages/config-helpers": "0.3.1",
"packages/core": "0.15.2",
"packages/config-helpers": "0.4.0",
"packages/core": "0.16.0",
"packages/mcp": "0.1.1",
"packages/migrate-config": "1.5.3",
"packages/migrate-config": "1.6.0",
"packages/object-schema": "2.1.6",
"packages/plugin-kit": "0.3.5"
"packages/plugin-kit": "0.4.0"
}
14 changes: 14 additions & 0 deletions packages/compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.4.0](https://github.com/eslint/rewrite/compare/compat-v1.3.2...compat-v1.4.0) (2025-09-16)


### Features

* Add config types in @eslint/core ([#237](https://github.com/eslint/rewrite/issues/237)) ([7b6dd37](https://github.com/eslint/rewrite/commit/7b6dd370a598ea7fc94fba427a2579342b50b90f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @eslint/core bumped from ^0.15.2 to ^0.16.0

## [1.3.2](https://github.com/eslint/rewrite/compare/compat-v1.3.1...compat-v1.3.2) (2025-08-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/compat/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/compat",
"version": "1.3.2",
"version": "1.4.0",
"exports": "./dist/esm/index.js",
"publish": {
"include": [
Expand Down
4 changes: 2 additions & 2 deletions packages/compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/compat",
"version": "1.3.2",
"version": "1.4.0",
"description": "Compatibility utilities for ESLint",
"type": "module",
"main": "dist/esm/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"homepage": "https://github.com/eslint/rewrite/tree/main/packages/compat#readme",
"dependencies": {
"@eslint/core": "^0.15.2"
"@eslint/core": "^0.16.0"
},
"devDependencies": {
"eslint": "^9.27.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/config-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.4.0](https://github.com/eslint/rewrite/compare/config-helpers-v0.3.1...config-helpers-v0.4.0) (2025-09-16)


### Features

* Add config types in @eslint/core ([#237](https://github.com/eslint/rewrite/issues/237)) ([7b6dd37](https://github.com/eslint/rewrite/commit/7b6dd370a598ea7fc94fba427a2579342b50b90f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @eslint/core bumped from ^0.15.2 to ^0.16.0

## [0.3.1](https://github.com/eslint/rewrite/compare/config-helpers-v0.3.0...config-helpers-v0.3.1) (2025-08-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/config-helpers/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/config-helpers",
"version": "0.3.1",
"version": "0.4.0",
"exports": "./dist/esm/index.js",
"publish": {
"include": [
Expand Down
4 changes: 2 additions & 2 deletions packages/config-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/config-helpers",
"version": "0.3.1",
"version": "0.4.0",
"description": "Helper utilities for creating ESLint configuration",
"type": "module",
"main": "dist/esm/index.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/eslint/rewrite/tree/main/packages/config-helpers#readme",
"dependencies": {
"@eslint/core": "^0.15.2"
"@eslint/core": "^0.16.0"
},
"devDependencies": {
"eslint": "^9.27.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.16.0](https://github.com/eslint/rewrite/compare/core-v0.15.2...core-v0.16.0) (2025-09-16)


### Features

* Add config types in @eslint/core ([#237](https://github.com/eslint/rewrite/issues/237)) ([7b6dd37](https://github.com/eslint/rewrite/commit/7b6dd370a598ea7fc94fba427a2579342b50b90f))


### Bug Fixes

* remove unsupported `nodeType` from types ([#268](https://github.com/eslint/rewrite/issues/268)) ([d800559](https://github.com/eslint/rewrite/commit/d8005593158f55ba32f5279f3385db95ab87075a))

## [0.15.2](https://github.com/eslint/rewrite/compare/core-v0.15.1...core-v0.15.2) (2025-08-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/core",
"version": "0.15.2",
"version": "0.16.0",
"exports": "./dist/esm/types.d.ts",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/core",
"version": "0.15.2",
"version": "0.16.0",
"description": "Runtime-agnostic core of ESLint",
"type": "module",
"types": "./dist/esm/types.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/migrate-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.6.0](https://github.com/eslint/rewrite/compare/migrate-config-v1.5.3...migrate-config-v1.6.0) (2025-09-16)


### Features

* Add config types in @eslint/core ([#237](https://github.com/eslint/rewrite/issues/237)) ([7b6dd37](https://github.com/eslint/rewrite/commit/7b6dd370a598ea7fc94fba427a2579342b50b90f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @eslint/compat bumped from ^1.3.2 to ^1.4.0
* devDependencies
* @eslint/core bumped from ^0.15.2 to ^0.16.0

## [1.5.3](https://github.com/eslint/rewrite/compare/migrate-config-v1.5.2...migrate-config-v1.5.3) (2025-08-05)


Expand Down
6 changes: 3 additions & 3 deletions packages/migrate-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/migrate-config",
"version": "1.5.3",
"version": "1.6.0",
"description": "Configuration migration for ESLint",
"type": "module",
"bin": {
Expand Down Expand Up @@ -39,14 +39,14 @@
},
"homepage": "https://github.com/eslint/rewrite/tree/main/packages/migrate-config#readme",
"devDependencies": {
"@eslint/core": "^0.15.2",
"@eslint/core": "^0.16.0",
"eslint": "^9.27.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"dependencies": {
"@eslint/compat": "^1.3.2",
"@eslint/compat": "^1.4.0",
"@eslint/eslintrc": "^3.1.0",
"camelcase": "^8.0.0",
"espree": "^10.3.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/plugin-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.4.0](https://github.com/eslint/rewrite/compare/plugin-kit-v0.3.5...plugin-kit-v0.4.0) (2025-09-16)


### Features

* add support for `getLocFromIndex` and `getIndexFromLoc` ([#212](https://github.com/eslint/rewrite/issues/212)) ([a3588d8](https://github.com/eslint/rewrite/commit/a3588d8fb2dc6b9a0b39b26a49d0cdd437646d49))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @eslint/core bumped from ^0.15.2 to ^0.16.0

## [0.3.5](https://github.com/eslint/rewrite/compare/plugin-kit-v0.3.4...plugin-kit-v0.3.5) (2025-08-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-kit/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/plugin-kit",
"version": "0.3.5",
"version": "0.4.0",
"exports": "./dist/esm/index.js",
"publish": {
"include": [
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/plugin-kit",
"version": "0.3.5",
"version": "0.4.0",
"description": "Utilities for building ESLint plugins.",
"author": "Nicholas C. Zakas",
"type": "module",
Expand Down Expand Up @@ -48,7 +48,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@eslint/core": "^0.15.2",
"@eslint/core": "^0.16.0",
"levn": "^0.4.1"
},
"devDependencies": {
Expand Down