oslllo / svg-fixer

Converts SVG Strokes To Fill.
https://docs.oslllo.com/svg-fixer/master/
MIT License
208 stars 16 forks source link

[Snyk] Upgrade fast-glob from 3.2.5 to 3.2.6 #56

Closed snyk-bot closed 3 years ago

snyk-bot commented 3 years ago

Snyk has created this PR to upgrade fast-glob from 3.2.5 to 3.2.6.

merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Release notes
Package name: fast-glob
  • 3.2.6 - 2021-06-27

    🐛 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)
  • 3.2.5 - 2021-01-17

    🐛 Bug fixes

    📖 Documentation

    • Fix examples for the markDirectories option (#287, thanks @ yarastqt).

    ⚙️ Infrastructure

    • Use the latest versions of OS in CI (#279).
    • Move from Azure Pipelines to GitHub Actions (#299).
from fast-glob GitHub release notes
Commit messages
Package name: fast-glob
  • d22afc5 3.2.6
  • a7a6556 Merge pull request #324 from mrmlnc/ISSUE-300_update_documentation
  • 1a28354 docs: clarification for `followSymbolicLinks` option
  • 190e6bf Merge pull request #323 from mrmlnc/TRIVIAL_update_tiny-glob_benchmark
  • 0ed6291 build: add `tiny-glob` to product synchronous benchmark
  • 6257af0 Merge pull request #322 from mrmlnc/TRIVIAL_fdir_benchmark
  • 9bcc78f Merge pull request #321 from mrmlnc/TRIVIAL_drop_npmignore
  • d046b51 build: add `fdir` to product benchmark
  • 7f0fd0f build: use 'files' field instead of '.npmignore' file
  • c9f7a81 Merge pull request #320 from mrmlnc/ISSUE-316_fix_mixed_base_directories
  • 4c36f6d fix(managers): fix issue with patterns that refers to the parent directory
  • 295db2a feat(utils): add uilities for obtaining patterns relative to the current directory
  • e4a3e7f Merge pull request #318 from mrmlnc/ISSUE-256_remove_picomatch_dependency
  • 707fd21 build: update micromatch
  • 08951de Merge pull request #315 from maugares/patch-1
  • b7458b8 Update package.json
  • 226a495 Merge pull request #311 from mrmlnc/TRIVIAL_update_configs
  • aa3aadd build: update CI config
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs