fix(deps): update all minor dependency bump #201
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.2.7
->3.3.1
8.6.12
->8.7.0
17.0.1
->17.7.2
Release Notes
mrmlnc/fast-glob (fast-glob)
v3.3.1
Compare Source
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.v3.3.0
Compare Source
🚀 Improvements
Method aliases
New methods (
glob
,globSync
,globStream
) have been added in addition to the current methods (default import,sync
,stream
), which eliminate the need to rename the method when importing. In addition, anasync
alias has been added for the default import, which makes it possible to use this packet with ESM.Method to convert paths to globs
A new method (
convertPathToPattern
) has been added in this release to convert a path to a pattern. The primary goal is to enable users to avoid processing Windows paths in each location where this package is used by utilities from third-party packages.See more details in the pull request.
🐛 Bug fixes
baseNameMatch
option was enabled, which went against the documented behavior. (#312)micromatch
package does not correctly generate a regular expression (#365).dot
option enabled when matching paths. Previously, the!**/*
patterns did not exclude hidden files (start with a dot). (#343)['./file.md', 'file.md', '*']
will now only includefile.md
once in the results. (#190)📖 Documentation
A clarifying note has been added for the
concurrency
option, which provides more detailed information about the Thread Pool utilization.⚙️ Infrastructure
🥇 New Contributors
v3.2.12
Compare Source
🐛 Bug fixes
Fixed an issue introduced in
3.2.7
related to incorrect application of patterns to entries with a trailing slash when the entry is not a directory.Before changes:
After fix:
Thanks @AgentEnder for the issue (#357).
🚀 Improvements
This release includes performance improvements for the asynchronous method. For this method we now use an asynchronous directory traversal interface instead of using a streaming interface. This gives up to 15% acceleration for medium and large directories. The result depends a lot on hardware.
You can find the benchmark results for this release in CI here.
Here are a few of measurements on my laptop:
v3.2.11
Compare Source
🐛 Bug fixes
Yeap, this is another release aimed at fixing problems with detecting brace expansions in patterns. This time, patterns like
abc/{a.txt,b.js}
was not marked as a dynamic pattern. So, now the regex has been rewritten to a generalized solution as a function to avoid future problems due to the complexity of the regular expression.Thanks @MurzNN for the report of this problem (#351).
v3.2.10
Compare Source
🐛 Bug fixes
3.2.8
when the{a,b,c}
pattern no longer considered a dynamic pattern (thanks @amitdahan, #347).🥇 New Contributors
v3.2.9
Compare Source
🐛 Bug fixes
3.2.8
with invalid regular expression on older node.js versions (#345).v3.2.8
Compare Source
🐛 Bug fixes
Fix directory matching with trailing slashes (#290)
Previously the
src/*/
pattern did not work as expected (likesrc/*
).Double-slash in the middle of the pattern is not collapsed (#330)
Starting from this release, patterns like
src//*
will work like similar patterns without duplicate slashes. This was done for continuity with other solutions (glob
,ls src//*
, python, golang, …).Adjust inefficient regular expressions (#336, #342, #344)
📖 Documentation
⚙️ Infrastructure
🥇 New Contributors
pnpm/pnpm (pnpm)
v8.7.0
Compare Source
Minor Changes
resolution-mode
setting is changed tohighest
. This setting was changed tolowest-direct
in v8.0.0 and some users were not happy with the change. A twitter poll concluded that most of the users want the old behaviour (resolution-mode
set tohighest
by default). This is a semi-breaking change but should not affect users that commit their lockfile #6463.Patch Changes
pnpm import
#6233.pnpm.overrides
#6759.pnpm patch
should write patch files with a trailing newline #6905.Our Gold Sponsors
Our Silver Sponsors
yargs/yargs (yargs)
v17.7.2
Compare Source
Bug Fixes
v17.7.1
Compare Source
Bug Fixes
v17.7.0
Compare Source
Features
Bug Fixes
v17.6.2
Compare Source
Bug Fixes
v17.6.1
Compare Source
Bug Fixes
v17.6.0
Compare Source
Features
Bug Fixes
17.5.1 (2022-05-16)
Bug Fixes
v17.5.1
Compare Source
v17.5.0
Compare Source
Features
Bug Fixes
17.4.1 (2022-04-09)
Bug Fixes
v17.4.1
Compare Source
v17.4.0
Compare Source
Features
Bug Fixes
17.3.1 (2021-12-23)
Bug Fixes
v17.3.1
Compare Source
v17.3.0
Compare Source
Features
Bug Fixes
17.2.1 (2021-09-25)
Bug Fixes
v17.2.1
Compare Source
v17.2.0
Compare Source
Features
Bug Fixes
17.1.1 (2021-08-13)
Bug Fixes
v17.1.1
Compare Source
v17.1.0
Compare Source
Features
Bug Fixes
17.0.1 (2021-05-03)
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 5am on Monday" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.