# pnpm-workspace-yaml

> Utilities for managing pnpm-workspace.yaml

Latest version **1.9.1** (published 2026-09-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install pnpm-workspace-yaml
pnpm add pnpm-workspace-yaml
yarn add pnpm-workspace-yaml
bun add pnpm-workspace-yaml
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.9.1 |
| Published | 2026-09-02 |
| First published | 2025-03-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Dependencies | 1 |
| Unpacked size | 7.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 138 |
| Author | Anthony Fu <anthonyfu117@hotmail.com> |
| Maintainers | antfu, sxzz |
| Keywords | pnpm |

## Links

- npm: https://www.npmjs.com/package/pnpm-workspace-yaml
- Repository: https://github.com/antfu/pnpm-workspace-utils
- Homepage: https://github.com/antfu/pnpm-workspace-utils#readme
- Issues: https://github.com/antfu/pnpm-workspace-utils/issues
- Funding: https://github.com/sponsors/antfu
- npm.io page: https://npm.io/package/pnpm-workspace-yaml

## Dependencies (1)

- [yaml](https://npm.io/package/yaml.md) ^2.9.0

## Recent versions

- 1.9.1 (latest) — 2026-09-02
- 1.9.0 — 2026-09-02
- 1.8.0 — 2026-08-13
- 1.7.0 — 2026-07-22
- 1.6.1 — 2026-05-19
- 1.6.0 — 2026-02-25
- 1.5.0 — 2026-01-19
- 1.4.3 — 2025-12-14
- 1.4.2 — 2025-12-08
- 1.4.1 — 2025-12-05
- 1.4.0 — 2025-12-04
- 1.3.0 — 2025-10-17
- 1.2.0 — 2025-10-01
- 1.1.2 — 2025-09-24
- 1.1.1 — 2025-08-15
- … 8 more at https://npm.io/package/pnpm-workspace-yaml/versions

## README

# pnpm-workspace-utils

> [!TIP]
> 👀 Interested in pnpm catalogs? Recommend you read this post: [Categorize Your Dependencies](https://antfu.me/posts/categorize-deps) by Anthony.

This is a monorepo consisting of two packages:

| Package                                                 | Description                                                                                                                |
| ------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| [`eslint-plugin-pnpm`](./packages/eslint-plugin-pnpm)   | ESLint plugin for enforcing and ensuring catalog usage with autofix                                                        |
| [`pnpm-workspace-yaml`](./packages/pnpm-workspace-yaml) | Utilities for working with `pnpm-workspace.yaml` file, with comments, anchors, and references preservation on modification |

## Sponsors

<p align="center">
  <a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg">
    <img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg' alt="antfu's sponsors"/>
  </a>
</p>

<p align="center">
  <a href="https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg">
    <img src='https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg' alt="sxzz's sponsors"/>
  </a>
</p>

## License

[MIT](./LICENSE) License © [Anthony Fu](https://github.com/antfu) & [三咲智子 Kevin Deng](https://github.com/sxzz)

---
_Source: https://npm.io/package/pnpm-workspace-yaml · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
