Skip to content

Commit 7f291c7

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

12 files changed

+59
-14
lines changed

.release-please-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"packages/compat": "1.2.4",
2+
"packages/compat": "1.2.5",
33
"packages/config-array": "0.19.1",
4-
"packages/core": "0.9.1",
5-
"packages/migrate-config": "1.3.5",
4+
"packages/core": "0.10.0",
5+
"packages/migrate-config": "1.3.6",
66
"packages/object-schema": "2.1.5",
7-
"packages/plugin-kit": "0.2.4"
7+
"packages/plugin-kit": "0.2.5"
88
}

packages/compat/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.2.5](https://github.com/eslint/rewrite/compare/compat-v1.2.4...compat-v1.2.5) (2025-01-09)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @eslint/core bumped from ^0.9.1 to ^0.10.0
11+
312
## [1.2.4](https://github.com/eslint/rewrite/compare/compat-v1.2.3...compat-v1.2.4) (2024-12-04)
413

514

packages/compat/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/compat",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"exports": "./dist/esm/index.js",
55
"publish": {
66
"include": [

packages/compat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/compat",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Compatibility utilities for ESLint",
55
"type": "module",
66
"main": "dist/esm/index.js",
@@ -48,7 +48,7 @@
4848
},
4949
"homepage": "https://github.com/eslint/rewrite#readme",
5050
"devDependencies": {
51-
"@eslint/core": "^0.9.1",
51+
"@eslint/core": "^0.10.0",
5252
"c8": "^9.1.0",
5353
"eslint": "^9.11.0",
5454
"mocha": "^10.4.0",

packages/core/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.10.0](https://github.com/eslint/rewrite/compare/core-v0.9.1...core-v0.10.0) (2025-01-09)
4+
5+
6+
### Features
7+
8+
* Check messageIds in context.report() ([#140](https://github.com/eslint/rewrite/issues/140)) ([1c9ca4d](https://github.com/eslint/rewrite/commit/1c9ca4d0a4726218948a92ebc2e8be7a13d224d4))
9+
10+
11+
### Bug Fixes
12+
13+
* make `plugin-kit` types usable in CommonJS ([#143](https://github.com/eslint/rewrite/issues/143)) ([f77ba17](https://github.com/eslint/rewrite/commit/f77ba177d4e4c5d2ed828cfd9a5149df2ccb3a7f))
14+
* Update RuleDefinition type ([#138](https://github.com/eslint/rewrite/issues/138)) ([0a0ea6f](https://github.com/eslint/rewrite/commit/0a0ea6fbac827b354ee18f5b10eefad2bc0794f7))
15+
316
## [0.9.1](https://github.com/eslint/rewrite/compare/core-v0.9.0...core-v0.9.1) (2024-12-04)
417

518

packages/core/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/core",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"exports": "./dist/esm/types.d.ts",
55
"publish": {
66
"include": [

packages/core/package.json

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

packages/migrate-config/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.3.6](https://github.com/eslint/rewrite/compare/migrate-config-v1.3.5...migrate-config-v1.3.6) (2025-01-09)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @eslint/compat bumped from ^1.2.4 to ^1.2.5
11+
312
## [1.3.5](https://github.com/eslint/rewrite/compare/migrate-config-v1.3.4...migrate-config-v1.3.5) (2024-12-04)
413

514

packages/migrate-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/migrate-config",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "Configuration migration for ESLint",
55
"type": "module",
66
"bin": {
@@ -46,7 +46,7 @@
4646
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4747
},
4848
"dependencies": {
49-
"@eslint/compat": "^1.2.4",
49+
"@eslint/compat": "^1.2.5",
5050
"@eslint/eslintrc": "^3.1.0",
5151
"camelcase": "^8.0.0",
5252
"recast": "^0.23.7"

packages/plugin-kit/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.2.5](https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.4...plugin-kit-v0.2.5) (2025-01-09)
4+
5+
6+
### Bug Fixes
7+
8+
* make `plugin-kit` types usable in CommonJS ([#143](https://github.com/eslint/rewrite/issues/143)) ([f77ba17](https://github.com/eslint/rewrite/commit/f77ba177d4e4c5d2ed828cfd9a5149df2ccb3a7f))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @eslint/core bumped from ^0.9.1 to ^0.10.0
16+
317
## [0.2.4](https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.3...plugin-kit-v0.2.4) (2024-12-04)
418

519

packages/plugin-kit/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/plugin-kit",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"exports": "./dist/esm/index.js",
55
"publish": {
66
"include": [

packages/plugin-kit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/plugin-kit",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Utilities for building ESLint plugins.",
55
"author": "Nicholas C. Zakas",
66
"type": "module",
@@ -47,7 +47,7 @@
4747
],
4848
"license": "Apache-2.0",
4949
"dependencies": {
50-
"@eslint/core": "^0.9.1",
50+
"@eslint/core": "^0.10.0",
5151
"levn": "^0.4.1"
5252
},
5353
"devDependencies": {

0 commit comments

Comments
 (0)