Skip to content

Bump @stoprocent/bluetooth-hci-socket from 1.5.2 to 2.1.1#1086

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

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

Conversation

@dependabot
Copy link

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

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

Release notes

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

v2.1.1

2.1.1 (2025-04-16)

Bug Fixes

  • uart: leaking event listener on process exit (d00e950)

v2.1.0

2.1.0 (2025-04-01)

Features

  • improved the exports and addjusted interface (01f0af5)

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');

... (truncated)

Commits
  • d00e950 fix(uart): leaking event listener on process exit
  • 5c391ae chore: readme updates
  • 01f0af5 feat: improved the exports and addjusted interface
  • 929104e chore: README update
  • a4bfc4b feat: adding more flexability to how to pick a driver
  • See full diff in compare view

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.1.1.
- [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.1.1)

---
updated-dependencies:
- dependency-name: "@stoprocent/bluetooth-hci-socket"
  dependency-version: 2.1.1
  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 17, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 21, 2025

Superseded by #1089.

@dependabot dependabot bot closed this Apr 21, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stoprocent/bluetooth-hci-socket-2.1.1 branch April 21, 2025 07:52
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