diff --git a/.changeset/huge-badgers-obey.md b/.changeset/huge-badgers-obey.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/huge-badgers-obey.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/ripe-dragons-lick.md b/.changeset/ripe-dragons-lick.md deleted file mode 100644 index 840b39154d..0000000000 --- a/.changeset/ripe-dragons-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rnx-kit/align-deps": patch ---- - -Fixed vigilant mode not handling `catalog:` in peer dependencies diff --git a/.changeset/wise-beans-cross.md b/.changeset/wise-beans-cross.md deleted file mode 100644 index f56c2b5173..0000000000 --- a/.changeset/wise-beans-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rnx-kit/eslint-plugin": patch ---- - -Added a rule for unnecessary array allocations diff --git a/packages/align-deps/CHANGELOG.md b/packages/align-deps/CHANGELOG.md index 7568de7e07..0adeffb8a3 100644 --- a/packages/align-deps/CHANGELOG.md +++ b/packages/align-deps/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log - @rnx-kit/align-deps +## 3.4.3 + +### Patch Changes + +- 945813d: Fixed vigilant mode not handling `catalog:` in peer dependencies + ## 3.4.2 ### Patch Changes @@ -391,11 +397,13 @@ - fbff74c8: `dep-check` has been renamed to `align-deps` ### Bug Fixes + - Improved error messages: Messages should now contain the offending `package.json` and/or the profile causing issues. - Diff output has been reduced to only include the relevant sections. ### BREAKING CHANGES + - A new config schema was introduced in this release - The old config will still work, but you are advised to migrate as soon as possible diff --git a/packages/align-deps/package.json b/packages/align-deps/package.json index 1fefe85bb1..b5d70de089 100644 --- a/packages/align-deps/package.json +++ b/packages/align-deps/package.json @@ -1,6 +1,6 @@ { "name": "@rnx-kit/align-deps", - "version": "3.4.2", + "version": "3.4.3", "description": "Manage dependencies within a repository and across many repositories", "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/align-deps#readme", "license": "MIT", diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 02aff39b99..d3e5ba4ad2 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log - @rnx-kit/eslint-plugin +## 0.9.9 + +### Patch Changes + +- 1167e57: Added a rule for unnecessary array allocations + ## 0.9.8 ### Patch Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index fec1cda5ac..8e434c337b 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@rnx-kit/eslint-plugin", - "version": "0.9.8", + "version": "0.9.9", "description": "A set of ESLint rules for React developers", "keywords": [ "eslint",