1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 08:45:28 +03:00
Commit graph

116 commits

Author SHA1 Message Date
Richard Cooper
6b6610d346 Just run tests on windows build. 2019-11-06 22:31:08 +00:00
Richard Cooper
bd296b8eb9 Use puppeteer for karma tests 2019-11-06 16:22:43 +00:00
Richard Cooper
21263087ec run karma tests as part of build 2019-11-06 14:58:27 +00:00
Miguel Angel Mulero Martinez
1d7ec1a764 Add djv library to validate against JSON Schemas 2019-11-04 10:07:07 +01:00
mikeller
7bc8dbec6f Removed copy of semver from repository. 2019-11-02 21:28:14 +13:00
Kyle K
c2423badfc Almost fixes an error about using i18next before its properly initialized
Updating to i18next 18.0.1
Goes from lots of complaints down to just one.
https://github.com/i18next/i18next/blob/master/CHANGELOG.md
2019-10-29 17:52:19 +00:00
mikeller
146edabf7f Updated versions of dependencies, including NW.js. 2019-10-22 23:17:58 +13:00
Michael Keller
68247f9571 Fixed dependency vulnerabilities. 2019-08-13 14:22:24 +12:00
mikeller
78e72dd63d Updated versions of vulnerable packages. 2019-08-06 21:53:52 +12:00
dependabot[bot]
770420735e
Bump yarn from 1.15.2 to 1.17.3
Bumps [yarn](https://github.com/yarnpkg/yarn) from 1.15.2 to 1.17.3.
- [Release notes](https://github.com/yarnpkg/yarn/releases)
- [Changelog](https://github.com/yarnpkg/yarn/blob/v1.17.3/CHANGELOG.md)
- [Commits](https://github.com/yarnpkg/yarn/compare/v1.15.2...v1.17.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-31 04:39:47 +00:00
Kyle K
73fa4f981b update some libraries, wrestle with yarn/npm, refactor some css
* separate our styling from a libraries included .css
* update npm packages: bluebird, inflection, jbox, jquery, jquery-ui-npm
* ports and osd tabs needed small javascript changes for the above
* refactored CSS style sheets, in summary Cascading was being ignored
* tweaked colors in dark mode.
* tweaked betaflight logo for dark mode care of frozenskys
* dark mode can also trigger on `(prefers-color-scheme: dark)` signal from the OS when NW.js 0.40.0/Chrome 76 is released.
* changed how `gulp-appdmg` is brought in, mixing yarn and npm was causing trouble
* version.json is now written in a more gulpful manner

Note: this works fine with NW.js 0.40.0-beta1
2019-07-23 20:55:50 +00:00
dependabot[bot]
5db6a2d19f
Bump lodash from 4.17.11 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-13 07:25:04 +00:00
mikeller
0069fd917f Fixed yarn production install. 2019-05-09 07:58:43 +12:00
mikeller
b8359fee6e Added devDependency on 'yarn' to enable production build. 2019-05-05 22:44:28 +12:00
mikeller
0e324ea0db Updating node packages to latest version. 2019-05-02 22:14:24 +12:00
Michael Keller
4c1fdf7925 Moved from 'npm' to 'yarn'.
Changed travis config.

Simplified package.json.

Try with a newer npm, who knows, it's for Mac.
2019-04-30 23:57:35 +12:00