Skip to content

chore(deps-dev): bump globals from 17.3.0 to 17.4.0#61

Merged
scheilch merged 1 commit intomainfrom
dependabot/npm_and_yarn/globals-17.4.0
Mar 23, 2026
Merged

chore(deps-dev): bump globals from 17.3.0 to 17.4.0#61
scheilch merged 1 commit intomainfrom
dependabot/npm_and_yarn/globals-17.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 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 globals from 17.3.0 to 17.4.0.

Release notes

Sourced from globals's releases.

v17.4.0

  • Update globals (2026-03-01) (#338) d43a051

sindresorhus/globals@v17.3.0...v17.4.0

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)

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 23, 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.

@scheilch
Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [globals](https://github.com/sindresorhus/globals) from 17.3.0 to 17.4.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.3.0...v17.4.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-version: 17.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/globals-17.4.0 branch from 629542b to c6a0659 Compare March 23, 2026 06:56
@scheilch scheilch merged commit bf2354a into main Mar 23, 2026
12 of 13 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/globals-17.4.0 branch March 23, 2026 07:09
@github-actions
Copy link
Copy Markdown

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

1 participant