Commit Graph

202 Commits

Author SHA1 Message Date
Sam Detweiler 76821d16fc restore ical for 3rd party modules 2020-09-24 10:13:25 -05:00
Sam Detweiler 5de88b4cc1 remove added lodash 2020-09-22 08:40:40 -05:00
Sam Detweiler af5e6655e0 fix pull 2020-09-22 08:38:15 -05:00
Sam Detweiler a8716799c9 fix dependency versioning error 2020-09-22 08:33:21 -05:00
sam detweiler 934ac886cb Merge branch 'develop' into develop 2020-09-22 07:49:19 -05:00
sam detweiler e8fd906aa1 move calendar to node-ical for ms timezones and timezones in general 2020-09-22 07:25:48 -05:00
rejas e4f2a8a23b Update dependencies 2020-09-19 12:25:11 +02:00
rejas 89b33d2c62 Move lodash to devDependencies sicne its used only in testing 2020-09-19 10:50:06 +02:00
rejas 3ced35a2f8 Dont generally use latest versions of dependencies 2020-09-19 10:49:59 +02:00
rejas 259068b860 Remove unused dependency, update eslint 2020-09-02 13:42:35 +02:00
rejas a1a4192835 Fix clock test, remove now unneeded dependency 2020-09-02 13:42:35 +02:00
rejas 9f3806dabf Update eslint jsdoc plugin 2020-08-03 11:20:11 +02:00
rejas f4eae72c48 Install eslint jsdoc plugin 2020-07-27 13:10:07 +02:00
rejas b59ee6ad7e Update dependencies 2020-07-09 22:43:08 +02:00
rejas d570f910f8 Added test coverage with istanbul 2020-07-09 20:29:38 +02:00
Michael Teeuw 26ed05ba3a Prepare 2.13.0-develop 2020-07-01 20:07:12 +02:00
Michael Teeuw 5d90a08011 Prepare release 2.12.0 2020-07-01 19:47:09 +02:00
rejas 1e5bd98f02 Make calendar debuger use const stuff and add npm script for it 2020-06-20 08:45:46 +02:00
rejas b2f71a2ce1 Update dependencies 2020-06-20 08:33:19 +02:00
rejas 5d4a575919 Undo switch to fetch, use request like ical did 2020-06-20 08:32:54 +02:00
rejas 6d60baa2d6 Install latest ical version and use it 2020-06-17 21:17:26 +02:00
Veeck 3a5a29efc0 Add pretty-quick 2020-05-11 21:59:45 +02:00
rejas c202c0d705 Add prettier, configs and editorconfig 2020-05-07 14:09:22 +02:00
rejas bd6bbf864a Update dependencies 2020-05-03 20:52:58 +02:00
Veeck be6f1f9c4a Move eslint to dependencies, update some devdependcies 2020-04-21 14:41:34 +02:00
Veeck cc5336900c Update dependencies 2020-04-20 11:34:24 +02:00
Veeck 291a8f5c1f Fix warnings for jsonlint 2020-04-20 11:34:16 +02:00
Veeck c7c6dc4e67 Move config check into js folder, cleanup var usage 2020-04-19 07:55:56 +02:00
rejas ab3015df6b Remove rest of grunt calls 2020-04-10 14:43:58 +02:00
rejas f36df159e0 Replace grunt-jsonlint with jsonlint 2020-04-10 12:24:08 +02:00
rejas 61462cf57e Replace grunt-eslint with eslint 2020-04-10 07:48:28 +02:00
rejas 427d186c86 Replace grunt-markdownlint with markdownlint-cli 2020-04-10 07:48:28 +02:00
rejas 84e9c47a67 Replace grunt-stylelint with stylelint 2020-04-10 07:48:28 +02:00
rejas 18989d593a Replace grunt-yamllint with yaml-lint 2020-04-10 07:48:28 +02:00
Michael Teeuw 501a314597 Start of 2.12.0-develop 2020-04-01 12:28:40 +02:00
Michael Teeuw 46df59d77a Prepare release 2.11.0 2020-04-01 11:52:39 +02:00
Michael Teeuw fe6645a420 Merge pull request #1955 from rejas/jshint
Remove jshint dependency
2020-03-24 21:16:12 +01:00
rejas a91f2de26a Remove jshint dependency, use eslint for config verification 2020-03-15 20:38:52 +01:00
rejas f22e39e22b Add switch to auto fix eslint and stylelint issues 2020-03-11 11:29:59 +01:00
rejas c3d57eef4f Remove husky again, move lint as test to travis 2020-03-11 08:52:25 +01:00
rejas 6c926b8876 Add husky for pre-commit hook 2020-03-08 16:25:26 +01:00
Michael Teeuw 8ef8388c32 Set default DISPLAY in package.json. 2020-02-01 15:02:47 +01:00
Michael Teeuw e2d4a0fde8 Improve Feedback. 2020-02-01 14:52:52 +01:00
Michael Teeuw 65b1d61295 Improve feedback. 2020-02-01 14:43:43 +01:00
Michael Teeuw 1b38e73eb2 Fix install scripts. 2020-02-01 14:41:46 +01:00
Michael Teeuw e2afee3275 Add feedback. 2020-02-01 14:39:50 +01:00
Michael Teeuw 7f2ecbd04f Cleanup. 2020-02-01 14:32:38 +01:00
Michael Teeuw 09c1ea992c Update start methods. 2020-02-01 13:56:15 +01:00
Michael Teeuw 7fc4f61182 Merge pull request #1892 from roramirez/upgrade-electron-6
Upgrade to Electron 6:
2020-01-23 19:28:37 +01:00
Rodrigo Ramírez Norambuena a7ee2ef3a6 Upgrade to Electron 6:
New version of Electron has enable by default sandbox
http://www.atom.pe/docs/api/sandbox-option/

There was some issues to migrate a new version of Electron for
MagicMirror. Using the new version in Travis CI was failing at this
time. The problem is because the testing runner is a Docker enviroment

The issue experimented is the same topic mentioned here:
 - https://github.com/electron/electron/issues/17972
 - https://github.com/electron-userland/spectron/issues/443

The fix for to all of this is to set the `--no-sandbox` mode in CI
testing https://electronjs.org/docs/all#--no-sandbox

This change use the feature to set and disable Sandbox using
by enviroment variable `ELECTRON_DISABLE_SANDBOX=1`
https://github.com/electron/electron/pull/16576

This change has reference #1800
2020-01-20 22:19:10 +00:00