simonireilly / dynamoDB-benchworx

A DynamoDB GUI for local and remote DynamoDB tables
12 stars 2 forks source link

Bump electron from 12.0.4 to 18.0.0 #213

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps electron from 12.0.4 to 18.0.0.

Release notes

Sourced from electron's releases.

electron v18.0.0

Release Notes for v18.0.0

Features

  • Added BrowserWindow method to change the button color, symbol color, and height of a window with WCO enabled. #33440

Fixes

  • Fixed maximizing frameless windows by double-clicking on a draggable (title bar) region. #33446 (Also in 15, 16, 17)

Other Changes

  • Updated Chromium to 100.0.4896.56. #33475
  • Updated node types version. #33477

electron v18.0.0-beta.6

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@18.0.0-beta.6.

Release Notes for v18.0.0-beta.6

Features

  • Added nativeTheme.inForcedColorsMode API to allow detecting forced color mode. #33357 (Also in 15, 17)
  • Added support for more color formats in setBackgroundColor. #33364

Fixes

  • Fire 'show' event when a BrowserWindow is shown via maximize(). #33214 (Also in 16, 17)
  • Fix: initialize asar support in worker threads. #33396
  • Fixed an issue where BrowserView layout bounds where limited to it's visible bounds. #33399 (Also in 17)
  • Fixed an issue where new bounds set via setBounds was not correctly applied if the user was moving or resizing the window concurrently on Windows. #33375
  • Fixed broken event loop in renderer process when process reuse is enabled on windows platform. #33361 (Also in 16, 17)
  • Fixed slowness when using child_process.spawn and related methods on macOS Big Sur and newer. #33407 (Also in 17)
  • Fixed the IncrementCapturerCount regression introduced by 13.0.0-beta.21. #33371

electron v18.0.0-beta.5

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@18.0.0-beta.5.

Release Notes for v18.0.0-beta.5

Features

  • Added ses.setCodeCachePath() API for setting code cache directory. #33286 (Also in 17)

Fixes

  • Fixed an issue where First Party Sets were not correctly loaded on app launch. #33345
  • Fixed crash in the render process on reload with pending node fs.promises. #33302 (Also in 15, 16)
  • Theoretical fix for a crash we're seeing when closing multiple child windows at the same time on macOS. #33284 (Also in 17)

... (truncated)

Commits


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #213 (b0b593b) into main (3368540) will increase coverage by 0.15%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #213      +/-   ##
==========================================
+ Coverage   89.76%   89.92%   +0.15%     
==========================================
  Files          10       10              
  Lines         254      258       +4     
  Branches       33       31       -2     
==========================================
+ Hits          228      232       +4     
  Misses         26       26              
Impacted Files Coverage Δ
src/pages/credentials/forms/profile.tsx 78.94% <100.00%> (+1.16%) :arrow_up:
src/utils/aws/accounts/config.ts 100.00% <100.00%> (ø)
src/utils/aws/credentials/index.ts 89.47% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

dependabot[bot] commented 2 years ago

Superseded by #216.