Comparing version 0.12.3 to 0.13.0
@@ -9,3 +9,3 @@ import { Packument } from 'pacote'; | ||
type PackageMode = Omit<RangeMode, 'default'> | 'ignore'; | ||
type DepType = 'dependencies' | 'devDependencies' | 'peerDependencies' | 'optionalDependencies' | 'packageManager'; | ||
type DepType = 'dependencies' | 'devDependencies' | 'peerDependencies' | 'optionalDependencies' | 'packageManager' | 'pnpm.overrides' | 'resolutions' | 'overrides'; | ||
declare const DependenciesTypeShortMap: { | ||
@@ -17,2 +17,5 @@ dependencies: string; | ||
packageManager: string; | ||
'pnpm.overrides': string; | ||
resolutions: string; | ||
overrides: string; | ||
}; | ||
@@ -51,8 +54,17 @@ interface RawDep { | ||
exclude?: string | string[]; | ||
prod?: boolean; | ||
dev?: boolean; | ||
loglevel?: LogLevel; | ||
failOnOutdated?: boolean; | ||
silent?: boolean; | ||
/** | ||
* Fields in package.json to be checked | ||
* By default all fields will be checked | ||
*/ | ||
depFields?: DepFieldOptions; | ||
/** | ||
* Bypass cache | ||
*/ | ||
force?: boolean; | ||
/** | ||
* Override bumping mode for specific dependencies | ||
*/ | ||
packageMode?: { | ||
@@ -66,2 +78,3 @@ [name: string]: PackageMode; | ||
} | ||
type DepFieldOptions = Partial<Record<DepType, boolean>>; | ||
interface CheckOptions extends CommonOptions { | ||
@@ -146,2 +159,2 @@ mode?: RangeMode; | ||
export { type CheckOptions, CheckPackages, type CommonOptions, type DepType, DependenciesTypeShortMap, type DependencyFilter, type DependencyResolvedCallback, type DiffType, type InteractiveContext, type LogLevel, type PackageData, type PackageMeta, type PackageMode, type RangeMode, type RawDep, type ResolvedDepChange, type UsageOptions, defineConfig, dumpDependencies, loadPackage, loadPackages, parseDependencies, resolveDependencies, resolveDependency, resolvePackage, writePackage }; | ||
export { type CheckOptions, CheckPackages, type CommonOptions, type DepFieldOptions, type DepType, DependenciesTypeShortMap, type DependencyFilter, type DependencyResolvedCallback, type DiffType, type InteractiveContext, type LogLevel, type PackageData, type PackageMeta, type PackageMode, type RangeMode, type RawDep, type ResolvedDepChange, type UsageOptions, defineConfig, dumpDependencies, loadPackage, loadPackages, parseDependencies, resolveDependencies, resolveDependency, resolvePackage, writePackage }; |
{ | ||
"name": "taze", | ||
"type": "module", | ||
"version": "0.12.3", | ||
"version": "0.13.0", | ||
"packageManager": "pnpm@8.11.0", | ||
@@ -27,3 +27,3 @@ "description": "A modern cli tool that keeps your deps fresh", | ||
"dependencies": { | ||
"@antfu/ni": "^0.21.10", | ||
"@antfu/ni": "^0.21.12", | ||
"@npmcli/config": "^8.0.2", | ||
@@ -61,3 +61,3 @@ "cli-progress": "^3.12.0", | ||
"vitest": "^0.34.6", | ||
"taze": "0.12.3" | ||
"taze": "0.13.0" | ||
}, | ||
@@ -69,3 +69,3 @@ "scripts": { | ||
"build": "unbuild", | ||
"typecheck": "tsc --noEmit", | ||
"typecheck": "tsc", | ||
"release": "bumpp && pnpm publish --no-git-checks", | ||
@@ -72,0 +72,0 @@ "test": "vitest" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
283880
8615
1
Updated@antfu/ni@^0.21.12