Commit Graph

277 Commits

Author SHA1 Message Date
renovate c6c3487d90 chore(deps): update dependency electron to v18.2.0 (#92)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #92
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-04-29 05:43:43 +00:00
renovate 53fd4bad83 chore(deps): update dependency electron to v18.1.0 (#91)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #91
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-04-21 05:15:51 +00:00
renovate d027905206 chore(deps): update dependency electron to v18.0.4 (#90)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #90
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-04-18 16:45:29 +00:00
renovate 663d1dceeb chore(deps): update dependency electron-builder to v23 (#89)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #89
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-04-09 23:09:32 +00:00
renovate e61bc277b4 chore(deps): update dependency electron to v18.0.3 (#88)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #88
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-04-07 10:02:41 +00:00
renovate eebba7a16a chore(deps): update dependency electron to v18.0.2 (#87)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #87
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-04-05 21:21:55 +00:00
renovate 3193a06af0 chore(deps): update dependency electron to v18.0.1 (#86)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #86
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-03-30 21:14:16 +00:00
renovate bacbc03f98 chore(deps): update dependency electron to v18 (#85)
continuous-integration/drone/push Build was killed Details
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [electron](https://github.com/electron/electron) | devDependencies | major | [`17.3.0` -> `18.0.0`](https://renovatebot.com/diffs/npm/electron/17.3.0/18.0.0) |

---

### Release Notes

<details>
<summary>electron/electron</summary>

### [`v18.0.0`](https://github.com/electron/electron/releases/v18.0.0)

[Compare Source](https://github.com/electron/electron/compare/v17.3.0...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. [#&#8203;33440](https://github.com/electron/electron/pull/33440)

#### Fixes

-   Fixed maximizing frameless windows by double-clicking on a draggable (title bar) region. [#&#8203;33446](https://github.com/electron/electron/pull/33446) <span style="font-size:small;">(Also in [15](https://github.com/electron/electron/pull/33449), [16](https://github.com/electron/electron/pull/33444), [17](https://github.com/electron/electron/pull/33445))</span>

#### Other Changes

-   Updated Chromium to 100.0.4896.56. [#&#8203;33475](https://github.com/electron/electron/pull/33475)
-   Updated node types version. [#&#8203;33477](https://github.com/electron/electron/pull/33477)

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Reviewed-on: #85
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-03-29 15:25:46 +00:00
renovate 1b4f8cc428 chore(deps): update dependency electron to v17.3.0 (#84)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #84
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-03-29 05:24:56 +00:00
renovate b3029db737 chore(deps): update dependency electron to v17.2.0 (#83)
continuous-integration/drone/push Build was killed Details
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [electron](https://github.com/electron/electron) | devDependencies | minor | [`17.1.2` -> `17.2.0`](https://renovatebot.com/diffs/npm/electron/17.1.2/17.2.0) |

---

### Release Notes

<details>
<summary>electron/electron</summary>

### [`v17.2.0`](https://github.com/electron/electron/releases/v17.2.0)

[Compare Source](https://github.com/electron/electron/compare/v17.1.2...v17.2.0)

### Release Notes for v17.2.0

#### Features

-   Added `ses.setCodeCachePath()` API for setting code cache directory. [#&#8203;33285](https://github.com/electron/electron/pull/33285) <span style="font-size:small;">(Also in [18](https://github.com/electron/electron/pull/33286))</span>

#### Fixes

-   Fire 'show' event when a BrowserWindow is shown via maximize(). [#&#8203;33213](https://github.com/electron/electron/pull/33213) <span style="font-size:small;">(Also in [16](https://github.com/electron/electron/pull/33212), [18](https://github.com/electron/electron/pull/33214))</span>
-   Fixed a network service crash that could occur when using setCertificateVerifyProc. [#&#8203;33254](https://github.com/electron/electron/pull/33254) <span style="font-size:small;">(Also in [18](https://github.com/electron/electron/pull/33253))</span>
-   Fixed an issue where BrowserView layout bounds where limited to it's visible bounds. [#&#8203;33398](https://github.com/electron/electron/pull/33398) <span style="font-size:small;">(Also in [18](https://github.com/electron/electron/pull/33399))</span>
-   Fixed an issue where Chrome DevTools settings didn't persist between loads. [#&#8203;33273](https://github.com/electron/electron/pull/33273) <span style="font-size:small;">(Also in [18](https://github.com/electron/electron/pull/33206))</span>
-   Fixed an issue where clicking "Open in Containing Folder" in the Sources tab in Devtools caused a crash. [#&#8203;33196](https://github.com/electron/electron/pull/33196) <span style="font-size:small;">(Also in [16](https://github.com/electron/electron/pull/33313), [18](https://github.com/electron/electron/pull/33197))</span>
-   Fixed broken event loop in renderer process when process reuse is enabled on windows platform. [#&#8203;33362](https://github.com/electron/electron/pull/33362) <span style="font-size:small;">(Also in [16](https://github.com/electron/electron/pull/33363), [18](https://github.com/electron/electron/pull/33361))</span>
-   Fixed crash in the render process on reload with pending node fs.promises. [#&#8203;33335](https://github.com/electron/electron/pull/33335) <span style="font-size:small;">(Also in [15](https://github.com/electron/electron/pull/33300), [16](https://github.com/electron/electron/pull/33301), [18](https://github.com/electron/electron/pull/33302))</span>
-   Fixed drag regions on WCO windows on Windows. [#&#8203;33201](https://github.com/electron/electron/pull/33201) <span style="font-size:small;">(Also in [15](https://github.com/electron/electron/pull/33199), [16](https://github.com/electron/electron/pull/33200), [18](https://github.com/electron/electron/pull/33202))</span>
-   Fixed incorrect external memory allocation tracking in nativeImage module. [#&#8203;33306](https://github.com/electron/electron/pull/33306) <span style="font-size:small;">(Also in [15](https://github.com/electron/electron/pull/33311), [16](https://github.com/electron/electron/pull/33312), [18](https://github.com/electron/electron/pull/33305))</span>
-   Theoretical fix for a crash we're seeing when closing multiple child windows at the same time on macOS. [#&#8203;33283](https://github.com/electron/electron/pull/33283) <span style="font-size:small;">(Also in [18](https://github.com/electron/electron/pull/33284))</span>

#### Other Changes

-   Fixed an issue where adding/removing display changes the BrowserWindow size. [#&#8203;33251](https://github.com/electron/electron/pull/33251) <span style="font-size:small;">(Also in [14](https://github.com/electron/electron/pull/33247), [15](https://github.com/electron/electron/pull/33248), [16](https://github.com/electron/electron/pull/33249), [18](https://github.com/electron/electron/pull/33250))</span>
-   Fixed an issue where moving a window created in a scaled display to a regular display would increase the window size. [#&#8203;33231](https://github.com/electron/electron/pull/33231)

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Reviewed-on: #83
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-03-23 23:12:20 +00:00
renovate 6e1323c7f4 chore(deps): update dependency electron to v17.1.2 (#82)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #82
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-03-09 19:30:27 +00:00
renovate 193a9cf194 chore(deps): update dependency electron to v17.1.1 (#81)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #81
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-03-07 21:55:44 +00:00
renovate 61c9cc23a2 chore(deps): update dependency electron to v17.1.0 (#80)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #80
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-24 07:36:33 +00:00
renovate 5f3106f5c9 chore(deps): update dependency electron to v17.0.1 (#79)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #79
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-17 12:35:13 +00:00
renovate 79eb9a52b7 chore(deps): update dependency electron-builder to v22.14.13 (#78)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #78
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-06 17:31:47 +00:00
renovate e891df0fe1 chore(deps): update dependency electron to v17 (#77)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #77
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-02-01 06:57:22 +00:00
renovate 66ec63214b chore(deps): update dependency electron to v16.0.8 (#76)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #76
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-01-27 21:06:47 +00:00
renovate 40ecc93a0b chore(deps): update dependency electron to v16.0.7 (#75)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #75
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-01-11 20:41:42 +00:00
renovate 5577e9da2c chore(deps): update dependency electron to v16.0.6 (#74)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #74
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-01-04 20:17:25 +00:00
renovate b3a8f17404 chore(deps): update dependency electron to v16.0.5 (#73)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #73
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-17 06:51:01 +00:00
renovate 06483239ab chore(deps): update dependency electron to v16.0.4 (#72)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #72
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-03 06:50:54 +00:00
renovate b41dff2c5a chore(deps): update dependency electron to v16.0.3 (#71)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #71
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-12-01 07:00:58 +00:00
renovate c8227845bd chore(deps): update dependency electron to v16.0.2 (#69)
continuous-integration/drone/push Build was killed Details
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [electron](https://github.com/electron/electron) | devDependencies | patch | [`16.0.1` -> `16.0.2`](https://renovatebot.com/diffs/npm/electron/16.0.1/16.0.2) |

---

### Release Notes

<details>
<summary>electron/electron</summary>

### [`v16.0.2`](https://github.com/electron/electron/releases/v16.0.2)

[Compare Source](https://github.com/electron/electron/compare/v16.0.1...v16.0.2)

### Release Notes for v16.0.2

#### Fixes

-   Fixed a potential issue when setting backgroundColor on `BrowserView`s. [#&#8203;31947](https://github.com/electron/electron/pull/31947) <span style="font-size:small;">(Also in [14](https://github.com/electron/electron/pull/31945), [15](https://github.com/electron/electron/pull/31946), [17](https://github.com/electron/electron/pull/31948))</span>
-   Fixed console windows from ELECTRON_RUN_AS_NODE instances. [#&#8203;31973](https://github.com/electron/electron/pull/31973) <span style="font-size:small;">(Also in [17](https://github.com/electron/electron/pull/31972))</span>

#### Other Changes

-   Updated Chromium to 96.0.4664.55. [#&#8203;31909](https://github.com/electron/electron/pull/31909)

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Reviewed-on: #69
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-25 19:56:50 +00:00
renovate c4413e5f19 chore(deps): update dependency electron-builder to v22.14.5 (#68)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #68
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-22 18:14:47 +00:00
renovate 4ed98336db chore(deps): update dependency electron to v16.0.1 (#67)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #67
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-18 20:47:42 +00:00
renovate b03a2b5de7 chore(deps): update dependency electron to v16 (#65)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #65
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-16 16:46:40 +00:00
renovate a6c62f76a7 chore(deps): update dependency electron to v15.3.2 (#66)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #66
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-16 07:11:33 +00:00
renovate e8499c5e1c chore(deps): update dependency electron to v15.3.1 (#64)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #64
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-11-09 07:14:46 +00:00
renovate 40d97fa01b chore(deps): update dependency electron to v15.3.0 (#63)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #63
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-10-20 18:56:28 +00:00
renovate 26964c3c2d chore(deps): update dependency electron to v15.2.0 (#60)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #60
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-10-15 21:53:58 +00:00
renovate b8af7bb25e chore(deps): update dependency electron-builder to v22.13.1 (#61)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #61
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-10-15 20:42:35 +00:00
kolaente 364e32604a
chore(ci): sign drone config
continuous-integration/drone/push Build was killed Details
2021-10-02 17:12:18 +02:00
kolaente cdd374baa8
chore(ci): use latest s3 plugin
continuous-integration/drone/push Build is pending Details
2021-10-02 17:11:50 +02:00
renovate 6486f401a2 Update dependency electron to v15 (#59)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #59
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-09-21 21:18:01 +00:00
renovate 82c50cc36f Update dependency electron to v14.0.1 (#58)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #58
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-09-21 17:14:00 +00:00
kolaente 91a29c4dd9
0.18.0 release preparations
continuous-integration/drone/push Build was killed Details
2021-09-06 20:50:36 +02:00
renovate 949542145f Update dependency electron to v14 (#57)
continuous-integration/drone/push Build was killed Details
Reviewed-on: #57
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-08-31 05:17:35 +00:00
renovate 05ef35237d Update dependency electron to v13.2.3 (#56)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #56
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-08-28 16:23:14 +00:00
renovate 43b976e14b Update dependency electron to v13.2.2 (#55)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #55
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-08-24 05:12:41 +00:00
renovate b1df9ec0df Update dependency electron to v13.2.1 (#54)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #54
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-08-18 05:28:40 +00:00
renovate 78e1ab9db4 Update dependency electron to v13.2.0 (#53)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #53
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-08-17 15:39:45 +00:00
renovate 87f6348ef1 Update dependency electron to v13.1.9 (#52)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #52
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-08-10 14:32:55 +00:00
kolaente c2d8079176
Trigger CI
continuous-integration/drone/push Build is passing Details
2021-08-05 23:34:29 +02:00
renovate 8096c57725 Update dependency electron to v13.1.8 (#51)
continuous-integration/drone/push Build is passing Details
Co-authored-by: konrad <konrad@kola-entertainments.de>
Reviewed-on: #51
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-08-04 10:00:29 +00:00
kolaente d20cc46e7c
Add drone pipeline for PR
continuous-integration/drone/push Build is passing Details
2021-08-04 11:52:46 +02:00
renovate cd7846e2c7 Update dependency electron to v13.1.7 (#50)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #50
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-07-17 16:40:11 +00:00
renovate 5f17d9b1de Update dependency electron to v13.1.6 (#49)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #49
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-07-06 08:16:10 +00:00
renovate 0c74536714 Update dependency electron to v13.1.5 (#48)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #48
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-07-01 22:05:49 +00:00
renovate 02cf04dca2 Update dependency electron to v13.1.4 (#47)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #47
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-06-22 22:15:36 +00:00
renovate 81bf176f4d Update dependency electron to v13.1.3 (#46)
continuous-integration/drone/push Build is passing Details
Reviewed-on: #46
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-06-21 22:36:42 +00:00