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

chore(deps): bump micromatch from 4.0.7 to 4.0.8 #164

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2024

Bumps micromatch from 4.0.7 to 4.0.8.

Release notes

Sourced from micromatch's releases.

4.0.8

Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you see automated scanners saying otherwise, don't be scared.

Changelog

Sourced from micromatch's changelog.

[4.0.8] - 2024-08-22

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.7...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 12, 2024
Copy link

[puLL-Merge] - micromatch/[email protected]

Description

This pull request has the following key changes:

  1. Updated the GitHub workflow for testing, including updates to the matrix of operating systems and Node.js versions.
  2. Added entries to the CHANGELOG documenting recent fixes, updates, and versions.
  3. Improved README documentation, including fixing broken links, updating line numbers, and ensuring consistency with verb configuration.
  4. Updated index.js to include a new utility function hasBraces and made several updates to improve code readability and maintainability.
  5. Bumped the package version to 4.0.8.
  6. Updated unit tests to cover the new hasBraces function.

Possible Issues

  1. Backward Compatibility: The introduction of the hasBraces function and changes to the brace handling logic could potentially cause unexpected behavior changes in brace-related functionalities. Careful validation against existing tests and possibly more test cases might be necessary.
  2. Documentation Links: While most links have been updated, it's essential to verify that all replaced links in the README are correct to avoid broken references.

Security Hotspots

None identified.

Changes

Changes

  • .github/workflows/test.yml

    • Updated node-version matrix to exclude macOS with Node 10, 12, and 14.
    • Added macOS-13 for Node 10, 12, and 14.
    • Updated actions/setup-node from v1 to v4.
  • CHANGELOG.md

    • Added new version entries for 4.0.6, 4.0.7, and 4.0.8 with detailed descriptions of fixes and updates.
    • Fixed formatting issues in some of the lists.
  • README.md

    • Removed the requirement for Node.js version in installation instructions.
    • Updated links to external resources to use full URLs.
    • Fixed indentation and alignment for enhanced readability.
    • Updated line numbers for function references.
    • Revised and updated the list of contributors and latest update timestamp.
  • index.js

    • Added hasBraces function for better brace detection.
    • Updated existing code to use hasBraces for consistency and readability.
    • Exposed hasBraces for testing purposes.
  • package.json

    • Bumped version to 4.0.8.
    • Reformatted the files, tasks, plugins, related, and reflinks fields for better readability.
  • test/braces.js

    • Added new unit tests to cover different scenarios for the hasBraces function.

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 puLL-Merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants