File tree Expand file tree Collapse file tree 12 files changed +53
-14
lines changed
Expand file tree Collapse file tree 12 files changed +53
-14
lines changed Original file line number Diff line number Diff line change 11{
2- "packages/compat" : " 1.2.6 " ,
2+ "packages/compat" : " 1.2.7 " ,
33 "packages/config-array" : " 0.19.2" ,
4- "packages/core" : " 0.11 .0" ,
5- "packages/migrate-config" : " 1.3.7 " ,
4+ "packages/core" : " 0.12 .0" ,
5+ "packages/migrate-config" : " 1.3.8 " ,
66 "packages/object-schema" : " 2.1.6" ,
7- "packages/plugin-kit" : " 0.2.6 "
7+ "packages/plugin-kit" : " 0.2.7 "
88}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.2.7] ( https://github.com/eslint/rewrite/compare/compat-v1.2.6...compat-v1.2.7 ) (2025-02-21)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * devDependencies
10+ * @eslint/core bumped from ^0.11.0 to ^0.12.0
11+
312## [ 1.2.6] ( https://github.com/eslint/rewrite/compare/compat-v1.2.5...compat-v1.2.6 ) (2025-01-31)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/compat" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
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.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "description" : " Compatibility utilities for ESLint" ,
55 "type" : " module" ,
66 "main" : " dist/esm/index.js" ,
4848 },
4949 "homepage" : " https://github.com/eslint/rewrite#readme" ,
5050 "devDependencies" : {
51- "@eslint/core" : " ^0.11 .0" ,
51+ "@eslint/core" : " ^0.12 .0" ,
5252 "c8" : " ^9.1.0" ,
5353 "eslint" : " ^9.11.0" ,
5454 "mocha" : " ^10.4.0" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.12.0] ( https://github.com/eslint/rewrite/compare/core-v0.11.0...core-v0.12.0 ) (2025-02-21)
4+
5+
6+ ### Features
7+
8+ * Add meta.language and meta.dialects to RuleDefinition ([ #156 ] ( https://github.com/eslint/rewrite/issues/156 ) ) ([ dac0387] ( https://github.com/eslint/rewrite/commit/dac0387fc3dd7e74811ae045ab782c70366bb14c ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * Types to align with older ESLint types ([ #155 ] ( https://github.com/eslint/rewrite/issues/155 ) ) ([ 664740a] ( https://github.com/eslint/rewrite/commit/664740a8d4a93bee896cec3a661bf2072e893e24 ) )
14+
315## [ 0.11.0] ( https://github.com/eslint/rewrite/compare/core-v0.10.0...core-v0.11.0 ) (2025-01-31)
416
517
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/core" ,
3- "version" : " 0.11 .0" ,
3+ "version" : " 0.12 .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.11 .0" ,
3+ "version" : " 0.12 .0" ,
44 "description" : " Runtime-agnostic core of ESLint" ,
55 "type" : " module" ,
66 "types" : " ./dist/esm/types.d.ts" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.3.8] ( https://github.com/eslint/rewrite/compare/migrate-config-v1.3.7...migrate-config-v1.3.8 ) (2025-02-21)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * @eslint/compat bumped from ^1.2.6 to ^1.2.7
11+
312## [ 1.3.7] ( https://github.com/eslint/rewrite/compare/migrate-config-v1.3.6...migrate-config-v1.3.7 ) (2025-01-31)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/migrate-config" ,
3- "version" : " 1.3.7 " ,
3+ "version" : " 1.3.8 " ,
44 "description" : " Configuration migration for ESLint" ,
55 "type" : " module" ,
66 "bin" : {
4646 "node" : " ^18.18.0 || ^20.9.0 || >=21.1.0"
4747 },
4848 "dependencies" : {
49- "@eslint/compat" : " ^1.2.6 " ,
49+ "@eslint/compat" : " ^1.2.7 " ,
5050 "@eslint/eslintrc" : " ^3.1.0" ,
5151 "camelcase" : " ^8.0.0" ,
5252 "recast" : " ^0.23.7"
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.7] ( https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.6...plugin-kit-v0.2.7 ) (2025-02-21)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * @eslint/core bumped from ^0.11.0 to ^0.12.0
11+
312## [ 0.2.6] ( https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.5...plugin-kit-v0.2.6 ) (2025-01-31)
413
514
You can’t perform that action at this time.
0 commit comments