SierraSystems / Oracle-Modernization

Oracle Modernization is a proof-of-concept to migrate legacy Oracle Forms to modern software architecture
https://oracle-modernization-fe.azurewebsites.net/
0 stars 0 forks source link

Bump electron from 10.1.5 to 21.0.0 in /src/frontend #424

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps electron from 10.1.5 to 21.0.0.

Release notes

Sourced from electron's releases.

electron v21.0.0

Release Notes for v21.0.0

Features

  • Added LoadBrowserProcessSpecificV8Snapshot as a new fuse that will let the main/browser process load its v8 snapshot from a file at browser_v8_context_snapshot.bin. Any other process will use the same path as is used today. #35695 (Also in 20)
  • Added app.getSystemLocale() method. #35794
  • Added support for Web Bluetooth pin pairing on Linux and Windows. #35818

Fixes

  • Fixed an issue where DevTools could not be docked with Windows Control Overlay enabled. #35765 (Also in 19, 20)
  • Fixed an issue where part of the BrowserView could be cut off when calling setBounds on some windows. #35502 (Also in 19, 20)

Other Changes

  • Updated Chromium to 106.0.5249.51. #35768

electron v21.0.0-beta.8

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@21.0.0-beta.8.

Release Notes for v21.0.0-beta.8

Fixes

  • Fixed uv_os_gethostname failing on Windows 7. #35704 (Also in 19, 20)
  • Fixed a crash that occured when loading non-standard schemes from iframes. #35517
  • Fixed an edge case in app.isInApplicationsFolder() which would return false incorrectly in some cases. #35730 (Also in 19, 20)

electron v21.0.0-beta.7

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@21.0.0-beta.7.

Release Notes for v21.0.0-beta.7

Features

  • Added webFrameMain.origin. #35534 (Also in 19, 20)

electron v21.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@21.0.0-beta.6.

Release Notes for v21.0.0-beta.6

Fixes

  • Enable WCO maximize button when window enters tablet mode and is not already maximized. #35664 (Also in 19, 20)

... (truncated)

Commits
  • d3b678a Bump v21.0.0
  • 7bf3913 feat: add support for Web Bluetooth pin pairing (#35818)
  • c979550 feat: add app.getSystemLocale() method (#35794)
  • 587abcc build: fix major dependencies update workflow file (#35817)
  • 6e2d2d8 fix: potential exception when calling webFrameMainBinding.fromIdOrNull() (#35...
  • f1e4cfa build: remove unused GitHub app config file (#35814)
  • 9c3d32a Revert "Bump v21.0.0-beta.9"
  • 015be48 Bump v21.0.0-beta.9
  • 9631cee feat: allow custom v8 snapshots to be used in the main process and the defaul...
  • 0a4b160 fix: allow docking DevTools with WCO (#35765)
  • Additional commits viewable in compare view


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)
dependabot[bot] commented 1 year ago

Superseded by #429.