Skip to content
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

Update dependency fast-glob to v3.2.7 #33

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 5, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fast-glob 3.2.2 -> 3.2.7 age adoption passing confidence

Release Notes

mrmlnc/fast-glob

v3.2.7

Compare Source

πŸ› Bug fixes

The previous release (3.2.6) introduced a regression, thanks to which negative patterns were not applied to patterns outside the current directory.

This release fixes the issue.

v3.2.6

Compare Source

πŸ› Bug fixes

  • Now you can use patterns related to the parent directory along with the regular ones. (#​310, #​316)
// Patterns inside current directory β†’ ['*', './*.js']
// Patterns outside current directory β†’ ['../*', './../*.js']

// Previously you could specify a patterns outside current directory.
fg.sync(['../*.txt']) β†’ ['../file.txt']

// But when the pattern inside current directory was added to them, the behavior broke down.
fg.sync(['*.md', '../*.txt']) β†’ ['file.md'] // The '../file.txt' file exists

// After this fix you can mix both kinds of patterns.
fg.sync(['*.md', '../*.txt']) β†’ ['file.md', '../file.txt']

// Right now we do not support patterns like '{.,..}/*.md'.

πŸ“– Documentation

  • Added clarifications for the followSymbolicLinks option.

βš™οΈ Infrastructure

  • The glob-parent package has been updated to fix vulnerabilities. (#​304)
  • The micromatch package has been updated to eliminate dependency on the picomatch package from this package. (#​256)
  • Node.js 16 has been added to the CI configuration to run tests and benchmarks. Now benchmarks will run only on this version. (#​311)
  • The tiny-glob package has been added to the synchronous product benchmarks. (#​323)
  • The fdir package has been added to synchronous and asynchronous product benchmarks. The latest launch. (#​322)
  • The .npmignore file has been replaced by the files field in the package.json file. (#​321)

v3.2.5

Compare Source

πŸ› Bug fixes

πŸ“– Documentation

βš™οΈ Infrastructure

  • Use the latest versions of OS in CI (#​279).
  • Move from Azure Pipelines to GitHub Actions (#​299).

v3.2.4

Compare Source

πŸ› Bug fixes

  • Fixed a regression in 3.2.3 when the caseSensitiveMatch option is disabled (#​276)

v3.2.3

Compare Source

πŸ› Bug fixes

  • Fixed an issue when the unique option led to incorrect results when mixing static and dynamic patterns (#​268)
  • Fixed an issue when the pattern starting with a forward slash (#​266)

Configuration

πŸ“… Schedule: 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.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Nov 5, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

πŸ” Inspect: https://vercel.com/logan-anderson/blog-nextjs-tina-tailwind/DCUB2vCkuZF8oc9y3qFsLzC4kEEX
βœ… Preview: https://blog-nextjs-tina-tailwind-git-renovate-fa-98175f-logan-anderson.vercel.app

@renovate renovate bot changed the title Update dependency fast-glob to v3.2.4 Update dependency fast-glob to v3.2.5 Jan 17, 2021
@renovate renovate bot changed the title Update dependency fast-glob to v3.2.5 fix(deps): update dependency fast-glob to v3.2.5 Mar 16, 2021
@renovate renovate bot changed the title fix(deps): update dependency fast-glob to v3.2.5 Update dependency fast-glob to v3.2.5 Mar 26, 2021
@renovate renovate bot changed the title Update dependency fast-glob to v3.2.5 fix(deps): update dependency fast-glob to v3.2.5 May 3, 2021
@renovate renovate bot changed the title fix(deps): update dependency fast-glob to v3.2.5 Update dependency fast-glob to v3.2.5 May 5, 2021
@renovate renovate bot changed the title Update dependency fast-glob to v3.2.5 Update dependency fast-glob to v3.2.6 Jun 27, 2021
@renovate renovate bot changed the title Update dependency fast-glob to v3.2.6 Update dependency fast-glob to v3.2.7 Jul 8, 2021
@renovate renovate bot force-pushed the renovate/fast-glob-3.x branch from 0d8078d to cd7e915 Compare July 8, 2021 20:33
@renovate
Copy link
Author

renovate bot commented Aug 25, 2021

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (3.2.7). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/fast-glob-3.x branch August 25, 2021 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants