Skip to content

Commit 97a3587

Browse files
RELEASING: Releasing 2 package(s) (#4063)
Releases: @rnx-kit/align-deps@3.4.3 @rnx-kit/eslint-plugin@0.9.9 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 945813d commit 97a3587

7 files changed

Lines changed: 16 additions & 14 deletions

File tree

.changeset/huge-badgers-obey.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/ripe-dragons-lick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wise-beans-cross.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/align-deps/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log - @rnx-kit/align-deps
22

3+
## 3.4.3
4+
5+
### Patch Changes
6+
7+
- 945813d: Fixed vigilant mode not handling `catalog:` in peer dependencies
8+
39
## 3.4.2
410

511
### Patch Changes
@@ -391,11 +397,13 @@
391397
- fbff74c8: `dep-check` has been renamed to `align-deps`
392398

393399
### Bug Fixes
400+
394401
- Improved error messages: Messages should now contain the offending
395402
`package.json` and/or the profile causing issues.
396403
- Diff output has been reduced to only include the relevant sections.
397404

398405
### BREAKING CHANGES
406+
399407
- A new config schema was introduced in this release
400408
- The old config will still work, but you are advised to migrate as soon as
401409
possible

packages/align-deps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnx-kit/align-deps",
3-
"version": "3.4.2",
3+
"version": "3.4.3",
44
"description": "Manage dependencies within a repository and across many repositories",
55
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/align-deps#readme",
66
"license": "MIT",

packages/eslint-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log - @rnx-kit/eslint-plugin
22

3+
## 0.9.9
4+
5+
### Patch Changes
6+
7+
- 1167e57: Added a rule for unnecessary array allocations
8+
39
## 0.9.8
410

511
### Patch Changes

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnx-kit/eslint-plugin",
3-
"version": "0.9.8",
3+
"version": "0.9.9",
44
"description": "A set of ESLint rules for React developers",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)