gilmarsquinelato / i18n-manager

Translation management app
https://electronjs.org/apps/i18n-manager
MIT License
563 stars 114 forks source link

An in-range update of electron is breaking the build 🚨 #221

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The devDependency electron was updated from 6.0.8 to 6.0.9.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

electron is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - βœ… **continuous-integration/travis-ci/push:** The Travis CI build passed ([Details](https://travis-ci.org/gilmarsquinelato/i18n-manager/builds/584147191?utm_source=github_status&utm_medium=notification)). - ❌ **Travis CI - Branch:** The build **errored**.

Release Notes for electron v6.0.9

Release Notes for v6.0.9

Other Changes

  • Fixed node.lib linking issue. #20194
FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 6.0.8 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for electron v6.0.10

Release Notes for v6.0.10

Other Changes

  • Added Windows on Arm node header files to checksum file. #20260
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for electron v6.0.11

Release Notes for v6.0.11

Fixes

  • Fixed a crash when exiting simple fullscreen on macOS. #20282
  • Fixed disabling color correct rendering with --disable-color-correct-rendering. #20358
  • Fixed process taking 100% CPU when crashed with no crashReporter set up on Windows x64. #20396
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for electron v6.0.12

Release Notes for v6.0.12

Features

  • Set the ELECTRON_SKIP_BINARY_DOWNLOAD=1 environment variable to skip electron binary download. #20438

Fixes

  • Fixed Node.js' worker_threads in ELECTRON_RUN_AS_NODE. #20457
  • Fixed a regression in the recentDocuments MenuItem role on macOS. #20409
  • Fixed parsing of paths with .asar in directory name extensions. #20402
  • [deps/uv] fsevents: fix file event reporting (backport: v12.x). #20429
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for electron v7.0.1

Release Notes for v7.0.1

Fixes

  • Fixed shell.openExternal() option workingDirectory not working with Unicode characters. #20905
  • Fixed a crash in Menus related to menu.popup(). #20808
  • Fixed a label mismatch on open and save dialogs on GTK. #20882
  • Fixed a regression in the recentDocuments role on macOS. #20670
  • Fixed an issue where objects referenced by remote could sometimes not be correctly freed. #20693
  • Fixed crashes when calling webContents.printToPDF() multiple times. #20810
  • Fixed devtools extensions not loading due to "Connect to unknown extension [object Object]" errors. #20844
  • Fixed flicker when switching between BrowserViews. #20846
  • Fixed fs.mkdir/mkdirSync hang with {recursive: true} for invalid names with node 12 on windows. #20629
  • Fixed hang when closing a scriptable popup window using the remote module. #20715
  • Fixed memory leaks caused by callbacks not being released when the remote module is used in sub-frames (<iframe> or scriptable popup). #20814
  • Fixed native module size increase on windows, follow up fix to #20614. #20708
  • Fixed several deprecation warnings in Electron code. #20804

Other Changes

  • Updated Chromium to 78.0.3904.92. #20913

Documentation

  • Documentation changes: #20757
greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for electron v7.1.0

Release Notes for v7.1.0

Features

  • Added new contextBridge module to make it easier to communicate between an isolated context and the main world. #20789

Fixes

  • Fixed nativeTheme not accessible via the remote module. #20961
  • Fixed a memory leak issue when setting Tray images. #20935
  • Fixed issue where proxied remote promises might not resolve if Bluebird was installed in the renderer. #20947

Other Changes

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for electron v7.1.1

Release Notes for v7.1.1

Fixes

  • Fixed backgroundThrottling: false not having an effect. #21013
  • Fixed broken globalShortcut.registerAll() on Windows and Linux. #20983
  • Fixed crash on exit in aura platforms with webview. #21022
  • Fixed exiting HTML fullscreen for cross-origin iframes (e.g. YouTube) while in macOS fullscreen. #21021
  • Fixed improper label internationalization for the recentDocuments MenuItem. #20957
  • Fixed issue where app.setAppLogsPath did not work when you provided a valid path. #21008
  • Fixed webrequest api typings. #21038

Other Changes

  • Updated Chromium to 78.0.3904.99. #21033