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 glob to v7.2.3 #110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
glob 7.1.4 -> 7.2.3 age adoption passing confidence

Release Notes

isaacs/node-glob (glob)

v7.2.3

Compare Source

v7.2.2

Compare Source

v7.2.0

Compare Source

v7.1.7

Compare Source

v7.1.6

Compare Source

v7.1.5

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link

[puLL-Merge] - isaacs/node-glob@v7.1.4..v7.2.3

Description

This PR makes several changes to the glob package:

  • Adds a .github/FUNDING.yml file to set up GitHub sponsorship
  • Updates Travis CI config to test on more recent Node.js versions
  • Bumps the package version to 7.2.3 and adds a "v7-legacy" publish tag
  • Adds a fs option to allow using a virtual file system instead of the real one
  • Makes various code cleanup changes and adds more tests

The main motivation seems to be adding the ability to use glob with virtual file systems like memfs, while also doing some general maintenance and cleanup.

Changes

Changes

  • .github/FUNDING.yml, .github/.github/FUNDING.yml: Adds files to enable GitHub sponsorship
  • .gitignore: Ignores *.tap files in the repo root
  • .travis.yml: Updates to test on Node 8, 10, 12 and latest
  • README.md:
    • Marks the logo as a "fun cartoon"
    • Documents the new fs option
    • Adds a funny "oh my glob" gif at the end
  • appveyor.yml: Removes AppVeyor CI config
  • common.js:
    • Removes unused alphasorti export
    • Switches to Node's built-in fs module
    • Uses 'en' locale for localeCompare
    • Removes nocase handling in sorting
    • Sets allowWindowsEscape: false in minimatch options
  • glob.js, sync.js:
    • Uses the fs option if provided instead of built-in fs
    • Handles patterns containing [*] properly for absolute path check
  • package.json:
    • Version bump to 7.2.3
    • Adds "v7-legacy" publish tag
    • Adds memfs dev dependency for testing
    • Switches to latest tap and uses tap config
    • Adds funding metadata
  • test/*: Many test changes and additions, especially for memfs integration

In summary, this is a fairly substantial release focused on allowing glob to work with any fs implementation while also improving the tests and doing varios refactoring and cleanup.

@renovate renovate bot force-pushed the renovate/glob-7.x-lockfile branch from 5e0f377 to 99cec6a Compare September 17, 2024 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants