vuex-electron-store
vuex-electron-store copied to clipboard
💾:electron: Persist and rehydrate the Vuex state in your Electron app.
Bumps [electron](https://github.com/electron/electron) from 12.1.0 to 23.1.3. Release notes Sourced from electron's releases. electron v23.1.3 Release Notes for v23.1.3 Fixes Fixed WebUSB on ARM64 macs. #37521 (Also in 24) Fixed a...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.0 to 18.14.6. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 1.4.0 to 3.6.1. Release notes Sourced from type-fest's releases. v3.6.1 Join: Fix usage of single element const tuple (#558) 747e29b https://github.com/sindresorhus/type-fest/compare/v3.6.0...v3.6.1 v3.6.0 New types WritableDeep (#540) 7538c05...
Fixes #328 and **thereby reduces the build size of the electron app by about 200MB**
Since electron is listed as dependency, it is packaged when the electron app is build which leads to the electron binary being included again in the app! Fix: list in...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @peter-murray in...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.5.0. Release notes Sourced from actions/setup-node's releases. Add support for engines.node and Volta In scope of this release we add support for engines.node. The action...
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 9.1.1 to 10.9.1. Release notes Sourced from ts-node's releases. v10.9.1 Fixed Workaround nodejs bug introduced in 18.6.0 (#1838) @cspotcode Only affects projects on node >=18.6.0 using --esm...
# AutoUpdater module fails to validate certain nested components of the bundle ## Impact This vulnerability allows attackers who have control over a given apps update server / update storage...
**🐞 Describe the bug** I got this error when storing complex objects like for example video track. It is about circular structure to JSON. Is it possible if we can...