Commit 06df849
authored
chore: Bump Yarn to
This bumps Yarn to `4.16.0`.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Small plugin-only change to dependency loading; no auth, data, or
product logic touched.
>
> **Overview**
> Updates the local **`plugin-workspaces-filter`** plugin so it stays
compatible with **Yarn 4.16.0** after the bump.
>
> In both **`FilterListCommand`** and **`FilterRunCommand`**,
**`minimatch`** is no longer loaded with dynamic
**`import('minimatch')`**. It now uses Node’s
**`createRequire(__filename)`** so the dependency resolves from the repo
(e.g. root **`devDependencies`**) instead of Yarn’s restricted plugin
**`require`** sandbox.
>
> No runtime behavior change for **`--include` / `--exclude`** glob
filtering—only how **`minimatch`** is resolved at command execution
time.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
cb3187c. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->4.16.0 (#4019)1 parent 33458a1 commit 06df849
6 files changed
Lines changed: 15 additions & 951 deletions
File tree
- .yarn
- plugins/local
- releases
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
| |||
203 | 206 | | |
204 | 207 | | |
205 | 208 | | |
206 | | - | |
| 209 | + | |
207 | 210 | | |
208 | | - | |
209 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
210 | 216 | | |
211 | 217 | | |
212 | 218 | | |
| |||
0 commit comments