Skip to content

Bump @stoprocent/bluetooth-hci-socket from 1.5.2 to 2.0.0#1077

Closed
dependabot[bot] wants to merge 1 commit intolatestfrom
dependabot/npm_and_yarn/stoprocent/bluetooth-hci-socket-2.0.0
Closed

Bump @stoprocent/bluetooth-hci-socket from 1.5.2 to 2.0.0#1077
dependabot[bot] wants to merge 1 commit intolatestfrom
dependabot/npm_and_yarn/stoprocent/bluetooth-hci-socket-2.0.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps @stoprocent/bluetooth-hci-socket from 1.5.2 to 2.0.0.

Release notes

Sourced from @​stoprocent/bluetooth-hci-socket's releases.

v2.0.0

2.0.0 (2025-03-31)

Features

  • adding more flexability to how to pick a driver (a4bfc4b)

BREAKING CHANGES

  • Modified module export structure

The module's export structure has been changed from direct driver export to a new API that supports explicit driver selection.

Old usage:

const bluetooth = require(@stoprocent/bluetooth-hci-socket');
// Automatically selected driver based on platform/env

New usage:

const hci = require('@stoprocent/bluetooth-hci-socket');
// Using default (automatic) driver selection
const defaultDriver = hci.default;
// OR explicitly selecting a driver
const nativeDriver = hci.loadDriver(‘native);
const uartDriver = hci.loadDriver('uart');
const usbDriver = hci.loadDriver('usb');

This change allows users to explicitly control which driver they want to use, but requires updating import statements and usage patterns in existing code.

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)

Bumps [@stoprocent/bluetooth-hci-socket](https://github.com/stoprocent/node-bluetooth-hci-socket) from 1.5.2 to 2.0.0.
- [Release notes](https://github.com/stoprocent/node-bluetooth-hci-socket/releases)
- [Changelog](https://github.com/stoprocent/node-bluetooth-hci-socket/blob/main/.releaserc)
- [Commits](stoprocent/node-bluetooth-hci-socket@v1.5.2...v2.0.0)

---
updated-dependencies:
- dependency-name: "@stoprocent/bluetooth-hci-socket"
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 1, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 2, 2025

Superseded by #1078.

@dependabot dependabot bot closed this Apr 2, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stoprocent/bluetooth-hci-socket-2.0.0 branch April 2, 2025 06:23
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants