Commit f03d048
committed
fix(ui5-task-zipper): pin karma's transitive minimatch to keep showcase tests green
Adding minimatch@^10 to ui5-task-zipper caused pnpm to dedup karma@6.4.4's
transitive minimatch up from 7.4.9 to 10.2.5. karma calls minimatch as a
directly-callable function (mm(path, pattern) in lib/file-list.js), but the
callable default export only exists up to v7 — v9+ moved it to the named
`minimatch` export. The bump broke the showcase karma tests with
'TypeError: mm is not a function' in the 'build' CI job.
Pin karma's transitive minimatch to 7.4.9 (last callable line) via a scoped
pnpm override in pnpm-workspace.yaml.1 parent da06786 commit f03d048
2 files changed
Lines changed: 16 additions & 1 deletion
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 | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| |||
0 commit comments