aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAge
* 5.6.1-nightly.1Libravatar github-actions2021-07-19
|
* Reset version for next release [skip ci]v5.6.0Libravatar Vijay A2021-07-18
|
* 5.6.0-nightly.89Libravatar github-actions2021-07-18
|
* 5.6.0-nightly.88Libravatar github-actions2021-07-17
|
* 5.6.0-nightly.87v5.6.0-beta.8Libravatar github-actions2021-07-16
|
* Upgraded electron to '13.1.7'Libravatar Vijay A2021-07-16
|
* Revert 'useragent-generator' to published npm version without github repo ↵Libravatar Vijay A2021-07-15
| | | | | | reference For more info: https://support.github.com/ticket/personal/0/1233342
* 5.6.0-nightly.86Libravatar github-actions2021-07-15
|
* Upgraded electron-builder to '22.11.9' (which supposedly fixes issues with ↵Libravatar Vijay A2021-07-14
| | | | packaging of node_modules
* 5.6.0-nightly.85Libravatar github-actions2021-07-14
|
* 5.6.0-nightly.84Libravatar github-actions2021-07-13
|
* 5.6.0-nightly.83Libravatar github-actions2021-07-12
|
* Use 'useragent-generator' to generate the user-agent string rather than ↵Libravatar Vijay Raghavan Aravamudhan2021-07-12
| | | | manually building it. (#1592)
* Upgraded nodejs to '14.17.3'Libravatar Vijay A2021-07-11
|
* 5.6.0-nightly.82Libravatar github-actions2021-07-11
|
* 5.6.0-nightly.81Libravatar github-actions2021-07-10
|
* 5.6.0-nightly.80Libravatar github-actions2021-07-09
|
* Reuse scripts defined in 'package.json' (also should fix issue where ↵Libravatar Vijay A2021-07-08
| | | | submodule was not getting updated in overnight process).
* chore: run security audit on node modules (#1621)Libravatar Markus Hatvan2021-07-08
| | | | | | | | | | - changed electron target for @babel/preset-env from 4 to 13 - added .prettierrc.js with conforming settings to current code style - upgraded gulp-sass to v5 to fix CVE and adapted code to breaking changes - refreshed package-lock.json of packages/forms and packages/ui - upgraded normalize-url to fix CVE - removed unnecessary @types/color-convert - fixed ToggleComponent breaking tsc compilation
* 5.6.0-nightly.79Libravatar github-actions2021-07-08
|
* 5.6.0-nightly.78Libravatar github-actions2021-07-07
|
* 5.6.0-nightly.77Libravatar github-actions2021-07-07
|
* Bumped upto version same as nightly branch. [skip ci]Libravatar Vijay A2021-07-06
|
* Upgraded electron to '13.1.6'Libravatar Vijay A2021-07-06
|
* Use utility methods from 'electron-util'Libravatar Vijay A2021-07-04
| | | | (already a dependency) rather than re-implementing by ourselves.
* Upgrade various dependencies to latest part 2 (#1557)Libravatar Markus Hatvan2021-07-03
| | | | | | | | * Upgrade various dependencies to latest, remove unnecessary electron-hunspell - upgrade eslint and friends to latest - remove deprecated 'node-sass' in favor of 'sass' - disable new rules from 'eslint-config-airbnb' that are conflicting with current code style - add workspace config for 'vscode' that silences 'experimentalDecorator' warning and forces 'prettier' to single quote * Run yarn lint to autofix with new ruleset and worked down lint issues to zero
* Bumped up version to be at par with nightly as of now [skip ci]Libravatar Vijay A2021-07-02
|
* Upgraded electron to '13.1.5'Libravatar Vijay A2021-07-02
|
* Enforce strict adherence to node, npm and node-gyp versions (mainly for ↵Libravatar Vijay A2021-06-25
| | | | contributors).
* Upgrade various dependencies to latest, remove unnecessary electron-hunspellLibravatar mhatvan2021-06-24
|
* Upgraded some dev nom modulesLibravatar Vijay A2021-06-23
|
* Upgraded eslint and fixed all the reported errors. (#1549)Libravatar Vijay Raghavan Aravamudhan2021-06-23
|
* Upgraded electron to '13.1.4'Libravatar Vijay A2021-06-23
|
* Upgraded node modules.Libravatar Vijay A2021-06-22
|
* Upgraded to Electron 13.1.3 (#1542)Libravatar Vijay Raghavan Aravamudhan2021-06-22
|
* Upgraded some npm modules (#1525)Libravatar Vijay Raghavan Aravamudhan2021-06-13
| | | | * Update the browserslist data every night * Change the support browsers list to 'last 2 Chrome versions' - in a bid to keep transpiling output size and time to a smaller number.
* Upgraded some modules (#1520)Libravatar Vijay Raghavan Aravamudhan2021-06-12
|
* Bump electron-builder to 22.11.7 (fix #1469)Libravatar Kristóf Marussy2021-06-11
|
* Upgraded electron to '13.1.2'Libravatar Vijay A2021-06-10
|
* Bump normalize-url from 5.0.0 to 5.3.1Libravatar dependabot[bot]2021-06-09
| | | | | | | | | | | | | Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 5.0.0 to 5.3.1. - [Release notes](https://github.com/sindresorhus/normalize-url/releases) - [Commits](https://github.com/sindresorhus/normalize-url/commits) --- updated-dependencies: - dependency-name: normalize-url dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Upgraded electron to '13.1.1'.Libravatar Vijay A2021-06-05
|
* Upgraded electron to '13.1.0'.Libravatar Vijay A2021-06-03
|
* Bump ws from 6.2.1 to 7.4.6 (#1463)Libravatar dependabot[bot]2021-05-29
| | | | | | | | | Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.2.1...7.4.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Upgraded electron to '13.0.1'.Libravatar Vijay A2021-05-26
|
* Replace 'remote' with 'electron/remote' (#1448)Libravatar Vijay Raghavan Aravamudhan2021-05-26
| | | * Locked new version of 'recipes' submodule with corresponding changes.
* Electron 13 support on Linux (#1447)Libravatar Kristóf Marussy2021-05-25
| | | | | | | | | | | | | | | | | * Bump dbus-next to 0.9.2 Older dbus-next seems to have problems with building with Electron 13 ABI. Also upgrades nan (a transitive dependency of dbus-next) to 2.14.2. * Explcitly specify Electron ABI 89 electron-rebuild seems to have problems with finding the correct ABI for Electron 13, despite node-abi being updated to the latest version and containing an entry for Electron 13 in abi-registry.json. This is probably caused by Electron 13 still being marked as a future target in abi-registry.json. This commit pins the ABI version to 89 for Electron 13 and should be reverted once node-abi marks Electron 13 as released.
* Upgraded electron to '13.0.0' and also registered newer changes in 'recipes' ↵Libravatar Vijay A2021-05-25
| | | | subnodule.
* Forcibly bumping up Ferdi version - so as to try to skip publish issue.Libravatar Vijay A2021-05-23
|
* Upgraded electron to '12.0.9' and also registered newer changes in 'recipes' ↵Libravatar Vijay A2021-05-20
| | | | subnodule.
* Downgraded 'electron-is-dev' since that is causing Ferdi to come up with a ↵Libravatar Vijay A2021-05-18
| | | | blank screen.