@rnx-kit/align-deps
Advanced tools
Comparing version 2.3.4 to 2.4.0
@@ -24,2 +24,7 @@ #!/usr/bin/env node | ||
}; | ||
"no-unmanaged": { | ||
default: boolean; | ||
description: string; | ||
type: string; | ||
}; | ||
presets: { | ||
@@ -26,0 +31,0 @@ description: string; |
@@ -41,3 +41,3 @@ import type { PackageManifest } from "@rnx-kit/tools-node/package"; | ||
*/ | ||
export declare function checkPackageManifestUnconfigured(manifestPath: string, { excludePackages, write }: Options, config: AlignDepsConfig, logError?: { | ||
export declare function checkPackageManifestUnconfigured(manifestPath: string, { excludePackages, noUnmanaged, write }: Options, config: AlignDepsConfig, logError?: { | ||
(...data: any[]): void; | ||
@@ -44,0 +44,0 @@ (message?: any, ...optionalParams: any[]): void; |
@@ -30,2 +30,3 @@ import type { Capability, KitConfig, KitType } from "@rnx-kit/config"; | ||
migrateConfig: boolean; | ||
noUnmanaged: boolean; | ||
verbose: boolean; | ||
@@ -39,2 +40,3 @@ write: boolean; | ||
"migrate-config": boolean; | ||
"no-unmanaged": boolean; | ||
"set-version"?: string | number; | ||
@@ -47,3 +49,3 @@ init?: string; | ||
export type DependencyType = "direct" | "development" | "peer"; | ||
export type ErrorCode = "success" | "excluded" | "invalid-app-requirements" | "invalid-configuration" | "invalid-manifest" | "missing-react-native" | "not-configured" | "unsatisfied"; | ||
export type ErrorCode = "success" | "excluded" | "invalid-app-requirements" | "invalid-configuration" | "invalid-manifest" | "missing-react-native" | "not-configured" | "unmanaged-capabilities" | "unsatisfied"; | ||
export type Command = (manifest: string) => ErrorCode; | ||
@@ -50,0 +52,0 @@ export type MetaPackage = { |
{ | ||
"name": "@rnx-kit/align-deps", | ||
"version": "2.3.4", | ||
"version": "2.4.0", | ||
"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", | ||
"author": { | ||
"name": "Microsoft Open Source", | ||
"email": "microsoftopensource@users.noreply.github.com" | ||
}, | ||
"files": [ | ||
@@ -46,3 +50,3 @@ "lib/**/*.d.ts", | ||
"detect-indent": "^6.0.0", | ||
"eslint": "^8.23.0", | ||
"eslint": "^8.56.0", | ||
"jest": "^29.2.1", | ||
@@ -49,0 +53,0 @@ "markdown-table": "^3.0.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
26404
1
719
968932