Commit 579a89c
chore(deps): update dependency @rollup/pluginutils@4.2.1>picomatch to v2.3.2 [security] (#373)
* chore(deps): update dependency @rollup/pluginutils@4.2.1>picomatch to v2.3.2 [security]
* fix: patch rpt2 to fix picomatch v2.3.2 extglob regression
picomatch v2.3.2 (security fix) broke the extglob pattern *.ts+(|x)
used by rollup-plugin-typescript2@0.32.1 as its default TypeScript
file filter. Without the fix, TypeScript files are not processed by
rpt2, causing babel to fail on TypeScript syntax.
Apply a pnpm patch to rpt2 to replace *.ts+(|x) with *.{ts,tsx},
which is equivalent and works correctly in picomatch v2.3.2+.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jakub Freisler <jakub@frsource.org>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c6cb51a commit 579a89c
3 files changed
Lines changed: 36 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments