floss
floss copied to clipboard
Unit-testing for those hard to reach places
Bumps [electron](https://github.com/electron/electron) from 12.0.2 to 18.3.7. Release notes Sourced from electron's releases. electron v18.3.7 Release Notes for v18.3.7 Fixes Fixed WCO not responding to touch events on windows. #35177 (Also...
Electron V15 deprecated electron/remote in favour of IPC messaging which fixing is beyond my immediate needs, however there is @@electron/remote which puts back this capability. After pre-build, build and test...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Hello! Can we somehow pass args (like --exit or --timeout) to Mocha?
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. 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...
Electron 14 has breaking changes for floss. Electron docs here https://github.com/electron/electron/blob/v13.1.4/docs/api/remote.md Electron 14 is also the first version that allows you to enable webgpu by doing: ``` const {app, BrowserWindow}...
Mocha as partial native support since `7.1.0`, and seems to be full support since `8.0.0`. Any chance of bumping mocha?