chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5#38
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Dependabot couldn't find the original pull request head commit, 6208d2d.
6208d2d to
181437c
Compare
❌ Commit Message Validation FailedYour PR contains commits that don't follow the Conventional Commits format. Required FormatExamples✅ Allowed Types
Optional Scopes
How to FixOption 1: Amend last commit git commit --amend -m "feat(devices): add SSDP discovery"
git push --force-with-leaseOption 2: Interactive rebase (multiple commits) git rebase -i HEAD~3 # Last 3 commits
# Mark commits as "reword" in editor
# Update commit messages
git push --force-with-leaseNeed help? Check Conventional Commits Guide |



Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps minimatch from 3.1.2 to 3.1.5.
Commits
7bba9783.1.5bd25942docs: add warning about ReDoS1a9c27cfix partial matching of globstar patterns1a2e0843.1.4ae24656update lockfileb100374limit recursion for **, improve perf considerably26ffeaalockfile update9eca892lock node version to 1400c323b3.1.330486b2update CI matrix and actionsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.