Skip to content

Commit 2a1906e

Browse files
RELEASING: Releasing 5 package(s) (#3650)
Releases: @rnx-kit/lint-lockfile@0.1.0 @rnx-kit/config@0.7.4 @rnx-kit/metro-service@4.1.1 @rnx-kit/align-deps@3.0.8 @rnx-kit/tools-workspaces@0.2.3 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 82d8250 commit 2a1906e

18 files changed

+52
-47
lines changed

.changeset/clean-poems-impress.md

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

.changeset/dry-rings-reflect.md

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

.changeset/famous-carrots-hug.md

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

.changeset/heavy-olives-fold.md

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

.changeset/lazy-rabbits-hear.md

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

.changeset/moody-suits-allow.md

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

.changeset/old-sloths-thank.md

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

incubator/lint-lockfile/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# @rnx-kit/lint-lockfile
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 9a65042: `@rnx-kit/lint-lockfile` is a standalone tool for scanning your
8+
lockfiles for potential issues.
9+
10+
### Patch Changes
11+
12+
- 82d8250: Added `no-duplicates` rule and configuration schema
13+
- 62ad77e: Renamed "use-workspace-package" -> "no-workspace-package-from-npm"
14+
- Updated dependencies [82d8250]
15+
- Updated dependencies [9a65042]
16+
- @rnx-kit/config@0.7.4
17+
- @rnx-kit/tools-workspaces@0.2.3

incubator/lint-lockfile/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rnx-kit/lint-lockfile",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Tool for linting lockfiles",
55
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/lint-lockfile#readme",
66
"license": "MIT",
@@ -29,8 +29,8 @@
2929
"test": "rnx-kit-scripts test"
3030
},
3131
"dependencies": {
32-
"@rnx-kit/config": "^0.7.3",
33-
"@rnx-kit/tools-workspaces": "^0.2.2",
32+
"@rnx-kit/config": "^0.7.4",
33+
"@rnx-kit/tools-workspaces": "^0.2.3",
3434
"js-yaml": "^4.1.0"
3535
},
3636
"devDependencies": {

packages/align-deps/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/align-deps
22

3+
## 3.0.8
4+
5+
### Patch Changes
6+
7+
- 092f2c1: Fixed `--no-unmanaged` not being parsed correctly
8+
39
## 3.0.7
410

511
### Patch Changes

0 commit comments

Comments
 (0)