Release Recursive Copy v5.0.0 · 11ty/recursive-copy
zachleat
·
2025-12-12
·
via The Eleventy Firehose
·
6 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
2559342
- Breaking: Upgrade dependency
minimatch from v3 to v10, changelog highlights as follows:
- v10: Require node 20 or 22 and higher
- v8: Recursive descent parser for extglob, allowing correct support for arbitrarily nested extglob expressions
- v7: Preprocess patterns to simplify complicated patterns and reduce out .. pattern portions where possible. Note that this means a pattern like a/b/../* will be equivalent to a/*, and will not match the string a/b/../c. If this causes problems, it can be addressed in a patch release by resolving .. portions in the test string.
- v6: hybrid module supporting both require() and import
- v5: brace-expansion: ignore only blocks that begins with $
- v5: Expect exclusively forward slash as path sep, same as node-glob
- Dependency simplification, removes
maximatch #3
- Dependency simplification: removes
slash #4
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。