Skip to content

Commit

Permalink
update visibility status for recent Pants releases
Browse files Browse the repository at this point in the history
Pants has supported visibility rules since
[2.16](https://blog.pantsbuild.org/visibility-feature-in-pants-2-16/
  • Loading branch information
cburroughs committed Jan 9, 2024
1 parent 15ec70d commit b78d7be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/website/ui-home/src/lib/monorepo-features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1792,13 +1792,13 @@ export function MonorepoFeatures(): JSX.Element {
<div className="rounded-md border border-slate-200 bg-slate-100 p-4 dark:border-black dark:bg-slate-900">
<dt>
<p className="inline-flex items-center justify-center rounded-md bg-slate-50 px-3 py-2 text-sm uppercase tracking-widest text-gray-700 dark:bg-slate-800 dark:text-gray-300">
<ManualImplementation />
<Supported />
Pants
</p>
</dt>
<dd className="mt-4 text-base text-gray-600 dark:text-gray-400">
While not yet supported natively, a custom plugin could be
written to enforce such rules.
Pants has built in support for constraining allowed dependencies
and dependents with visibility rules.
</dd>
</div>
<div className="rounded-md border border-slate-200 bg-slate-100 p-4 dark:border-black dark:bg-slate-900">
Expand Down

0 comments on commit b78d7be

Please sign in to comment.