Skip to content

chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5#38

Merged
scheilch merged 1 commit intomainfrom
dependabot/npm_and_yarn/minimatch-3.1.5
Mar 9, 2026
Merged

chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5#38
scheilch merged 1 commit intomainfrom
dependabot/npm_and_yarn/minimatch-3.1.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2026

⚠️ Dependabot is rebasing this PR ⚠️

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

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 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.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 7, 2026

Labels

The following labels could not be found: dependencies, npm, workspace. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 8, 2026

Dependabot couldn't find the original pull request head commit, 6208d2d.
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minimatch-3.1.5 branch from 6208d2d to 181437c Compare March 8, 2026 20:02
@scheilch scheilch merged commit e29b9f9 into main Mar 9, 2026
12 of 13 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minimatch-3.1.5 branch March 9, 2026 15:38
@github-actions
Copy link

github-actions bot commented Mar 9, 2026

❌ Commit Message Validation Failed

Your PR contains commits that don't follow the Conventional Commits format.

Required Format

<type>(<scope>): <subject>

Examples

feat(devices): add SSDP auto-discovery
fix(api): handle null response in device sync
docs(readme): update installation instructions
test(backend): add regression test for XML parsing

Allowed Types

  • feat - New feature
  • fix - Bug fix
  • docs - Documentation only
  • style - Code style (formatting, no logic change)
  • refactor - Code refactoring (no feature/fix)
  • perf - Performance improvement
  • test - Adding/updating tests
  • build - Build system changes
  • ci - CI/CD changes
  • chore - Maintenance (dependencies, etc.)
  • revert - Revert previous commit

Optional Scopes

devices, api, frontend, backend, docker, workflow

How to Fix

Option 1: Amend last commit

git commit --amend -m "feat(devices): add SSDP discovery"
git push --force-with-lease

Option 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-lease

Need help? Check Conventional Commits Guide

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.

2 participants