Bump fast-glob from 3.3.0 to 3.3.1
Bumps fast-glob from 3.3.0 to 3.3.1.
Release notes
Sourced from fast-glob's releases.
3.3.1
Full Changelog: https://github.com/mrmlnc/fast-glob/compare/3.3.0...3.3.1
This release fixes a regression for cases where the
ignore
option is used with a string (#403, #404).The public interface of this package does not support a string as the value for the
ignore
option since 2018 year (release).So, in the next major release, we will reintroduce method implementations that do not involve strings in the
ignore
option.
Commits
-
4ba3fcd
3.3.1 -
e4ee035
Merge pull request #407 from ivanhofer/patch-1 -
7303d0f
fix typo -
697caf7
Merge pull request #406 from mrmlnc/ISSUE-404_fix_patterns.reduce -
2a0c808
fix: cast the ignore field to the array -
c089430
build: fix build benchmark files -
9a1361f
docs: remove funding -
bbc9c28
docs: update benchmark section - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts