Skip to content

Commit daa1955

Browse files
chore: release main (#198)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a830283 commit daa1955

File tree

12 files changed

+46
-11
lines changed

12 files changed

+46
-11
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"packages/compat": "1.2.8",
2+
"packages/compat": "1.2.9",
33
"packages/config-array": "0.20.0",
44
"packages/core": "0.14.0",
5-
"packages/migrate-config": "1.4.1",
6-
"packages/config-helpers": "0.2.1",
5+
"packages/migrate-config": "1.5.0",
6+
"packages/config-helpers": "0.2.2",
77
"packages/object-schema": "2.1.6",
8-
"packages/plugin-kit": "0.3.0"
8+
"packages/plugin-kit": "0.3.1"
99
}

packages/compat/CHANGELOG.md

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

3+
## [1.2.9](https://github.com/eslint/rewrite/compare/compat-v1.2.8...compat-v1.2.9) (2025-05-01)
4+
5+
6+
### Bug Fixes
7+
8+
* Upgrade @eslint/core ([#197](https://github.com/eslint/rewrite/issues/197)) ([a830283](https://github.com/eslint/rewrite/commit/a830283cd05a7a471aeec5f4589491f3c4092986))
9+
310
## [1.2.8](https://github.com/eslint/rewrite/compare/compat-v1.2.7...compat-v1.2.8) (2025-04-01)
411

512

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.2.8",
3+
"version": "1.2.9",
44
"exports": "./dist/esm/index.js",
55
"publish": {
66
"include": [

packages/compat/package.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.2.8",
3+
"version": "1.2.9",
44
"description": "Compatibility utilities for ESLint",
55
"type": "module",
66
"main": "dist/esm/index.js",

packages/config-helpers/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.2.2](https://github.com/eslint/rewrite/compare/config-helpers-v0.2.1...config-helpers-v0.2.2) (2025-05-01)
4+
5+
6+
### Bug Fixes
7+
8+
* Upgrade @eslint/core ([#197](https://github.com/eslint/rewrite/issues/197)) ([a830283](https://github.com/eslint/rewrite/commit/a830283cd05a7a471aeec5f4589491f3c4092986))
9+
310
## [0.2.1](https://github.com/eslint/rewrite/compare/config-helpers-v0.2.0...config-helpers-v0.2.1) (2025-04-01)
411

512

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.2.1",
3+
"version": "0.2.2",
44
"exports": "./dist/esm/index.js",
55
"publish": {
66
"include": [

packages/config-helpers/package.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.2.1",
3+
"version": "0.2.2",
44
"description": "Helper utilities for creating ESLint configuration",
55
"type": "module",
66
"main": "dist/esm/index.js",

packages/migrate-config/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.5.0](https://github.com/eslint/rewrite/compare/migrate-config-v1.4.1...migrate-config-v1.5.0) (2025-05-01)
4+
5+
6+
### Features
7+
8+
* Better conversion of .eslintrc.js files in migrate-config ([#172](https://github.com/eslint/rewrite/issues/172)) ([63cb367](https://github.com/eslint/rewrite/commit/63cb3679a4ac931120e6fedfdcb3d934d8f5ed9b))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @eslint/compat bumped from ^1.2.8 to ^1.2.9
16+
317
## [1.5.0](https://github.com/eslint/rewrite/compare/migrate-config-v1.4.1...migrate-config-v1.5.0) (2025-04-30)
418

519

packages/migrate-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4747
},
4848
"dependencies": {
49-
"@eslint/compat": "^1.2.8",
49+
"@eslint/compat": "^1.2.9",
5050
"@eslint/eslintrc": "^3.1.0",
5151
"camelcase": "^8.0.0",
5252
"espree": "^10.3.0",

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.3.1](https://github.com/eslint/rewrite/compare/plugin-kit-v0.3.0...plugin-kit-v0.3.1) (2025-05-01)
4+
5+
6+
### Bug Fixes
7+
8+
* Upgrade @eslint/core ([#197](https://github.com/eslint/rewrite/issues/197)) ([a830283](https://github.com/eslint/rewrite/commit/a830283cd05a7a471aeec5f4589491f3c4092986))
9+
310
## [0.3.0](https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.8...plugin-kit-v0.3.0) (2025-04-30)
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.3.0",
3+
"version": "0.3.1",
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.3.0",
3+
"version": "0.3.1",
44
"description": "Utilities for building ESLint plugins.",
55
"author": "Nicholas C. Zakas",
66
"type": "module",

0 commit comments

Comments
 (0)