From 7e54b8b4cbda9be649d2172a260a74d57092d1fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:02:46 -0400 Subject: [PATCH] chore: release main (#121) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 4 ++-- packages/compat/CHANGELOG.md | 12 ++++++++++++ packages/compat/jsr.json | 2 +- packages/compat/package.json | 2 +- packages/migrate-config/CHANGELOG.md | 9 +++++++++ packages/migrate-config/package.json | 4 ++-- 6 files changed, 27 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b0ea9c4..6c07c5d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { - "packages/compat": "1.1.1", + "packages/compat": "1.2.0", "packages/config-array": "0.18.0", "packages/core": "0.6.0", - "packages/migrate-config": "1.3.0", + "packages/migrate-config": "1.3.1", "packages/object-schema": "2.1.4", "packages/plugin-kit": "0.2.0" } diff --git a/packages/compat/CHANGELOG.md b/packages/compat/CHANGELOG.md index 71988d4..6698f7b 100644 --- a/packages/compat/CHANGELOG.md +++ b/packages/compat/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/eslint/rewrite/compare/compat-v1.1.1...compat-v1.2.0) (2024-10-01) + + +### Features + +* add eslint peer dependency ([#106](https://github.com/eslint/rewrite/issues/106)) ([ae01ec3](https://github.com/eslint/rewrite/commit/ae01ec385015724cb37020b0f50a2910dc032fa7)) + + +### Bug Fixes + +* Upgrade ESLint to fix type errors ([#120](https://github.com/eslint/rewrite/issues/120)) ([d0c879e](https://github.com/eslint/rewrite/commit/d0c879e202f8b5f13a4334bffde6f22a9f80a195)) + ## [1.1.1](https://github.com/eslint/rewrite/compare/compat-v1.1.0...compat-v1.1.1) (2024-07-11) diff --git a/packages/compat/jsr.json b/packages/compat/jsr.json index 86ba1ba..d1395de 100644 --- a/packages/compat/jsr.json +++ b/packages/compat/jsr.json @@ -1,6 +1,6 @@ { "name": "@eslint/compat", - "version": "1.1.1", + "version": "1.2.0", "exports": "./dist/esm/index.js", "publish": { "include": [ diff --git a/packages/compat/package.json b/packages/compat/package.json index 7cdb588..a830540 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/compat", - "version": "1.1.1", + "version": "1.2.0", "description": "Compatibility utilities for ESLint", "type": "module", "main": "dist/esm/index.js", diff --git a/packages/migrate-config/CHANGELOG.md b/packages/migrate-config/CHANGELOG.md index 627f99e..b2bdab0 100644 --- a/packages/migrate-config/CHANGELOG.md +++ b/packages/migrate-config/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.3.1](https://github.com/eslint/rewrite/compare/migrate-config-v1.3.0...migrate-config-v1.3.1) (2024-10-01) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @eslint/compat bumped from ^1.1.1 to ^1.2.0 + ## [1.3.0](https://github.com/eslint/rewrite/compare/migrate-config-v1.2.1...migrate-config-v1.3.0) (2024-08-30) diff --git a/packages/migrate-config/package.json b/packages/migrate-config/package.json index cc82ca7..c09b7fd 100644 --- a/packages/migrate-config/package.json +++ b/packages/migrate-config/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/migrate-config", - "version": "1.3.0", + "version": "1.3.1", "description": "Configuration migration for ESLint", "type": "module", "bin": { @@ -46,7 +46,7 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "dependencies": { - "@eslint/compat": "^1.1.1", + "@eslint/compat": "^1.2.0", "@eslint/eslintrc": "^3.1.0", "camelcase": "^8.0.0", "recast": "^0.23.7"