@ariestools/toolchain 8.6.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +65 -0
- package/dist/actions/analyze.d.ts +2 -0
- package/dist/actions/analyze.d.ts.map +1 -0
- package/dist/actions/api-exposure/analyzer/analyzePackage.d.ts +28 -0
- package/dist/actions/api-exposure/analyzer/analyzePackage.d.ts.map +1 -0
- package/dist/actions/api-exposure/analyzer/couplingWalk.d.ts +11 -0
- package/dist/actions/api-exposure/analyzer/couplingWalk.d.ts.map +1 -0
- package/dist/actions/api-exposure/analyzer/depSignals.d.ts +19 -0
- package/dist/actions/api-exposure/analyzer/depSignals.d.ts.map +1 -0
- package/dist/actions/api-exposure/analyzer/entryPoints.d.ts +7 -0
- package/dist/actions/api-exposure/analyzer/entryPoints.d.ts.map +1 -0
- package/dist/actions/api-exposure/analyzer/exposureWalk.d.ts +21 -0
- package/dist/actions/api-exposure/analyzer/exposureWalk.d.ts.map +1 -0
- package/dist/actions/api-exposure/analyzer/program.d.ts +21 -0
- package/dist/actions/api-exposure/analyzer/program.d.ts.map +1 -0
- package/dist/actions/api-exposure/apiExposure.d.ts +17 -0
- package/dist/actions/api-exposure/apiExposure.d.ts.map +1 -0
- package/dist/actions/api-exposure/config.d.ts +21 -0
- package/dist/actions/api-exposure/config.d.ts.map +1 -0
- package/dist/actions/api-exposure/index.d.ts +9 -0
- package/dist/actions/api-exposure/index.d.ts.map +1 -0
- package/dist/actions/api-exposure/reporters.d.ts +16 -0
- package/dist/actions/api-exposure/reporters.d.ts.map +1 -0
- package/dist/actions/api-exposure/rules.d.ts +10 -0
- package/dist/actions/api-exposure/rules.d.ts.map +1 -0
- package/dist/actions/api-exposure/scoring.d.ts +28 -0
- package/dist/actions/api-exposure/scoring.d.ts.map +1 -0
- package/dist/actions/api-exposure/types.d.ts +86 -0
- package/dist/actions/api-exposure/types.d.ts.map +1 -0
- package/dist/actions/barrel/analyzeBarrel.d.ts +22 -0
- package/dist/actions/barrel/analyzeBarrel.d.ts.map +1 -0
- package/dist/actions/barrel/checkBarrelImportRestrictions.d.ts +12 -0
- package/dist/actions/barrel/checkBarrelImportRestrictions.d.ts.map +1 -0
- package/dist/actions/barrel/getReExportSpecs.d.ts +11 -0
- package/dist/actions/barrel/getReExportSpecs.d.ts.map +1 -0
- package/dist/actions/barrel/index.d.ts +6 -0
- package/dist/actions/barrel/index.d.ts.map +1 -0
- package/dist/actions/barrel/resolveBarrel.d.ts +9 -0
- package/dist/actions/barrel/resolveBarrel.d.ts.map +1 -0
- package/dist/actions/barrel/restrictionHelpers.d.ts +30 -0
- package/dist/actions/barrel/restrictionHelpers.d.ts.map +1 -0
- package/dist/actions/build.d.ts +9 -0
- package/dist/actions/build.d.ts.map +1 -0
- package/dist/actions/claude-check.d.ts +2 -0
- package/dist/actions/claude-check.d.ts.map +1 -0
- package/dist/actions/claude-clean.d.ts +2 -0
- package/dist/actions/claude-clean.d.ts.map +1 -0
- package/dist/actions/claude-commands.d.ts +2 -0
- package/dist/actions/claude-commands.d.ts.map +1 -0
- package/dist/actions/claude-rules.d.ts +4 -0
- package/dist/actions/claude-rules.d.ts.map +1 -0
- package/dist/actions/claude-settings.d.ts +5 -0
- package/dist/actions/claude-settings.d.ts.map +1 -0
- package/dist/actions/claude-skills.d.ts +2 -0
- package/dist/actions/claude-skills.d.ts.map +1 -0
- package/dist/actions/clean-eslint.d.ts +3 -0
- package/dist/actions/clean-eslint.d.ts.map +1 -0
- package/dist/actions/clean.d.ts +14 -0
- package/dist/actions/clean.d.ts.map +1 -0
- package/dist/actions/compile.d.ts +45 -0
- package/dist/actions/compile.d.ts.map +1 -0
- package/dist/actions/copy-assets.d.ts +6 -0
- package/dist/actions/copy-assets.d.ts.map +1 -0
- package/dist/actions/dead/analyzePackage.d.ts +43 -0
- package/dist/actions/dead/analyzePackage.d.ts.map +1 -0
- package/dist/actions/dead/classifyPackageVisibility.d.ts +4 -0
- package/dist/actions/dead/classifyPackageVisibility.d.ts.map +1 -0
- package/dist/actions/dead/collectExternalUsage.d.ts +38 -0
- package/dist/actions/dead/collectExternalUsage.d.ts.map +1 -0
- package/dist/actions/dead/collectSymbols.d.ts +40 -0
- package/dist/actions/dead/collectSymbols.d.ts.map +1 -0
- package/dist/actions/dead/dead.d.ts +4 -0
- package/dist/actions/dead/dead.d.ts.map +1 -0
- package/dist/actions/dead/deprecation.d.ts +3 -0
- package/dist/actions/dead/deprecation.d.ts.map +1 -0
- package/dist/actions/dead/detectActiveCodeWorkspace.d.ts +7 -0
- package/dist/actions/dead/detectActiveCodeWorkspace.d.ts.map +1 -0
- package/dist/actions/dead/evaluateRules.d.ts +8 -0
- package/dist/actions/dead/evaluateRules.d.ts.map +1 -0
- package/dist/actions/dead/findWorkspaceFile.d.ts +13 -0
- package/dist/actions/dead/findWorkspaceFile.d.ts.map +1 -0
- package/dist/actions/dead/fixDeadCode.d.ts +12 -0
- package/dist/actions/dead/fixDeadCode.d.ts.map +1 -0
- package/dist/actions/dead/index.d.ts +10 -0
- package/dist/actions/dead/index.d.ts.map +1 -0
- package/dist/actions/dead/parseCodeWorkspace.d.ts +7 -0
- package/dist/actions/dead/parseCodeWorkspace.d.ts.map +1 -0
- package/dist/actions/dead/propagateExternalUsage.d.ts +4 -0
- package/dist/actions/dead/propagateExternalUsage.d.ts.map +1 -0
- package/dist/actions/dead/pruneDeadFiles.d.ts +7 -0
- package/dist/actions/dead/pruneDeadFiles.d.ts.map +1 -0
- package/dist/actions/dead/reporters.d.ts +6 -0
- package/dist/actions/dead/reporters.d.ts.map +1 -0
- package/dist/actions/dead/ruleConfig.d.ts +5 -0
- package/dist/actions/dead/ruleConfig.d.ts.map +1 -0
- package/dist/actions/dead/ruleNames.d.ts +4 -0
- package/dist/actions/dead/ruleNames.d.ts.map +1 -0
- package/dist/actions/dead/rules.d.ts +7 -0
- package/dist/actions/dead/rules.d.ts.map +1 -0
- package/dist/actions/dead/runDeadAnalysis.d.ts +25 -0
- package/dist/actions/dead/runDeadAnalysis.d.ts.map +1 -0
- package/dist/actions/dead/runtimeEntries.d.ts +23 -0
- package/dist/actions/dead/runtimeEntries.d.ts.map +1 -0
- package/dist/actions/dead/sourceEdits.d.ts +7 -0
- package/dist/actions/dead/sourceEdits.d.ts.map +1 -0
- package/dist/actions/dead/storybookConventions.d.ts +6 -0
- package/dist/actions/dead/storybookConventions.d.ts.map +1 -0
- package/dist/actions/dead/types.d.ts +68 -0
- package/dist/actions/dead/types.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/checkPackage.d.ts +17 -0
- package/dist/actions/deplint/checkPackage/checkPackage.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/checkPackageTypes.d.ts +19 -0
- package/dist/actions/deplint/checkPackage/checkPackageTypes.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/getMismatchedPeerDevVersions.d.ts +11 -0
- package/dist/actions/deplint/checkPackage/getMismatchedPeerDevVersions.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/getUnlistedDependencies.d.ts +21 -0
- package/dist/actions/deplint/checkPackage/getUnlistedDependencies.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/getUnlistedDevDependencies.d.ts +6 -0
- package/dist/actions/deplint/checkPackage/getUnlistedDevDependencies.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/getUnnecessaryPeerDependencies.d.ts +24 -0
- package/dist/actions/deplint/checkPackage/getUnnecessaryPeerDependencies.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/getUnsatisfiedPeerDependencies.d.ts +74 -0
- package/dist/actions/deplint/checkPackage/getUnsatisfiedPeerDependencies.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/getUnusedDependencies.d.ts +12 -0
- package/dist/actions/deplint/checkPackage/getUnusedDependencies.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/getUnusedDevDependencies.d.ts +7 -0
- package/dist/actions/deplint/checkPackage/getUnusedDevDependencies.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/getUnusedPeerDependencies.d.ts +6 -0
- package/dist/actions/deplint/checkPackage/getUnusedPeerDependencies.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/getWorkspaceVersionProblems.d.ts +21 -0
- package/dist/actions/deplint/checkPackage/getWorkspaceVersionProblems.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/index.d.ts +13 -0
- package/dist/actions/deplint/checkPackage/index.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/legacyPeerCheck.d.ts +13 -0
- package/dist/actions/deplint/checkPackage/legacyPeerCheck.d.ts.map +1 -0
- package/dist/actions/deplint/deplint.d.ts +20 -0
- package/dist/actions/deplint/deplint.d.ts.map +1 -0
- package/dist/actions/deplint/engine.d.ts +15 -0
- package/dist/actions/deplint/engine.d.ts.map +1 -0
- package/dist/actions/deplint/fetchPackageManifest.d.ts +25 -0
- package/dist/actions/deplint/fetchPackageManifest.d.ts.map +1 -0
- package/dist/actions/deplint/findFiles.d.ts +6 -0
- package/dist/actions/deplint/findFiles.d.ts.map +1 -0
- package/dist/actions/deplint/findFilesByGlob.d.ts +2 -0
- package/dist/actions/deplint/findFilesByGlob.d.ts.map +1 -0
- package/dist/actions/deplint/fixer.d.ts +3 -0
- package/dist/actions/deplint/fixer.d.ts.map +1 -0
- package/dist/actions/deplint/getBasePackageName.d.ts +2 -0
- package/dist/actions/deplint/getBasePackageName.d.ts.map +1 -0
- package/dist/actions/deplint/getCliReferencedPackagesFromFiles.d.ts +12 -0
- package/dist/actions/deplint/getCliReferencedPackagesFromFiles.d.ts.map +1 -0
- package/dist/actions/deplint/getDependenciesFromPackageJson.d.ts +9 -0
- package/dist/actions/deplint/getDependenciesFromPackageJson.d.ts.map +1 -0
- package/dist/actions/deplint/getExtendsFromTsconfigs.d.ts +10 -0
- package/dist/actions/deplint/getExtendsFromTsconfigs.d.ts.map +1 -0
- package/dist/actions/deplint/getExternalImportsFromFiles.d.ts +12 -0
- package/dist/actions/deplint/getExternalImportsFromFiles.d.ts.map +1 -0
- package/dist/actions/deplint/getImportsFromFile.d.ts +4 -0
- package/dist/actions/deplint/getImportsFromFile.d.ts.map +1 -0
- package/dist/actions/deplint/getRequiredPeerDependencies.d.ts +10 -0
- package/dist/actions/deplint/getRequiredPeerDependencies.d.ts.map +1 -0
- package/dist/actions/deplint/getScriptReferencedPackages.d.ts +8 -0
- package/dist/actions/deplint/getScriptReferencedPackages.d.ts.map +1 -0
- package/dist/actions/deplint/getStorybookConfigImports.d.ts +3 -0
- package/dist/actions/deplint/getStorybookConfigImports.d.ts.map +1 -0
- package/dist/actions/deplint/implicitDevDependencies.d.ts +15 -0
- package/dist/actions/deplint/implicitDevDependencies.d.ts.map +1 -0
- package/dist/actions/deplint/index.d.ts +11 -0
- package/dist/actions/deplint/index.d.ts.map +1 -0
- package/dist/actions/deplint/isTerminalPackage.d.ts +25 -0
- package/dist/actions/deplint/isTerminalPackage.d.ts.map +1 -0
- package/dist/actions/deplint/loader.d.ts +4 -0
- package/dist/actions/deplint/loader.d.ts.map +1 -0
- package/dist/actions/deplint/packageEditor.d.ts +11 -0
- package/dist/actions/deplint/packageEditor.d.ts.map +1 -0
- package/dist/actions/deplint/packageJsonEditor.d.ts +97 -0
- package/dist/actions/deplint/packageJsonEditor.d.ts.map +1 -0
- package/dist/actions/deplint/peerRangeOptions.d.ts +10 -0
- package/dist/actions/deplint/peerRangeOptions.d.ts.map +1 -0
- package/dist/actions/deplint/reporters.d.ts +8 -0
- package/dist/actions/deplint/reporters.d.ts.map +1 -0
- package/dist/actions/deplint/resolvePeerBumpFixes.d.ts +24 -0
- package/dist/actions/deplint/resolvePeerBumpFixes.d.ts.map +1 -0
- package/dist/actions/deplint/ruleConfig.d.ts +5 -0
- package/dist/actions/deplint/ruleConfig.d.ts.map +1 -0
- package/dist/actions/deplint/rules.d.ts +4 -0
- package/dist/actions/deplint/rules.d.ts.map +1 -0
- package/dist/actions/deplint/rulesDiagnostic.d.ts +4 -0
- package/dist/actions/deplint/rulesDiagnostic.d.ts.map +1 -0
- package/dist/actions/deplint/rulesMisplaced.d.ts +4 -0
- package/dist/actions/deplint/rulesMisplaced.d.ts.map +1 -0
- package/dist/actions/deplint/snapshot.d.ts +22 -0
- package/dist/actions/deplint/snapshot.d.ts.map +1 -0
- package/dist/actions/deplint/tsScriptsAliases.d.ts +11 -0
- package/dist/actions/deplint/tsScriptsAliases.d.ts.map +1 -0
- package/dist/actions/deplint/types.d.ts +295 -0
- package/dist/actions/deplint/types.d.ts.map +1 -0
- package/dist/actions/deplint/versionMismatchFixes.d.ts +4 -0
- package/dist/actions/deplint/versionMismatchFixes.d.ts.map +1 -0
- package/dist/actions/deploy.d.ts +3 -0
- package/dist/actions/deploy.d.ts.map +1 -0
- package/dist/actions/eject.d.ts +2 -0
- package/dist/actions/eject.d.ts.map +1 -0
- package/dist/actions/fix.d.ts +7 -0
- package/dist/actions/fix.d.ts.map +1 -0
- package/dist/actions/gitignore.d.ts +4 -0
- package/dist/actions/gitignore.d.ts.map +1 -0
- package/dist/actions/gitlint-fix.d.ts +2 -0
- package/dist/actions/gitlint-fix.d.ts.map +1 -0
- package/dist/actions/gitlint.d.ts +2 -0
- package/dist/actions/gitlint.d.ts.map +1 -0
- package/dist/actions/incremental.d.ts +46 -0
- package/dist/actions/incremental.d.ts.map +1 -0
- package/dist/actions/index.d.ts +54 -0
- package/dist/actions/index.d.ts.map +1 -0
- package/dist/actions/install.d.ts +2 -0
- package/dist/actions/install.d.ts.map +1 -0
- package/dist/actions/license.d.ts +2 -0
- package/dist/actions/license.d.ts.map +1 -0
- package/dist/actions/lint-config.d.ts +16 -0
- package/dist/actions/lint-config.d.ts.map +1 -0
- package/dist/actions/lint-init.d.ts +16 -0
- package/dist/actions/lint-init.d.ts.map +1 -0
- package/dist/actions/lint.d.ts +36 -0
- package/dist/actions/lint.d.ts.map +1 -0
- package/dist/actions/lintNext.d.ts +14 -0
- package/dist/actions/lintNext.d.ts.map +1 -0
- package/dist/actions/lintNextWorker.d.ts +21 -0
- package/dist/actions/lintNextWorker.d.ts.map +1 -0
- package/dist/actions/lintTierAnalysis.d.ts +61 -0
- package/dist/actions/lintTierAnalysis.d.ts.map +1 -0
- package/dist/actions/lintlint.d.ts +12 -0
- package/dist/actions/lintlint.d.ts.map +1 -0
- package/dist/actions/node-lint.d.ts +19 -0
- package/dist/actions/node-lint.d.ts.map +1 -0
- package/dist/actions/npmignore-gen.d.ts +2 -0
- package/dist/actions/npmignore-gen.d.ts.map +1 -0
- package/dist/actions/orphan.d.ts +6 -0
- package/dist/actions/orphan.d.ts.map +1 -0
- package/dist/actions/package/clean-outputs.d.ts +6 -0
- package/dist/actions/package/clean-outputs.d.ts.map +1 -0
- package/dist/actions/package/clean-typescript.d.ts +3 -0
- package/dist/actions/package/clean-typescript.d.ts.map +1 -0
- package/dist/actions/package/clean.d.ts +3 -0
- package/dist/actions/package/clean.d.ts.map +1 -0
- package/dist/actions/package/compile/ApiExposureConfig.d.ts +58 -0
- package/dist/actions/package/compile/ApiExposureConfig.d.ts.map +1 -0
- package/dist/actions/package/compile/MonolithConfig.d.ts +105 -0
- package/dist/actions/package/compile/MonolithConfig.d.ts.map +1 -0
- package/dist/actions/package/compile/XyConfig.d.ts +462 -0
- package/dist/actions/package/compile/XyConfig.d.ts.map +1 -0
- package/dist/actions/package/compile/buildEntries.d.ts +3 -0
- package/dist/actions/package/compile/buildEntries.d.ts.map +1 -0
- package/dist/actions/package/compile/compile.d.ts +7 -0
- package/dist/actions/package/compile/compile.d.ts.map +1 -0
- package/dist/actions/package/compile/copyTypeFiles.d.ts +2 -0
- package/dist/actions/package/compile/copyTypeFiles.d.ts.map +1 -0
- package/dist/actions/package/compile/createProgramFromConfig.d.ts +25 -0
- package/dist/actions/package/compile/createProgramFromConfig.d.ts.map +1 -0
- package/dist/actions/package/compile/createTypescriptConfig.d.ts +29 -0
- package/dist/actions/package/compile/createTypescriptConfig.d.ts.map +1 -0
- package/dist/actions/package/compile/deepMerge.d.ts +4 -0
- package/dist/actions/package/compile/deepMerge.d.ts.map +1 -0
- package/dist/actions/package/compile/entryOutputName.d.ts +5 -0
- package/dist/actions/package/compile/entryOutputName.d.ts.map +1 -0
- package/dist/actions/package/compile/findWorkspaceRoot.d.ts +5 -0
- package/dist/actions/package/compile/findWorkspaceRoot.d.ts.map +1 -0
- package/dist/actions/package/compile/getCompilerOptions.d.ts +3 -0
- package/dist/actions/package/compile/getCompilerOptions.d.ts.map +1 -0
- package/dist/actions/package/compile/index.d.ts +16 -0
- package/dist/actions/package/compile/index.d.ts.map +1 -0
- package/dist/actions/package/compile/inputs.d.ts +2 -0
- package/dist/actions/package/compile/inputs.d.ts.map +1 -0
- package/dist/actions/package/compile/monolithCompileDeclarations.d.ts +14 -0
- package/dist/actions/package/compile/monolithCompileDeclarations.d.ts.map +1 -0
- package/dist/actions/package/compile/monolithCompileEntries.d.ts +20 -0
- package/dist/actions/package/compile/monolithCompileEntries.d.ts.map +1 -0
- package/dist/actions/package/compile/monolithCompileLayout.d.ts +43 -0
- package/dist/actions/package/compile/monolithCompileLayout.d.ts.map +1 -0
- package/dist/actions/package/compile/packageCompileEsbuild.d.ts +18 -0
- package/dist/actions/package/compile/packageCompileEsbuild.d.ts.map +1 -0
- package/dist/actions/package/compile/packageCompileMonolith.d.ts +10 -0
- package/dist/actions/package/compile/packageCompileMonolith.d.ts.map +1 -0
- package/dist/actions/package/compile/packageCompileTsc.d.ts +3 -0
- package/dist/actions/package/compile/packageCompileTsc.d.ts.map +1 -0
- package/dist/actions/package/compile/packageCompileTsup.d.ts +6 -0
- package/dist/actions/package/compile/packageCompileTsup.d.ts.map +1 -0
- package/dist/actions/package/compile/packageCompileVendor.d.ts +4 -0
- package/dist/actions/package/compile/packageCompileVendor.d.ts.map +1 -0
- package/dist/actions/package/compile/resolveCompileBundleOptions.d.ts +13 -0
- package/dist/actions/package/compile/resolveCompileBundleOptions.d.ts.map +1 -0
- package/dist/actions/package/compile/resolveCompilePlatforms.d.ts +23 -0
- package/dist/actions/package/compile/resolveCompilePlatforms.d.ts.map +1 -0
- package/dist/actions/package/compile/resolvePlatformTypes.d.ts +5 -0
- package/dist/actions/package/compile/resolvePlatformTypes.d.ts.map +1 -0
- package/dist/actions/package/compile/runTsc.d.ts +2 -0
- package/dist/actions/package/compile/runTsc.d.ts.map +1 -0
- package/dist/actions/package/compile/validateFullPackage.d.ts +2 -0
- package/dist/actions/package/compile/validateFullPackage.d.ts.map +1 -0
- package/dist/actions/package/compile/vendorCompile.d.ts +6 -0
- package/dist/actions/package/compile/vendorCompile.d.ts.map +1 -0
- package/dist/actions/package/compile/vendorCompileEmit.d.ts +8 -0
- package/dist/actions/package/compile/vendorCompileEmit.d.ts.map +1 -0
- package/dist/actions/package/compile/vendorCompileInternals.d.ts +31 -0
- package/dist/actions/package/compile/vendorCompileInternals.d.ts.map +1 -0
- package/dist/actions/package/compile/vendorCompileRewrite.d.ts +3 -0
- package/dist/actions/package/compile/vendorCompileRewrite.d.ts.map +1 -0
- package/dist/actions/package/compile/vendorCompileTypes.d.ts +31 -0
- package/dist/actions/package/compile/vendorCompileTypes.d.ts.map +1 -0
- package/dist/actions/package/compileTargetsPublint.d.ts +13 -0
- package/dist/actions/package/compileTargetsPublint.d.ts.map +1 -0
- package/dist/actions/package/copy-assets.d.ts +5 -0
- package/dist/actions/package/copy-assets.d.ts.map +1 -0
- package/dist/actions/package/expectedCompileOutputs.d.ts +11 -0
- package/dist/actions/package/expectedCompileOutputs.d.ts.map +1 -0
- package/dist/actions/package/exportConditionPublint.d.ts +9 -0
- package/dist/actions/package/exportConditionPublint.d.ts.map +1 -0
- package/dist/actions/package/exportMapPublint.d.ts +7 -0
- package/dist/actions/package/exportMapPublint.d.ts.map +1 -0
- package/dist/actions/package/index.d.ts +9 -0
- package/dist/actions/package/index.d.ts.map +1 -0
- package/dist/actions/package/lint.d.ts +2 -0
- package/dist/actions/package/lint.d.ts.map +1 -0
- package/dist/actions/package/platformPublint.d.ts +7 -0
- package/dist/actions/package/platformPublint.d.ts.map +1 -0
- package/dist/actions/package/publint.d.ts +16 -0
- package/dist/actions/package/publint.d.ts.map +1 -0
- package/dist/actions/package/recompile.d.ts +3 -0
- package/dist/actions/package/recompile.d.ts.map +1 -0
- package/dist/actions/package-lint-deps.d.ts +47 -0
- package/dist/actions/package-lint-deps.d.ts.map +1 -0
- package/dist/actions/package-lint-engines.d.ts +22 -0
- package/dist/actions/package-lint-engines.d.ts.map +1 -0
- package/dist/actions/package-lint-pnpm.d.ts +11 -0
- package/dist/actions/package-lint-pnpm.d.ts.map +1 -0
- package/dist/actions/package-lint-specs.d.ts +9 -0
- package/dist/actions/package-lint-specs.d.ts.map +1 -0
- package/dist/actions/package-lint.d.ts +7 -0
- package/dist/actions/package-lint.d.ts.map +1 -0
- package/dist/actions/packman/clean.d.ts +5 -0
- package/dist/actions/packman/clean.d.ts.map +1 -0
- package/dist/actions/packman/convert.d.ts +10 -0
- package/dist/actions/packman/convert.d.ts.map +1 -0
- package/dist/actions/packman/convertToBun.d.ts +2 -0
- package/dist/actions/packman/convertToBun.d.ts.map +1 -0
- package/dist/actions/packman/convertToNpm.d.ts +2 -0
- package/dist/actions/packman/convertToNpm.d.ts.map +1 -0
- package/dist/actions/packman/convertToPnpm.d.ts +2 -0
- package/dist/actions/packman/convertToPnpm.d.ts.map +1 -0
- package/dist/actions/packman/convertToYarn.d.ts +2 -0
- package/dist/actions/packman/convertToYarn.d.ts.map +1 -0
- package/dist/actions/packman/index.d.ts +5 -0
- package/dist/actions/packman/index.d.ts.map +1 -0
- package/dist/actions/packman/lint.d.ts +6 -0
- package/dist/actions/packman/lint.d.ts.map +1 -0
- package/dist/actions/packman/rewriteScripts.d.ts +5 -0
- package/dist/actions/packman/rewriteScripts.d.ts.map +1 -0
- package/dist/actions/packman/rewriteSourceImports.d.ts +2 -0
- package/dist/actions/packman/rewriteSourceImports.d.ts.map +1 -0
- package/dist/actions/packman/swapTsScriptsDependency.d.ts +2 -0
- package/dist/actions/packman/swapTsScriptsDependency.d.ts.map +1 -0
- package/dist/actions/publint.d.ts +48 -0
- package/dist/actions/publint.d.ts.map +1 -0
- package/dist/actions/publish.d.ts +22 -0
- package/dist/actions/publish.d.ts.map +1 -0
- package/dist/actions/reactTest.d.ts +2 -0
- package/dist/actions/reactTest.d.ts.map +1 -0
- package/dist/actions/rebuild.d.ts +7 -0
- package/dist/actions/rebuild.d.ts.map +1 -0
- package/dist/actions/recompile.d.ts +16 -0
- package/dist/actions/recompile.d.ts.map +1 -0
- package/dist/actions/reinstall.d.ts +2 -0
- package/dist/actions/reinstall.d.ts.map +1 -0
- package/dist/actions/releaseAgeExcludeScopes.d.ts +13 -0
- package/dist/actions/releaseAgeExcludeScopes.d.ts.map +1 -0
- package/dist/actions/relint.d.ts +24 -0
- package/dist/actions/relint.d.ts.map +1 -0
- package/dist/actions/repo-init.d.ts +14 -0
- package/dist/actions/repo-init.d.ts.map +1 -0
- package/dist/actions/republint.d.ts +13 -0
- package/dist/actions/republint.d.ts.map +1 -0
- package/dist/actions/result.d.ts +44 -0
- package/dist/actions/result.d.ts.map +1 -0
- package/dist/actions/retest.d.ts +5 -0
- package/dist/actions/retest.d.ts.map +1 -0
- package/dist/actions/secure.d.ts +7 -0
- package/dist/actions/secure.d.ts.map +1 -0
- package/dist/actions/sitemap.d.ts +2 -0
- package/dist/actions/sitemap.d.ts.map +1 -0
- package/dist/actions/skills/defaults.d.ts +6 -0
- package/dist/actions/skills/defaults.d.ts.map +1 -0
- package/dist/actions/skills/detectProfile.d.ts +10 -0
- package/dist/actions/skills/detectProfile.d.ts.map +1 -0
- package/dist/actions/skills/index.d.ts +9 -0
- package/dist/actions/skills/index.d.ts.map +1 -0
- package/dist/actions/skills/installed.d.ts +10 -0
- package/dist/actions/skills/installed.d.ts.map +1 -0
- package/dist/actions/skills/lint.d.ts +26 -0
- package/dist/actions/skills/lint.d.ts.map +1 -0
- package/dist/actions/skills/passthrough.d.ts +26 -0
- package/dist/actions/skills/passthrough.d.ts.map +1 -0
- package/dist/actions/skills/remove.d.ts +9 -0
- package/dist/actions/skills/remove.d.ts.map +1 -0
- package/dist/actions/skills/skillRules.d.ts +9 -0
- package/dist/actions/skills/skillRules.d.ts.map +1 -0
- package/dist/actions/skills/updo.d.ts +4 -0
- package/dist/actions/skills/updo.d.ts.map +1 -0
- package/dist/actions/skills/versions.d.ts +10 -0
- package/dist/actions/skills/versions.d.ts.map +1 -0
- package/dist/actions/sonar.d.ts +2 -0
- package/dist/actions/sonar.d.ts.map +1 -0
- package/dist/actions/start.d.ts +2 -0
- package/dist/actions/start.d.ts.map +1 -0
- package/dist/actions/statics.d.ts +2 -0
- package/dist/actions/statics.d.ts.map +1 -0
- package/dist/actions/test.d.ts +5 -0
- package/dist/actions/test.d.ts.map +1 -0
- package/dist/actions/tsc-validate/index.d.ts +3 -0
- package/dist/actions/tsc-validate/index.d.ts.map +1 -0
- package/dist/actions/tsc-validate/sharedValidate.d.ts +34 -0
- package/dist/actions/tsc-validate/sharedValidate.d.ts.map +1 -0
- package/dist/actions/tsc-validate/tscValidate.d.ts +35 -0
- package/dist/actions/tsc-validate/tscValidate.d.ts.map +1 -0
- package/dist/actions/up.d.ts +2 -0
- package/dist/actions/up.d.ts.map +1 -0
- package/dist/actions/updo.d.ts +9 -0
- package/dist/actions/updo.d.ts.map +1 -0
- package/dist/actions/work/id.d.ts +8 -0
- package/dist/actions/work/id.d.ts.map +1 -0
- package/dist/actions/work/index.d.ts +131 -0
- package/dist/actions/work/index.d.ts.map +1 -0
- package/dist/actions/work/inline.d.ts +8 -0
- package/dist/actions/work/inline.d.ts.map +1 -0
- package/dist/actions/work/priority.d.ts +5 -0
- package/dist/actions/work/priority.d.ts.map +1 -0
- package/dist/actions/work/schema.d.ts +81 -0
- package/dist/actions/work/schema.d.ts.map +1 -0
- package/dist/actions/work/store.d.ts +23 -0
- package/dist/actions/work/store.d.ts.map +1 -0
- package/dist/bin/cli.mjs +2 -0
- package/dist/bin/package/build.d.ts +3 -0
- package/dist/bin/package/build.d.ts.map +1 -0
- package/dist/bin/package/build.mjs +18220 -0
- package/dist/bin/package/build.mjs.map +1 -0
- package/dist/bin/package/clean-outputs.d.ts +3 -0
- package/dist/bin/package/clean-outputs.d.ts.map +1 -0
- package/dist/bin/package/clean-typescript.d.ts +3 -0
- package/dist/bin/package/clean-typescript.d.ts.map +1 -0
- package/dist/bin/package/clean.d.ts +3 -0
- package/dist/bin/package/clean.d.ts.map +1 -0
- package/dist/bin/package/clean.mjs +3632 -0
- package/dist/bin/package/clean.mjs.map +1 -0
- package/dist/bin/package/compile-tsup.d.ts +3 -0
- package/dist/bin/package/compile-tsup.d.ts.map +1 -0
- package/dist/bin/package/compile.d.ts +3 -0
- package/dist/bin/package/compile.d.ts.map +1 -0
- package/dist/bin/package/compile.mjs +13159 -0
- package/dist/bin/package/compile.mjs.map +1 -0
- package/dist/bin/package/copy-assets-cjs.d.ts +3 -0
- package/dist/bin/package/copy-assets-cjs.d.ts.map +1 -0
- package/dist/bin/package/copy-assets-cjs.mjs +3634 -0
- package/dist/bin/package/copy-assets-cjs.mjs.map +1 -0
- package/dist/bin/package/copy-assets-esm.d.ts +3 -0
- package/dist/bin/package/copy-assets-esm.d.ts.map +1 -0
- package/dist/bin/package/copy-assets-esm.mjs +3634 -0
- package/dist/bin/package/copy-assets-esm.mjs.map +1 -0
- package/dist/bin/package/fix.d.ts +3 -0
- package/dist/bin/package/fix.d.ts.map +1 -0
- package/dist/bin/package/fix.mjs +2184 -0
- package/dist/bin/package/fix.mjs.map +1 -0
- package/dist/bin/package/lint-verbose.d.ts +3 -0
- package/dist/bin/package/lint-verbose.d.ts.map +1 -0
- package/dist/bin/package/lint-verbose.mjs +2184 -0
- package/dist/bin/package/lint-verbose.mjs.map +1 -0
- package/dist/bin/package/lint.d.ts +3 -0
- package/dist/bin/package/lint.d.ts.map +1 -0
- package/dist/bin/package/lint.mjs +2184 -0
- package/dist/bin/package/lint.mjs.map +1 -0
- package/dist/bin/package/publint.d.ts +3 -0
- package/dist/bin/package/publint.d.ts.map +1 -0
- package/dist/bin/package/publint.mjs +13676 -0
- package/dist/bin/package/publint.mjs.map +1 -0
- package/dist/bin/package/recompile.d.ts +3 -0
- package/dist/bin/package/recompile.d.ts.map +1 -0
- package/dist/bin/package/recompile.mjs +13230 -0
- package/dist/bin/package/recompile.mjs.map +1 -0
- package/dist/bin/package/relint.d.ts +3 -0
- package/dist/bin/package/relint.d.ts.map +1 -0
- package/dist/bin/package/relint.mjs +2184 -0
- package/dist/bin/package/relint.mjs.map +1 -0
- package/dist/bin/package/sync-layout.d.ts +3 -0
- package/dist/bin/package/sync-layout.d.ts.map +1 -0
- package/dist/bin/package/sync-layout.mjs +5504 -0
- package/dist/bin/package/sync-layout.mjs.map +1 -0
- package/dist/bin/run-or-exec.d.ts +3 -0
- package/dist/bin/run-or-exec.d.ts.map +1 -0
- package/dist/bin/run-or-exec.mjs +975 -0
- package/dist/bin/run-or-exec.mjs.map +1 -0
- package/dist/bin/skills.mjs +18533 -0
- package/dist/bin/skills.mjs.map +1 -0
- package/dist/bin/source-map-explorer.mjs +27263 -0
- package/dist/bin/source-map-explorer.mjs.map +1 -0
- package/dist/bin/xy.d.ts +3 -0
- package/dist/bin/xy.d.ts.map +1 -0
- package/dist/bin/xy.mjs +47963 -0
- package/dist/bin/xy.mjs.map +1 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/lib/bundledCliPath.d.ts +4 -0
- package/dist/lib/bundledCliPath.d.ts.map +1 -0
- package/dist/lib/checkResult.d.ts +2 -0
- package/dist/lib/checkResult.d.ts.map +1 -0
- package/dist/lib/claudeMdTemplate.d.ts +12 -0
- package/dist/lib/claudeMdTemplate.d.ts.map +1 -0
- package/dist/lib/concurrency.d.ts +5 -0
- package/dist/lib/concurrency.d.ts.map +1 -0
- package/dist/lib/copyAssetFiles.d.ts +10 -0
- package/dist/lib/copyAssetFiles.d.ts.map +1 -0
- package/dist/lib/createBuildConfig.d.ts +2 -0
- package/dist/lib/createBuildConfig.d.ts.map +1 -0
- package/dist/lib/crossSpawn.d.ts +6 -0
- package/dist/lib/crossSpawn.d.ts.map +1 -0
- package/dist/lib/deepMerge.d.ts +24 -0
- package/dist/lib/deepMerge.d.ts.map +1 -0
- package/dist/lib/defaultBuildConfig.d.ts +9 -0
- package/dist/lib/defaultBuildConfig.d.ts.map +1 -0
- package/dist/lib/deleteGlob.d.ts +2 -0
- package/dist/lib/deleteGlob.d.ts.map +1 -0
- package/dist/lib/dependencies/DuplicateDetector.d.ts +7 -0
- package/dist/lib/dependencies/DuplicateDetector.d.ts.map +1 -0
- package/dist/lib/dependencies/detectDuplicateDependencies.d.ts +2 -0
- package/dist/lib/dependencies/detectDuplicateDependencies.d.ts.map +1 -0
- package/dist/lib/dependencies/index.d.ts +4 -0
- package/dist/lib/dependencies/index.d.ts.map +1 -0
- package/dist/lib/dependencies/workspaceCycles.d.ts +15 -0
- package/dist/lib/dependencies/workspaceCycles.d.ts.map +1 -0
- package/dist/lib/deprecationMigrate.d.ts +2 -0
- package/dist/lib/deprecationMigrate.d.ts.map +1 -0
- package/dist/lib/eslintCache.d.ts +4 -0
- package/dist/lib/eslintCache.d.ts.map +1 -0
- package/dist/lib/file/ReadFileSyncOptions.d.ts +6 -0
- package/dist/lib/file/ReadFileSyncOptions.d.ts.map +1 -0
- package/dist/lib/file/constants.d.ts +3 -0
- package/dist/lib/file/constants.d.ts.map +1 -0
- package/dist/lib/file/fileLines.d.ts +6 -0
- package/dist/lib/file/fileLines.d.ts.map +1 -0
- package/dist/lib/file/index.d.ts +5 -0
- package/dist/lib/file/index.d.ts.map +1 -0
- package/dist/lib/file/tryReadFileSync.d.ts +4 -0
- package/dist/lib/file/tryReadFileSync.d.ts.map +1 -0
- package/dist/lib/fillTemplate.d.ts +2 -0
- package/dist/lib/fillTemplate.d.ts.map +1 -0
- package/dist/lib/generateIgnoreFiles.d.ts +2 -0
- package/dist/lib/generateIgnoreFiles.d.ts.map +1 -0
- package/dist/lib/gitConfig.d.ts +25 -0
- package/dist/lib/gitConfig.d.ts.map +1 -0
- package/dist/lib/gitignoreTemplate.d.ts +2 -0
- package/dist/lib/gitignoreTemplate.d.ts.map +1 -0
- package/dist/lib/index.d.ts +45 -0
- package/dist/lib/index.d.ts.map +1 -0
- package/dist/lib/initCwd.d.ts +2 -0
- package/dist/lib/initCwd.d.ts.map +1 -0
- package/dist/lib/jsonFormatters.d.ts +2 -0
- package/dist/lib/jsonFormatters.d.ts.map +1 -0
- package/dist/lib/latestVersions.d.ts +8 -0
- package/dist/lib/latestVersions.d.ts.map +1 -0
- package/dist/lib/loadConfig.d.ts +10 -0
- package/dist/lib/loadConfig.d.ts.map +1 -0
- package/dist/lib/match.d.ts +21 -0
- package/dist/lib/match.d.ts.map +1 -0
- package/dist/lib/npmLatestVersion.d.ts +3 -0
- package/dist/lib/npmLatestVersion.d.ts.map +1 -0
- package/dist/lib/packageManagerRuntime.d.ts +25 -0
- package/dist/lib/packageManagerRuntime.d.ts.map +1 -0
- package/dist/lib/packageName.d.ts +2 -0
- package/dist/lib/packageName.d.ts.map +1 -0
- package/dist/lib/parsedPackageJSON.d.ts +2 -0
- package/dist/lib/parsedPackageJSON.d.ts.map +1 -0
- package/dist/lib/parsedPackageJson.d.ts +2 -0
- package/dist/lib/parsedPackageJson.d.ts.map +1 -0
- package/dist/lib/pnpmConfig/index.d.ts +2 -0
- package/dist/lib/pnpmConfig/index.d.ts.map +1 -0
- package/dist/lib/pnpmConfig/readMinReleaseAge.d.ts +18 -0
- package/dist/lib/pnpmConfig/readMinReleaseAge.d.ts.map +1 -0
- package/dist/lib/processEx.d.ts +2 -0
- package/dist/lib/processEx.d.ts.map +1 -0
- package/dist/lib/repoTemplates.d.ts +7 -0
- package/dist/lib/repoTemplates.d.ts.map +1 -0
- package/dist/lib/reporting/index.d.ts +3 -0
- package/dist/lib/reporting/index.d.ts.map +1 -0
- package/dist/lib/reporting/runWithEnvelope.d.ts +15 -0
- package/dist/lib/reporting/runWithEnvelope.d.ts.map +1 -0
- package/dist/lib/reporting/xyReporter.d.ts +27 -0
- package/dist/lib/reporting/xyReporter.d.ts.map +1 -0
- package/dist/lib/runInstall.d.ts +2 -0
- package/dist/lib/runInstall.d.ts.map +1 -0
- package/dist/lib/runSteps.d.ts +3 -0
- package/dist/lib/runSteps.d.ts.map +1 -0
- package/dist/lib/runStepsAsync.d.ts +4 -0
- package/dist/lib/runStepsAsync.d.ts.map +1 -0
- package/dist/lib/runXy.d.ts +2 -0
- package/dist/lib/runXy.d.ts.map +1 -0
- package/dist/lib/runXyWithWarning.d.ts +2 -0
- package/dist/lib/runXyWithWarning.d.ts.map +1 -0
- package/dist/lib/safeExit.d.ts +8 -0
- package/dist/lib/safeExit.d.ts.map +1 -0
- package/dist/lib/secure/classify.d.ts +8 -0
- package/dist/lib/secure/classify.d.ts.map +1 -0
- package/dist/lib/secure/collectDeclaredDependencies.d.ts +6 -0
- package/dist/lib/secure/collectDeclaredDependencies.d.ts.map +1 -0
- package/dist/lib/secure/fetchPackageSecurityMetadata.d.ts +8 -0
- package/dist/lib/secure/fetchPackageSecurityMetadata.d.ts.map +1 -0
- package/dist/lib/secure/index.d.ts +7 -0
- package/dist/lib/secure/index.d.ts.map +1 -0
- package/dist/lib/secure/interfaces.d.ts +35 -0
- package/dist/lib/secure/interfaces.d.ts.map +1 -0
- package/dist/lib/secure/renderSecurityAudit.d.ts +4 -0
- package/dist/lib/secure/renderSecurityAudit.d.ts.map +1 -0
- package/dist/lib/secure/runSecurityAudit.d.ts +15 -0
- package/dist/lib/secure/runSecurityAudit.d.ts.map +1 -0
- package/dist/lib/shouldRunInstall.d.ts +2 -0
- package/dist/lib/shouldRunInstall.d.ts.map +1 -0
- package/dist/lib/string/empty.d.ts +3 -0
- package/dist/lib/string/empty.d.ts.map +1 -0
- package/dist/lib/string/index.d.ts +4 -0
- package/dist/lib/string/index.d.ts.map +1 -0
- package/dist/lib/string/localeCompare.d.ts +2 -0
- package/dist/lib/string/localeCompare.d.ts.map +1 -0
- package/dist/lib/string/union.d.ts +2 -0
- package/dist/lib/string/union.d.ts.map +1 -0
- package/dist/lib/toolchainVersion.d.ts +3 -0
- package/dist/lib/toolchainVersion.d.ts.map +1 -0
- package/dist/lib/tryRunLocalScript.d.ts +10 -0
- package/dist/lib/tryRunLocalScript.d.ts.map +1 -0
- package/dist/lib/updo/applyUpdates.d.ts +4 -0
- package/dist/lib/updo/applyUpdates.d.ts.map +1 -0
- package/dist/lib/updo/collectWorkspaceDeps.d.ts +4 -0
- package/dist/lib/updo/collectWorkspaceDeps.d.ts.map +1 -0
- package/dist/lib/updo/fetchRegistryInfo.d.ts +37 -0
- package/dist/lib/updo/fetchRegistryInfo.d.ts.map +1 -0
- package/dist/lib/updo/index.d.ts +9 -0
- package/dist/lib/updo/index.d.ts.map +1 -0
- package/dist/lib/updo/interactiveSelect.d.ts +31 -0
- package/dist/lib/updo/interactiveSelect.d.ts.map +1 -0
- package/dist/lib/updo/interfaces.d.ts +50 -0
- package/dist/lib/updo/interfaces.d.ts.map +1 -0
- package/dist/lib/updo/renderTable.d.ts +3 -0
- package/dist/lib/updo/renderTable.d.ts.map +1 -0
- package/dist/lib/updo/resolveVersions.d.ts +19 -0
- package/dist/lib/updo/resolveVersions.d.ts.map +1 -0
- package/dist/lib/updo/runUpdo.d.ts +27 -0
- package/dist/lib/updo/runUpdo.d.ts.map +1 -0
- package/dist/lib/withErrnoException.d.ts +2 -0
- package/dist/lib/withErrnoException.d.ts.map +1 -0
- package/dist/lib/withError.d.ts +2 -0
- package/dist/lib/withError.d.ts.map +1 -0
- package/dist/lib/yarn/index.d.ts +3 -0
- package/dist/lib/yarn/index.d.ts.map +1 -0
- package/dist/lib/yarn/isYarnVersionOrGreater.d.ts +2 -0
- package/dist/lib/yarn/isYarnVersionOrGreater.d.ts.map +1 -0
- package/dist/lib/yarn/workspace/Workspace.d.ts +2 -0
- package/dist/lib/yarn/workspace/Workspace.d.ts.map +1 -0
- package/dist/lib/yarn/workspace/index.d.ts +3 -0
- package/dist/lib/yarn/workspace/index.d.ts.map +1 -0
- package/dist/lib/yarn/workspace/yarnWorkspace.d.ts +3 -0
- package/dist/lib/yarn/workspace/yarnWorkspace.d.ts.map +1 -0
- package/dist/lib/yarn/workspace/yarnWorkspaces.d.ts +3 -0
- package/dist/lib/yarn/workspace/yarnWorkspaces.d.ts.map +1 -0
- package/dist/lib/yarn/yarnInitCwd.d.ts +2 -0
- package/dist/lib/yarn/yarnInitCwd.d.ts.map +1 -0
- package/dist/loadPackageConfig.d.ts +40 -0
- package/dist/loadPackageConfig.d.ts.map +1 -0
- package/dist/node/actions/analyze.d.ts +2 -0
- package/dist/node/actions/analyze.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/analyzer/analyzePackage.d.ts +28 -0
- package/dist/node/actions/api-exposure/analyzer/analyzePackage.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/analyzer/couplingWalk.d.ts +11 -0
- package/dist/node/actions/api-exposure/analyzer/couplingWalk.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/analyzer/depSignals.d.ts +19 -0
- package/dist/node/actions/api-exposure/analyzer/depSignals.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/analyzer/entryPoints.d.ts +7 -0
- package/dist/node/actions/api-exposure/analyzer/entryPoints.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/analyzer/exposureWalk.d.ts +21 -0
- package/dist/node/actions/api-exposure/analyzer/exposureWalk.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/analyzer/program.d.ts +21 -0
- package/dist/node/actions/api-exposure/analyzer/program.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/apiExposure.d.ts +17 -0
- package/dist/node/actions/api-exposure/apiExposure.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/config.d.ts +21 -0
- package/dist/node/actions/api-exposure/config.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/index.d.ts +9 -0
- package/dist/node/actions/api-exposure/index.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/reporters.d.ts +16 -0
- package/dist/node/actions/api-exposure/reporters.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/rules.d.ts +10 -0
- package/dist/node/actions/api-exposure/rules.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/scoring.d.ts +28 -0
- package/dist/node/actions/api-exposure/scoring.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/types.d.ts +86 -0
- package/dist/node/actions/api-exposure/types.d.ts.map +1 -0
- package/dist/node/actions/barrel/analyzeBarrel.d.ts +22 -0
- package/dist/node/actions/barrel/analyzeBarrel.d.ts.map +1 -0
- package/dist/node/actions/barrel/checkBarrelImportRestrictions.d.ts +12 -0
- package/dist/node/actions/barrel/checkBarrelImportRestrictions.d.ts.map +1 -0
- package/dist/node/actions/barrel/getReExportSpecs.d.ts +11 -0
- package/dist/node/actions/barrel/getReExportSpecs.d.ts.map +1 -0
- package/dist/node/actions/barrel/index.d.ts +6 -0
- package/dist/node/actions/barrel/index.d.ts.map +1 -0
- package/dist/node/actions/barrel/resolveBarrel.d.ts +9 -0
- package/dist/node/actions/barrel/resolveBarrel.d.ts.map +1 -0
- package/dist/node/actions/barrel/restrictionHelpers.d.ts +30 -0
- package/dist/node/actions/barrel/restrictionHelpers.d.ts.map +1 -0
- package/dist/node/actions/build.d.ts +9 -0
- package/dist/node/actions/build.d.ts.map +1 -0
- package/dist/node/actions/clean-eslint.d.ts +3 -0
- package/dist/node/actions/clean-eslint.d.ts.map +1 -0
- package/dist/node/actions/clean.d.ts +14 -0
- package/dist/node/actions/clean.d.ts.map +1 -0
- package/dist/node/actions/compile.d.ts +45 -0
- package/dist/node/actions/compile.d.ts.map +1 -0
- package/dist/node/actions/copy-assets.d.ts +6 -0
- package/dist/node/actions/copy-assets.d.ts.map +1 -0
- package/dist/node/actions/dead/analyzePackage.d.ts +43 -0
- package/dist/node/actions/dead/analyzePackage.d.ts.map +1 -0
- package/dist/node/actions/dead/classifyPackageVisibility.d.ts +4 -0
- package/dist/node/actions/dead/classifyPackageVisibility.d.ts.map +1 -0
- package/dist/node/actions/dead/collectExternalUsage.d.ts +38 -0
- package/dist/node/actions/dead/collectExternalUsage.d.ts.map +1 -0
- package/dist/node/actions/dead/collectSymbols.d.ts +40 -0
- package/dist/node/actions/dead/collectSymbols.d.ts.map +1 -0
- package/dist/node/actions/dead/dead.d.ts +4 -0
- package/dist/node/actions/dead/dead.d.ts.map +1 -0
- package/dist/node/actions/dead/deprecation.d.ts +3 -0
- package/dist/node/actions/dead/deprecation.d.ts.map +1 -0
- package/dist/node/actions/dead/detectActiveCodeWorkspace.d.ts +7 -0
- package/dist/node/actions/dead/detectActiveCodeWorkspace.d.ts.map +1 -0
- package/dist/node/actions/dead/evaluateRules.d.ts +8 -0
- package/dist/node/actions/dead/evaluateRules.d.ts.map +1 -0
- package/dist/node/actions/dead/findWorkspaceFile.d.ts +13 -0
- package/dist/node/actions/dead/findWorkspaceFile.d.ts.map +1 -0
- package/dist/node/actions/dead/fixDeadCode.d.ts +12 -0
- package/dist/node/actions/dead/fixDeadCode.d.ts.map +1 -0
- package/dist/node/actions/dead/index.d.ts +10 -0
- package/dist/node/actions/dead/index.d.ts.map +1 -0
- package/dist/node/actions/dead/parseCodeWorkspace.d.ts +7 -0
- package/dist/node/actions/dead/parseCodeWorkspace.d.ts.map +1 -0
- package/dist/node/actions/dead/propagateExternalUsage.d.ts +4 -0
- package/dist/node/actions/dead/propagateExternalUsage.d.ts.map +1 -0
- package/dist/node/actions/dead/pruneDeadFiles.d.ts +7 -0
- package/dist/node/actions/dead/pruneDeadFiles.d.ts.map +1 -0
- package/dist/node/actions/dead/reporters.d.ts +6 -0
- package/dist/node/actions/dead/reporters.d.ts.map +1 -0
- package/dist/node/actions/dead/ruleConfig.d.ts +5 -0
- package/dist/node/actions/dead/ruleConfig.d.ts.map +1 -0
- package/dist/node/actions/dead/ruleNames.d.ts +4 -0
- package/dist/node/actions/dead/ruleNames.d.ts.map +1 -0
- package/dist/node/actions/dead/rules.d.ts +7 -0
- package/dist/node/actions/dead/rules.d.ts.map +1 -0
- package/dist/node/actions/dead/runDeadAnalysis.d.ts +25 -0
- package/dist/node/actions/dead/runDeadAnalysis.d.ts.map +1 -0
- package/dist/node/actions/dead/runtimeEntries.d.ts +23 -0
- package/dist/node/actions/dead/runtimeEntries.d.ts.map +1 -0
- package/dist/node/actions/dead/sourceEdits.d.ts +7 -0
- package/dist/node/actions/dead/sourceEdits.d.ts.map +1 -0
- package/dist/node/actions/dead/storybookConventions.d.ts +6 -0
- package/dist/node/actions/dead/storybookConventions.d.ts.map +1 -0
- package/dist/node/actions/dead/types.d.ts +68 -0
- package/dist/node/actions/dead/types.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/checkPackage.d.ts +17 -0
- package/dist/node/actions/deplint/checkPackage/checkPackage.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/checkPackageTypes.d.ts +19 -0
- package/dist/node/actions/deplint/checkPackage/checkPackageTypes.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/getMismatchedPeerDevVersions.d.ts +11 -0
- package/dist/node/actions/deplint/checkPackage/getMismatchedPeerDevVersions.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/getUnlistedDependencies.d.ts +21 -0
- package/dist/node/actions/deplint/checkPackage/getUnlistedDependencies.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/getUnlistedDevDependencies.d.ts +6 -0
- package/dist/node/actions/deplint/checkPackage/getUnlistedDevDependencies.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/getUnnecessaryPeerDependencies.d.ts +24 -0
- package/dist/node/actions/deplint/checkPackage/getUnnecessaryPeerDependencies.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/getUnsatisfiedPeerDependencies.d.ts +74 -0
- package/dist/node/actions/deplint/checkPackage/getUnsatisfiedPeerDependencies.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/getUnusedDependencies.d.ts +12 -0
- package/dist/node/actions/deplint/checkPackage/getUnusedDependencies.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/getUnusedDevDependencies.d.ts +7 -0
- package/dist/node/actions/deplint/checkPackage/getUnusedDevDependencies.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/getUnusedPeerDependencies.d.ts +6 -0
- package/dist/node/actions/deplint/checkPackage/getUnusedPeerDependencies.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/getWorkspaceVersionProblems.d.ts +21 -0
- package/dist/node/actions/deplint/checkPackage/getWorkspaceVersionProblems.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/index.d.ts +13 -0
- package/dist/node/actions/deplint/checkPackage/index.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/legacyPeerCheck.d.ts +13 -0
- package/dist/node/actions/deplint/checkPackage/legacyPeerCheck.d.ts.map +1 -0
- package/dist/node/actions/deplint/deplint.d.ts +20 -0
- package/dist/node/actions/deplint/deplint.d.ts.map +1 -0
- package/dist/node/actions/deplint/engine.d.ts +15 -0
- package/dist/node/actions/deplint/engine.d.ts.map +1 -0
- package/dist/node/actions/deplint/fetchPackageManifest.d.ts +25 -0
- package/dist/node/actions/deplint/fetchPackageManifest.d.ts.map +1 -0
- package/dist/node/actions/deplint/findFiles.d.ts +6 -0
- package/dist/node/actions/deplint/findFiles.d.ts.map +1 -0
- package/dist/node/actions/deplint/findFilesByGlob.d.ts +2 -0
- package/dist/node/actions/deplint/findFilesByGlob.d.ts.map +1 -0
- package/dist/node/actions/deplint/fixer.d.ts +3 -0
- package/dist/node/actions/deplint/fixer.d.ts.map +1 -0
- package/dist/node/actions/deplint/getBasePackageName.d.ts +2 -0
- package/dist/node/actions/deplint/getBasePackageName.d.ts.map +1 -0
- package/dist/node/actions/deplint/getCliReferencedPackagesFromFiles.d.ts +12 -0
- package/dist/node/actions/deplint/getCliReferencedPackagesFromFiles.d.ts.map +1 -0
- package/dist/node/actions/deplint/getDependenciesFromPackageJson.d.ts +9 -0
- package/dist/node/actions/deplint/getDependenciesFromPackageJson.d.ts.map +1 -0
- package/dist/node/actions/deplint/getExtendsFromTsconfigs.d.ts +10 -0
- package/dist/node/actions/deplint/getExtendsFromTsconfigs.d.ts.map +1 -0
- package/dist/node/actions/deplint/getExternalImportsFromFiles.d.ts +12 -0
- package/dist/node/actions/deplint/getExternalImportsFromFiles.d.ts.map +1 -0
- package/dist/node/actions/deplint/getImportsFromFile.d.ts +4 -0
- package/dist/node/actions/deplint/getImportsFromFile.d.ts.map +1 -0
- package/dist/node/actions/deplint/getRequiredPeerDependencies.d.ts +10 -0
- package/dist/node/actions/deplint/getRequiredPeerDependencies.d.ts.map +1 -0
- package/dist/node/actions/deplint/getScriptReferencedPackages.d.ts +8 -0
- package/dist/node/actions/deplint/getScriptReferencedPackages.d.ts.map +1 -0
- package/dist/node/actions/deplint/getStorybookConfigImports.d.ts +3 -0
- package/dist/node/actions/deplint/getStorybookConfigImports.d.ts.map +1 -0
- package/dist/node/actions/deplint/implicitDevDependencies.d.ts +15 -0
- package/dist/node/actions/deplint/implicitDevDependencies.d.ts.map +1 -0
- package/dist/node/actions/deplint/index.d.ts +11 -0
- package/dist/node/actions/deplint/index.d.ts.map +1 -0
- package/dist/node/actions/deplint/isTerminalPackage.d.ts +25 -0
- package/dist/node/actions/deplint/isTerminalPackage.d.ts.map +1 -0
- package/dist/node/actions/deplint/loader.d.ts +4 -0
- package/dist/node/actions/deplint/loader.d.ts.map +1 -0
- package/dist/node/actions/deplint/packageEditor.d.ts +11 -0
- package/dist/node/actions/deplint/packageEditor.d.ts.map +1 -0
- package/dist/node/actions/deplint/packageJsonEditor.d.ts +97 -0
- package/dist/node/actions/deplint/packageJsonEditor.d.ts.map +1 -0
- package/dist/node/actions/deplint/peerRangeOptions.d.ts +10 -0
- package/dist/node/actions/deplint/peerRangeOptions.d.ts.map +1 -0
- package/dist/node/actions/deplint/reporters.d.ts +8 -0
- package/dist/node/actions/deplint/reporters.d.ts.map +1 -0
- package/dist/node/actions/deplint/resolvePeerBumpFixes.d.ts +24 -0
- package/dist/node/actions/deplint/resolvePeerBumpFixes.d.ts.map +1 -0
- package/dist/node/actions/deplint/ruleConfig.d.ts +5 -0
- package/dist/node/actions/deplint/ruleConfig.d.ts.map +1 -0
- package/dist/node/actions/deplint/rules.d.ts +4 -0
- package/dist/node/actions/deplint/rules.d.ts.map +1 -0
- package/dist/node/actions/deplint/rulesDiagnostic.d.ts +4 -0
- package/dist/node/actions/deplint/rulesDiagnostic.d.ts.map +1 -0
- package/dist/node/actions/deplint/rulesMisplaced.d.ts +4 -0
- package/dist/node/actions/deplint/rulesMisplaced.d.ts.map +1 -0
- package/dist/node/actions/deplint/snapshot.d.ts +22 -0
- package/dist/node/actions/deplint/snapshot.d.ts.map +1 -0
- package/dist/node/actions/deplint/tsScriptsAliases.d.ts +11 -0
- package/dist/node/actions/deplint/tsScriptsAliases.d.ts.map +1 -0
- package/dist/node/actions/deplint/types.d.ts +295 -0
- package/dist/node/actions/deplint/types.d.ts.map +1 -0
- package/dist/node/actions/deplint/versionMismatchFixes.d.ts +4 -0
- package/dist/node/actions/deplint/versionMismatchFixes.d.ts.map +1 -0
- package/dist/node/actions/deploy.d.ts +3 -0
- package/dist/node/actions/deploy.d.ts.map +1 -0
- package/dist/node/actions/eject.d.ts +2 -0
- package/dist/node/actions/eject.d.ts.map +1 -0
- package/dist/node/actions/fix.d.ts +7 -0
- package/dist/node/actions/fix.d.ts.map +1 -0
- package/dist/node/actions/gitignore.d.ts +4 -0
- package/dist/node/actions/gitignore.d.ts.map +1 -0
- package/dist/node/actions/gitlint-fix.d.ts +2 -0
- package/dist/node/actions/gitlint-fix.d.ts.map +1 -0
- package/dist/node/actions/gitlint.d.ts +2 -0
- package/dist/node/actions/gitlint.d.ts.map +1 -0
- package/dist/node/actions/incremental.d.ts +46 -0
- package/dist/node/actions/incremental.d.ts.map +1 -0
- package/dist/node/actions/index.d.ts +54 -0
- package/dist/node/actions/index.d.ts.map +1 -0
- package/dist/node/actions/install.d.ts +2 -0
- package/dist/node/actions/install.d.ts.map +1 -0
- package/dist/node/actions/license.d.ts +2 -0
- package/dist/node/actions/license.d.ts.map +1 -0
- package/dist/node/actions/lint-config.d.ts +16 -0
- package/dist/node/actions/lint-config.d.ts.map +1 -0
- package/dist/node/actions/lint-init.d.ts +16 -0
- package/dist/node/actions/lint-init.d.ts.map +1 -0
- package/dist/node/actions/lint.d.ts +36 -0
- package/dist/node/actions/lint.d.ts.map +1 -0
- package/dist/node/actions/lintNext.d.ts +14 -0
- package/dist/node/actions/lintNext.d.ts.map +1 -0
- package/dist/node/actions/lintNextWorker.d.ts +21 -0
- package/dist/node/actions/lintNextWorker.d.ts.map +1 -0
- package/dist/node/actions/lintTierAnalysis.d.ts +59 -0
- package/dist/node/actions/lintTierAnalysis.d.ts.map +1 -0
- package/dist/node/actions/lintlint.d.ts +13 -0
- package/dist/node/actions/lintlint.d.ts.map +1 -0
- package/dist/node/actions/node-lint.d.ts +19 -0
- package/dist/node/actions/node-lint.d.ts.map +1 -0
- package/dist/node/actions/npmignore-gen.d.ts +2 -0
- package/dist/node/actions/npmignore-gen.d.ts.map +1 -0
- package/dist/node/actions/orphan.d.ts +6 -0
- package/dist/node/actions/orphan.d.ts.map +1 -0
- package/dist/node/actions/package/clean-outputs.d.ts +6 -0
- package/dist/node/actions/package/clean-outputs.d.ts.map +1 -0
- package/dist/node/actions/package/clean-typescript.d.ts +3 -0
- package/dist/node/actions/package/clean-typescript.d.ts.map +1 -0
- package/dist/node/actions/package/clean.d.ts +3 -0
- package/dist/node/actions/package/clean.d.ts.map +1 -0
- package/dist/node/actions/package/compile/ApiExposureConfig.d.ts +58 -0
- package/dist/node/actions/package/compile/ApiExposureConfig.d.ts.map +1 -0
- package/dist/node/actions/package/compile/MonolithConfig.d.ts +85 -0
- package/dist/node/actions/package/compile/MonolithConfig.d.ts.map +1 -0
- package/dist/node/actions/package/compile/XyConfig.d.ts +462 -0
- package/dist/node/actions/package/compile/XyConfig.d.ts.map +1 -0
- package/dist/node/actions/package/compile/buildEntries.d.ts +3 -0
- package/dist/node/actions/package/compile/buildEntries.d.ts.map +1 -0
- package/dist/node/actions/package/compile/compile.d.ts +7 -0
- package/dist/node/actions/package/compile/compile.d.ts.map +1 -0
- package/dist/node/actions/package/compile/createProgramFromConfig.d.ts +25 -0
- package/dist/node/actions/package/compile/createProgramFromConfig.d.ts.map +1 -0
- package/dist/node/actions/package/compile/createTypescriptConfig.d.ts +29 -0
- package/dist/node/actions/package/compile/createTypescriptConfig.d.ts.map +1 -0
- package/dist/node/actions/package/compile/deepMerge.d.ts +4 -0
- package/dist/node/actions/package/compile/deepMerge.d.ts.map +1 -0
- package/dist/node/actions/package/compile/entryOutputName.d.ts +5 -0
- package/dist/node/actions/package/compile/entryOutputName.d.ts.map +1 -0
- package/dist/node/actions/package/compile/findWorkspaceRoot.d.ts +5 -0
- package/dist/node/actions/package/compile/findWorkspaceRoot.d.ts.map +1 -0
- package/dist/node/actions/package/compile/getCompilerOptions.d.ts +3 -0
- package/dist/node/actions/package/compile/getCompilerOptions.d.ts.map +1 -0
- package/dist/node/actions/package/compile/index.d.ts +16 -0
- package/dist/node/actions/package/compile/index.d.ts.map +1 -0
- package/dist/node/actions/package/compile/inputs.d.ts +2 -0
- package/dist/node/actions/package/compile/inputs.d.ts.map +1 -0
- package/dist/node/actions/package/compile/monolithCompileDeclarations.d.ts +14 -0
- package/dist/node/actions/package/compile/monolithCompileDeclarations.d.ts.map +1 -0
- package/dist/node/actions/package/compile/monolithCompileEntries.d.ts +20 -0
- package/dist/node/actions/package/compile/monolithCompileEntries.d.ts.map +1 -0
- package/dist/node/actions/package/compile/monolithCompileLayout.d.ts +42 -0
- package/dist/node/actions/package/compile/monolithCompileLayout.d.ts.map +1 -0
- package/dist/node/actions/package/compile/packageCompileEsbuild.d.ts +18 -0
- package/dist/node/actions/package/compile/packageCompileEsbuild.d.ts.map +1 -0
- package/dist/node/actions/package/compile/packageCompileMonolith.d.ts +10 -0
- package/dist/node/actions/package/compile/packageCompileMonolith.d.ts.map +1 -0
- package/dist/node/actions/package/compile/packageCompileTsc.d.ts +3 -0
- package/dist/node/actions/package/compile/packageCompileTsc.d.ts.map +1 -0
- package/dist/node/actions/package/compile/packageCompileTsup.d.ts +6 -0
- package/dist/node/actions/package/compile/packageCompileTsup.d.ts.map +1 -0
- package/dist/node/actions/package/compile/packageCompileVendor.d.ts +4 -0
- package/dist/node/actions/package/compile/packageCompileVendor.d.ts.map +1 -0
- package/dist/node/actions/package/compile/resolveCompileBundleOptions.d.ts +13 -0
- package/dist/node/actions/package/compile/resolveCompileBundleOptions.d.ts.map +1 -0
- package/dist/node/actions/package/compile/resolveCompilePlatforms.d.ts +23 -0
- package/dist/node/actions/package/compile/resolveCompilePlatforms.d.ts.map +1 -0
- package/dist/node/actions/package/compile/resolvePlatformTypes.d.ts +5 -0
- package/dist/node/actions/package/compile/resolvePlatformTypes.d.ts.map +1 -0
- package/dist/node/actions/package/compile/runTsc.d.ts +2 -0
- package/dist/node/actions/package/compile/runTsc.d.ts.map +1 -0
- package/dist/node/actions/package/compile/validateFullPackage.d.ts +2 -0
- package/dist/node/actions/package/compile/validateFullPackage.d.ts.map +1 -0
- package/dist/node/actions/package/compile/vendorCompile.d.ts +6 -0
- package/dist/node/actions/package/compile/vendorCompile.d.ts.map +1 -0
- package/dist/node/actions/package/compile/vendorCompileEmit.d.ts +8 -0
- package/dist/node/actions/package/compile/vendorCompileEmit.d.ts.map +1 -0
- package/dist/node/actions/package/compile/vendorCompileInternals.d.ts +31 -0
- package/dist/node/actions/package/compile/vendorCompileInternals.d.ts.map +1 -0
- package/dist/node/actions/package/compile/vendorCompileRewrite.d.ts +3 -0
- package/dist/node/actions/package/compile/vendorCompileRewrite.d.ts.map +1 -0
- package/dist/node/actions/package/compile/vendorCompileTypes.d.ts +31 -0
- package/dist/node/actions/package/compile/vendorCompileTypes.d.ts.map +1 -0
- package/dist/node/actions/package/compileTargetsPublint.d.ts +13 -0
- package/dist/node/actions/package/compileTargetsPublint.d.ts.map +1 -0
- package/dist/node/actions/package/copy-assets.d.ts +5 -0
- package/dist/node/actions/package/copy-assets.d.ts.map +1 -0
- package/dist/node/actions/package/expectedCompileOutputs.d.ts +11 -0
- package/dist/node/actions/package/expectedCompileOutputs.d.ts.map +1 -0
- package/dist/node/actions/package/exportConditionPublint.d.ts +9 -0
- package/dist/node/actions/package/exportConditionPublint.d.ts.map +1 -0
- package/dist/node/actions/package/exportMapPublint.d.ts +7 -0
- package/dist/node/actions/package/exportMapPublint.d.ts.map +1 -0
- package/dist/node/actions/package/index.d.ts +9 -0
- package/dist/node/actions/package/index.d.ts.map +1 -0
- package/dist/node/actions/package/lint.d.ts +2 -0
- package/dist/node/actions/package/lint.d.ts.map +1 -0
- package/dist/node/actions/package/platformPublint.d.ts +7 -0
- package/dist/node/actions/package/platformPublint.d.ts.map +1 -0
- package/dist/node/actions/package/publint.d.ts +16 -0
- package/dist/node/actions/package/publint.d.ts.map +1 -0
- package/dist/node/actions/package/recompile.d.ts +3 -0
- package/dist/node/actions/package/recompile.d.ts.map +1 -0
- package/dist/node/actions/package-lint-deps.d.ts +47 -0
- package/dist/node/actions/package-lint-deps.d.ts.map +1 -0
- package/dist/node/actions/package-lint-engines.d.ts +22 -0
- package/dist/node/actions/package-lint-engines.d.ts.map +1 -0
- package/dist/node/actions/package-lint-pnpm.d.ts +11 -0
- package/dist/node/actions/package-lint-pnpm.d.ts.map +1 -0
- package/dist/node/actions/package-lint-specs.d.ts +9 -0
- package/dist/node/actions/package-lint-specs.d.ts.map +1 -0
- package/dist/node/actions/package-lint.d.ts +7 -0
- package/dist/node/actions/package-lint.d.ts.map +1 -0
- package/dist/node/actions/packman/clean.d.ts +5 -0
- package/dist/node/actions/packman/clean.d.ts.map +1 -0
- package/dist/node/actions/packman/convert.d.ts +10 -0
- package/dist/node/actions/packman/convert.d.ts.map +1 -0
- package/dist/node/actions/packman/convertToBun.d.ts +2 -0
- package/dist/node/actions/packman/convertToBun.d.ts.map +1 -0
- package/dist/node/actions/packman/convertToNpm.d.ts +2 -0
- package/dist/node/actions/packman/convertToNpm.d.ts.map +1 -0
- package/dist/node/actions/packman/convertToPnpm.d.ts +2 -0
- package/dist/node/actions/packman/convertToPnpm.d.ts.map +1 -0
- package/dist/node/actions/packman/convertToYarn.d.ts +2 -0
- package/dist/node/actions/packman/convertToYarn.d.ts.map +1 -0
- package/dist/node/actions/packman/index.d.ts +5 -0
- package/dist/node/actions/packman/index.d.ts.map +1 -0
- package/dist/node/actions/packman/lint.d.ts +6 -0
- package/dist/node/actions/packman/lint.d.ts.map +1 -0
- package/dist/node/actions/packman/rewriteScripts.d.ts +5 -0
- package/dist/node/actions/packman/rewriteScripts.d.ts.map +1 -0
- package/dist/node/actions/packman/rewriteSourceImports.d.ts +2 -0
- package/dist/node/actions/packman/rewriteSourceImports.d.ts.map +1 -0
- package/dist/node/actions/packman/swapTsScriptsDependency.d.ts +2 -0
- package/dist/node/actions/packman/swapTsScriptsDependency.d.ts.map +1 -0
- package/dist/node/actions/publint.d.ts +48 -0
- package/dist/node/actions/publint.d.ts.map +1 -0
- package/dist/node/actions/publish.d.ts +22 -0
- package/dist/node/actions/publish.d.ts.map +1 -0
- package/dist/node/actions/reactTest.d.ts +2 -0
- package/dist/node/actions/reactTest.d.ts.map +1 -0
- package/dist/node/actions/rebuild.d.ts +7 -0
- package/dist/node/actions/rebuild.d.ts.map +1 -0
- package/dist/node/actions/recompile.d.ts +16 -0
- package/dist/node/actions/recompile.d.ts.map +1 -0
- package/dist/node/actions/reinstall.d.ts +2 -0
- package/dist/node/actions/reinstall.d.ts.map +1 -0
- package/dist/node/actions/releaseAgeExcludeScopes.d.ts +13 -0
- package/dist/node/actions/releaseAgeExcludeScopes.d.ts.map +1 -0
- package/dist/node/actions/relint.d.ts +24 -0
- package/dist/node/actions/relint.d.ts.map +1 -0
- package/dist/node/actions/repo-init.d.ts +14 -0
- package/dist/node/actions/repo-init.d.ts.map +1 -0
- package/dist/node/actions/republint.d.ts +13 -0
- package/dist/node/actions/republint.d.ts.map +1 -0
- package/dist/node/actions/result.d.ts +44 -0
- package/dist/node/actions/result.d.ts.map +1 -0
- package/dist/node/actions/retest.d.ts +5 -0
- package/dist/node/actions/retest.d.ts.map +1 -0
- package/dist/node/actions/secure.d.ts +7 -0
- package/dist/node/actions/secure.d.ts.map +1 -0
- package/dist/node/actions/sitemap.d.ts +2 -0
- package/dist/node/actions/sitemap.d.ts.map +1 -0
- package/dist/node/actions/skills/defaults.d.ts +6 -0
- package/dist/node/actions/skills/defaults.d.ts.map +1 -0
- package/dist/node/actions/skills/detectProfile.d.ts +10 -0
- package/dist/node/actions/skills/detectProfile.d.ts.map +1 -0
- package/dist/node/actions/skills/index.d.ts +9 -0
- package/dist/node/actions/skills/index.d.ts.map +1 -0
- package/dist/node/actions/skills/installed.d.ts +10 -0
- package/dist/node/actions/skills/installed.d.ts.map +1 -0
- package/dist/node/actions/skills/lint.d.ts +26 -0
- package/dist/node/actions/skills/lint.d.ts.map +1 -0
- package/dist/node/actions/skills/passthrough.d.ts +25 -0
- package/dist/node/actions/skills/passthrough.d.ts.map +1 -0
- package/dist/node/actions/skills/skillRules.d.ts +9 -0
- package/dist/node/actions/skills/skillRules.d.ts.map +1 -0
- package/dist/node/actions/skills/updo.d.ts +4 -0
- package/dist/node/actions/skills/updo.d.ts.map +1 -0
- package/dist/node/actions/skills/versions.d.ts +10 -0
- package/dist/node/actions/skills/versions.d.ts.map +1 -0
- package/dist/node/actions/sonar.d.ts +2 -0
- package/dist/node/actions/sonar.d.ts.map +1 -0
- package/dist/node/actions/start.d.ts +2 -0
- package/dist/node/actions/start.d.ts.map +1 -0
- package/dist/node/actions/statics.d.ts +2 -0
- package/dist/node/actions/statics.d.ts.map +1 -0
- package/dist/node/actions/test.d.ts +5 -0
- package/dist/node/actions/test.d.ts.map +1 -0
- package/dist/node/actions/tsc-validate/index.d.ts +3 -0
- package/dist/node/actions/tsc-validate/index.d.ts.map +1 -0
- package/dist/node/actions/tsc-validate/sharedValidate.d.ts +34 -0
- package/dist/node/actions/tsc-validate/sharedValidate.d.ts.map +1 -0
- package/dist/node/actions/tsc-validate/tscValidate.d.ts +35 -0
- package/dist/node/actions/tsc-validate/tscValidate.d.ts.map +1 -0
- package/dist/node/actions/up.d.ts +2 -0
- package/dist/node/actions/up.d.ts.map +1 -0
- package/dist/node/actions/updo.d.ts +9 -0
- package/dist/node/actions/updo.d.ts.map +1 -0
- package/dist/node/actions/work/id.d.ts +8 -0
- package/dist/node/actions/work/id.d.ts.map +1 -0
- package/dist/node/actions/work/index.d.ts +131 -0
- package/dist/node/actions/work/index.d.ts.map +1 -0
- package/dist/node/actions/work/inline.d.ts +8 -0
- package/dist/node/actions/work/inline.d.ts.map +1 -0
- package/dist/node/actions/work/priority.d.ts +5 -0
- package/dist/node/actions/work/priority.d.ts.map +1 -0
- package/dist/node/actions/work/schema.d.ts +81 -0
- package/dist/node/actions/work/schema.d.ts.map +1 -0
- package/dist/node/actions/work/store.d.ts +23 -0
- package/dist/node/actions/work/store.d.ts.map +1 -0
- package/dist/node/bin/package/build.d.ts +3 -0
- package/dist/node/bin/package/build.d.ts.map +1 -0
- package/dist/node/bin/package/clean-outputs.d.ts +3 -0
- package/dist/node/bin/package/clean-outputs.d.ts.map +1 -0
- package/dist/node/bin/package/clean-typescript.d.ts +3 -0
- package/dist/node/bin/package/clean-typescript.d.ts.map +1 -0
- package/dist/node/bin/package/clean.d.ts +3 -0
- package/dist/node/bin/package/clean.d.ts.map +1 -0
- package/dist/node/bin/package/compile-tsup.d.ts +3 -0
- package/dist/node/bin/package/compile-tsup.d.ts.map +1 -0
- package/dist/node/bin/package/compile.d.ts +3 -0
- package/dist/node/bin/package/compile.d.ts.map +1 -0
- package/dist/node/bin/package/copy-assets-cjs.d.ts +3 -0
- package/dist/node/bin/package/copy-assets-cjs.d.ts.map +1 -0
- package/dist/node/bin/package/copy-assets-esm.d.ts +3 -0
- package/dist/node/bin/package/copy-assets-esm.d.ts.map +1 -0
- package/dist/node/bin/package/fix.d.ts +3 -0
- package/dist/node/bin/package/fix.d.ts.map +1 -0
- package/dist/node/bin/package/lint-verbose.d.ts +3 -0
- package/dist/node/bin/package/lint-verbose.d.ts.map +1 -0
- package/dist/node/bin/package/lint.d.ts +3 -0
- package/dist/node/bin/package/lint.d.ts.map +1 -0
- package/dist/node/bin/package/publint.d.ts +3 -0
- package/dist/node/bin/package/publint.d.ts.map +1 -0
- package/dist/node/bin/package/recompile.d.ts +3 -0
- package/dist/node/bin/package/recompile.d.ts.map +1 -0
- package/dist/node/bin/package/relint.d.ts +3 -0
- package/dist/node/bin/package/relint.d.ts.map +1 -0
- package/dist/node/bin/package/sync-layout.d.ts +3 -0
- package/dist/node/bin/package/sync-layout.d.ts.map +1 -0
- package/dist/node/bin/run-or-exec.d.ts +3 -0
- package/dist/node/bin/run-or-exec.d.ts.map +1 -0
- package/dist/node/bin/xy.d.ts +3 -0
- package/dist/node/bin/xy.d.ts.map +1 -0
- package/dist/node/index.d.ts +6 -0
- package/dist/node/index.d.ts.map +1 -0
- package/dist/node/lib/bundledCliPath.d.ts +4 -0
- package/dist/node/lib/bundledCliPath.d.ts.map +1 -0
- package/dist/node/lib/checkResult.d.ts +2 -0
- package/dist/node/lib/checkResult.d.ts.map +1 -0
- package/dist/node/lib/concurrency.d.ts +5 -0
- package/dist/node/lib/concurrency.d.ts.map +1 -0
- package/dist/node/lib/copyAssetFiles.d.ts +10 -0
- package/dist/node/lib/copyAssetFiles.d.ts.map +1 -0
- package/dist/node/lib/createBuildConfig.d.ts +2 -0
- package/dist/node/lib/createBuildConfig.d.ts.map +1 -0
- package/dist/node/lib/crossSpawn.d.ts +6 -0
- package/dist/node/lib/crossSpawn.d.ts.map +1 -0
- package/dist/node/lib/deepMerge.d.ts +24 -0
- package/dist/node/lib/deepMerge.d.ts.map +1 -0
- package/dist/node/lib/defaultBuildConfig.d.ts +9 -0
- package/dist/node/lib/defaultBuildConfig.d.ts.map +1 -0
- package/dist/node/lib/deleteGlob.d.ts +2 -0
- package/dist/node/lib/deleteGlob.d.ts.map +1 -0
- package/dist/node/lib/dependencies/DuplicateDetector.d.ts +7 -0
- package/dist/node/lib/dependencies/DuplicateDetector.d.ts.map +1 -0
- package/dist/node/lib/dependencies/detectDuplicateDependencies.d.ts +2 -0
- package/dist/node/lib/dependencies/detectDuplicateDependencies.d.ts.map +1 -0
- package/dist/node/lib/dependencies/index.d.ts +4 -0
- package/dist/node/lib/dependencies/index.d.ts.map +1 -0
- package/dist/node/lib/dependencies/workspaceCycles.d.ts +15 -0
- package/dist/node/lib/dependencies/workspaceCycles.d.ts.map +1 -0
- package/dist/node/lib/deprecationMigrate.d.ts +2 -0
- package/dist/node/lib/deprecationMigrate.d.ts.map +1 -0
- package/dist/node/lib/eslintCache.d.ts +4 -0
- package/dist/node/lib/eslintCache.d.ts.map +1 -0
- package/dist/node/lib/file/ReadFileSyncOptions.d.ts +6 -0
- package/dist/node/lib/file/ReadFileSyncOptions.d.ts.map +1 -0
- package/dist/node/lib/file/constants.d.ts +3 -0
- package/dist/node/lib/file/constants.d.ts.map +1 -0
- package/dist/node/lib/file/fileLines.d.ts +6 -0
- package/dist/node/lib/file/fileLines.d.ts.map +1 -0
- package/dist/node/lib/file/index.d.ts +5 -0
- package/dist/node/lib/file/index.d.ts.map +1 -0
- package/dist/node/lib/file/tryReadFileSync.d.ts +4 -0
- package/dist/node/lib/file/tryReadFileSync.d.ts.map +1 -0
- package/dist/node/lib/fillTemplate.d.ts +2 -0
- package/dist/node/lib/fillTemplate.d.ts.map +1 -0
- package/dist/node/lib/generateIgnoreFiles.d.ts +2 -0
- package/dist/node/lib/generateIgnoreFiles.d.ts.map +1 -0
- package/dist/node/lib/gitConfig.d.ts +25 -0
- package/dist/node/lib/gitConfig.d.ts.map +1 -0
- package/dist/node/lib/gitignoreTemplate.d.ts +2 -0
- package/dist/node/lib/gitignoreTemplate.d.ts.map +1 -0
- package/dist/node/lib/index.d.ts +45 -0
- package/dist/node/lib/index.d.ts.map +1 -0
- package/dist/node/lib/initCwd.d.ts +2 -0
- package/dist/node/lib/initCwd.d.ts.map +1 -0
- package/dist/node/lib/jsonFormatters.d.ts +2 -0
- package/dist/node/lib/jsonFormatters.d.ts.map +1 -0
- package/dist/node/lib/latestVersions.d.ts +8 -0
- package/dist/node/lib/latestVersions.d.ts.map +1 -0
- package/dist/node/lib/loadConfig.d.ts +10 -0
- package/dist/node/lib/loadConfig.d.ts.map +1 -0
- package/dist/node/lib/match.d.ts +21 -0
- package/dist/node/lib/match.d.ts.map +1 -0
- package/dist/node/lib/npmLatestVersion.d.ts +3 -0
- package/dist/node/lib/npmLatestVersion.d.ts.map +1 -0
- package/dist/node/lib/packageManagerRuntime.d.ts +25 -0
- package/dist/node/lib/packageManagerRuntime.d.ts.map +1 -0
- package/dist/node/lib/packageName.d.ts +2 -0
- package/dist/node/lib/packageName.d.ts.map +1 -0
- package/dist/node/lib/parsedPackageJson.d.ts +2 -0
- package/dist/node/lib/parsedPackageJson.d.ts.map +1 -0
- package/dist/node/lib/pnpmConfig/index.d.ts +2 -0
- package/dist/node/lib/pnpmConfig/index.d.ts.map +1 -0
- package/dist/node/lib/pnpmConfig/readMinReleaseAge.d.ts +18 -0
- package/dist/node/lib/pnpmConfig/readMinReleaseAge.d.ts.map +1 -0
- package/dist/node/lib/processEx.d.ts +2 -0
- package/dist/node/lib/processEx.d.ts.map +1 -0
- package/dist/node/lib/repoTemplates.d.ts +7 -0
- package/dist/node/lib/repoTemplates.d.ts.map +1 -0
- package/dist/node/lib/reporting/index.d.ts +3 -0
- package/dist/node/lib/reporting/index.d.ts.map +1 -0
- package/dist/node/lib/reporting/runWithEnvelope.d.ts +15 -0
- package/dist/node/lib/reporting/runWithEnvelope.d.ts.map +1 -0
- package/dist/node/lib/reporting/xyReporter.d.ts +27 -0
- package/dist/node/lib/reporting/xyReporter.d.ts.map +1 -0
- package/dist/node/lib/runSteps.d.ts +3 -0
- package/dist/node/lib/runSteps.d.ts.map +1 -0
- package/dist/node/lib/runStepsAsync.d.ts +4 -0
- package/dist/node/lib/runStepsAsync.d.ts.map +1 -0
- package/dist/node/lib/runXy.d.ts +2 -0
- package/dist/node/lib/runXy.d.ts.map +1 -0
- package/dist/node/lib/runXyWithWarning.d.ts +2 -0
- package/dist/node/lib/runXyWithWarning.d.ts.map +1 -0
- package/dist/node/lib/safeExit.d.ts +8 -0
- package/dist/node/lib/safeExit.d.ts.map +1 -0
- package/dist/node/lib/secure/classify.d.ts +8 -0
- package/dist/node/lib/secure/classify.d.ts.map +1 -0
- package/dist/node/lib/secure/collectDeclaredDependencies.d.ts +6 -0
- package/dist/node/lib/secure/collectDeclaredDependencies.d.ts.map +1 -0
- package/dist/node/lib/secure/fetchPackageSecurityMetadata.d.ts +8 -0
- package/dist/node/lib/secure/fetchPackageSecurityMetadata.d.ts.map +1 -0
- package/dist/node/lib/secure/index.d.ts +7 -0
- package/dist/node/lib/secure/index.d.ts.map +1 -0
- package/dist/node/lib/secure/interfaces.d.ts +35 -0
- package/dist/node/lib/secure/interfaces.d.ts.map +1 -0
- package/dist/node/lib/secure/renderSecurityAudit.d.ts +4 -0
- package/dist/node/lib/secure/renderSecurityAudit.d.ts.map +1 -0
- package/dist/node/lib/secure/runSecurityAudit.d.ts +15 -0
- package/dist/node/lib/secure/runSecurityAudit.d.ts.map +1 -0
- package/dist/node/lib/shouldRunInstall.d.ts +2 -0
- package/dist/node/lib/shouldRunInstall.d.ts.map +1 -0
- package/dist/node/lib/string/empty.d.ts +3 -0
- package/dist/node/lib/string/empty.d.ts.map +1 -0
- package/dist/node/lib/string/index.d.ts +4 -0
- package/dist/node/lib/string/index.d.ts.map +1 -0
- package/dist/node/lib/string/localeCompare.d.ts +2 -0
- package/dist/node/lib/string/localeCompare.d.ts.map +1 -0
- package/dist/node/lib/string/union.d.ts +2 -0
- package/dist/node/lib/string/union.d.ts.map +1 -0
- package/dist/node/lib/toolchainVersion.d.ts +3 -0
- package/dist/node/lib/toolchainVersion.d.ts.map +1 -0
- package/dist/node/lib/tryRunLocalScript.d.ts +10 -0
- package/dist/node/lib/tryRunLocalScript.d.ts.map +1 -0
- package/dist/node/lib/updo/applyUpdates.d.ts +4 -0
- package/dist/node/lib/updo/applyUpdates.d.ts.map +1 -0
- package/dist/node/lib/updo/collectWorkspaceDeps.d.ts +4 -0
- package/dist/node/lib/updo/collectWorkspaceDeps.d.ts.map +1 -0
- package/dist/node/lib/updo/fetchRegistryInfo.d.ts +37 -0
- package/dist/node/lib/updo/fetchRegistryInfo.d.ts.map +1 -0
- package/dist/node/lib/updo/index.d.ts +9 -0
- package/dist/node/lib/updo/index.d.ts.map +1 -0
- package/dist/node/lib/updo/interactiveSelect.d.ts +31 -0
- package/dist/node/lib/updo/interactiveSelect.d.ts.map +1 -0
- package/dist/node/lib/updo/interfaces.d.ts +50 -0
- package/dist/node/lib/updo/interfaces.d.ts.map +1 -0
- package/dist/node/lib/updo/renderTable.d.ts +3 -0
- package/dist/node/lib/updo/renderTable.d.ts.map +1 -0
- package/dist/node/lib/updo/resolveVersions.d.ts +19 -0
- package/dist/node/lib/updo/resolveVersions.d.ts.map +1 -0
- package/dist/node/lib/updo/runUpdo.d.ts +27 -0
- package/dist/node/lib/updo/runUpdo.d.ts.map +1 -0
- package/dist/node/lib/withErrnoException.d.ts +2 -0
- package/dist/node/lib/withErrnoException.d.ts.map +1 -0
- package/dist/node/lib/withError.d.ts +2 -0
- package/dist/node/lib/withError.d.ts.map +1 -0
- package/dist/node/lib/yarn/index.d.ts +3 -0
- package/dist/node/lib/yarn/index.d.ts.map +1 -0
- package/dist/node/lib/yarn/isYarnVersionOrGreater.d.ts +2 -0
- package/dist/node/lib/yarn/isYarnVersionOrGreater.d.ts.map +1 -0
- package/dist/node/lib/yarn/workspace/Workspace.d.ts +2 -0
- package/dist/node/lib/yarn/workspace/Workspace.d.ts.map +1 -0
- package/dist/node/lib/yarn/workspace/index.d.ts +3 -0
- package/dist/node/lib/yarn/workspace/index.d.ts.map +1 -0
- package/dist/node/lib/yarn/workspace/yarnWorkspace.d.ts +3 -0
- package/dist/node/lib/yarn/workspace/yarnWorkspace.d.ts.map +1 -0
- package/dist/node/lib/yarn/workspace/yarnWorkspaces.d.ts +3 -0
- package/dist/node/lib/yarn/workspace/yarnWorkspaces.d.ts.map +1 -0
- package/dist/node/loadPackageConfig.d.ts +40 -0
- package/dist/node/loadPackageConfig.d.ts.map +1 -0
- package/dist/node/pm/PackageManager.d.ts +85 -0
- package/dist/node/pm/PackageManager.d.ts.map +1 -0
- package/dist/node/pm/bunPackageManager.d.ts +20 -0
- package/dist/node/pm/bunPackageManager.d.ts.map +1 -0
- package/dist/node/pm/detectPackageManager.d.ts +3 -0
- package/dist/node/pm/detectPackageManager.d.ts.map +1 -0
- package/dist/node/pm/index.d.ts +11 -0
- package/dist/node/pm/index.d.ts.map +1 -0
- package/dist/node/pm/isReactProject.d.ts +3 -0
- package/dist/node/pm/isReactProject.d.ts.map +1 -0
- package/dist/node/pm/npmPackageManager.d.ts +20 -0
- package/dist/node/pm/npmPackageManager.d.ts.map +1 -0
- package/dist/node/pm/pnpmPackageManager.d.ts +20 -0
- package/dist/node/pm/pnpmPackageManager.d.ts.map +1 -0
- package/dist/node/pm/registry.d.ts +5 -0
- package/dist/node/pm/registry.d.ts.map +1 -0
- package/dist/node/pm/resolveWorkspace.d.ts +3 -0
- package/dist/node/pm/resolveWorkspace.d.ts.map +1 -0
- package/dist/node/pm/runtime.d.ts +2 -0
- package/dist/node/pm/runtime.d.ts.map +1 -0
- package/dist/node/pm/workspaces.d.ts +15 -0
- package/dist/node/pm/workspaces.d.ts.map +1 -0
- package/dist/node/pm/yarnPackageManager.d.ts +20 -0
- package/dist/node/pm/yarnPackageManager.d.ts.map +1 -0
- package/dist/node/xy/build/buildCommand.d.ts +3 -0
- package/dist/node/xy/build/buildCommand.d.ts.map +1 -0
- package/dist/node/xy/build/compileCommand.d.ts +3 -0
- package/dist/node/xy/build/compileCommand.d.ts.map +1 -0
- package/dist/node/xy/build/copyAssetsCommand.d.ts +3 -0
- package/dist/node/xy/build/copyAssetsCommand.d.ts.map +1 -0
- package/dist/node/xy/build/index.d.ts +3 -0
- package/dist/node/xy/build/index.d.ts.map +1 -0
- package/dist/node/xy/build/rebuildCommand.d.ts +3 -0
- package/dist/node/xy/build/rebuildCommand.d.ts.map +1 -0
- package/dist/node/xy/build/recompileCommand.d.ts +3 -0
- package/dist/node/xy/build/recompileCommand.d.ts.map +1 -0
- package/dist/node/xy/build/tscValidateCommand.d.ts +3 -0
- package/dist/node/xy/build/tscValidateCommand.d.ts.map +1 -0
- package/dist/node/xy/common/checkCommand.d.ts +3 -0
- package/dist/node/xy/common/checkCommand.d.ts.map +1 -0
- package/dist/node/xy/common/deadCommand.d.ts +3 -0
- package/dist/node/xy/common/deadCommand.d.ts.map +1 -0
- package/dist/node/xy/common/gitignoreCommand.d.ts +3 -0
- package/dist/node/xy/common/gitignoreCommand.d.ts.map +1 -0
- package/dist/node/xy/common/gitlintCommand.d.ts +3 -0
- package/dist/node/xy/common/gitlintCommand.d.ts.map +1 -0
- package/dist/node/xy/common/index.d.ts +3 -0
- package/dist/node/xy/common/index.d.ts.map +1 -0
- package/dist/node/xy/common/licenseCommand.d.ts +3 -0
- package/dist/node/xy/common/licenseCommand.d.ts.map +1 -0
- package/dist/node/xy/common/npmignoreGenCommand.d.ts +3 -0
- package/dist/node/xy/common/npmignoreGenCommand.d.ts.map +1 -0
- package/dist/node/xy/common/orphan/cleanCommand.d.ts +3 -0
- package/dist/node/xy/common/orphan/cleanCommand.d.ts.map +1 -0
- package/dist/node/xy/common/orphan/index.d.ts +3 -0
- package/dist/node/xy/common/orphan/index.d.ts.map +1 -0
- package/dist/node/xy/common/orphan/listCommand.d.ts +3 -0
- package/dist/node/xy/common/orphan/listCommand.d.ts.map +1 -0
- package/dist/node/xy/common/packmanCommand.d.ts +3 -0
- package/dist/node/xy/common/packmanCommand.d.ts.map +1 -0
- package/dist/node/xy/common/repo/index.d.ts +3 -0
- package/dist/node/xy/common/repo/index.d.ts.map +1 -0
- package/dist/node/xy/common/repo/initCommand.d.ts +3 -0
- package/dist/node/xy/common/repo/initCommand.d.ts.map +1 -0
- package/dist/node/xy/common/repo/lintCommand.d.ts +3 -0
- package/dist/node/xy/common/repo/lintCommand.d.ts.map +1 -0
- package/dist/node/xy/common/retestCommand.d.ts +3 -0
- package/dist/node/xy/common/retestCommand.d.ts.map +1 -0
- package/dist/node/xy/common/secureCommand.d.ts +3 -0
- package/dist/node/xy/common/secureCommand.d.ts.map +1 -0
- package/dist/node/xy/common/skills/index.d.ts +3 -0
- package/dist/node/xy/common/skills/index.d.ts.map +1 -0
- package/dist/node/xy/common/testCommand.d.ts +3 -0
- package/dist/node/xy/common/testCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/addCommand.d.ts +3 -0
- package/dist/node/xy/common/work/addCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/claimCommand.d.ts +3 -0
- package/dist/node/xy/common/work/claimCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/doneCommand.d.ts +3 -0
- package/dist/node/xy/common/work/doneCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/index.d.ts +3 -0
- package/dist/node/xy/common/work/index.d.ts.map +1 -0
- package/dist/node/xy/common/work/initCommand.d.ts +3 -0
- package/dist/node/xy/common/work/initCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/listCommand.d.ts +3 -0
- package/dist/node/xy/common/work/listCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/nextCommand.d.ts +3 -0
- package/dist/node/xy/common/work/nextCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/options.d.ts +5 -0
- package/dist/node/xy/common/work/options.d.ts.map +1 -0
- package/dist/node/xy/common/work/queueCommand.d.ts +3 -0
- package/dist/node/xy/common/work/queueCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/showCommand.d.ts +3 -0
- package/dist/node/xy/common/work/showCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/triageCommand.d.ts +3 -0
- package/dist/node/xy/common/work/triageCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/updateCommand.d.ts +3 -0
- package/dist/node/xy/common/work/updateCommand.d.ts.map +1 -0
- package/dist/node/xy/deploy/deployCommand.d.ts +3 -0
- package/dist/node/xy/deploy/deployCommand.d.ts.map +1 -0
- package/dist/node/xy/deploy/index.d.ts +3 -0
- package/dist/node/xy/deploy/index.d.ts.map +1 -0
- package/dist/node/xy/deploy/publishCommand.d.ts +3 -0
- package/dist/node/xy/deploy/publishCommand.d.ts.map +1 -0
- package/dist/node/xy/index.d.ts +9 -0
- package/dist/node/xy/index.d.ts.map +1 -0
- package/dist/node/xy/install/cleanCommand.d.ts +3 -0
- package/dist/node/xy/install/cleanCommand.d.ts.map +1 -0
- package/dist/node/xy/install/index.d.ts +3 -0
- package/dist/node/xy/install/index.d.ts.map +1 -0
- package/dist/node/xy/install/installCommand.d.ts +3 -0
- package/dist/node/xy/install/installCommand.d.ts.map +1 -0
- package/dist/node/xy/install/reinstallCommand.d.ts +3 -0
- package/dist/node/xy/install/reinstallCommand.d.ts.map +1 -0
- package/dist/node/xy/install/staticsCommand.d.ts +3 -0
- package/dist/node/xy/install/staticsCommand.d.ts.map +1 -0
- package/dist/node/xy/install/upCommand.d.ts +3 -0
- package/dist/node/xy/install/upCommand.d.ts.map +1 -0
- package/dist/node/xy/install/updoCommand.d.ts +3 -0
- package/dist/node/xy/install/updoCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/apiExposureCommand.d.ts +3 -0
- package/dist/node/xy/lint/apiExposureCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/cycleCommand.d.ts +3 -0
- package/dist/node/xy/lint/cycleCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/deplintCommand.d.ts +3 -0
- package/dist/node/xy/lint/deplintCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/fixCommand.d.ts +3 -0
- package/dist/node/xy/lint/fixCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/index.d.ts +3 -0
- package/dist/node/xy/lint/index.d.ts.map +1 -0
- package/dist/node/xy/lint/lint/configCommand.d.ts +5 -0
- package/dist/node/xy/lint/lint/configCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/lint/index.d.ts +3 -0
- package/dist/node/xy/lint/lint/index.d.ts.map +1 -0
- package/dist/node/xy/lint/lint/initCommand.d.ts +3 -0
- package/dist/node/xy/lint/lint/initCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/lint/runCommand.d.ts +3 -0
- package/dist/node/xy/lint/lint/runCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/lintCommand.d.ts +2 -0
- package/dist/node/xy/lint/lintCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/lintlintCommand.d.ts +3 -0
- package/dist/node/xy/lint/lintlintCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/nodeLintCommand.d.ts +3 -0
- package/dist/node/xy/lint/nodeLintCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/publintCommand.d.ts +3 -0
- package/dist/node/xy/lint/publintCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/relintCommand.d.ts +3 -0
- package/dist/node/xy/lint/relintCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/republintCommand.d.ts +3 -0
- package/dist/node/xy/lint/republintCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/sonarCommand.d.ts +3 -0
- package/dist/node/xy/lint/sonarCommand.d.ts.map +1 -0
- package/dist/node/xy/packageManagerWarning.d.ts +4 -0
- package/dist/node/xy/packageManagerWarning.d.ts.map +1 -0
- package/dist/node/xy/param.d.ts +5 -0
- package/dist/node/xy/param.d.ts.map +1 -0
- package/dist/node/xy/react/analyzeCommand.d.ts +3 -0
- package/dist/node/xy/react/analyzeCommand.d.ts.map +1 -0
- package/dist/node/xy/react/ejectCommand.d.ts +3 -0
- package/dist/node/xy/react/ejectCommand.d.ts.map +1 -0
- package/dist/node/xy/react/index.d.ts +3 -0
- package/dist/node/xy/react/index.d.ts.map +1 -0
- package/dist/node/xy/react/sitemapCommand.d.ts +3 -0
- package/dist/node/xy/react/sitemapCommand.d.ts.map +1 -0
- package/dist/node/xy/react/startCommand.d.ts +3 -0
- package/dist/node/xy/react/startCommand.d.ts.map +1 -0
- package/dist/node/xy/xy.d.ts +20 -0
- package/dist/node/xy/xy.d.ts.map +1 -0
- package/dist/node/xy/xyParseOptions.d.ts +3 -0
- package/dist/node/xy/xyParseOptions.d.ts.map +1 -0
- package/dist/pm/PackageManager.d.ts +85 -0
- package/dist/pm/PackageManager.d.ts.map +1 -0
- package/dist/pm/bunPackageManager.d.ts +20 -0
- package/dist/pm/bunPackageManager.d.ts.map +1 -0
- package/dist/pm/detectPackageManager.d.ts +3 -0
- package/dist/pm/detectPackageManager.d.ts.map +1 -0
- package/dist/pm/detectReact.d.ts +3 -0
- package/dist/pm/detectReact.d.ts.map +1 -0
- package/dist/pm/index.d.ts +11 -0
- package/dist/pm/index.d.ts.map +1 -0
- package/dist/pm/isReactProject.d.ts +3 -0
- package/dist/pm/isReactProject.d.ts.map +1 -0
- package/dist/pm/npmPackageManager.d.ts +20 -0
- package/dist/pm/npmPackageManager.d.ts.map +1 -0
- package/dist/pm/pnpmPackageManager.d.ts +20 -0
- package/dist/pm/pnpmPackageManager.d.ts.map +1 -0
- package/dist/pm/registry.d.ts +5 -0
- package/dist/pm/registry.d.ts.map +1 -0
- package/dist/pm/resolveWorkspace.d.ts +3 -0
- package/dist/pm/resolveWorkspace.d.ts.map +1 -0
- package/dist/pm/runtime.d.ts +2 -0
- package/dist/pm/runtime.d.ts.map +1 -0
- package/dist/pm/workspaces.d.ts +15 -0
- package/dist/pm/workspaces.d.ts.map +1 -0
- package/dist/pm/yarnPackageManager.d.ts +20 -0
- package/dist/pm/yarnPackageManager.d.ts.map +1 -0
- package/dist/xy/build/buildCommand.d.ts +3 -0
- package/dist/xy/build/buildCommand.d.ts.map +1 -0
- package/dist/xy/build/compileCommand.d.ts +3 -0
- package/dist/xy/build/compileCommand.d.ts.map +1 -0
- package/dist/xy/build/copyAssetsCommand.d.ts +3 -0
- package/dist/xy/build/copyAssetsCommand.d.ts.map +1 -0
- package/dist/xy/build/index.d.ts +3 -0
- package/dist/xy/build/index.d.ts.map +1 -0
- package/dist/xy/build/rebuildCommand.d.ts +3 -0
- package/dist/xy/build/rebuildCommand.d.ts.map +1 -0
- package/dist/xy/build/recompileCommand.d.ts +3 -0
- package/dist/xy/build/recompileCommand.d.ts.map +1 -0
- package/dist/xy/build/tscValidateCommand.d.ts +3 -0
- package/dist/xy/build/tscValidateCommand.d.ts.map +1 -0
- package/dist/xy/common/checkCommand.d.ts +3 -0
- package/dist/xy/common/checkCommand.d.ts.map +1 -0
- package/dist/xy/common/claude/checkCommand.d.ts +3 -0
- package/dist/xy/common/claude/checkCommand.d.ts.map +1 -0
- package/dist/xy/common/claude/cleanCommand.d.ts +3 -0
- package/dist/xy/common/claude/cleanCommand.d.ts.map +1 -0
- package/dist/xy/common/claude/commandsCommand.d.ts +3 -0
- package/dist/xy/common/claude/commandsCommand.d.ts.map +1 -0
- package/dist/xy/common/claude/index.d.ts +3 -0
- package/dist/xy/common/claude/index.d.ts.map +1 -0
- package/dist/xy/common/claude/initCommand.d.ts +3 -0
- package/dist/xy/common/claude/initCommand.d.ts.map +1 -0
- package/dist/xy/common/claude/rulesCommand.d.ts +3 -0
- package/dist/xy/common/claude/rulesCommand.d.ts.map +1 -0
- package/dist/xy/common/claude/settingsCommand.d.ts +3 -0
- package/dist/xy/common/claude/settingsCommand.d.ts.map +1 -0
- package/dist/xy/common/claude/skillsCommand.d.ts +3 -0
- package/dist/xy/common/claude/skillsCommand.d.ts.map +1 -0
- package/dist/xy/common/deadCommand.d.ts +3 -0
- package/dist/xy/common/deadCommand.d.ts.map +1 -0
- package/dist/xy/common/gitignoreCommand.d.ts +3 -0
- package/dist/xy/common/gitignoreCommand.d.ts.map +1 -0
- package/dist/xy/common/gitlintCommand.d.ts +3 -0
- package/dist/xy/common/gitlintCommand.d.ts.map +1 -0
- package/dist/xy/common/index.d.ts +3 -0
- package/dist/xy/common/index.d.ts.map +1 -0
- package/dist/xy/common/licenseCommand.d.ts +3 -0
- package/dist/xy/common/licenseCommand.d.ts.map +1 -0
- package/dist/xy/common/npmignoreGenCommand.d.ts +3 -0
- package/dist/xy/common/npmignoreGenCommand.d.ts.map +1 -0
- package/dist/xy/common/orphan/cleanCommand.d.ts +3 -0
- package/dist/xy/common/orphan/cleanCommand.d.ts.map +1 -0
- package/dist/xy/common/orphan/index.d.ts +3 -0
- package/dist/xy/common/orphan/index.d.ts.map +1 -0
- package/dist/xy/common/orphan/listCommand.d.ts +3 -0
- package/dist/xy/common/orphan/listCommand.d.ts.map +1 -0
- package/dist/xy/common/packmanCommand.d.ts +3 -0
- package/dist/xy/common/packmanCommand.d.ts.map +1 -0
- package/dist/xy/common/repo/index.d.ts +3 -0
- package/dist/xy/common/repo/index.d.ts.map +1 -0
- package/dist/xy/common/repo/initCommand.d.ts +3 -0
- package/dist/xy/common/repo/initCommand.d.ts.map +1 -0
- package/dist/xy/common/repo/lintCommand.d.ts +3 -0
- package/dist/xy/common/repo/lintCommand.d.ts.map +1 -0
- package/dist/xy/common/retestCommand.d.ts +3 -0
- package/dist/xy/common/retestCommand.d.ts.map +1 -0
- package/dist/xy/common/secureCommand.d.ts +3 -0
- package/dist/xy/common/secureCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/addCommand.d.ts +3 -0
- package/dist/xy/common/skills/addCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/experimentalInstallCommand.d.ts +3 -0
- package/dist/xy/common/skills/experimentalInstallCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/experimentalSyncCommand.d.ts +3 -0
- package/dist/xy/common/skills/experimentalSyncCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/findCommand.d.ts +3 -0
- package/dist/xy/common/skills/findCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/index.d.ts +3 -0
- package/dist/xy/common/skills/index.d.ts.map +1 -0
- package/dist/xy/common/skills/initCommand.d.ts +3 -0
- package/dist/xy/common/skills/initCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/lintCommand.d.ts +3 -0
- package/dist/xy/common/skills/lintCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/listCommand.d.ts +3 -0
- package/dist/xy/common/skills/listCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/removeCommand.d.ts +3 -0
- package/dist/xy/common/skills/removeCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/updateCommand.d.ts +3 -0
- package/dist/xy/common/skills/updateCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/updoCommand.d.ts +3 -0
- package/dist/xy/common/skills/updoCommand.d.ts.map +1 -0
- package/dist/xy/common/testCommand.d.ts +3 -0
- package/dist/xy/common/testCommand.d.ts.map +1 -0
- package/dist/xy/common/work/addCommand.d.ts +3 -0
- package/dist/xy/common/work/addCommand.d.ts.map +1 -0
- package/dist/xy/common/work/claimCommand.d.ts +3 -0
- package/dist/xy/common/work/claimCommand.d.ts.map +1 -0
- package/dist/xy/common/work/doneCommand.d.ts +3 -0
- package/dist/xy/common/work/doneCommand.d.ts.map +1 -0
- package/dist/xy/common/work/index.d.ts +3 -0
- package/dist/xy/common/work/index.d.ts.map +1 -0
- package/dist/xy/common/work/initCommand.d.ts +3 -0
- package/dist/xy/common/work/initCommand.d.ts.map +1 -0
- package/dist/xy/common/work/listCommand.d.ts +3 -0
- package/dist/xy/common/work/listCommand.d.ts.map +1 -0
- package/dist/xy/common/work/nextCommand.d.ts +3 -0
- package/dist/xy/common/work/nextCommand.d.ts.map +1 -0
- package/dist/xy/common/work/options.d.ts +5 -0
- package/dist/xy/common/work/options.d.ts.map +1 -0
- package/dist/xy/common/work/queueCommand.d.ts +3 -0
- package/dist/xy/common/work/queueCommand.d.ts.map +1 -0
- package/dist/xy/common/work/showCommand.d.ts +3 -0
- package/dist/xy/common/work/showCommand.d.ts.map +1 -0
- package/dist/xy/common/work/triageCommand.d.ts +3 -0
- package/dist/xy/common/work/triageCommand.d.ts.map +1 -0
- package/dist/xy/common/work/updateCommand.d.ts +3 -0
- package/dist/xy/common/work/updateCommand.d.ts.map +1 -0
- package/dist/xy/deploy/deployCommand.d.ts +3 -0
- package/dist/xy/deploy/deployCommand.d.ts.map +1 -0
- package/dist/xy/deploy/index.d.ts +3 -0
- package/dist/xy/deploy/index.d.ts.map +1 -0
- package/dist/xy/deploy/publishCommand.d.ts +3 -0
- package/dist/xy/deploy/publishCommand.d.ts.map +1 -0
- package/dist/xy/index.d.ts +9 -0
- package/dist/xy/index.d.ts.map +1 -0
- package/dist/xy/install/cleanCommand.d.ts +3 -0
- package/dist/xy/install/cleanCommand.d.ts.map +1 -0
- package/dist/xy/install/index.d.ts +3 -0
- package/dist/xy/install/index.d.ts.map +1 -0
- package/dist/xy/install/installCommand.d.ts +3 -0
- package/dist/xy/install/installCommand.d.ts.map +1 -0
- package/dist/xy/install/reinstallCommand.d.ts +3 -0
- package/dist/xy/install/reinstallCommand.d.ts.map +1 -0
- package/dist/xy/install/staticsCommand.d.ts +3 -0
- package/dist/xy/install/staticsCommand.d.ts.map +1 -0
- package/dist/xy/install/upCommand.d.ts +3 -0
- package/dist/xy/install/upCommand.d.ts.map +1 -0
- package/dist/xy/install/updoCommand.d.ts +3 -0
- package/dist/xy/install/updoCommand.d.ts.map +1 -0
- package/dist/xy/install/upskillsCommand.d.ts +3 -0
- package/dist/xy/install/upskillsCommand.d.ts.map +1 -0
- package/dist/xy/lint/apiExposureCommand.d.ts +3 -0
- package/dist/xy/lint/apiExposureCommand.d.ts.map +1 -0
- package/dist/xy/lint/cycleCommand.d.ts +3 -0
- package/dist/xy/lint/cycleCommand.d.ts.map +1 -0
- package/dist/xy/lint/deplintCommand.d.ts +3 -0
- package/dist/xy/lint/deplintCommand.d.ts.map +1 -0
- package/dist/xy/lint/fixCommand.d.ts +3 -0
- package/dist/xy/lint/fixCommand.d.ts.map +1 -0
- package/dist/xy/lint/index.d.ts +3 -0
- package/dist/xy/lint/index.d.ts.map +1 -0
- package/dist/xy/lint/lint/configCommand.d.ts +5 -0
- package/dist/xy/lint/lint/configCommand.d.ts.map +1 -0
- package/dist/xy/lint/lint/index.d.ts +3 -0
- package/dist/xy/lint/lint/index.d.ts.map +1 -0
- package/dist/xy/lint/lint/initCommand.d.ts +3 -0
- package/dist/xy/lint/lint/initCommand.d.ts.map +1 -0
- package/dist/xy/lint/lint/runCommand.d.ts +3 -0
- package/dist/xy/lint/lint/runCommand.d.ts.map +1 -0
- package/dist/xy/lint/lintCommand.d.ts +2 -0
- package/dist/xy/lint/lintCommand.d.ts.map +1 -0
- package/dist/xy/lint/lintlintCommand.d.ts +3 -0
- package/dist/xy/lint/lintlintCommand.d.ts.map +1 -0
- package/dist/xy/lint/nodeLintCommand.d.ts +3 -0
- package/dist/xy/lint/nodeLintCommand.d.ts.map +1 -0
- package/dist/xy/lint/publintCommand.d.ts +3 -0
- package/dist/xy/lint/publintCommand.d.ts.map +1 -0
- package/dist/xy/lint/relintCommand.d.ts +3 -0
- package/dist/xy/lint/relintCommand.d.ts.map +1 -0
- package/dist/xy/lint/republintCommand.d.ts +3 -0
- package/dist/xy/lint/republintCommand.d.ts.map +1 -0
- package/dist/xy/lint/sonarCommand.d.ts +3 -0
- package/dist/xy/lint/sonarCommand.d.ts.map +1 -0
- package/dist/xy/packageManagerWarning.d.ts +4 -0
- package/dist/xy/packageManagerWarning.d.ts.map +1 -0
- package/dist/xy/param.d.ts +5 -0
- package/dist/xy/param.d.ts.map +1 -0
- package/dist/xy/react/analyzeCommand.d.ts +3 -0
- package/dist/xy/react/analyzeCommand.d.ts.map +1 -0
- package/dist/xy/react/ejectCommand.d.ts +3 -0
- package/dist/xy/react/ejectCommand.d.ts.map +1 -0
- package/dist/xy/react/index.d.ts +3 -0
- package/dist/xy/react/index.d.ts.map +1 -0
- package/dist/xy/react/sitemapCommand.d.ts +3 -0
- package/dist/xy/react/sitemapCommand.d.ts.map +1 -0
- package/dist/xy/react/startCommand.d.ts +3 -0
- package/dist/xy/react/startCommand.d.ts.map +1 -0
- package/dist/xy/xy.d.ts +20 -0
- package/dist/xy/xy.d.ts.map +1 -0
- package/dist/xy/xyParseOptions.d.ts +3 -0
- package/dist/xy/xyParseOptions.d.ts.map +1 -0
- package/package.json +108 -0
- package/templates/gitignore/gitignore/template.gitignore +51 -0
- package/templates/gitignore/template.gitignore +51 -0
- package/templates/repo/cli/package/package.json.tmpl +62 -0
- package/templates/repo/cli/package/src/__packageName__.ts.tmpl +21 -0
- package/templates/repo/cli/package/src/actions/index.ts +1 -0
- package/templates/repo/cli/package/src/actions/printVersion.ts.tmpl +8 -0
- package/templates/repo/cli/package/src/bin/__packageName__.ts.tmpl +12 -0
- package/templates/repo/cli/package/src/commands/index.ts +1 -0
- package/templates/repo/cli/package/src/commands/versionCommand.ts.tmpl +11 -0
- package/templates/repo/cli/package/src/index.ts.tmpl +1 -0
- package/templates/repo/cli/package/tsconfig.build.json +25 -0
- package/templates/repo/cli/package/tsconfig.json +4 -0
- package/templates/repo/cli/package/xy.config.ts +3 -0
- package/templates/repo/cli/root/CLAUDE.md.tmpl +36 -0
- package/templates/repo/cli/root/cspell.json.tmpl +13 -0
- package/templates/repo/cli/root/eslint.config.ts +20 -0
- package/templates/repo/cli/root/github/workflows/build-bun.yml.tmpl +30 -0
- package/templates/repo/cli/root/github/workflows/build-npm.yml.tmpl +32 -0
- package/templates/repo/cli/root/github/workflows/build-pnpm.yml.tmpl +34 -0
- package/templates/repo/cli/root/github/workflows/build-yarn.yml.tmpl +32 -0
- package/templates/repo/cli/root/gitignore.tmpl +47 -0
- package/templates/repo/cli/root/package.json.tmpl +54 -0
- package/templates/repo/cli/root/pnpm-workspace.yaml +2 -0
- package/templates/repo/cli/root/tsconfig.json +4 -0
- package/templates/repo/cli/root/vitest.config.ts +31 -0
- package/templates/repo/cli/root/xy.config.ts.tmpl +5 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loader.d.ts","sourceRoot":"","sources":["../../../../src/actions/deplint/loader.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAGxD,OAAO,KAAK,EAAiB,WAAW,EAAE,MAAM,YAAY,CAAA;AAiB5D,wBAAsB,gBAAgB,CAAC,MAAM,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC,CAqBrF"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Workspace } from '../../pm/index.ts';
|
|
2
|
+
import type { DeplintAppliedFix, DeplintFix } from './types.ts';
|
|
3
|
+
export declare class DeplintPackageEditor {
|
|
4
|
+
private dirty;
|
|
5
|
+
private readonly pkg;
|
|
6
|
+
private readonly workspace;
|
|
7
|
+
constructor(workspace: Workspace);
|
|
8
|
+
applyFix(fix: DeplintFix): DeplintAppliedFix | undefined;
|
|
9
|
+
save(): void;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=packageEditor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"packageEditor.d.ts","sourceRoot":"","sources":["../../../../src/actions/deplint/packageEditor.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAUlD,OAAO,KAAK,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,YAAY,CAAA;AAE/D,qBAAa,oBAAoB;IAC/B,OAAO,CAAC,KAAK,CAAQ;IAErB,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAa;IAEjC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAW;gBAEzB,SAAS,EAAE,SAAS;IAKhC,QAAQ,CAAC,GAAG,EAAE,UAAU,GAAG,iBAAiB,GAAG,SAAS;IAqDxD,IAAI,IAAI,IAAI;CAIb"}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import type { Workspace } from '../../pm/index.ts';
|
|
2
|
+
export interface PeerDependencyMeta {
|
|
3
|
+
optional?: boolean;
|
|
4
|
+
}
|
|
5
|
+
export interface PackageJson {
|
|
6
|
+
[key: string]: unknown;
|
|
7
|
+
dependencies?: Record<string, string>;
|
|
8
|
+
devDependencies?: Record<string, string>;
|
|
9
|
+
peerDependencies?: Record<string, string>;
|
|
10
|
+
peerDependenciesMeta?: Record<string, PeerDependencyMeta>;
|
|
11
|
+
}
|
|
12
|
+
export declare function readPackageJson(location: string): PackageJson;
|
|
13
|
+
export declare function writePackageJson(location: string, pkg: PackageJson): void;
|
|
14
|
+
/**
|
|
15
|
+
* Move a dependency from one section to another (e.g. dependencies → devDependencies).
|
|
16
|
+
* When moving out of `peerDependencies`, the corresponding
|
|
17
|
+
* `peerDependenciesMeta` entry is cleared so it does not dangle.
|
|
18
|
+
*/
|
|
19
|
+
export declare function moveDep(pkg: PackageJson, dep: string, from: string, to: string): void;
|
|
20
|
+
/**
|
|
21
|
+
* Remove a dependency from a section. When the section is `peerDependencies`,
|
|
22
|
+
* also strip any matching `peerDependenciesMeta` entry so meta does not
|
|
23
|
+
* dangle for a peer that is no longer declared.
|
|
24
|
+
*/
|
|
25
|
+
export declare function removeDep(pkg: PackageJson, dep: string, section: string): void;
|
|
26
|
+
/**
|
|
27
|
+
* Add a dependency to a section with a resolved version.
|
|
28
|
+
*/
|
|
29
|
+
export declare function addDep(pkg: PackageJson, dep: string, version: string, section: string): void;
|
|
30
|
+
/**
|
|
31
|
+
* Set or clear `peerDependenciesMeta[dep].optional`. Only meaningful for
|
|
32
|
+
* peers declared in `peerDependencies`.
|
|
33
|
+
*
|
|
34
|
+
* - `optional === true` → ensure `{ optional: true }` is set.
|
|
35
|
+
* - `optional === false` → clear any optional flag (and the entry itself if
|
|
36
|
+
* it would otherwise be `{}`).
|
|
37
|
+
* - `optional === undefined` → no-op; existing meta is preserved.
|
|
38
|
+
*/
|
|
39
|
+
export declare function setPeerOptional(pkg: PackageJson, dep: string, optional: boolean | undefined): void;
|
|
40
|
+
export type PeerBoundType = 'major' | 'minor';
|
|
41
|
+
export declare function isOpaqueVersionSpec(version: string | undefined): boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Format an installed version as a broad peerDependency range. The upper
|
|
44
|
+
* bound is the next major (`'major'`, default) or next minor (`'minor'`):
|
|
45
|
+
* 5.5.1, 'major' -> '>=5.5.1 <6'
|
|
46
|
+
* 0.5.1, 'major' -> '>=0.5.1 <1'
|
|
47
|
+
* 7.11.5, 'minor' -> '>=7.11.5 <7.12'
|
|
48
|
+
* 5.5.1-beta.0, 'major' -> '>=5.5.1-beta.0 <6'
|
|
49
|
+
* Falls back to `~<version>` if the version cannot be parsed.
|
|
50
|
+
*/
|
|
51
|
+
export declare function formatPeerRange(version: string, boundType?: PeerBoundType): string;
|
|
52
|
+
/**
|
|
53
|
+
* Compute the expected dependency/devDependency range. External package
|
|
54
|
+
* entries use a tilde range pinned to a full three-part lower bound.
|
|
55
|
+
*/
|
|
56
|
+
export declare function resolveExpectedDependencyVersion(location: string, dep: string, range?: string): string;
|
|
57
|
+
/**
|
|
58
|
+
* Resolve the version for a missing devDependency or dependency.
|
|
59
|
+
* Looks in node_modules first, then falls back to '*'.
|
|
60
|
+
*/
|
|
61
|
+
export declare function resolveDepVersion(location: string, dep: string): string;
|
|
62
|
+
/**
|
|
63
|
+
* Resolve the version for a missing peerDependency. Returns full-patch caret
|
|
64
|
+
* form anchored at the devDependency lower bound when known, or the installed
|
|
65
|
+
* version otherwise.
|
|
66
|
+
*/
|
|
67
|
+
export declare function resolvePeerDepVersion(location: string, dep: string, devRange?: string): string;
|
|
68
|
+
/**
|
|
69
|
+
* Compute the expected peerDependency range for a dep. Anchored at the
|
|
70
|
+
* devDependency's `minVersion` when available (so the peer range is a
|
|
71
|
+
* superset of devDep), otherwise the installed version. Produces
|
|
72
|
+
* `>=<lowerBound> <<major+1>`; falls back to '*' if nothing is known.
|
|
73
|
+
*/
|
|
74
|
+
export declare function resolveExpectedPeerVersion(location: string, dep: string, devRange?: string, boundType?: PeerBoundType): string;
|
|
75
|
+
/**
|
|
76
|
+
* Compute the non-broad peerDependency range for a dep. The result is a
|
|
77
|
+
* caret range anchored at a full three-part lower bound. Prefer the sibling
|
|
78
|
+
* devDependency floor; fall back to the current peer range and then the
|
|
79
|
+
* installed version.
|
|
80
|
+
*/
|
|
81
|
+
export declare function resolveExpectedPeerShorthandVersion(location: string, dep: string, devRange?: string, peerRange?: string): string;
|
|
82
|
+
/**
|
|
83
|
+
* Single entry-point used by every rule that writes a peerDependency range.
|
|
84
|
+
* Produces the form configured for `deplint.peerDependencies.range-style`
|
|
85
|
+
* directly, so the range-style rule never has to follow up another rule's
|
|
86
|
+
* fix in a second pass. That removes the 2-pass cascade that could oscillate
|
|
87
|
+
* when an upstream rule re-fired on every pass.
|
|
88
|
+
*/
|
|
89
|
+
export declare function resolvePeerVersionForFix(location: string, dep: string, devRange: string | undefined, form: 'broad' | 'shorthand', boundType?: PeerBoundType): string;
|
|
90
|
+
/**
|
|
91
|
+
* Compute the expected devDependency range for a dep when bumping to match
|
|
92
|
+
* the installed peer. Returns `~<major>.<minor>` (e.g. `~7.6`); falls back to
|
|
93
|
+
* `~<version>` if parsing fails or '*' if no installed version is found.
|
|
94
|
+
*/
|
|
95
|
+
export declare function resolveExpectedDevVersion(location: string, dep: string): string;
|
|
96
|
+
export declare function logFix(workspace: Workspace, action: string, dep: string, detail?: string): void;
|
|
97
|
+
//# sourceMappingURL=packageJsonEditor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"packageJsonEditor.d.ts","sourceRoot":"","sources":["../../../../src/actions/deplint/packageJsonEditor.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { PeerBoundType } from './packageJsonEditor.ts';
|
|
2
|
+
import type { DeplintRuleOptions } from './types.ts';
|
|
3
|
+
export declare function resolvePeerRangeBoundOption(options: DeplintRuleOptions): PeerBoundType | undefined;
|
|
4
|
+
/**
|
|
5
|
+
* The configured peer-range form. Defaults to `shorthand` unless the user has
|
|
6
|
+
* set a concrete `bound`, which implies they want broad comparator form.
|
|
7
|
+
*/
|
|
8
|
+
export declare function resolvePeerRangeFormOption(options: DeplintRuleOptions): 'broad' | 'shorthand';
|
|
9
|
+
export declare function isBroadPeerRange(range: string): boolean;
|
|
10
|
+
//# sourceMappingURL=peerRangeOptions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"peerRangeOptions.d.ts","sourceRoot":"","sources":["../../../../src/actions/deplint/peerRangeOptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAA;AAC3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAEpD,wBAAgB,2BAA2B,CAAC,OAAO,EAAE,kBAAkB,GAAG,aAAa,GAAG,SAAS,CAElG;AAED;;;GAGG;AACH,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,GAAG,WAAW,CAG7F;AAED,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAEvD"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { DeplintProgressReporter, DeplintReporter } from './types.ts';
|
|
2
|
+
export declare function createHumanDeplintProgressReporter({ isVerbose }?: {
|
|
3
|
+
isVerbose?: boolean;
|
|
4
|
+
}): DeplintProgressReporter;
|
|
5
|
+
export declare const humanDeplintReporter: DeplintReporter;
|
|
6
|
+
export declare const jsonDeplintReporter: DeplintReporter;
|
|
7
|
+
export declare function getDeplintReporter(format: 'human' | 'json'): DeplintReporter;
|
|
8
|
+
//# sourceMappingURL=reporters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reporters.d.ts","sourceRoot":"","sources":["../../../../src/actions/deplint/reporters.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAC+B,uBAAuB,EAAE,eAAe,EAClF,MAAM,YAAY,CAAA;AAyCnB,wBAAgB,kCAAkC,CAAC,EAAE,SAAiB,EAAE,GAAE;IAAE,SAAS,CAAC,EAAE,OAAO,CAAA;CAAO,GAAG,uBAAuB,CAE/H;AAiGD,eAAO,MAAM,oBAAoB,EAAE,eAyElC,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,eAIjC,CAAA;AAED,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,OAAO,GAAG,MAAM,GAAG,eAAe,CAE5E"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Resolves `resolve-peer-bump` fixes by consulting the npm registry.
|
|
3
|
+
*
|
|
4
|
+
* A `resolve-peer-bump` fix says "the installed peer X@v doesn't satisfy the
|
|
5
|
+
* range that the currently installed version of the requiring dep D declares —
|
|
6
|
+
* bump our declared range for D." To pick a concrete target range, we fetch
|
|
7
|
+
* D's registry manifest and find the highest published version whose
|
|
8
|
+
* `peerDependencies[X]` range accepts v. We then express our new declared
|
|
9
|
+
* range using D's actual version numbers (not the peer's — that was the old
|
|
10
|
+
* bug).
|
|
11
|
+
*
|
|
12
|
+
* If no published version of D accepts the installed peer, the fix is dropped
|
|
13
|
+
* and the mismatch remains visible in the next deplint pass as a warning.
|
|
14
|
+
*/
|
|
15
|
+
import type { DeplintDiagnostic } from './types.ts';
|
|
16
|
+
/** Test-only. */
|
|
17
|
+
export declare function clearPeerBumpCache(): void;
|
|
18
|
+
/**
|
|
19
|
+
* Mutates `diagnostics` in place: every `resolve-peer-bump` fix is replaced
|
|
20
|
+
* with either a concrete `set-version` fix or removed entirely if no
|
|
21
|
+
* published version of the requiring dep accepts the installed peer.
|
|
22
|
+
*/
|
|
23
|
+
export declare function resolvePeerBumpFixes(diagnostics: DeplintDiagnostic[]): Promise<void>;
|
|
24
|
+
//# sourceMappingURL=resolvePeerBumpFixes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resolvePeerBumpFixes.d.ts","sourceRoot":"","sources":["../../../../src/actions/deplint/resolvePeerBumpFixes.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAOH,OAAO,KAAK,EACV,iBAAiB,EAClB,MAAM,YAAY,CAAA;AAgLnB,iBAAiB;AACjB,wBAAgB,kBAAkB,IAAI,IAAI,CAGzC;AAED;;;;GAIG;AACH,wBAAsB,oBAAoB,CAAC,WAAW,EAAE,iBAAiB,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAU1F"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { DeplintConfig } from '../package/index.ts';
|
|
2
|
+
import type { DeplintRule, DeplintRuleOptions } from './types.ts';
|
|
3
|
+
export declare function normalizeDeplintRules(rules: DeplintRule[], config: DeplintConfig | undefined, builtInRuleIds: Set<string>): DeplintRule[];
|
|
4
|
+
export declare function isDependencyIgnoredByRule(dependency: string | undefined, options: DeplintRuleOptions | undefined): boolean;
|
|
5
|
+
//# sourceMappingURL=ruleConfig.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ruleConfig.d.ts","sourceRoot":"","sources":["../../../../src/actions/deplint/ruleConfig.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAA;AACxD,OAAO,KAAK,EACV,WAAW,EACX,kBAAkB,EAEnB,MAAM,YAAY,CAAA;AA+FnB,wBAAgB,qBAAqB,CACnC,KAAK,EAAE,WAAW,EAAE,EACpB,MAAM,EAAE,aAAa,GAAG,SAAS,EACjC,cAAc,EAAE,GAAG,CAAC,MAAM,CAAC,GAC1B,WAAW,EAAE,CA6Bf;AAED,wBAAgB,yBAAyB,CAAC,UAAU,EAAE,MAAM,GAAG,SAAS,EAAE,OAAO,EAAE,kBAAkB,GAAG,SAAS,GAAG,OAAO,CAG1H"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rules.d.ts","sourceRoot":"","sources":["../../../../src/actions/deplint/rules.ts"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EACE,aAAa,EAAE,WAAW,EACvC,MAAM,YAAY,CAAA;AA0sBnB,eAAO,MAAM,YAAY,EAAE,WAAW,EAkBrC,CAAA;AACD,eAAO,MAAM,oBAAoB,EAAE,aAAwD,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { DeplintFix, DeplintRule, DeplintSection, DeplintWorkspaceContext } from './types.ts';
|
|
2
|
+
export declare function isRuleFixable(rule: DeplintRule): boolean;
|
|
3
|
+
export declare function resolvedAddFix(context: DeplintWorkspaceContext, dependency: string, section: DeplintSection, detail: string, isOptional?: boolean): DeplintFix;
|
|
4
|
+
//# sourceMappingURL=rulesDiagnostic.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rulesDiagnostic.d.ts","sourceRoot":"","sources":["../../../../src/actions/deplint/rulesDiagnostic.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,UAAU,EAAE,WAAW,EAAE,cAAc,EAAE,uBAAuB,EACjE,MAAM,YAAY,CAAA;AAEnB,wBAAgB,aAAa,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO,CAExD;AAED,wBAAgB,cAAc,CAC5B,OAAO,EAAE,uBAAuB,EAChC,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,cAAc,EACvB,MAAM,EAAE,MAAM,EACd,UAAU,CAAC,EAAE,OAAO,GACnB,UAAU,CAmBZ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rulesMisplaced.d.ts","sourceRoot":"","sources":["../../../../src/actions/deplint/rulesMisplaced.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAc,WAAW,EAAE,MAAM,YAAY,CAAA;AAEzD,eAAO,MAAM,yBAAyB,EAAE,WAgEvC,CAAA;AAED,eAAO,MAAM,6BAA6B,EAAE,WA0E3C,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { Workspace } from '../../pm/index.ts';
|
|
2
|
+
import type { ApiExposureConfig } from '../package/index.ts';
|
|
3
|
+
import type { PeerBoundType } from './packageJsonEditor.ts';
|
|
4
|
+
import type { DeplintWorkspaceContext } from './types.ts';
|
|
5
|
+
export interface BuildWorkspaceContextOptions {
|
|
6
|
+
/** Config for the AEI classifier (`commands.apiExposure`), when `classifier` is `aei`. */
|
|
7
|
+
apiExposureConfig?: ApiExposureConfig;
|
|
8
|
+
/** Dep-vs-peer classifier to attach to the context. Default: `legacy`. */
|
|
9
|
+
classifier?: 'aei' | 'legacy';
|
|
10
|
+
exclude?: Set<string>;
|
|
11
|
+
forceDeps?: Set<string>;
|
|
12
|
+
forceDevs?: Set<string>;
|
|
13
|
+
forcePeerOptional?: Map<string, boolean>;
|
|
14
|
+
forcePeers?: Set<string>;
|
|
15
|
+
peerRangeBound?: PeerBoundType;
|
|
16
|
+
peerRangeForm?: 'broad' | 'shorthand';
|
|
17
|
+
sourceExclude?: string[];
|
|
18
|
+
terminalOverride?: boolean;
|
|
19
|
+
workspaceNames?: Set<string>;
|
|
20
|
+
}
|
|
21
|
+
export declare function buildWorkspaceContext(workspace: Workspace, options?: BuildWorkspaceContextOptions): DeplintWorkspaceContext;
|
|
22
|
+
//# sourceMappingURL=snapshot.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"snapshot.d.ts","sourceRoot":"","sources":["../../../../src/actions/deplint/snapshot.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAIlD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAW5D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAA;AAC3D,OAAO,KAAK,EAAmC,uBAAuB,EAAE,MAAM,YAAY,CAAA;AAE1F,MAAM,WAAW,4BAA4B;IAC3C,0FAA0F;IAC1F,iBAAiB,CAAC,EAAE,iBAAiB,CAAA;IACrC,0EAA0E;IAC1E,UAAU,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAA;IAC7B,OAAO,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IACrB,SAAS,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IACvB,SAAS,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IACvB,iBAAiB,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IACxC,UAAU,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IACxB,cAAc,CAAC,EAAE,aAAa,CAAA;IAC9B,aAAa,CAAC,EAAE,OAAO,GAAG,WAAW,CAAA;IACrC,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IACxB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,cAAc,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;CAC7B;AAmGD,wBAAgB,qBAAqB,CACnC,SAAS,EAAE,SAAS,EACpB,OAAO,GAAE,4BAAiC,GACzC,uBAAuB,CA0DzB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Returns true if `imp` is a ts-scripts import whose other PM variant
|
|
3
|
+
* is present in the dependency lists, meaning the import is satisfied.
|
|
4
|
+
*/
|
|
5
|
+
export declare function isSatisfiedByTsScriptsVariant(imp: string, allDeps: string[]): boolean;
|
|
6
|
+
/**
|
|
7
|
+
* Returns true if `dep` is a ts-scripts package whose other PM variant
|
|
8
|
+
* appears in the import list, meaning the dep is effectively used.
|
|
9
|
+
*/
|
|
10
|
+
export declare function isUsedViaTsScriptsVariant(dep: string, imports: string[]): boolean;
|
|
11
|
+
//# sourceMappingURL=tsScriptsAliases.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tsScriptsAliases.d.ts","sourceRoot":"","sources":["../../../../src/actions/deplint/tsScriptsAliases.ts"],"names":[],"mappings":"AAaA;;;GAGG;AACH,wBAAgB,6BAA6B,CAC3C,GAAG,EAAE,MAAM,EACX,OAAO,EAAE,MAAM,EAAE,GAChB,OAAO,CAGT;AAED;;;GAGG;AACH,wBAAgB,yBAAyB,CACvC,GAAG,EAAE,MAAM,EACX,OAAO,EAAE,MAAM,EAAE,GAChB,OAAO,CAGT"}
|
|
@@ -0,0 +1,295 @@
|
|
|
1
|
+
import type { Workspace } from '../../pm/index.ts';
|
|
2
|
+
import type { CheckPackageParams, CheckSourceParams } from './checkPackage/index.ts';
|
|
3
|
+
import type { FileContext } from './implicitDevDependencies.ts';
|
|
4
|
+
import type { PeerBoundType } from './packageJsonEditor.ts';
|
|
5
|
+
export type DeplintSeverity = 'error' | 'warning';
|
|
6
|
+
export type DeplintCategory = 'dependencies' | 'devDependencies' | 'peerDependencies' | 'workspace';
|
|
7
|
+
export type DeplintFixKind = 'manifest';
|
|
8
|
+
export type DeplintPackageKind = 'library' | 'library/cli' | 'terminal[cli]' | 'terminal[private]';
|
|
9
|
+
export type DeplintSection = 'dependencies' | 'devDependencies' | 'peerDependencies';
|
|
10
|
+
export interface DeplintCheckFlags {
|
|
11
|
+
checkDependencies: boolean;
|
|
12
|
+
checkDevDependencies: boolean;
|
|
13
|
+
checkPeerDependencies: boolean;
|
|
14
|
+
checkWorkspace: boolean;
|
|
15
|
+
}
|
|
16
|
+
export type DeplintFix = {
|
|
17
|
+
action: 'add';
|
|
18
|
+
dependency: string;
|
|
19
|
+
detail: string;
|
|
20
|
+
/**
|
|
21
|
+
* Only meaningful when `section === 'peerDependencies'`.
|
|
22
|
+
* `true` writes `peerDependenciesMeta[dependency].optional = true`.
|
|
23
|
+
* `false` clears any existing optional flag.
|
|
24
|
+
* `undefined` leaves `peerDependenciesMeta` untouched.
|
|
25
|
+
*/
|
|
26
|
+
optional?: boolean;
|
|
27
|
+
section: DeplintSection;
|
|
28
|
+
version: string;
|
|
29
|
+
} | {
|
|
30
|
+
action: 'move';
|
|
31
|
+
dependency: string;
|
|
32
|
+
detail: string;
|
|
33
|
+
fromSection: DeplintSection;
|
|
34
|
+
/** Same semantics as `add.optional`; only meaningful when `toSection === 'peerDependencies'`. */
|
|
35
|
+
optional?: boolean;
|
|
36
|
+
toSection: DeplintSection;
|
|
37
|
+
version?: string;
|
|
38
|
+
} | {
|
|
39
|
+
action: 'remove';
|
|
40
|
+
dependency: string;
|
|
41
|
+
detail: string;
|
|
42
|
+
section: DeplintSection;
|
|
43
|
+
} | {
|
|
44
|
+
action: 'set-version';
|
|
45
|
+
dependency: string;
|
|
46
|
+
detail: string;
|
|
47
|
+
section: DeplintSection;
|
|
48
|
+
version: string;
|
|
49
|
+
} | {
|
|
50
|
+
/**
|
|
51
|
+
* Pending intent: "the installed peer doesn't satisfy the range that the
|
|
52
|
+
* requiring dep's current registry version declares — bump this dep to
|
|
53
|
+
* whichever published version accepts the installed peer." Resolved into
|
|
54
|
+
* a concrete `set-version` fix by `resolvePeerBumpFixes` before the
|
|
55
|
+
* fix applier runs.
|
|
56
|
+
*/
|
|
57
|
+
action: 'resolve-peer-bump';
|
|
58
|
+
currentRange: string;
|
|
59
|
+
/** The requiring dep whose range in our package.json should be bumped. */
|
|
60
|
+
dependency: string;
|
|
61
|
+
detail: string;
|
|
62
|
+
/** Version of the peer currently installed (what we need to accept). */
|
|
63
|
+
installedPeerVersion: string;
|
|
64
|
+
/** The peer that isn't satisfied (for logging only). */
|
|
65
|
+
peer: string;
|
|
66
|
+
section: DeplintSection;
|
|
67
|
+
};
|
|
68
|
+
export interface DeplintDiagnostic {
|
|
69
|
+
data?: unknown;
|
|
70
|
+
dependency?: string;
|
|
71
|
+
evidence?: string[];
|
|
72
|
+
file: string;
|
|
73
|
+
fixable: boolean;
|
|
74
|
+
fixes?: DeplintFix[];
|
|
75
|
+
id: string;
|
|
76
|
+
message: string;
|
|
77
|
+
severity: DeplintSeverity;
|
|
78
|
+
workspace: Workspace;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* How the active classifier wants an external runtime dependency placed.
|
|
82
|
+
* `review` (AEI classifier only) means the score is borderline: keep the
|
|
83
|
+
* current placement and surface a warning instead of auto-fixing.
|
|
84
|
+
*/
|
|
85
|
+
export type DeplintDependencyClassification = 'dependency' | 'peer' | 'review';
|
|
86
|
+
export interface DeplintWorkspaceContext {
|
|
87
|
+
/** Active dep-vs-peer classifier (`commands.deplint.classifier`). */
|
|
88
|
+
classifierMode: 'aei' | 'legacy';
|
|
89
|
+
/**
|
|
90
|
+
* Classifies an external runtime dependency for library packages.
|
|
91
|
+
* Callers are expected to have already applied the higher-precedence
|
|
92
|
+
* checks (refType overrides, terminal packages) before consulting this.
|
|
93
|
+
* Memoized per workspace snapshot — the AEI classifier runs its analysis
|
|
94
|
+
* once on first use.
|
|
95
|
+
*/
|
|
96
|
+
classifyDependency: (dependency: string) => DeplintDependencyClassification;
|
|
97
|
+
exclude?: Set<string>;
|
|
98
|
+
fileContext: FileContext;
|
|
99
|
+
/** Packages that must stay in `dependencies` (never promoted to peerDependencies). */
|
|
100
|
+
forceDeps: Set<string>;
|
|
101
|
+
/** Packages that must only appear in `devDependencies` (moved out of dependencies/peerDependencies). */
|
|
102
|
+
forceDevs: Set<string>;
|
|
103
|
+
/**
|
|
104
|
+
* User overrides for `peerDependenciesMeta[<name>].optional`. Presence
|
|
105
|
+
* forces the value, absence falls back to the auto rule (every requiring
|
|
106
|
+
* source marks the peer optional).
|
|
107
|
+
*/
|
|
108
|
+
forcePeerOptional: Map<string, boolean>;
|
|
109
|
+
/** Packages that must be in `peerDependencies` (moved from dependencies if needed). */
|
|
110
|
+
forcePeers: Set<string>;
|
|
111
|
+
isTerminalPackage: boolean;
|
|
112
|
+
packageJsonPath: string;
|
|
113
|
+
packageKind: DeplintPackageKind;
|
|
114
|
+
packageParams: CheckPackageParams;
|
|
115
|
+
/**
|
|
116
|
+
* Configured peer-range form (from `deplint.peerDependencies.range-style`).
|
|
117
|
+
* Every rule that writes a `peerDependencies` version reads this and
|
|
118
|
+
* produces the configured form directly, so the range-style rule never has
|
|
119
|
+
* to rewrite another rule's output on a second pass.
|
|
120
|
+
*/
|
|
121
|
+
peerRangeBound?: PeerBoundType;
|
|
122
|
+
peerRangeForm: 'broad' | 'shorthand';
|
|
123
|
+
sourceExclude: string[];
|
|
124
|
+
sourceParams: CheckSourceParams;
|
|
125
|
+
unusedDependencyExclude: Set<string>;
|
|
126
|
+
/**
|
|
127
|
+
* Exclude set used by `unusedPeerDependenciesRule`. Narrower than
|
|
128
|
+
* `unusedDependencyExclude`: only peers reached via runtime chains (or
|
|
129
|
+
* vouched for via `refType: 'dep' | 'peer'` / `peerOptional` override) are
|
|
130
|
+
* preserved here. `forceDevs` is intentionally NOT included — a package
|
|
131
|
+
* the user has classified as a devDep should be allowed to leave
|
|
132
|
+
* `peerDependencies`.
|
|
133
|
+
*/
|
|
134
|
+
unusedPeerDependencyExclude: Set<string>;
|
|
135
|
+
workspace: Workspace;
|
|
136
|
+
workspaceNames?: Set<string>;
|
|
137
|
+
}
|
|
138
|
+
export interface DeplintReportInput {
|
|
139
|
+
data?: unknown;
|
|
140
|
+
dependency?: string;
|
|
141
|
+
evidence?: string[];
|
|
142
|
+
file?: string;
|
|
143
|
+
message: string;
|
|
144
|
+
}
|
|
145
|
+
export interface DeplintRuleOptions {
|
|
146
|
+
[key: string]: unknown;
|
|
147
|
+
ignore?: string[];
|
|
148
|
+
}
|
|
149
|
+
export interface DeplintRuleContext extends DeplintWorkspaceContext {
|
|
150
|
+
options: DeplintRuleOptions;
|
|
151
|
+
report: (diagnostic: DeplintReportInput) => void;
|
|
152
|
+
}
|
|
153
|
+
export interface DeplintRuleMeta {
|
|
154
|
+
description?: string;
|
|
155
|
+
fixable?: DeplintFixKind[];
|
|
156
|
+
severity: DeplintSeverity;
|
|
157
|
+
}
|
|
158
|
+
export interface DeplintRule {
|
|
159
|
+
category: DeplintCategory;
|
|
160
|
+
enabled?: boolean;
|
|
161
|
+
evaluate: (context: DeplintRuleContext) => Promise<void> | void;
|
|
162
|
+
id: string;
|
|
163
|
+
meta: DeplintRuleMeta;
|
|
164
|
+
options?: DeplintRuleOptions;
|
|
165
|
+
resolveFixes?: (diagnostic: DeplintDiagnostic, context: DeplintWorkspaceContext & {
|
|
166
|
+
options: DeplintRuleOptions;
|
|
167
|
+
}) => Promise<DeplintFix[]> | DeplintFix[];
|
|
168
|
+
}
|
|
169
|
+
export interface DeplintPlugin {
|
|
170
|
+
name: string;
|
|
171
|
+
rules: DeplintRule[];
|
|
172
|
+
}
|
|
173
|
+
export interface DeplintRuleProgress {
|
|
174
|
+
category: DeplintCategory;
|
|
175
|
+
id: string;
|
|
176
|
+
}
|
|
177
|
+
export interface DeplintWorkspaceProgressContext {
|
|
178
|
+
allFiles: number;
|
|
179
|
+
dependencies: number;
|
|
180
|
+
devDependencies: number;
|
|
181
|
+
distFiles: number;
|
|
182
|
+
excludeCount: number;
|
|
183
|
+
forceDeps: number;
|
|
184
|
+
forceDevs: number;
|
|
185
|
+
forcePeerOptional: number;
|
|
186
|
+
forcePeers: number;
|
|
187
|
+
isTerminalPackage: boolean;
|
|
188
|
+
packageKind: DeplintPackageKind;
|
|
189
|
+
peerDependencies: number;
|
|
190
|
+
}
|
|
191
|
+
export type DeplintProgressEvent = {
|
|
192
|
+
activeCategories: DeplintCategory[];
|
|
193
|
+
fix: boolean;
|
|
194
|
+
maxFixPasses: number;
|
|
195
|
+
type: 'run-start';
|
|
196
|
+
workspaces: Workspace[];
|
|
197
|
+
} | {
|
|
198
|
+
pass: number;
|
|
199
|
+
type: 'pass-start';
|
|
200
|
+
workspaces: Workspace[];
|
|
201
|
+
} | {
|
|
202
|
+
diagnostics: number;
|
|
203
|
+
pass: number;
|
|
204
|
+
rulesEvaluated: number;
|
|
205
|
+
rulesSkipped: number;
|
|
206
|
+
type: 'pass-end';
|
|
207
|
+
} | {
|
|
208
|
+
context: DeplintWorkspaceProgressContext;
|
|
209
|
+
pass: number;
|
|
210
|
+
type: 'workspace-start';
|
|
211
|
+
workspace: Workspace;
|
|
212
|
+
workspaceIndex: number;
|
|
213
|
+
workspaceTotal: number;
|
|
214
|
+
} | {
|
|
215
|
+
diagnostics: number;
|
|
216
|
+
pass: number;
|
|
217
|
+
type: 'workspace-end';
|
|
218
|
+
workspace: Workspace;
|
|
219
|
+
} | {
|
|
220
|
+
pass: number;
|
|
221
|
+
rule: DeplintRuleProgress;
|
|
222
|
+
ruleIndex: number;
|
|
223
|
+
ruleTotal: number;
|
|
224
|
+
type: 'rule-start';
|
|
225
|
+
workspace: Workspace;
|
|
226
|
+
} | {
|
|
227
|
+
diagnostics: number;
|
|
228
|
+
elapsedMs: number;
|
|
229
|
+
pass: number;
|
|
230
|
+
rule: DeplintRuleProgress;
|
|
231
|
+
ruleIndex: number;
|
|
232
|
+
ruleTotal: number;
|
|
233
|
+
type: 'rule-end';
|
|
234
|
+
workspace: Workspace;
|
|
235
|
+
} | {
|
|
236
|
+
pass: number;
|
|
237
|
+
reason: string;
|
|
238
|
+
rule: DeplintRuleProgress;
|
|
239
|
+
ruleIndex: number;
|
|
240
|
+
ruleTotal: number;
|
|
241
|
+
type: 'rule-skip';
|
|
242
|
+
workspace: Workspace;
|
|
243
|
+
} | {
|
|
244
|
+
diagnostics: number;
|
|
245
|
+
fixPass: number;
|
|
246
|
+
type: 'fix-start';
|
|
247
|
+
} | {
|
|
248
|
+
appliedFixes: number;
|
|
249
|
+
fixPass: number;
|
|
250
|
+
type: 'fix-end';
|
|
251
|
+
};
|
|
252
|
+
export type DeplintProgressReporter = (event: DeplintProgressEvent) => void;
|
|
253
|
+
export interface DeplintRunOptions {
|
|
254
|
+
/** CLI override for the dep-vs-peer classifier (`commands.deplint.classifier`). */
|
|
255
|
+
classifier?: 'aei' | 'legacy';
|
|
256
|
+
/** Source paths passed via --exclude on the CLI (merged with config). */
|
|
257
|
+
cliExclude?: string[];
|
|
258
|
+
deps?: boolean;
|
|
259
|
+
devDeps?: boolean;
|
|
260
|
+
fix?: boolean;
|
|
261
|
+
jobs?: number;
|
|
262
|
+
peerDeps?: boolean;
|
|
263
|
+
pkg?: string;
|
|
264
|
+
progress?: DeplintProgressReporter;
|
|
265
|
+
reporter?: 'human' | 'json';
|
|
266
|
+
verbose?: boolean;
|
|
267
|
+
}
|
|
268
|
+
export interface DeplintAppliedFix {
|
|
269
|
+
dependency: string;
|
|
270
|
+
detail: string;
|
|
271
|
+
workspace: Workspace;
|
|
272
|
+
}
|
|
273
|
+
export interface DeplintSummary {
|
|
274
|
+
appliedFixes: number;
|
|
275
|
+
diagnosticsByRule?: Record<string, number>;
|
|
276
|
+
errorCount: number;
|
|
277
|
+
fixPassesRun?: number;
|
|
278
|
+
fixableErrorCount: number;
|
|
279
|
+
fixableWarningCount: number;
|
|
280
|
+
passesRun?: number;
|
|
281
|
+
problemCount: number;
|
|
282
|
+
rulesEvaluated?: number;
|
|
283
|
+
rulesSkipped?: number;
|
|
284
|
+
warningCount: number;
|
|
285
|
+
workspacesChecked: number;
|
|
286
|
+
}
|
|
287
|
+
export interface DeplintRunResult {
|
|
288
|
+
appliedFixes: DeplintAppliedFix[];
|
|
289
|
+
diagnostics: DeplintDiagnostic[];
|
|
290
|
+
summary: DeplintSummary;
|
|
291
|
+
}
|
|
292
|
+
export interface DeplintReporter {
|
|
293
|
+
render: (result: DeplintRunResult) => void;
|
|
294
|
+
}
|
|
295
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/actions/deplint/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAClD,OAAO,KAAK,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AACpF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAA;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAA;AAE3D,MAAM,MAAM,eAAe,GAAG,OAAO,GAAG,SAAS,CAAA;AACjD,MAAM,MAAM,eAAe,GAAG,cAAc,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,WAAW,CAAA;AACnG,MAAM,MAAM,cAAc,GAAG,UAAU,CAAA;AACvC,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,aAAa,GAAG,eAAe,GAAG,mBAAmB,CAAA;AAElG,MAAM,MAAM,cAAc,GAAG,cAAc,GAAG,iBAAiB,GAAG,kBAAkB,CAAA;AAEpF,MAAM,WAAW,iBAAiB;IAChC,iBAAiB,EAAE,OAAO,CAAA;IAC1B,oBAAoB,EAAE,OAAO,CAAA;IAC7B,qBAAqB,EAAE,OAAO,CAAA;IAC9B,cAAc,EAAE,OAAO,CAAA;CACxB;AAED,MAAM,MAAM,UAAU,GAChB;IACF,MAAM,EAAE,KAAK,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,EAAE,cAAc,CAAA;IACvB,OAAO,EAAE,MAAM,CAAA;CAChB,GACC;IACA,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,WAAW,EAAE,cAAc,CAAA;IAC3B,iGAAiG;IACjG,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,EAAE,cAAc,CAAA;IACzB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,GACC;IACA,MAAM,EAAE,QAAQ,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,cAAc,CAAA;CACxB,GACC;IACA,MAAM,EAAE,aAAa,CAAA;IACrB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,cAAc,CAAA;IACvB,OAAO,EAAE,MAAM,CAAA;CAChB,GACC;IACA;;;;;;OAMG;IACH,MAAM,EAAE,mBAAmB,CAAA;IAC3B,YAAY,EAAE,MAAM,CAAA;IACpB,0EAA0E;IAC1E,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,wEAAwE;IACxE,oBAAoB,EAAE,MAAM,CAAA;IAC5B,wDAAwD;IACxD,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,cAAc,CAAA;CACxB,CAAA;AAEH,MAAM,WAAW,iBAAiB;IAChC,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAA;IACnB,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,OAAO,CAAA;IAChB,KAAK,CAAC,EAAE,UAAU,EAAE,CAAA;IACpB,EAAE,EAAE,MAAM,CAAA;IACV,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,eAAe,CAAA;IACzB,SAAS,EAAE,SAAS,CAAA;CACrB;AAED;;;;GAIG;AACH,MAAM,MAAM,+BAA+B,GAAG,YAAY,GAAG,MAAM,GAAG,QAAQ,CAAA;AAE9E,MAAM,WAAW,uBAAuB;IACtC,qEAAqE;IACrE,cAAc,EAAE,KAAK,GAAG,QAAQ,CAAA;IAChC;;;;;;OAMG;IACH,kBAAkB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,+BAA+B,CAAA;IAC3E,OAAO,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IACrB,WAAW,EAAE,WAAW,CAAA;IACxB,sFAAsF;IACtF,SAAS,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IACtB,wGAAwG;IACxG,SAAS,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IACtB;;;;OAIG;IACH,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IACvC,uFAAuF;IACvF,UAAU,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IACvB,iBAAiB,EAAE,OAAO,CAAA;IAC1B,eAAe,EAAE,MAAM,CAAA;IACvB,WAAW,EAAE,kBAAkB,CAAA;IAC/B,aAAa,EAAE,kBAAkB,CAAA;IACjC;;;;;OAKG;IACH,cAAc,CAAC,EAAE,aAAa,CAAA;IAC9B,aAAa,EAAE,OAAO,GAAG,WAAW,CAAA;IACpC,aAAa,EAAE,MAAM,EAAE,CAAA;IACvB,YAAY,EAAE,iBAAiB,CAAA;IAC/B,uBAAuB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IACpC;;;;;;;OAOG;IACH,2BAA2B,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IACxC,SAAS,EAAE,SAAS,CAAA;IACpB,cAAc,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;CAC7B;AAED,MAAM,WAAW,kBAAkB;IACjC,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,CAAA;CAChB;AAED,MAAM,WAAW,kBAAkB;IACjC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;IACtB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAA;CAClB;AAED,MAAM,WAAW,kBAAmB,SAAQ,uBAAuB;IACjE,OAAO,EAAE,kBAAkB,CAAA;IAC3B,MAAM,EAAE,CAAC,UAAU,EAAE,kBAAkB,KAAK,IAAI,CAAA;CACjD;AAED,MAAM,WAAW,eAAe;IAC9B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,cAAc,EAAE,CAAA;IAC1B,QAAQ,EAAE,eAAe,CAAA;CAC1B;AAED,MAAM,WAAW,WAAW;IAC1B,QAAQ,EAAE,eAAe,CAAA;IACzB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,EAAE,CAAC,OAAO,EAAE,kBAAkB,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAA;IAC/D,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,eAAe,CAAA;IACrB,OAAO,CAAC,EAAE,kBAAkB,CAAA;IAC5B,YAAY,CAAC,EAAE,CAAC,UAAU,EAAE,iBAAiB,EAAE,OAAO,EAAE,uBAAuB,GAAG;QAAE,OAAO,EAAE,kBAAkB,CAAA;KAAE,KAAK,OAAO,CAAC,UAAU,EAAE,CAAC,GAAG,UAAU,EAAE,CAAA;CAC3J;AAED,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,WAAW,EAAE,CAAA;CACrB;AAED,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,eAAe,CAAA;IACzB,EAAE,EAAE,MAAM,CAAA;CACX;AAED,MAAM,WAAW,+BAA+B;IAC9C,QAAQ,EAAE,MAAM,CAAA;IAChB,YAAY,EAAE,MAAM,CAAA;IACpB,eAAe,EAAE,MAAM,CAAA;IACvB,SAAS,EAAE,MAAM,CAAA;IACjB,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,iBAAiB,EAAE,MAAM,CAAA;IACzB,UAAU,EAAE,MAAM,CAAA;IAClB,iBAAiB,EAAE,OAAO,CAAA;IAC1B,WAAW,EAAE,kBAAkB,CAAA;IAC/B,gBAAgB,EAAE,MAAM,CAAA;CACzB;AAED,MAAM,MAAM,oBAAoB,GAC1B;IACF,gBAAgB,EAAE,eAAe,EAAE,CAAA;IACnC,GAAG,EAAE,OAAO,CAAA;IACZ,YAAY,EAAE,MAAM,CAAA;IACpB,IAAI,EAAE,WAAW,CAAA;IACjB,UAAU,EAAE,SAAS,EAAE,CAAA;CACxB,GACC;IACA,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,YAAY,CAAA;IAClB,UAAU,EAAE,SAAS,EAAE,CAAA;CACxB,GACC;IACA,WAAW,EAAE,MAAM,CAAA;IACnB,IAAI,EAAE,MAAM,CAAA;IACZ,cAAc,EAAE,MAAM,CAAA;IACtB,YAAY,EAAE,MAAM,CAAA;IACpB,IAAI,EAAE,UAAU,CAAA;CACjB,GACC;IACA,OAAO,EAAE,+BAA+B,CAAA;IACxC,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,iBAAiB,CAAA;IACvB,SAAS,EAAE,SAAS,CAAA;IACpB,cAAc,EAAE,MAAM,CAAA;IACtB,cAAc,EAAE,MAAM,CAAA;CACvB,GACC;IACA,WAAW,EAAE,MAAM,CAAA;IACnB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,eAAe,CAAA;IACrB,SAAS,EAAE,SAAS,CAAA;CACrB,GACC;IACA,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,mBAAmB,CAAA;IACzB,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,IAAI,EAAE,YAAY,CAAA;IAClB,SAAS,EAAE,SAAS,CAAA;CACrB,GACC;IACA,WAAW,EAAE,MAAM,CAAA;IACnB,SAAS,EAAE,MAAM,CAAA;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,mBAAmB,CAAA;IACzB,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,IAAI,EAAE,UAAU,CAAA;IAChB,SAAS,EAAE,SAAS,CAAA;CACrB,GACC;IACA,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,mBAAmB,CAAA;IACzB,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,IAAI,EAAE,WAAW,CAAA;IACjB,SAAS,EAAE,SAAS,CAAA;CACrB,GACC;IACA,WAAW,EAAE,MAAM,CAAA;IACnB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,WAAW,CAAA;CAClB,GACC;IACA,YAAY,EAAE,MAAM,CAAA;IACpB,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,SAAS,CAAA;CAChB,CAAA;AAEH,MAAM,MAAM,uBAAuB,GAAG,CAAC,KAAK,EAAE,oBAAoB,KAAK,IAAI,CAAA;AAE3E,MAAM,WAAW,iBAAiB;IAChC,mFAAmF;IACnF,UAAU,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAA;IAC7B,yEAAyE;IACzE,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;IACrB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,GAAG,CAAC,EAAE,OAAO,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,uBAAuB,CAAA;IAClC,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,MAAM,WAAW,iBAAiB;IAChC,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,SAAS,CAAA;CACrB;AAED,MAAM,WAAW,cAAc;IAC7B,YAAY,EAAE,MAAM,CAAA;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC1C,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,iBAAiB,EAAE,MAAM,CAAA;IACzB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,MAAM,CAAA;IACpB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,YAAY,EAAE,MAAM,CAAA;IACpB,iBAAiB,EAAE,MAAM,CAAA;CAC1B;AAED,MAAM,WAAW,gBAAgB;IAC/B,YAAY,EAAE,iBAAiB,EAAE,CAAA;IACjC,WAAW,EAAE,iBAAiB,EAAE,CAAA;IAChC,OAAO,EAAE,cAAc,CAAA;CACxB;AAED,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,CAAC,MAAM,EAAE,gBAAgB,KAAK,IAAI,CAAA;CAC3C"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { UnsatisfiedPeer } from './checkPackage/index.ts';
|
|
2
|
+
import type { DeplintFix, DeplintWorkspaceContext } from './types.ts';
|
|
3
|
+
export declare function generateVersionMismatchFixes(context: DeplintWorkspaceContext, finding: UnsatisfiedPeer): DeplintFix[];
|
|
4
|
+
//# sourceMappingURL=versionMismatchFixes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"versionMismatchFixes.d.ts","sourceRoot":"","sources":["../../../../src/actions/deplint/versionMismatchFixes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAE9D,OAAO,KAAK,EACV,UAAU,EAAkB,uBAAuB,EACpD,MAAM,YAAY,CAAA;AAoEnB,wBAAgB,4BAA4B,CAC1C,OAAO,EAAE,uBAAuB,EAChC,OAAO,EAAE,eAAe,GACvB,UAAU,EAAE,CAoDd"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deploy.d.ts","sourceRoot":"","sources":["../../../src/actions/deploy.ts"],"names":[],"mappings":"AAOA,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,YAAY,CAAA;AAYpE,wBAAgB,MAAM,CAAC,KAAK,GAAE,WAAqB,GAAG,MAAM,CAgB3D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eject.d.ts","sourceRoot":"","sources":["../../../src/actions/eject.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK,cAGjB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fix.d.ts","sourceRoot":"","sources":["../../../src/actions/fix.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,eAAO,MAAM,GAAG,GAAU,yBAEvB,SAAS,KAAG,OAAO,CAAC,MAAM,CAgB5B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitignore.d.ts","sourceRoot":"","sources":["../../../src/actions/gitignore.ts"],"names":[],"mappings":"AA+FA,wCAAwC;AACxC,eAAO,MAAM,YAAY,kBAAY,CAAA;AAErC,wBAAgB,SAAS,IAAI,MAAM,CAuBlC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gitlint-fix.d.ts","sourceRoot":"","sources":["../../../src/actions/gitlint-fix.ts"],"names":[],"mappings":"AAMA,wBAAgB,UAAU,IAAI,MAAM,CAmBnC"}
|