erkyrath / lectrote

The IF interpreter in an Electron shell
Other
248 stars 28 forks source link

Bump electron from 1.8.7 to 7.1.1 in /samplegame #115

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps electron from 1.8.7 to 7.1.1.

Release notes *Sourced from [electron's releases](https://github.com/electron/electron/releases).* > ## electron v7.1.1 > # Release Notes for v7.1.1 > > ## Fixes > > * Fixed `backgroundThrottling: false` not having an effect. [#21013](https://github-redirect.dependabot.com/electron/electron/issues/21013) > * Fixed broken `globalShortcut.registerAll()` on Windows and Linux. [#20983](https://github-redirect.dependabot.com/electron/electron/issues/20983) > * Fixed crash on exit in aura platforms with webview. [#21022](https://github-redirect.dependabot.com/electron/electron/issues/21022) > * Fixed exiting HTML fullscreen for cross-origin iframes (e.g. YouTube) while in macOS fullscreen. [#21021](https://github-redirect.dependabot.com/electron/electron/issues/21021) > * Fixed improper label internationalization for the `recentDocuments` MenuItem. [#20957](https://github-redirect.dependabot.com/electron/electron/issues/20957) > * Fixed issue where `app.setAppLogsPath` did not work when you provided a valid path. [#21008](https://github-redirect.dependabot.com/electron/electron/issues/21008) > * Fixed webrequest api typings. [#21038](https://github-redirect.dependabot.com/electron/electron/issues/21038) > > ## Other Changes > > * Updated Chromium to 78.0.3904.99. [#21033](https://github-redirect.dependabot.com/electron/electron/issues/21033) > > ## electron v7.1.0 > # Release Notes for v7.1.0 > > This release is a minor bump as it contains exactly one new feature. `contextBridge` module, this feature is outlined below along with the other fixes and changes that went into this release. The `7.1.x` series is now only release line in the `7.x.y` major release line that will receive bug fixes and security fixes. It is recommended you upgrade to `7.1.x`. > > ## Features > > * Added new `contextBridge` module to make it easier to communicate between an isolated context and the main world. [#20789](https://github-redirect.dependabot.com/electron/electron/issues/20789) > > ## Fixes > > * Fixed `nativeTheme` not accessible via the `remote` module. [#20961](https://github-redirect.dependabot.com/electron/electron/issues/20961) > * Fixed a memory leak issue when setting Tray images. [#20935](https://github-redirect.dependabot.com/electron/electron/issues/20935) > * Fixed issue where proxied remote promises might not resolve if `Bluebird` was installed in the renderer. [#20947](https://github-redirect.dependabot.com/electron/electron/issues/20947) > > ## Other Changes > > * Prepare for 7.1.0. 18176b48, ef548b65 > * Updated Chromium to 78.0.3904.94. [#20930](https://github-redirect.dependabot.com/electron/electron/issues/20930) > > > ## electron v7.0.1 > # Release Notes for v7.0.1 > > ## Fixes > > * Fixed `shell.openExternal()` option `workingDirectory` not working with Unicode characters. [#20905](https://github-redirect.dependabot.com/electron/electron/issues/20905) > * Fixed a crash in Menus related to `menu.popup()`. [#20808](https://github-redirect.dependabot.com/electron/electron/issues/20808) > * Fixed a label mismatch on open and save dialogs on GTK. [#20882](https://github-redirect.dependabot.com/electron/electron/issues/20882) > * Fixed a regression in the `recentDocuments` role on macOS. [#20670](https://github-redirect.dependabot.com/electron/electron/issues/20670) > * Fixed an issue where objects referenced by `remote` could sometimes not be correctly freed. [#20693](https://github-redirect.dependabot.com/electron/electron/issues/20693) > * Fixed crashes when calling `webContents.printToPDF()` multiple times. [#20810](https://github-redirect.dependabot.com/electron/electron/issues/20810) > * Fixed devtools extensions not loading due to "Connect to unknown extension [object Object]" errors. [#20844](https://github-redirect.dependabot.com/electron/electron/issues/20844) > ... (truncated)
Commits - [`a3c951b`](https://github.com/electron/electron/commit/a3c951b14bc9a73fdef417dfea8d590352d29755) Bump v7.1.1 - [`c5abb17`](https://github.com/electron/electron/commit/c5abb17569d7b654c748460bd62543fb6d413e94) fix: allow iframe-initiated HTML fullscreen to exit while in macOS fullscreen... - [`1b0ba71`](https://github.com/electron/electron/commit/1b0ba71973c698821b3cb45bb9b0683cd042295d) chore: bump chromium in DEPS to 78.0.3904.99 ([#21033](https://github-redirect.dependabot.com/electron/electron/issues/21033)) - [`8dd0042`](https://github.com/electron/electron/commit/8dd004235bfc9a16d0d1b9b954fab7e0060f466d) fix: webrequest api typings ([#21038](https://github-redirect.dependabot.com/electron/electron/issues/21038)) - [`55955c3`](https://github.com/electron/electron/commit/55955c3d798893b07cd5b4b75c3f63b270f4e380) fix: crash on exit in aura platforms with webview ([#21022](https://github-redirect.dependabot.com/electron/electron/issues/21022)) - [`5b33e9d`](https://github.com/electron/electron/commit/5b33e9d9b74c01e4d3ed8989194ad8f7214c6a23) fixes widget host fetching from render view host ([#21013](https://github-redirect.dependabot.com/electron/electron/issues/21013)) - [`6871b44`](https://github.com/electron/electron/commit/6871b448adbcb97055dead3288fdcfece3e8b71f) fix: proper i18n of recentDocuments item ([#20957](https://github-redirect.dependabot.com/electron/electron/issues/20957)) - [`7a1b3c5`](https://github.com/electron/electron/commit/7a1b3c5f2d05a58f25790b5bd422386ac1189f5f) fix: Fix broken globalShortcuts.registerAll() on non-macOS platforms ([#20983](https://github-redirect.dependabot.com/electron/electron/issues/20983)) - [`2e8349c`](https://github.com/electron/electron/commit/2e8349c5206ffce30c1f90dcd43d469786edf5f3) fix: correctly emplace optional values in the value converter ([#21008](https://github-redirect.dependabot.com/electron/electron/issues/21008)) - [`d631505`](https://github.com/electron/electron/commit/d63150502b44456e5f5e2a307ef839e7b34181da) chore: bump chromium in DEPS to 78.0.3904.98 ([#20999](https://github-redirect.dependabot.com/electron/electron/issues/20999)) - Additional commits viewable in [compare view](https://github.com/electron/electron/compare/v1.8.7...v7.1.1)
Maintainer changes This version was pushed to npm by [electron-nightly](https://www.npmjs.com/~electron-nightly), a new releaser for electron since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/erkyrath/lectrote/network/alerts).
dependabot[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.