Skip to content

Commit 9858d34

Browse files
chore: release main
1 parent 072ed84 commit 9858d34

File tree

12 files changed

+48
-14
lines changed

12 files changed

+48
-14
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
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.9.2",
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

Lines changed: 9 additions & 0 deletions
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) (2024-12-23)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @eslint/core bumped from ^0.9.1 to ^0.9.2
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

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.4",
3+
"version": "1.2.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": "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.9.2",
5252
"c8": "^9.1.0",
5353
"eslint": "^9.11.0",
5454
"mocha": "^10.4.0",

packages/core/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.9.2](https://github.com/eslint/rewrite/compare/core-v0.9.1...core-v0.9.2) (2024-12-23)
4+
5+
6+
### Bug Fixes
7+
8+
* Update RuleDefinition type ([#138](https://github.com/eslint/rewrite/issues/138)) ([0a0ea6f](https://github.com/eslint/rewrite/commit/0a0ea6fbac827b354ee18f5b10eefad2bc0794f7))
9+
310
## [0.9.1](https://github.com/eslint/rewrite/compare/core-v0.9.0...core-v0.9.1) (2024-12-04)
411

512

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.9.1",
3+
"version": "0.9.2",
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.9.1",
3+
"version": "0.9.2",
44
"description": "Runtime-agnostic core of ESLint",
55
"type": "module",
66
"types": "./dist/esm/types.d.ts",

packages/migrate-config/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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) (2024-12-23)
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

Lines changed: 2 additions & 2 deletions
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

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

3+
## [0.2.5](https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.4...plugin-kit-v0.2.5) (2024-12-23)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @eslint/core bumped from ^0.9.1 to ^0.9.2
11+
312
## [0.2.4](https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.3...plugin-kit-v0.2.4) (2024-12-04)
413

514

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

packages/plugin-kit/package.json

Lines changed: 2 additions & 2 deletions
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",
@@ -46,7 +46,7 @@
4646
],
4747
"license": "Apache-2.0",
4848
"devDependencies": {
49-
"@eslint/core": "^0.9.1",
49+
"@eslint/core": "^0.9.2",
5050
"@types/levn": "^0.4.0",
5151
"c8": "^9.1.0",
5252
"mocha": "^10.4.0",

0 commit comments

Comments
 (0)