-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm: Pin versions for node-8 #1
Conversation
Update bluetooth-hci-socket for node-10 Relate-to: noble/node-bluetooth-hci-socket#84 Origin: #1 Change-Id: Ib32f0c00bb0e7dcb9a125261cd9db0d11c440c21 Signed-off-by: Philippe Coval <[email protected]>
c24b245
to
8cea4f0
Compare
Abandonware namespace was used Update bluetooth-hci-socket for node-10 Relate-to: noble/node-bluetooth-hci-socket#84 Origin: #1 Change-Id: Ib32f0c00bb0e7dcb9a125261cd9db0d11c440c21 Signed-off-by: Philippe Coval <[email protected]>
Old Node versions should probably be dropped from the CI configs. |
The minimum approach is only to remove 0.8 because failing in tests, other idea would be to go as in bluetooth-hci-socket and test 6, 8, 10 Appveyor needs a test config file at all because not existing so far |
yes PR welcome on this repo too. To validate our abilty to co maintain it (forward upstream first). So please disable obsolete node versions also in upstream then I will pick patch here too https://travis-ci.org/noble/noble/builds/469648785?utm_source=github_status&utm_medium=notification |
Node-10 to be then supported Origin: noble@e2c476e Forwarded: noble#851 Change-Id: I3c20732e71456cbe2b33509ccf2e0b72ca75442f Signed-off-by: Philippe Coval <[email protected]>
Change-Id: I84415cf2fe5f450fd6aab3429ea14c4cb816cb91 Origin: #1 Forwarded: noble#851 Signed-off-by: Philippe Coval <[email protected]>
Might be obsolete and it does not worth to keep maintaining it Relate-To: https://travis-ci.org/abandonware/noble/jobs/470026600 Change-Id: I04be1fa73626402bb81775b056cabde32ced0960 Origin: #1 Forwarded: noble#851 Signed-off-by: Philippe Coval <[email protected]>
e2ad3be
to
ee48911
Compare
Abandonware namespace was used Update bluetooth-hci-socket for node-10 Relate-to: noble/node-bluetooth-hci-socket#84 Origin: #1 Change-Id: Ib32f0c00bb0e7dcb9a125261cd9db0d11c440c21 Signed-off-by: Philippe Coval <[email protected]>
Change-Id: I96b7572a1872691dab80af70f1ebc811a50438fb Origin: #1 Signed-off-by: Philippe Coval <[email protected]>
Then regen lock files. Origin: #1 Change-Id: I402476a21c76a2f51ee024830647afbcd2cdb36b Signed-off-by: Philippe Coval <[email protected]>
Might be obsolete and it does not worth to keep maintaining it Relate-To: https://travis-ci.org/abandonware/noble/jobs/470026600 Change-Id: I04be1fa73626402bb81775b056cabde32ced0960 Origin: #1 Forwarded: noble#851 Signed-off-by: Philippe Coval <[email protected]>
Change-Id: I661e9105c313179526fe43585b78cf1156e1f0d9 Origin: #1 Forwarded: noble#851 Signed-off-by: Philippe Coval <[email protected]>
Abandonware namespace was used Update bluetooth-hci-socket for node-10 Relate-to: noble/node-bluetooth-hci-socket#84 Origin: #1 Change-Id: Ib32f0c00bb0e7dcb9a125261cd9db0d11c440c21 Signed-off-by: Philippe Coval <[email protected]>
Change-Id: I96b7572a1872691dab80af70f1ebc811a50438fb Origin: #1 Signed-off-by: Philippe Coval <[email protected]>
Origin: #1 Change-Id: I8eb04badb5ee427dab37e314fb43114f805f8064 Signed-off-by: Philippe Coval <[email protected]>
Origin: #1 Change-Id: Iab54f45109bb4a11e172f9d9de784a0d9d436766 Signed-off-by: Philippe Coval <[email protected]>
ee48911
to
b18226c
Compare
Then regen lock files. Origin: #1 Change-Id: I402476a21c76a2f51ee024830647afbcd2cdb36b Signed-off-by: Philippe Coval <[email protected]>
Then regen lock files. Origin: #1 Change-Id: I402476a21c76a2f51ee024830647afbcd2cdb36b Signed-off-by: Philippe Coval <[email protected]>
b18226c
to
9b1fa0a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine other than the 2 comments.
"description": "A Node.js BLE (Bluetooth Low Energy) central library.", | ||
"version": "1.9.1", | ||
"version": "1.9.2-0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think npm/yarn like the -0
part very much. It was giving me warnings about it yesterday with the bluetooth-hci-socket
module.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
too bad why prerelease versions are not supported ?
I wanted to have lower version than upcoming upstream version
}, | ||
"optionalDependencies": { | ||
"bluetooth-hci-socket": "^0.5.1", | ||
"@abandonware/bluetooth-hci-socket": "^0.5.3-0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logs welcome
Any idea when node v10 will be supported for Noble? |
@rgerr try master branch it should at least build ;) |
Change-Id: I84415cf2fe5f450fd6aab3429ea14c4cb816cb91 Origin: #1 Forwarded: noble#851 Signed-off-by: Philippe Coval <[email protected]>
Might be obsolete and it does not worth to keep maintaining it Relate-To: https://travis-ci.org/abandonware/noble/jobs/470026600 Change-Id: I04be1fa73626402bb81775b056cabde32ced0960 Origin: #1 Forwarded: noble#851 Signed-off-by: Philippe Coval <[email protected]>
Change-Id: I661e9105c313179526fe43585b78cf1156e1f0d9 Origin: #1 Forwarded: noble#851 Signed-off-by: Philippe Coval <[email protected]>
Abandonware namespace was used Update bluetooth-hci-socket for node-10 Relate-to: noble/node-bluetooth-hci-socket#84 Origin: #1 Change-Id: Ib32f0c00bb0e7dcb9a125261cd9db0d11c440c21 Signed-off-by: Philippe Coval <[email protected]>
Change-Id: I96b7572a1872691dab80af70f1ebc811a50438fb Origin: #1 Signed-off-by: Philippe Coval <[email protected]>
Origin: #1 Change-Id: I8eb04badb5ee427dab37e314fb43114f805f8064 Signed-off-by: Philippe Coval <[email protected]>
Origin: #1 Change-Id: Iab54f45109bb4a11e172f9d9de784a0d9d436766 Signed-off-by: Philippe Coval <[email protected]>
Then regen lock files. Origin: #1 Change-Id: I402476a21c76a2f51ee024830647afbcd2cdb36b Signed-off-by: Philippe Coval <[email protected]>
Change-Id: I96b7572a1872691dab80af70f1ebc811a50438fb Origin: #1 Signed-off-by: Philippe Coval <[email protected]>
Origin: #1 Change-Id: I8eb04badb5ee427dab37e314fb43114f805f8064 Signed-off-by: Philippe Coval <[email protected]>
Origin: #1 Change-Id: Iab54f45109bb4a11e172f9d9de784a0d9d436766 Signed-off-by: Philippe Coval <[email protected]>
Change-Id: I84415cf2fe5f450fd6aab3429ea14c4cb816cb91 Origin: abandonware#1 Forwarded: noble#851 Signed-off-by: Philippe Coval <[email protected]>
Might be obsolete and it does not worth to keep maintaining it Relate-To: https://travis-ci.org/abandonware/noble/jobs/470026600 Change-Id: I04be1fa73626402bb81775b056cabde32ced0960 Origin: abandonware#1 Forwarded: noble#851 Signed-off-by: Philippe Coval <[email protected]>
Change-Id: I661e9105c313179526fe43585b78cf1156e1f0d9 Origin: abandonware#1 Forwarded: noble#851 Signed-off-by: Philippe Coval <[email protected]>
Abandonware namespace was used Update bluetooth-hci-socket for node-10 Relate-to: noble/node-bluetooth-hci-socket#84 Origin: abandonware#1 Change-Id: Ib32f0c00bb0e7dcb9a125261cd9db0d11c440c21 Signed-off-by: Philippe Coval <[email protected]>
Change-Id: I96b7572a1872691dab80af70f1ebc811a50438fb Origin: abandonware#1 Signed-off-by: Philippe Coval <[email protected]>
Origin: abandonware#1 Change-Id: I8eb04badb5ee427dab37e314fb43114f805f8064 Signed-off-by: Philippe Coval <[email protected]>
Origin: abandonware#1 Change-Id: Iab54f45109bb4a11e172f9d9de784a0d9d436766 Signed-off-by: Philippe Coval <[email protected]>
Then regen lock files. Origin: abandonware#1 Change-Id: I402476a21c76a2f51ee024830647afbcd2cdb36b Signed-off-by: Philippe Coval <[email protected]>
Change-Id: I96b7572a1872691dab80af70f1ebc811a50438fb Origin: #1 Signed-off-by: Philippe Coval <[email protected]>
Origin: #1 Change-Id: I8eb04badb5ee427dab37e314fb43114f805f8064 Signed-off-by: Philippe Coval <[email protected]>
Origin: #1 Change-Id: Iab54f45109bb4a11e172f9d9de784a0d9d436766 Signed-off-by: Philippe Coval <[email protected]>
Node-10 to be then supported
Origin: noble@e2c476e
Forwarded: noble#851
Change-Id: I3c20732e71456cbe2b33509ccf2e0b72ca75442f
Signed-off-by: Philippe Coval [email protected]