-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump fast-glob from 3.2.7 to 3.2.10 #486
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.2.7 to 3.2.10. - [Release notes](https://github.com/mrmlnc/fast-glob/releases) - [Commits](mrmlnc/fast-glob@3.2.7...3.2.10) --- updated-dependencies: - dependency-name: fast-glob dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Jan 10, 2022
@dependabot squash and merge
dependabot[bot] ***@***.***> 于2022年1月10日周一 09:19写道:
… Bumps fast-glob <https://github.com/mrmlnc/fast-glob> from 3.2.7 to
3.2.10.
Release notes
*Sourced from fast-glob's releases
<https://github.com/mrmlnc/fast-glob/releases>.*
3.2.10
*Full Changelog*: ***@***.***
<mrmlnc/fast-glob@3.2.9...3.2.10>
🐛 Bug fixes
- Fixed a regression in 3.2.8 when the {a,b,c} pattern no longer
considered a dynamic pattern (thanks @amitdahan
<https://github.com/amitdahan>, #347
<https://github-redirect.dependabot.com/mrmlnc/fast-glob/issues/347>).
🥇 New Contributors
- @amitdahan <https://github.com/amitdahan> made their first
contribution in mrmlnc/fast-glob#348
<https://github-redirect.dependabot.com/mrmlnc/fast-glob/pull/348>
3.2.9
*Full Changelog*: ***@***.***
<mrmlnc/fast-glob@3.2.8...3.2.9>
🐛 Bug fixes
- Fixed a regression in 3.2.8 with invalid regular expression on older
node.js versions (#345
<https://github-redirect.dependabot.com/mrmlnc/fast-glob/issues/345>).
3.2.8
*Full Changelog*: ***@***.***
<mrmlnc/fast-glob@3.2.7...3.2.8>
🐛 Bug fixes Fix directory matching with trailing slashes (#290
<https://github-redirect.dependabot.com/mrmlnc/fast-glob/issues/290>)
Thanks @Trott <https://github.com/Trott> for investigating the problem
and the detailed description.
Previously the src/*/ pattern did not work as expected (like src/*).
Double-slash in the middle of the pattern is not collapsed (#330
<https://github-redirect.dependabot.com/mrmlnc/fast-glob/issues/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
<https://github-redirect.dependabot.com/mrmlnc/fast-glob/issues/336>, #342
<https://github-redirect.dependabot.com/mrmlnc/fast-glob/issues/342>, #344
<https://github-redirect.dependabot.com/mrmlnc/fast-glob/issues/344>)
Thanks @Trott <https://github.com/Trott> for fixing bugs and @XhmikosR
<https://github.com/XhmikosR> for adding the CodeQL action
<https://github.com/github/codeql-action> to CI pipeline.
📖 Documentation
- Some documentation improvements (#327
<https://github-redirect.dependabot.com/mrmlnc/fast-glob/issues/327>,
thanks @MarcelloTheArcane <https://github.com/MarcelloTheArcane>).
⚙️ Infrastructure
- The CodeQL action <https://github.com/github/codeql-action> has been
added to CI pipeline (#338
<https://github-redirect.dependabot.com/mrmlnc/fast-glob/issues/338>,
thanks @XhmikosR <https://github.com/XhmikosR>).
🥇 New Contributors
- @MarcelloTheArcane <https://github.com/MarcelloTheArcane> made
their first contribution in mrmlnc/fast-glob#327
<https://github-redirect.dependabot.com/mrmlnc/fast-glob/pull/327>
- @Trott <https://github.com/Trott> made their first contribution in
mrmlnc/fast-glob#336
<https://github-redirect.dependabot.com/mrmlnc/fast-glob/pull/336>
... (truncated)
Commits
- 0677271
<mrmlnc/fast-glob@0677271>
3.2.10
- d4c16e4
<mrmlnc/fast-glob@d4c16e4>
test: additional tests for steppped ranges
- ef3dcf1
<mrmlnc/fast-glob@ef3dcf1>
Merge pull request #348
<https://github-redirect.dependabot.com/mrmlnc/fast-glob/issues/348>
from amitdahan/fix-brace-pattern
- 7b4d738
<mrmlnc/fast-glob@7b4d738>
Add tests for nested braces
- 57700a5
<mrmlnc/fast-glob@57700a5>
Adjust braces regex
- 92a7fcb
<mrmlnc/fast-glob@92a7fcb>
Fix braces pattern to support more than 2 choices
- a9247f9
<mrmlnc/fast-glob@a9247f9>
3.2.9
- 5ba78d1
<mrmlnc/fast-glob@5ba78d1>
Merge pull request #346
<https://github-redirect.dependabot.com/mrmlnc/fast-glob/issues/346>
from mrmlnc/ISSUE-345_fix_invalid_regular_expression
- 46d9a97
<mrmlnc/fast-glob@46d9a97>
fix: do not use negative lookbehind for backward compatibility with node.js
8.6+
- c191ecd
<mrmlnc/fast-glob@c191ecd>
build: require node.js 8.6.0
- Additional commits viewable in compare view
<mrmlnc/fast-glob@3.2.7...3.2.10>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#486
Commit Summary
- 40a42ab
<40a42ab>
build(deps): bump fast-glob from 3.2.7 to 3.2.10
File Changes
(2 files <https://github.com/website-local/mdn-local/pull/486/files>)
- *M* package-lock.json
<https://github.com/website-local/mdn-local/pull/486/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519>
(26)
- *M* package.json
<https://github.com/website-local/mdn-local/pull/486/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519>
(2)
Patch Links:
- https://github.com/website-local/mdn-local/pull/486.patch
- https://github.com/website-local/mdn-local/pull/486.diff
—
Reply to this email directly, view it on GitHub
<#486>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEHB4ZQR254NOGYCGJYMYL3UVIX2XANCNFSM5LSQ2TGQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
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.
Bumps fast-glob from 3.2.7 to 3.2.10.
Release notes
Sourced from fast-glob's releases.
... (truncated)
Commits
0677271
3.2.10d4c16e4
test: additional tests for steppped rangesef3dcf1
Merge pull request #348 from amitdahan/fix-brace-pattern7b4d738
Add tests for nested braces57700a5
Adjust braces regex92a7fcb
Fix braces pattern to support more than 2 choicesa9247f9
3.2.95ba78d1
Merge pull request #346 from mrmlnc/ISSUE-345_fix_invalid_regular_expression46d9a97
fix: do not use negative lookbehind for backward compatibility with node.js 8.6+c191ecd
build: require node.js 8.6.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)