Bump webpack from 4.37.0 to 4.38.0 (
Bumps [webpack](https://github.com/webpack/webpack) from 4.37.0 to 4.38.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.37.0...v4.38.0)
Signed-off-by: dependabot-preview[bot]
Bump webpack from 4.37.0 to 4.38.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.37.0 to 4.38.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.37.0...v4.38.0)
Signed-off-by: dependabot-preview[bot]
Bump webpack from 4.36.1 to 4.37.0 (
Bumps [webpack](https://github.com/webpack/webpack) from 4.36.1 to 4.37.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.36.1...v4.37.0)
Signed-off-by: dependabot-preview[bot]
Run updateRepositoryData method on mounted & beforeUpdate
Menubar was unable to read data from repositoryData before it is already mounted, that's why it is important to add beforeupdate lifecycle hook.
Bump electron from 5.0.6 to 5.0.8
Bumps [electron](https://github.com/electron/electron) from 5.0.6 to 5.0.8.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](https://github.com/electron/electron/compare/v5.0.6...v5.0.8)
Signed-off-by: dependabot-preview[bot]
Bump webpack from 4.36.1 to 4.37.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.36.1 to 4.37.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.36.1...v4.37.0)
Signed-off-by: dependabot-preview[bot]
Git commands (
* Create gitCommands route
* Create git commands page
* Add link to commands page in menubar
* Create state, getters, & mutation for commands
* Create git command component
It shows the tite, path and remove button inside the component.
* Mixin to commit the git command to vuex store
* Import gitCommand component
* Run gitCommand mixin in gitLog function
* Lighten the color of close icon
* Move page heading to center
* Fix removeCommand mutation not running
* Add Box shadow, spacing and fix padding
* Adjust command title and path size & color
* Add download and menu icon
* Add list icon
* Add play and column icon
* Import gitCommand mixin to add command
* Add custom scroll to commands page
* Store command type to vuex
* Add image relevant to command type
* Join array by spaces into string in git log
* Add space at end of commands page scroll
* Split title into commands and params
* Fix: Scroll in commands page
* Commit detail
Add commit detail section to show long git commands.
* Add date to commit detail
Capture the time at which the git command is executed.
* FIX: Add , after type object
Error - Parsing error: Unexpected token, expected ","