Skip to content
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

Bump firmata from 0.10.1 to 2.2.0 #50

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps firmata from 0.10.1 to 2.2.0.

Release notes

Sourced from firmata's releases.

v2.2.0

Commit Message/Description
723cdae v2.2.0
69575a2 CI: drop node 6
8cab2da Dependencies: [email protected]
818a76d Dependencies: [email protected]
3efd4cf Dependencies: [email protected]
60f9f24 Dependencies: [email protected]
c30009d package.json: start version 3.0.0
1ccfac8 chore: Upgrade SerialPort
a38f464 lerna.json: start version 3.0.0
e83971c Remove -pre from version

v2.0.1

Commit Message/Description
4a089e7 v2.0.1
6e1803a Bump mixin-deep from 1.3.1 to 1.3.2
581ce5a Update serialport error message
fb0f54a Add missing, valid signature for i2cWrite
3d90a7a Add missing valid signature.

v2.0.0-pre

Commit Message/Description
9786fc4 v2.0.0-pre
488964d lerna.json: "lerna": "3.10.5"
9c2ab86 Don't test Serialport.list
f5bf48a Dependencies: serialport@^7.1.3
85e4c7d Make symbols more obvious
d0e7a31 .tesselignore files for both packages
af909e9 packages/firmata.js: simplify com code
44ac991 packages/firmata-io: use Symbols instead of underscore prefixed properties
69a21e8 packages/firmata.js: rename Stub => TransportStub
5c83581 eslint: "no-unused-vars": "error"
eedd818 lerna: allow lerna.json to control the version for all packages.
51c40f9 Dependencies: uninstall grunt-jscs, convert rules to eslint
c12eb79 packages/firmata.js: remove "browser-serialport" support (unmaintained since 2016)
c34b728 packages/firmata.js: remove repl bin
64d4ae6 README: add newline marker to copyright lines
19a97ee Dependencies: serialport@^7.1.1
aae09f2 packages/firmata.js: fix object exported by lib/com.js
707b9a5 Dependencies: browserify@^16.2.3, coveralls@^3.0.2, mocha@^5.2.0, nyc@^13.1.0
1ab4ca7 readme.md (all): update copyright years
93542e9 packages/firmata-io: format writeToTransport calls arguments consistently
c64bd98 packages/firmata-io: for-of loop in encoder7bit.js, remove parseInt call
0f0e22d Fix readme
c3b2df4 package-lock.json: updates
f16d4cd Tests: Firmata.requestPort() coverage
... (truncated)
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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [firmata](https://github.com/firmata/firmata.js) from 0.10.1 to 2.2.0.
- [Release notes](https://github.com/firmata/firmata.js/releases)
- [Commits](firmata/firmata.js@v0.10.1...v2.2.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 7, 2020
@dependabot-preview dependabot-preview bot changed the base branch from master to main June 24, 2020 14:26
@jywarren
Copy link
Member

Need to manually check compatibility with hardware!

@jywarren
Copy link
Member

Hi @rmeister hope you're doing well! is this likely to break things, do you think?

@rmeister
Copy link
Collaborator

rmeister commented Jul 7, 2020

Hey @jywarren , I'm fine thanks, hope you as well ;)

I can not say for sure, but from the look at https://github.com/firmata/firmata.js/blob/master/packages/firmata-io/lib/firmata.js the API of firmata.js did not change (regarding the functions used in webjack-firmata).

I would love to confirm compatibility, but I've tried to build the demo with firmata 2.2.0 for one and a half hours without success using different npm and webpack versions, so there might be another issue with more recent toolchains.
https://gist.github.com/rmeister/02d5831eaa4d8fd4e7990cbd3184b75a

@jywarren
Copy link
Member

Whoa well thank you for trying! One thing we could do is try to get the demo to build in gitpod.io on each PR. Then we could test it live on each PR. Not a high priority though, I've just been enjoying setting up gitpod on many other pl libs!

Glad to hear you're well! ♥️

@dependabot-preview
Copy link
Contributor Author

Superseded by #78.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/firmata-2.2.0 branch November 18, 2020 05:32
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants