Skip to content

Commit 0496201

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

File tree

18 files changed

+89
-21
lines changed

18 files changed

+89
-21
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"packages/compat": "1.3.0",
3-
"packages/config-array": "0.20.1",
4-
"packages/config-helpers": "0.2.3",
5-
"packages/core": "0.15.0",
2+
"packages/compat": "1.3.1",
3+
"packages/config-array": "0.21.0",
4+
"packages/config-helpers": "0.3.0",
5+
"packages/core": "0.15.1",
66
"packages/mcp": "0.1.0",
7-
"packages/migrate-config": "1.5.1",
7+
"packages/migrate-config": "1.5.2",
88
"packages/object-schema": "2.1.6",
9-
"packages/plugin-kit": "0.3.2"
9+
"packages/plugin-kit": "0.3.3"
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.3.1](https://github.com/eslint/rewrite/compare/compat-v1.3.0...compat-v1.3.1) (2025-06-25)
4+
5+
6+
### Bug Fixes
7+
8+
* relax `@eslint/compat` eslint peerDependencies constraint ([#215](https://github.com/eslint/rewrite/issues/215)) ([b96ec0c](https://github.com/eslint/rewrite/commit/b96ec0c2ed6006add49c9c83a599a7d5a284348e))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* @eslint/core bumped from ^0.15.0 to ^0.15.1
16+
317
## [1.3.0](https://github.com/eslint/rewrite/compare/compat-v1.2.9...compat-v1.3.0) (2025-06-09)
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.0",
3+
"version": "1.3.1",
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.0",
3+
"version": "1.3.1",
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
"devDependencies": {
52-
"@eslint/core": "^0.15.0",
52+
"@eslint/core": "^0.15.1",
5353
"eslint": "^9.27.0"
5454
},
5555
"peerDependencies": {

packages/config-array/CHANGELOG.md

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

3+
## [0.21.0](https://github.com/eslint/rewrite/compare/config-array-v0.20.1...config-array-v0.21.0) (2025-06-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Support `basePath` property in config objects ([#223](https://github.com/eslint/rewrite/issues/223))
9+
10+
### Features
11+
12+
* Support `basePath` property in config objects ([#223](https://github.com/eslint/rewrite/issues/223)) ([40d31ba](https://github.com/eslint/rewrite/commit/40d31ba42a9fe0da10b6ca5e1b10f1f2b10c5f90))
13+
314
## [0.20.1](https://github.com/eslint/rewrite/compare/config-array-v0.20.0...config-array-v0.20.1) (2025-06-09)
415

516

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

packages/config-array/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-array",
3-
"version": "0.20.1",
3+
"version": "0.21.0",
44
"description": "General purpose glob-based configuration matching.",
55
"author": "Nicholas C. Zakas",
66
"type": "module",

packages/config-helpers/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/eslint/rewrite/compare/config-helpers-v0.2.3...config-helpers-v0.3.0) (2025-06-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Support `basePath` property in config objects ([#223](https://github.com/eslint/rewrite/issues/223))
9+
10+
### Features
11+
12+
* Support `basePath` property in config objects ([#223](https://github.com/eslint/rewrite/issues/223)) ([40d31ba](https://github.com/eslint/rewrite/commit/40d31ba42a9fe0da10b6ca5e1b10f1f2b10c5f90))
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* devDependencies
19+
* @eslint/core bumped from ^0.15.0 to ^0.15.1
20+
321
## [0.2.3](https://github.com/eslint/rewrite/compare/config-helpers-v0.2.2...config-helpers-v0.2.3) (2025-06-09)
422

523

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.3",
3+
"version": "0.3.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.2.3",
3+
"version": "0.3.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
"devDependencies": {
50-
"@eslint/core": "^0.15.0",
50+
"@eslint/core": "^0.15.1",
5151
"eslint": "^9.27.0",
5252
"rollup-plugin-copy": "^3.5.0"
5353
},

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy