File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "packages/compat" : " 1.4.0 " ,
2+ "packages/compat" : " 1.4.1 " ,
33 "packages/config-array" : " 0.21.1" ,
4- "packages/config-helpers" : " 0.4.1 " ,
5- "packages/core" : " 0.16 .0" ,
4+ "packages/config-helpers" : " 0.4.2 " ,
5+ "packages/core" : " 0.17 .0" ,
66 "packages/mcp" : " 0.1.1" ,
7- "packages/migrate-config" : " 1.6.0 " ,
7+ "packages/migrate-config" : " 1.6.1 " ,
88 "packages/object-schema" : " 2.1.7" ,
9- "packages/plugin-kit" : " 0.4.0 "
9+ "packages/plugin-kit" : " 0.4.1 "
1010}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.4.1] ( https://github.com/eslint/rewrite/compare/compat-v1.4.0...compat-v1.4.1 ) (2025-10-27)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * @eslint/core bumped from ^0.16.0 to ^0.17.0
11+
312## [ 1.4.0] ( https://github.com/eslint/rewrite/compare/compat-v1.3.2...compat-v1.4.0 ) (2025-09-16)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/compat" ,
3- "version" : " 1.4.0 " ,
3+ "version" : " 1.4.1 " ,
44 "exports" : " ./dist/esm/index.js" ,
55 "publish" : {
66 "include" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/compat" ,
3- "version" : " 1.4.0 " ,
3+ "version" : " 1.4.1 " ,
44 "description" : " Compatibility utilities for ESLint" ,
55 "type" : " module" ,
66 "main" : " dist/esm/index.js" ,
4949 },
5050 "homepage" : " https://github.com/eslint/rewrite/tree/main/packages/compat#readme" ,
5151 "dependencies" : {
52- "@eslint/core" : " ^0.16 .0"
52+ "@eslint/core" : " ^0.17 .0"
5353 },
5454 "devDependencies" : {
5555 "@types/node" : " ^24.7.2" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.4.2] ( https://github.com/eslint/rewrite/compare/config-helpers-v0.4.1...config-helpers-v0.4.2 ) (2025-10-27)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * @eslint/core bumped from ^0.16.0 to ^0.17.0
11+
312## [ 0.4.1] ( https://github.com/eslint/rewrite/compare/config-helpers-v0.4.0...config-helpers-v0.4.1 ) (2025-10-17)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/config-helpers" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "exports" : " ./dist/esm/index.js" ,
55 "publish" : {
66 "include" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/config-helpers" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " Helper utilities for creating ESLint configuration" ,
55 "type" : " module" ,
66 "main" : " dist/esm/index.js" ,
4848 },
4949 "homepage" : " https://github.com/eslint/rewrite/tree/main/packages/config-helpers#readme" ,
5050 "dependencies" : {
51- "@eslint/core" : " ^0.16 .0"
51+ "@eslint/core" : " ^0.17 .0"
5252 },
5353 "devDependencies" : {
5454 "eslint" : " ^9.27.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.17.0] ( https://github.com/eslint/rewrite/compare/core-v0.16.0...core-v0.17.0 ) (2025-10-27)
4+
5+
6+ ### Features
7+
8+ * export additional core types ([ #304 ] ( https://github.com/eslint/rewrite/issues/304 ) ) ([ 5ccde5b] ( https://github.com/eslint/rewrite/commit/5ccde5bc9442c572d740c063fcb50392bf13c3db ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * require ` fix ` in suggestion objects ([ #298 ] ( https://github.com/eslint/rewrite/issues/298 ) ) ([ 02bac50] ( https://github.com/eslint/rewrite/commit/02bac50b8a053f12a97afbe65b126ccd2c469d9e ) )
14+
315## [ 0.16.0] ( https://github.com/eslint/rewrite/compare/core-v0.15.2...core-v0.16.0 ) (2025-09-16)
416
517
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/core" ,
3- "version" : " 0.16 .0" ,
3+ "version" : " 0.17 .0" ,
44 "exports" : " ./dist/esm/types.d.ts" ,
55 "publish" : {
66 "include" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/core" ,
3- "version" : " 0.16 .0" ,
3+ "version" : " 0.17 .0" ,
44 "description" : " Runtime-agnostic core of ESLint" ,
55 "type" : " module" ,
66 "types" : " ./dist/esm/types.d.ts" ,
You can’t perform that action at this time.
0 commit comments