206 Commits

Author SHA1 Message Date
Rob Moran
95fd509a52 Remove automatic npm publish 2024-01-11 18:07:44 +00:00
Rob Moran
196171127b Merge pull request #76 from thegecko/dependabot/npm_and_yarn/decode-uri-component-0.2.2
Bump decode-uri-component from 0.2.0 to 0.2.2
2024-01-11 14:43:50 +00:00
Rob Moran
d224dfdb1e Merge pull request #77 from thegecko/dependabot/npm_and_yarn/jszip-3.8.0
Bump jszip from 3.7.0 to 3.8.0
2024-01-11 14:43:43 +00:00
Rob Moran
5e7dc4b547 Merge pull request #81 from gfwilliams/master
If DFU update fails, automatically try again but with a delay between writes
2024-01-11 09:33:07 +00:00
Gordon Williams
334e336727 If DFU update fails but we're not using any delay between sending packets, try again but with a delay.
This fixes an issue with *some* Windows 11 PCs where a DFU update would fail on the first 4096 byte block

Fix #80
2024-01-11 09:27:17 +00:00
Rob Moran
234b38150a Merge pull request #79 from thegecko/dependabot/npm_and_yarn/browserify-sign-4.2.2
Bump browserify-sign from 4.1.0 to 4.2.2
2023-10-27 17:34:36 +02:00
dependabot[bot]
38cce3ad95 Bump browserify-sign from 4.1.0 to 4.2.2
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.1.0 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.1.0...v4.2.2)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 12:11:15 +00:00
Rob Moran
0931409937 Merge pull request #78 from thegecko/dependabot/npm_and_yarn/minimatch-3.1.2
Bump minimatch from 3.0.4 to 3.1.2
2023-04-17 07:13:42 +01:00
dependabot[bot]
5b1cd1faa1 Bump minimatch from 3.0.4 to 3.1.2
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-17 00:42:03 +00:00
dependabot[bot]
93afa38429 Bump jszip from 3.7.0 to 3.8.0
Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/Stuk/jszip/releases)
- [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md)
- [Commits](https://github.com/Stuk/jszip/compare/v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: jszip
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 17:00:09 +00:00
dependabot[bot]
6b19264a35 Bump decode-uri-component from 0.2.0 to 0.2.2
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-03 11:11:31 +00:00
Rob Moran
50c1d4ff42 Merge pull request #73 from thegecko/dependabot/npm_and_yarn/shell-quote-1.7.3
Bump shell-quote from 1.7.2 to 1.7.3
2022-09-13 15:21:14 +01:00
robmor01
b47a7d1243 v1.2.1 2022-09-13 15:20:54 +01:00
dependabot[bot]
10f2760cb6 Bump shell-quote from 1.7.2 to 1.7.3
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases)
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md)
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 06:59:52 +00:00
Rob Moran
067cc3ed05 Merge pull request #71 from thegecko/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
2022-03-26 18:02:17 +00:00
dependabot[bot]
867ababe16 Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-26 18:01:20 +00:00
Rob Moran
f7c7e996a3 Merge pull request #60 from thegecko/dependabot/npm_and_yarn/elliptic-6.5.4
Bump elliptic from 6.5.3 to 6.5.4
2022-03-26 18:00:59 +00:00
Rob Moran
eb9c868a66 Merge pull request #61 from thegecko/dependabot/npm_and_yarn/y18n-3.2.2
Bump y18n from 3.2.1 to 3.2.2
2022-03-26 18:00:54 +00:00
Rob Moran
f067fc5407 Merge pull request #62 from thegecko/dependabot/npm_and_yarn/hosted-git-info-2.8.9
Bump hosted-git-info from 2.8.8 to 2.8.9
2022-03-26 18:00:47 +00:00
Rob Moran
601a506fb5 Merge pull request #69 from thegecko/dependabot/npm_and_yarn/copy-props-2.0.5
Bump copy-props from 2.0.4 to 2.0.5
2022-01-27 16:50:03 +00:00
dependabot[bot]
b9a3c027e9 Bump copy-props from 2.0.4 to 2.0.5
Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/gulpjs/copy-props/releases)
- [Changelog](https://github.com/gulpjs/copy-props/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/copy-props/compare/2.0.4...2.0.5)

---
updated-dependencies:
- dependency-name: copy-props
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-27 16:45:36 +00:00
Rob Moran
96ac344648 Merge pull request #68 from thegecko/dependabot/npm_and_yarn/cached-path-relative-1.1.0
Bump cached-path-relative from 1.0.2 to 1.1.0
2022-01-27 16:45:01 +00:00
dependabot[bot]
489e9ecb2c Bump cached-path-relative from 1.0.2 to 1.1.0
Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/ashaffer/cached-path-relative/releases)
- [Commits](https://github.com/ashaffer/cached-path-relative/commits)

---
updated-dependencies:
- dependency-name: cached-path-relative
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-27 14:49:53 +00:00
Rob Moran
0fff2b2771 Merge pull request #67 from thegecko/dependabot/npm_and_yarn/tar-4.4.19
Bump tar from 4.4.15 to 4.4.19
2021-09-02 16:37:52 +01:00
dependabot[bot]
f7207fd911 Bump tar from 4.4.15 to 4.4.19
Bumps [tar](https://github.com/npm/node-tar) from 4.4.15 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.15...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-02 11:02:21 +00:00
Rob Moran
af8be64a3e Merge pull request #66 from thegecko/dependabot/npm_and_yarn/jszip-3.7.0
Bump jszip from 3.4.0 to 3.7.0
2021-08-12 14:31:00 +01:00
dependabot[bot]
8c20f0bc48 Bump jszip from 3.4.0 to 3.7.0
Bumps [jszip](https://github.com/Stuk/jszip) from 3.4.0 to 3.7.0.
- [Release notes](https://github.com/Stuk/jszip/releases)
- [Changelog](https://github.com/Stuk/jszip/blob/master/CHANGES.md)
- [Commits](https://github.com/Stuk/jszip/compare/v3.4.0...v3.7.0)

---
updated-dependencies:
- dependency-name: jszip
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 13:30:38 +00:00
Rob Moran
0e6d2577c1 Merge pull request #65 from thegecko/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
2021-08-12 14:30:01 +01:00
dependabot[bot]
31bdf90c5e Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 01:24:16 +00:00
Rob Moran
17860623db Merge pull request #64 from thegecko/dependabot/npm_and_yarn/yargs-parser-5.0.1
Bump yargs-parser from 5.0.0 to 5.0.1
2021-08-09 09:49:57 +01:00
dependabot[bot]
9154350ce6 Bump yargs-parser from 5.0.0 to 5.0.1
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/v5.0.1/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs-parser/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: yargs-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 08:49:02 +00:00
Rob Moran
5f35665a2e Merge pull request #63 from thegecko/dependabot/npm_and_yarn/tar-4.4.15
Bump tar from 4.4.13 to 4.4.15
2021-08-09 09:48:32 +01:00
dependabot[bot]
554e3b688b Bump tar from 4.4.13 to 4.4.15
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.15.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.13...v4.4.15)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-04 23:05:23 +00:00
dependabot[bot]
dd4d67c252 Bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 17:53:20 +00:00
dependabot[bot]
709e9908ab Bump y18n from 3.2.1 to 3.2.2
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 10:36:28 +00:00
dependabot[bot]
eff1355294 Bump elliptic from 6.5.3 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-09 04:33:10 +00:00
Rob Moran
b427644ca5 Merge pull request #59 from xsorifc28/patch-1
sendControl causing "uncaught in promise" error
2021-02-28 10:10:22 +00:00
Samed Ozdemir
53c1f8fcee sendControl causing "uncaught in promise" error
Ran into a case where errors in sendControl could not be handled.

Made change to explicitly handle and reject an errors happening in sendControl.
2021-02-27 23:43:01 -05:00
thegecko
02d64e17af Fix buttonless update 2021-02-19 16:47:46 +00:00
Rob Moran
ac975010c5 Merge pull request #55 from thegecko/dependabot/npm_and_yarn/bl-1.2.3
Bump bl from 1.2.2 to 1.2.3
2020-12-11 09:55:23 +00:00
dependabot[bot]
242e778f92 Bump bl from 1.2.2 to 1.2.3
Bumps [bl](https://github.com/rvagg/bl) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](https://github.com/rvagg/bl/compare/v1.2.2...v1.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 09:46:34 +00:00
Rob Moran
ac8e90f3c7 Merge pull request #54 from thegecko/dependabot/npm_and_yarn/ini-1.3.7
Bump ini from 1.3.5 to 1.3.7
2020-12-11 09:45:51 +00:00
dependabot[bot]
bab00747a6 Bump ini from 1.3.5 to 1.3.7
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 08:05:30 +00:00
Rob Moran
5cdb47563d Merge pull request #48 from thegecko/dependabot/npm_and_yarn/elliptic-6.5.3
Bump elliptic from 6.5.2 to 6.5.3
2020-07-30 18:05:29 +01:00
dependabot[bot]
665abd2cca Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-30 16:12:13 +00:00
thegecko
4bf5039207 Update IF 2020-05-11 19:00:31 +01:00
Rob Moran
b2859220bd Merge pull request #47 from thegecko/dependencies
Dependencies
v1.2.0
2020-05-10 10:30:52 +01:00
thegecko
0b00ee5907 Add IF 2020-05-10 10:29:08 +01:00
thegecko
5e167bf730 Update dependencies 2020-05-10 09:37:48 +01:00
Rob Moran
7a8ed43f79 Merge pull request #44 from thegecko/dependabot/npm_and_yarn/acorn-5.7.4
Bump acorn from 5.7.3 to 5.7.4
2020-05-10 09:24:25 +01:00