manekinekko / angular-web-bluetooth

The missing Web Bluetooth module for Angular
https://manekinekko.github.io/angular-web-bluetooth/
MIT License
196 stars 58 forks source link

Support for Angular v17 #90

Closed 0xFACE closed 8 months ago

0xFACE commented 11 months ago

Please update package to Angular v17

0xFACE commented 10 months ago

up

SilviaCarrozzo commented 9 months ago

I also need the support for Angular v.17, thanks.

manekinekko commented 8 months ago

v17 has been released. Enjoy!

0xFACE commented 8 months ago

The issue still exists:

npm install @manekinekko/angular-web-bluetooth@17
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: uds-web@0.0.0
npm ERR! Found: @angular/common@17.1.3
npm ERR! node_modules/@angular/common
npm ERR!   @angular/common@"^17.1.3" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^15.0.0" from @manekinekko/angular-web-bluetooth@17.0.0
npm ERR! node_modules/@manekinekko/angular-web-bluetooth
npm ERR!   @manekinekko/angular-web-bluetooth@"17" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR!
npm ERR! For a full report see:

It looks like the project in the projects/manekinekko/angular-web-bluetooth directory also needs to be updated.

manekinekko commented 8 months ago

Interesting. I can't reproduce the issue locally. What's your npm version?

image

0xFACE commented 8 months ago

Hi. I'm using mpn version 10.1.0 .

manekinekko commented 8 months ago

Thank you. Will publish a new release asap.

manekinekko commented 8 months ago

v17.1.0 has been published. Please let me know if you are having other issues.

0xFACE commented 8 months ago

Perfect, no issues. Thanks!