ipfs-share-files icon indicating copy to clipboard operation
ipfs-share-files copied to clipboard

deps(dev): bump @storybook/react-vite from 8.6.4 to 8.6.12

Open dependabot[bot] opened this issue 11 months ago • 0 comments

Bumps @storybook/react-vite from 8.6.4 to 8.6.12.

Release notes

Sourced from @​storybook/react-vite's releases.

v8.6.12

8.6.12

v8.6.11

8.6.11

v8.6.10

8.6.10

v8.6.9

8.6.9

v8.6.8

8.6.8

v8.6.7

8.6.7

v8.6.6

8.6.6

v8.6.5

8.6.5

... (truncated)

Changelog

Sourced from @​storybook/react-vite's changelog.

8.6.12

8.6.11

8.6.10

8.6.9

8.6.8

8.6.7

8.6.6

8.6.5

Commits
  • 1c35b29 Bump version from "8.6.11" to "8.6.12" [skip ci]
  • 2afd30d Bump version from "8.6.10" to "8.6.11" [skip ci]
  • 23d2037 Bump version from "8.6.9" to "8.6.10" [skip ci]
  • 207c2f4 Bump version from "8.6.8" to "8.6.9" [skip ci]
  • d4960ea Bump version from "8.6.7" to "8.6.8" [skip ci]
  • 019cd1f Bump version from "8.6.6" to "8.6.7" [skip ci]
  • 9a7a795 Bump version from "8.6.5" to "8.6.6" [skip ci]
  • 4e23d75 Bump version from "8.6.4" to "8.6.5" [skip ci]
  • 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)

dependabot[bot] avatar Apr 03 '25 10:04 dependabot[bot]

Thanks for the report! I'm neck deep on some company admin stuff I gotta finish (hopefully soon) and I'll check into this right away.

Just FYI, this feature is relatively new on Windows, so quirks are expected.

kdewald avatar Jul 03 '25 07:07 kdewald

Hey @josmithua, can you repeat this test trying out the version from this commit? https://github.com/simpleble/simpleble/commit/16d338f6dca5d56c5e1426d704e88504f09aaa95

It should appear on Pypi soon as version 0.10.4.dev4.

The only change on that commit is to print a bit more information about the error and ignore it, at least until we have a better understand of what's going on.

The other thing I'd ask if you could test the C++ list_paired example and see if that one works as intended, just to rule out any effects from the Python bindings.

kdewald avatar Jul 09 '25 05:07 kdewald

Hi @kdewald, I repeated the test with the new commit/release, but got the exact same result as above, with no extra logging...

import simplepyble


def main():
    print("SimpleBle version:", simplepyble.get_simpleble_version())
    adapter = simplepyble.Adapter.get_adapters()[0]
    paired_peripherals = adapter.get_paired_peripherals()
    print("Paired peripherals:")
    for peripheral in paired_peripherals:
        print(f" - {peripheral.identifier()}")


if __name__ == "__main__":
    main()
SimpleBle version: 0.10.4-dev32
Traceback (most recent call last):
  File "C:\Users\joshua.smith\Documents\path\test_paired_peripherals.py", line 14, in <module>
    main()
  File "C:\Users\joshua.smith\Documents\path\test_paired_peripherals.py", line 7, in main
    paired_peripherals = adapter.get_paired_peripherals()
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: WinRT Exception. Error code -2147024809: The provided device ID is not a valid BluetoothLEDevice object.

josmithua avatar Sep 18 '25 16:09 josmithua

Just had a moment to look into it. I think I found why we're not getting the debug info we need. I'll put up a fix tomorrow.

kdewald avatar Oct 01 '25 06:10 kdewald

Okay, I just pushed the fix that now should properly log the issue and skip any devices that can't be loaded. I need to fix one more thing for the latest Python build ot be out for testing.

kdewald avatar Oct 02 '25 05:10 kdewald

@josmithua new version should appear under 0.10.4.dev40.

kdewald avatar Oct 02 '25 18:10 kdewald

I ran the above code and it correctly printed out the paired peripherals plus a list of peripherals with errors.

SimpleBle version: 0.10.4-dev40
[ERROR] SimpleBLE: D:\a\simpleble\simpleble\simpleble\src\backends\windows\AdapterWindows.cpp:150 in operator (): WinRT error processing paired device BluetoothLE#BluetoothLE00:e0:4c:47:03:4a-c0:80:e1:26:00:e3 : WinRT Exception. Error code -2147024809: The provided device ID is not a valid BluetoothLEDevice object.
WinRT error processing paired device BluetoothLE#BluetoothLE00:e0:4c:47:03:4a-c0:80:e1:26:00:e3 : WinRT Exception. Error code -2147024809: The provided device ID is not a valid BluetoothLEDevice object.[ERROR] SimpleBLE: D:\a\simpleble\simpleble\simpleble\src\backends\windows\AdapterWindows.cpp:150 in operator (): WinRT error processing paired device BluetoothLE#BluetoothLE34:c9:f0:99:35:1c-c0:80:e1:26:00:30 : WinRT Exception. Error code -2147024809: The provided device ID is not a valid BluetoothLEDevice object.
WinRT error processing paired device BluetoothLE#BluetoothLE34:c9:f0:99:35:1c-c0:80:e1:26:00:30 : WinRT Exception. Error code -2147024809: The provided device ID is not a valid BluetoothLEDevice object.[ERROR] SimpleBLE: D:\a\simpleble\simpleble\simpleble\src\backends\windows\AdapterWindows.cpp:150 in operator (): WinRT error processing paired device BluetoothLE#BluetoothLE34:c9:f0:99:35:1c-c0:80:e1:26:00:a7 : WinRT Exception. Error code -2147024809: The provided device ID is not a valid BluetoothLEDevice object.
WinRT error processing paired device BluetoothLE#BluetoothLE34:c9:f0:99:35:1c-c0:80:e1:26:00:a7 : WinRT Exception. Error code -2147024809: The provided device ID is not a valid BluetoothLEDevice object.[ERROR] SimpleBLE: D:\a\simpleble\simpleble\simpleble\src\backends\windows\AdapterWindows.cpp:150 in operator (): WinRT error processing paired device BluetoothLE#BluetoothLE34:c9:f0:99:35:1c-c0:80:e1:27:00:7e : WinRT Exception. Error code -2147024809: The provided device ID is not a valid BluetoothLEDevice object.
WinRT error processing paired device BluetoothLE#BluetoothLE34:c9:f0:99:35:1c-c0:80:e1:27:00:7e : WinRT Exception. Error code -2147024809: The provided device ID is not a valid BluetoothLEDevice object.[ERROR] SimpleBLE: D:\a\simpleble\simpleble\simpleble\src\backends\windows\AdapterWindows.cpp:150 in operator (): WinRT error processing paired device BluetoothLE#BluetoothLE8c:90:2d:e8:14:68-c0:80:e1:26:00:e3 : WinRT Exception. Error code -2147024809: The provided device ID is not a valid BluetoothLEDevice object.
WinRT error processing paired device BluetoothLE#BluetoothLE8c:90:2d:e8:14:68-c0:80:e1:26:00:e3 : WinRT Exception. Error code -2147024809: The provided device ID is not a valid BluetoothLEDevice object.[ERROR] SimpleBLE: D:\a\simpleble\simpleble\simpleble\src\backends\windows\AdapterWindows.cpp:150 in operator (): WinRT error processing paired device BluetoothLE#BluetoothLEec:75:0c:78:bd:49-c0:80:e1:26:00:e3 : WinRT Exception. Error code -2147024809: The provided device ID is not a valid BluetoothLEDevice object.
WinRT error processing paired device BluetoothLE#BluetoothLEec:75:0c:78:bd:49-c0:80:e1:26:00:e3 : WinRT Exception. Error code -2147024809: The provided device ID is not a valid BluetoothLEDevice object.[ERROR] SimpleBLE: D:\a\simpleble\simpleble\simpleble\src\backends\windows\AdapterWindows.cpp:150 in operator (): WinRT error processing paired device BluetoothLE#BluetoothLEfc:22:1c:10:2c:44-c0:80:e1:26:00:e3 : WinRT Exception. Error code -2147024809: The provided device ID is not a valid BluetoothLEDevice object.
WinRT error processing paired device BluetoothLE#BluetoothLEfc:22:1c:10:2c:44-c0:80:e1:26:00:e3 : WinRT Exception. Error code -2147024809: The provided device ID is not a valid BluetoothLEDevice object.

Paired peripherals:
 - DEV1 0
 - DEV1 20094
 - DEV1 20113
 - DEV1 20135
 - DEV1 20134
 - DEV1 87847

pylogger-html avatar Dec 03 '25 16:12 pylogger-html