Commit Graph

532 Commits

Author SHA1 Message Date
Maxime GRIS
c885a24617 misc/ add electron-reloader 2022-04-23 13:58:24 +02:00
Maxime GRIS
6267d6e750 Merge pull request #684 from maximegris/dependabot/npm_and_yarn/plist-3.0.5
Bump plist from 3.0.4 to 3.0.5
2022-04-02 11:58:53 +02:00
Maxime GRIS
f1d89b1d3c fix/ macos action 2022-04-02 11:58:18 +02:00
Maxime GRIS
ad23ace614 [Bumped Version] 10.5.1 2022-04-02 11:51:20 +02:00
dependabot[bot]
bedaba33f9 Bump plist from 3.0.4 to 3.0.5
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/TooTallNate/node-plist/releases)
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md)
- [Commits](https://github.com/TooTallNate/node-plist/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-02 09:50:34 +00:00
Maxime GRIS
7251676e05 misc/ Upgrade to Electron 18 2022-04-02 11:49:24 +02:00
Maxime GRIS
d6b578499d fix: github action 2022-03-13 15:51:56 +01:00
Maxime GRIS
1f0ba3448c Set theme jekyll-theme-cayman 2022-03-13 15:02:51 +01:00
Maxime GRIS
2c7cd9857e migrate to main branch 2022-03-13 14:09:05 +01:00
Maxime GRIS
ff71c32872 fix/ macos action 2022-02-24 13:32:46 +01:00
Maxime GRIS
ccd468d1f7 fix/ remove demo.gif 2022-02-24 13:23:05 +01:00
Maxime GRIS
92fe8ed6dc [Bumped Version] 10.5.0 2022-02-24 13:19:50 +01:00
Maxime GRIS
58424a2daa fix/ global error in console when building web app only 2022-02-24 13:18:57 +01:00
Maxime GRIS
4964baee0d misc/ Upgrade to Electron 17 2022-02-24 13:17:43 +01:00
Maxime GRIS
21884f502e Merge pull request #673 from maximegris/dependabot/npm_and_yarn/nanoid-3.2.0
Bump nanoid from 3.1.30 to 3.2.0
2022-01-22 09:34:54 +01:00
dependabot[bot]
e05d98bc8e Bump nanoid from 3.1.30 to 3.2.0
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 08:25:25 +00:00
Maxime GRIS
cf9b96394c Merge pull request #670 from maximegris/dependabot/npm_and_yarn/follow-redirects-1.14.7
Bump follow-redirects from 1.14.5 to 1.14.7
2022-01-22 09:22:45 +01:00
Maxime GRIS
048bf8d5f3 Merge pull request #672 from maximegris/dependabot/npm_and_yarn/log4js-6.4.0
Bump log4js from 6.3.0 to 6.4.0
2022-01-22 09:22:04 +01:00
dependabot[bot]
27adf2621a Bump log4js from 6.3.0 to 6.4.0
Bumps [log4js](https://github.com/log4js-node/log4js-node) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/log4js-node/log4js-node/releases)
- [Changelog](https://github.com/log4js-node/log4js-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/log4js-node/log4js-node/compare/v6.3.0...v6.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-21 23:01:04 +00:00
dependabot[bot]
606d54d4ee Bump follow-redirects from 1.14.5 to 1.14.7
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15 20:23:26 +00:00
Maxime GRIS
ab605a3077 Merge pull request #660 from antonellopasella/patch-1
use local electron from devDependencies instead of npx
2021-12-18 15:32:25 +01:00
Antonello Pasella
a0290605ee use local electron from devDependencies instead of npx
If we use npx electron we are using the last npm version instead of the local one.
This could cause instability
2021-11-25 16:08:36 +01:00
Maxime GRIS
4fe8c2cac2 misc/ github actions on 14.x, 16.x, 17.x 2021-11-17 16:21:09 +01:00
Maxime GRIS
c5096fae98 [Bumped Version] 10.4.1 2021-11-17 16:07:04 +01:00
Maxime GRIS
4321d9d2b2 misc/ Upgrade eslint version 2021-11-17 16:06:15 +01:00
Maxime GRIS
99e9f35b37 misc/ Upgrade to Angular 13.0.0 2021-11-17 15:46:54 +01:00
Maxime GRIS
7a4f527241 [Bumped Version] 10.4.0 2021-11-17 15:24:37 +01:00
Maxime GRIS
65d285c809 misc/ upgrade to Electron 16 2021-11-17 14:56:57 +01:00
Maxime GRIS
74df637202 misc/ upgrade to Angular 12.2.13 2021-11-17 14:53:10 +01:00
Maxime GRIS
e427f26cc9 misc/ upgrade wait-on dependency 2021-11-17 14:18:48 +01:00
Maxime GRIS
ebde8304b8 [Bumped Version] 10.3.1 2021-11-17 14:02:13 +01:00
Maxime GRIS
a9d3044f88 fix/ TS Config : module resolution in main process 2021-11-17 14:00:32 +01:00
Maxime GRIS
20e91425bd [Bumped Version] 10.3.0 2021-11-15 13:19:08 +01:00
Maxime GRIS
e3c0d9f571 fix/Polyfill Node.js core modules in Webpack (5+) 2021-11-15 13:18:04 +01:00
Maxime GRIS
e07410ba4a ref/ move angularCompilerOptions to tsconfig 2021-11-14 19:13:28 +01:00
Maxime GRIS
d812e23a12 Merge pull request #640 from NthMetal/fix/nthmetal/tsconfigIssue
remove include statement from base tsconfig.json
2021-11-14 19:11:43 +01:00
Maxime GRIS
47fc3fffe7 Update README.md 2021-11-14 18:48:53 +01:00
Maxime GRIS
edb52693d7 [Bumped Version] 10.2.0 2021-11-14 18:41:01 +01:00
Maxime GRIS
ac30b06a8a Merge pull request #655 from maximegris/refact/e2e-playwright
replace Spectron by Playwright
2021-11-13 20:09:37 +01:00
Maxime GRIS
62facb1334 remove screenshot test 2021-11-13 20:02:26 +01:00
Maxime GRIS
558c646e2f replace Spectron by Playwright 2021-11-13 19:55:50 +01:00
Maxime GRIS
6463897e8f Merge pull request #646 from maximegris/dependabot/npm_and_yarn/electron-13.3.0
Bump electron from 13.1.7 to 13.3.0
2021-11-13 17:22:20 +01:00
Maxime GRIS
b412604b1e Merge pull request #648 from sahan93knightz/patch-1
Add missing @ on the SCSS import for Material theme fix
2021-11-13 17:21:51 +01:00
Sahan Ranasinghe
dc9ee14549 add missing @ on the SCSS import for Material theme fix 2021-10-30 23:26:54 +05:30
dependabot[bot]
fe0280a259 Bump electron from 13.1.7 to 13.3.0
Bumps [electron](https://github.com/electron/electron) from 13.1.7 to 13.3.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.1.7...v13.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-12 22:00:37 +00:00
nthmetal
aebec1a48b remove include statement from base tsconfig.json 2021-09-22 23:50:04 -04:00
Maxime GRIS
4b44d8bd53 Update README.md 2021-08-16 11:47:49 +02:00
Maxime GRIS
c385d6aba1 Update README.md
fix typo
2021-07-17 16:30:18 +02:00
Maxime GRIS
c7dbb3f947 bugfix/ electron builder 22.11 needs Node 14+ 2021-07-17 13:23:22 +02:00
Maxime GRIS
f399d75078 [Bumped Version] 10.1.0 2021-07-17 13:03:56 +02:00