Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .changeset/huge-badgers-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ripe-dragons-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-beans-cross.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/align-deps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/align-deps/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading