UNPKG

synopkg

Version:

Consistent dependency versions in large JavaScript Monorepos

48 lines (32 loc) 891 B
--- title: Ignored --- import { Badge } from '@astrojs/starlight/components'; import Packages from '@partials/group-config/packages.mdx'; import Dependencies from '@partials/group-config/dependencies.mdx'; import DependencyTypes from '@partials/group-config/dependency-types.mdx'; import SpecifierTypes from '@partials/group-config/specifier-types.mdx'; import Label from '@partials/group-config/label.mdx'; Have synopkg ignore the semver ranges of these dependencies completely. ## Configuration ### isIgnored <Badge text="Required" variant="danger" /> ```json title="Hide dependencies from synopkg" { "semverGroups": [ { "packages": ["oops-moment", "workaround"], "isIgnored": true } ] } ``` ### dependencies <Dependencies /> ### dependencyTypes <DependencyTypes /> ### specifierTypes <SpecifierTypes /> ### label <Label /> ### packages <Packages />