TokelPlatform / tokel_dapp

Tokel's All-In-One application. Featuring a coin wallet, token wallet, tokenDEX, NFT marketplace and a token creation page.
https://tokel.io
MIT License
38 stars 24 forks source link

chore(deps): update electron to 30.5.1 #533

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 30.0.3 -> 30.5.1 age adoption passing confidence

Release Notes

electron/electron (electron) ### [`v30.5.1`](https://redirect.github.com/electron/electron/releases/tag/v30.5.1): electron v30.5.1 [Compare Source](https://redirect.github.com/electron/electron/compare/v30.5.0...v30.5.1) ### Release Notes for v30.5.1 #### Fixes - Fixed an issue where `defaultPath` did not work for all users on Linux when creating an open file dialog. [#​43631](https://redirect.github.com/electron/electron/pull/43631) (Also in [31](https://redirect.github.com/electron/electron/pull/43630), [32](https://redirect.github.com/electron/electron/pull/43629), [33](https://redirect.github.com/electron/electron/pull/43595)) - Restored Chromium default `Content-Disposition` header parsing. [#​43671](https://redirect.github.com/electron/electron/pull/43671) (Also in [31](https://redirect.github.com/electron/electron/pull/43669), [32](https://redirect.github.com/electron/electron/pull/43668), [33](https://redirect.github.com/electron/electron/pull/43670)) ### [`v30.5.0`](https://redirect.github.com/electron/electron/releases/tag/v30.5.0): electron v30.5.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v30.4.0...v30.5.0) ### Release Notes for v30.5.0 #### Fixes - Fixed an issue where `BaseWindow.setTouchBar` didn't work as expected. [#​43419](https://redirect.github.com/electron/electron/pull/43419) (Also in [31](https://redirect.github.com/electron/electron/pull/43420), [32](https://redirect.github.com/electron/electron/pull/43421), [33](https://redirect.github.com/electron/electron/pull/43422)) #### Other Changes - Updated Node.js to v20.16.0. [#​43025](https://redirect.github.com/electron/electron/pull/43025) ### [`v30.4.0`](https://redirect.github.com/electron/electron/releases/tag/v30.4.0): electron v30.4.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v30.3.1...v30.4.0) ### Release Notes for v30.4.0 #### Features - Added a new property `prefersReducedTransparency` to `nativeTheme`, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. [#​43138](https://redirect.github.com/electron/electron/pull/43138) (Also in [31](https://redirect.github.com/electron/electron/pull/43137), [32](https://redirect.github.com/electron/electron/pull/43024)) - Aligned failure pathway in File System Access API with upstream when attempting to open a file or directory in a blocked path. [#​43162](https://redirect.github.com/electron/electron/pull/43162) (Also in [31](https://redirect.github.com/electron/electron/pull/42994), [32](https://redirect.github.com/electron/electron/pull/42993)) #### Fixes - Fixed an issue where `navigator.serial.getPorts()` incorrectly returned an empty array in some cases. [#​43171](https://redirect.github.com/electron/electron/pull/43171) (Also in [31](https://redirect.github.com/electron/electron/pull/43170), [32](https://redirect.github.com/electron/electron/pull/43169)) - Fixed an issue where `system-context-menu` was not triggered as expected on Windows when using a frameless BrowserWindow. [#​43275](https://redirect.github.com/electron/electron/pull/43275) (Also in [31](https://redirect.github.com/electron/electron/pull/43274), [32](https://redirect.github.com/electron/electron/pull/43269)) - Fixed an issue where the File System Access API did not remember the user's last picked directory as expected. [#​43155](https://redirect.github.com/electron/electron/pull/43155) (Also in [31](https://redirect.github.com/electron/electron/pull/42893), [32](https://redirect.github.com/electron/electron/pull/42892)) - Fixed behavior when entering/exiting fullscreen fails on macOS. [#​43151](https://redirect.github.com/electron/electron/pull/43151) (Also in [29](https://redirect.github.com/electron/electron/pull/43153), [31](https://redirect.github.com/electron/electron/pull/43154), [32](https://redirect.github.com/electron/electron/pull/43152)) - Fixed the resource leak when using Node.js readable streams as the response body for a custom protocol handler. [#​43072](https://redirect.github.com/electron/electron/pull/43072) (Also in [31](https://redirect.github.com/electron/electron/pull/43071), [32](https://redirect.github.com/electron/electron/pull/43070)) - Resolved an issue where `desktopCapturer.getSources` never fulfilled its promise in some cases. [#​43272](https://redirect.github.com/electron/electron/pull/43272) (Also in [29](https://redirect.github.com/electron/electron/pull/43273), [31](https://redirect.github.com/electron/electron/pull/43271), [32](https://redirect.github.com/electron/electron/pull/43270)) #### Other Changes - Fixed a potential crash when removing notifications on Windows. [#​43059](https://redirect.github.com/electron/electron/pull/43059) (Also in [31](https://redirect.github.com/electron/electron/pull/43061), [32](https://redirect.github.com/electron/electron/pull/43060)) - Fixed ffmpeg release on x64 macOS. [#​43118](https://redirect.github.com/electron/electron/pull/43118) (Also in [29](https://redirect.github.com/electron/electron/pull/43119), [31](https://redirect.github.com/electron/electron/pull/43121), [32](https://redirect.github.com/electron/electron/pull/43120)) - Security: backported fix for [`3528722`](https://redirect.github.com/electron/electron/commit/352872238). [#​43167](https://redirect.github.com/electron/electron/pull/43167) - Security: backported fix for CVE-2024-6776. - Security: backported fix for CVE-2024-6778. - Security: backported fix for CVE-2024-6777. - Security: backported fix for CVE-2024-6773. - Security: backported fix for CVE-2024-6774. - Security: backported fix for [`3435078`](https://redirect.github.com/electron/electron/commit/343507800). - Security: backported fix for CVE-2024-6772. - Security: backported fix for CVE-2024-6775. - Security: backported fix for [`3485678`](https://redirect.github.com/electron/electron/commit/348567825). - Security: backported fix for [`3382485`](https://redirect.github.com/electron/electron/commit/338248595). - Security: backported fix for CVE-2024-6779. [#​43141](https://redirect.github.com/electron/electron/pull/43141) - Security: backported fix for CVE-2024-6989. - Security: backported fix for CVE-2024-6991. [#​43159](https://redirect.github.com/electron/electron/pull/43159) ### [`v30.3.1`](https://redirect.github.com/electron/electron/releases/tag/v30.3.1): electron v30.3.1 [Compare Source](https://redirect.github.com/electron/electron/compare/v30.3.0...v30.3.1) ### Release Notes for v30.3.1 #### Other Changes - docs: note macOS fullscreen events in fullscreen query [#​43015](https://redirect.github.com/electron/electron/commit/78279119e22fe4c01f47d9a5d4f00dde1bf0c21b) - docs: improve desktop capture example [#​43004](https://redirect.github.com/electron/electron/commit/bc12c6938abc95fe6df65917cfa787f3cff99521) ### [`v30.3.0`](https://redirect.github.com/electron/electron/releases/tag/v30.3.0): electron v30.3.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v30.2.0...v30.3.0) ### Release Notes for v30.3.0 #### Features - Added `DownloadItem.getCurrentBytesPerSecond()`, `DownloadItem.getPercentComplete()`, `DownloadItem.getEndTime()`. [#​42914](https://redirect.github.com/electron/electron/pull/42914) (Also in [31](https://redirect.github.com/electron/electron/pull/42915), [32](https://redirect.github.com/electron/electron/pull/42913)) #### Fixes - Fixed a potential crash when using off screen rendering. [#​42939](https://redirect.github.com/electron/electron/pull/42939) (Also in [31](https://redirect.github.com/electron/electron/pull/42941), [32](https://redirect.github.com/electron/electron/pull/42940)) - Fixed an issue where `navigator.mediaDevices.getUserMedia` and `navigator.getUserMedia` should reject with a `NotAllowedError` if microphone or camera permissions have been denied at the system level on macOS. [#​42938](https://redirect.github.com/electron/electron/pull/42938) (Also in [31](https://redirect.github.com/electron/electron/pull/42937), [32](https://redirect.github.com/electron/electron/pull/42936)) - Fixed crash when resolving proxy with `session.resolveProxy` api. [#​42896](https://redirect.github.com/electron/electron/pull/42896) (Also in [31](https://redirect.github.com/electron/electron/pull/42897), [32](https://redirect.github.com/electron/electron/pull/42898)) #### Other Changes - Fixed an issue where opening multiple file pickers on Windows via the `input` tag could cause a crash. [#​42826](https://redirect.github.com/electron/electron/pull/42826) (Also in [31](https://redirect.github.com/electron/electron/pull/42825), [32](https://redirect.github.com/electron/electron/pull/42780)) - Updated Node.js to v20.15.1. [#​42838](https://redirect.github.com/electron/electron/pull/42838) ### [`v30.2.0`](https://redirect.github.com/electron/electron/releases/tag/v30.2.0): electron v30.2.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v30.1.2...v30.2.0) ### Release Notes for v30.2.0 #### Features - Enabled the Windows Control Overlay API on Linux. [#​42683](https://redirect.github.com/electron/electron/pull/42683) (Also in [31](https://redirect.github.com/electron/electron/pull/42682), [32](https://redirect.github.com/electron/electron/pull/42681)) - Expose `systemPreferences` to `utilityProcess`. [#​42600](https://redirect.github.com/electron/electron/pull/42600) (Also in [31](https://redirect.github.com/electron/electron/pull/42598), [32](https://redirect.github.com/electron/electron/pull/42599)) #### Fixes - Fixed a focus issue when calling `BrowserWindow.setTopBrowserView`. [#​42735](https://redirect.github.com/electron/electron/pull/42735) (Also in [31](https://redirect.github.com/electron/electron/pull/42734), [32](https://redirect.github.com/electron/electron/pull/42733)) - Fixed an issue where `fetch`-dependent interfaces could be missing in Web Workers with `nodeIntegrationInWorker` enabled. [#​42596](https://redirect.github.com/electron/electron/pull/42596) (Also in [31](https://redirect.github.com/electron/electron/pull/42597), [32](https://redirect.github.com/electron/electron/pull/42595)) - Fixed an issue where `navigator.mediaDevices.enumerateDevices` could return broken results in some cases after calling `session.setPermissionCheckHandler`. [#​42807](https://redirect.github.com/electron/electron/pull/42807) (Also in [31](https://redirect.github.com/electron/electron/pull/42809), [32](https://redirect.github.com/electron/electron/pull/42808)) - Fixed an issue where control could fail to return properly after saving a dialog using showOpenDialogSync on Linux. [#​42676](https://redirect.github.com/electron/electron/pull/42676) (Also in [29](https://redirect.github.com/electron/electron/pull/42679), [31](https://redirect.github.com/electron/electron/pull/42678), [32](https://redirect.github.com/electron/electron/pull/42677)) - Fixed an issue where the user-specified default path did not work in some circumstances when using Linux dialogs. [#​42687](https://redirect.github.com/electron/electron/pull/42687) (Also in [31](https://redirect.github.com/electron/electron/pull/42685), [32](https://redirect.github.com/electron/electron/pull/42680)) - Fixed potentially incorrect exit code in UtilityProcess. [#​42395](https://redirect.github.com/electron/electron/pull/42395) (Also in [29](https://redirect.github.com/electron/electron/pull/42396), [31](https://redirect.github.com/electron/electron/pull/42397)) #### Other Changes - Security: backported fix for CVE-2024-5493. [#​42590](https://redirect.github.com/electron/electron/pull/42590) - Security: backported fix for CVE-2024-5831. - Security: backported fix for CVE-2024-5832. [#​42602](https://redirect.github.com/electron/electron/pull/42602) - Security: backported fix for CVE-2024-6100. - Security: backported fix for CVE-2024-6101. - Security: backported fix for CVE-2024-6103. [#​42617](https://redirect.github.com/electron/electron/pull/42617) - Security: backported fix for CVE-2024-6291. - Security: backported fix for CVE-2024-6293. - Security: backported fix for CVE-2024-6290. - Security: backported fix for CVE-2024-6292. - Security: backported fix for chromium:346197738. [#​42693](https://redirect.github.com/electron/electron/pull/42693) - Updated Node.js to v20.15.0. [#​42613](https://redirect.github.com/electron/electron/pull/42613) ### [`v30.1.2`](https://redirect.github.com/electron/electron/releases/tag/v30.1.2): electron v30.1.2 [Compare Source](https://redirect.github.com/electron/electron/compare/v30.1.1...v30.1.2) ### Release Notes for v30.1.2 #### Fixes - Fixed an issue where MessagePorts could close unexpectedly with non-cloneable objects sent via `postMessage`. [#​42582](https://redirect.github.com/electron/electron/pull/42582) (Also in [32](https://redirect.github.com/electron/electron/pull/42581)) - Fixed an issue where `navigator.usb.getDevices()` could crash in some circumstances. [#​42461](https://redirect.github.com/electron/electron/pull/42461) (Also in [29](https://redirect.github.com/electron/electron/pull/42463), [31](https://redirect.github.com/electron/electron/pull/42462)) #### Other Changes - Fixed crash in gpu process when software compositing is enabled on linux with x11 platform. [#​42567](https://redirect.github.com/electron/electron/pull/42567) (Also in [29](https://redirect.github.com/electron/electron/pull/42569), [31](https://redirect.github.com/electron/electron/pull/42570), [32](https://redirect.github.com/electron/electron/pull/42568)) ### [`v30.1.1`](https://redirect.github.com/electron/electron/releases/tag/v30.1.1): electron v30.1.1 [Compare Source](https://redirect.github.com/electron/electron/compare/v30.1.0...v30.1.1) ### Release Notes for v30.1.1 #### Fixes - Fixed an issue where `app.setLoginItemSettings` incorrectly checked against `loginItemService`. [#​42403](https://redirect.github.com/electron/electron/pull/42403) (Also in [29](https://redirect.github.com/electron/electron/pull/42405), [31](https://redirect.github.com/electron/electron/pull/42404)) - Fixed an issue where `contentWindow.document.fonts.ready` would never resolve in some circumstances. [#​42384](https://redirect.github.com/electron/electron/pull/42384) (Also in [31](https://redirect.github.com/electron/electron/pull/42385)) - Fixed an issue where `fetch` dependent interfaces in Node.js were not defined when `nodeIntegration` was enabled in some circumstances. [#​42454](https://redirect.github.com/electron/electron/pull/42454) (Also in [31](https://redirect.github.com/electron/electron/pull/42453)) - Fixed an issue where bad flags passed via `--js-flags` could cause a crash. [#​42440](https://redirect.github.com/electron/electron/pull/42440) (Also in [29](https://redirect.github.com/electron/electron/pull/42442), [31](https://redirect.github.com/electron/electron/pull/42441)) - Fixed support for multiple folder/file selection in //shell_dialogs portal implementation. [#​42426](https://redirect.github.com/electron/electron/pull/42426) (Also in [29](https://redirect.github.com/electron/electron/pull/42425), [31](https://redirect.github.com/electron/electron/pull/42424)) - Re-adds functionality to check whether or not an app was launched as a login service on macOS. [#​42423](https://redirect.github.com/electron/electron/pull/42423) (Also in [29](https://redirect.github.com/electron/electron/pull/42421), [31](https://redirect.github.com/electron/electron/pull/42422)) #### Other Changes - Improved error messages when `ses.cookies.set` fails. [#​42398](https://redirect.github.com/electron/electron/pull/42398) (Also in [29](https://redirect.github.com/electron/electron/pull/42399), [31](https://redirect.github.com/electron/electron/pull/42400)) ### [`v30.1.0`](https://redirect.github.com/electron/electron/releases/tag/v30.1.0): electron v30.1.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v30.0.9...v30.1.0) ### Release Notes for v30.1.0 #### Fixes - BrowserWindow.show() now correctly restores focus to inactive apps on macOS. [#​42306](https://redirect.github.com/electron/electron/pull/42306) (Also in [31](https://redirect.github.com/electron/electron/pull/42305)) - Fixed BrowserWindow vibrancy on macOS. [#​42263](https://redirect.github.com/electron/electron/pull/42263) - Fixed an issue where `BrowserView` `webContents` were getting destroyed even when `preventDefault` was being set on the owning `BrowserWindow`'s `close` event. [#​42371](https://redirect.github.com/electron/electron/pull/42371) - Fixed an issue where dialogs did not work if they were parented to a BaseWindow and not a BrowserWindow. [#​42327](https://redirect.github.com/electron/electron/pull/42327) (Also in [31](https://redirect.github.com/electron/electron/pull/42326)) - Fixed an issue where some calls to WebUSB methods could crash. [#​42364](https://redirect.github.com/electron/electron/pull/42364) (Also in [29](https://redirect.github.com/electron/electron/pull/42363), [31](https://redirect.github.com/electron/electron/pull/42365)) #### Other Changes - Updated Chromium to 124.0.6367.243. [#​42328](https://redirect.github.com/electron/electron/pull/42328) - Updated Node.js to v20.14.0. [#​42294](https://redirect.github.com/electron/electron/pull/42294) ### [`v30.0.9`](https://redirect.github.com/electron/electron/releases/tag/v30.0.9): electron v30.0.9 [Compare Source](https://redirect.github.com/electron/electron/compare/v30.0.8...v30.0.9) ### Release Notes for v30.0.9 #### Fixes - Fixed the type of `WebviewTag.webpreferences` back to `string`. [#​42280](https://redirect.github.com/electron/electron/pull/42280) (Also in [31](https://redirect.github.com/electron/electron/pull/42279)) #### Other Changes - Updated Chromium to 124.0.6367.233. [#​42269](https://redirect.github.com/electron/electron/pull/42269) ### [`v30.0.8`](https://redirect.github.com/electron/electron/releases/tag/v30.0.8): electron v30.0.8 [Compare Source](https://redirect.github.com/electron/electron/compare/v30.0.7...v30.0.8) ### Release Notes for v30.0.8 #### Other Changes - Backported fix for [`3416635`](https://redirect.github.com/electron/electron/commit/341663589). [#​42255](https://redirect.github.com/electron/electron/pull/42255) - Updated Chromium to 124.0.6367.230. [#​42246](https://redirect.github.com/electron/electron/pull/42246) ### [`v30.0.7`](https://redirect.github.com/electron/electron/releases/tag/v30.0.7): electron v30.0.7 [Compare Source](https://redirect.github.com/electron/electron/compare/v30.0.6...v30.0.7) ### Release Notes for v30.0.7 #### Fixes - Fixed an issue where non-English IME users would see app hangs on a second monitor. [#​42249](https://redirect.github.com/electron/electron/pull/42249) - Fixed an issue where the window could be incorrectly centered in some circumstances when calling `BrowserWindow.center()`. [#​42196](https://redirect.github.com/electron/electron/pull/42196) (Also in [31](https://redirect.github.com/electron/electron/pull/42197)) #### Other Changes - Updated Chromium to 124.0.6367.221. [#​42208](https://redirect.github.com/electron/electron/pull/42208) ### [`v30.0.6`](https://redirect.github.com/electron/electron/releases/tag/v30.0.6): electron v30.0.6 [Compare Source](https://redirect.github.com/electron/electron/compare/v30.0.5...v30.0.6) ### Release Notes for v30.0.6 #### Fixes - Fixed a potential issue with Linux layout invalidation. [#​42189](https://redirect.github.com/electron/electron/pull/42189) ### [`v30.0.5`](https://redirect.github.com/electron/electron/releases/tag/v30.0.5): electron v30.0.5 [Compare Source](https://redirect.github.com/electron/electron/compare/v30.0.4...v30.0.5) ### Release Notes for v30.0.5 #### Fixes - Fixed an issue where `setTitleBarOverlay` didn't work as expected when called on `BaseWindow`. [#​42151](https://redirect.github.com/electron/electron/pull/42151) - Fixed an issue where `webContents.navigationHistory` was not an enumerable property. [#​42181](https://redirect.github.com/electron/electron/pull/42181) - Fixed crash on window maximize on X11. [#​42185](https://redirect.github.com/electron/electron/pull/42185) (Also in [31](https://redirect.github.com/electron/electron/pull/42184)) - `BrowserWindow.focus()` now correctly restore focus to inactive apps on macOS. [#​42187](https://redirect.github.com/electron/electron/pull/42187) (Also in [31](https://redirect.github.com/electron/electron/pull/42186)) #### Other Changes - Backported fix for [`3402211`](https://redirect.github.com/electron/electron/commit/340221135). [#​42174](https://redirect.github.com/electron/electron/pull/42174) - Updated Chromium to 124.0.6367.207. [#​42166](https://redirect.github.com/electron/electron/pull/42166) ### [`v30.0.4`](https://redirect.github.com/electron/electron/releases/tag/v30.0.4): electron v30.0.4 [Compare Source](https://redirect.github.com/electron/electron/compare/v30.0.3...v30.0.4) ### Release Notes for v30.0.4 #### Fixes - Fixed a crash in `addChildView` if a view is added as its own child. [#​42107](https://redirect.github.com/electron/electron/pull/42107) (Also in [31](https://redirect.github.com/electron/electron/pull/42108)) - Fixed a crash when the same `WebContentsView` is added via `addChildView` multiple times. [#​42115](https://redirect.github.com/electron/electron/pull/42115) (Also in [31](https://redirect.github.com/electron/electron/pull/42116)) - Fixed an error when calling `setAutoResize` on a `BrowserView`. [#​42137](https://redirect.github.com/electron/electron/pull/42137) (Also in [31](https://redirect.github.com/electron/electron/pull/42138)) - Fixed an inconsistent crash on maximizing window and relayout in Ubuntu. [#​42145](https://redirect.github.com/electron/electron/pull/42145) (Also in [31](https://redirect.github.com/electron/electron/pull/42146)) - Fixed an issue where calling `window.center()` on Windows and Linux incorrectly centered the window. [#​42100](https://redirect.github.com/electron/electron/pull/42100) (Also in [31](https://redirect.github.com/electron/electron/pull/42101)) #### Other Changes - Backported fix for [`3394581`](https://redirect.github.com/electron/electron/commit/339458194). [#​42122](https://redirect.github.com/electron/electron/pull/42122) - Updated Chromium to 124.0.6367.201. [#​42117](https://redirect.github.com/electron/electron/pull/42117)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 4 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @typescript-eslint/eslint-plugin@7.8.0
npm error Found: eslint@9.2.0
npm error node_modules/eslint
npm error   peer eslint@"^7.5.0 || ^8.0.0 || ^9.0.0" from @babel/eslint-parser@7.24.5
npm error   node_modules/@babel/eslint-parser
npm error     dev @babel/eslint-parser@"^7.24.5" from the root project
npm error   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.4.0
npm error   node_modules/@eslint-community/eslint-utils
npm error     @eslint-community/eslint-utils@"^4.4.0" from @typescript-eslint/utils@7.8.0
npm error     node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils
npm error       @typescript-eslint/utils@"7.8.0" from @typescript-eslint/eslint-plugin@7.8.0
npm error       node_modules/@typescript-eslint/eslint-plugin
npm error         peer @typescript-eslint/eslint-plugin@"^7.0.0" from eslint-config-airbnb-typescript@18.0.0
npm error         node_modules/eslint-config-airbnb-typescript
npm error         2 more (eslint-plugin-jest, the root project)
npm error       1 more (@typescript-eslint/type-utils)
npm error     @eslint-community/eslint-utils@"^4.2.0" from eslint@9.2.0
npm error     4 more (@typescript-eslint/utils, @typescript-eslint/utils, ...)
npm error   5 more (eslint-config-erb, eslint-config-prettier, ...)
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.8.0
npm error node_modules/@typescript-eslint/eslint-plugin
npm error   peer @typescript-eslint/eslint-plugin@"^7.0.0" from eslint-config-airbnb-typescript@18.0.0
npm error   node_modules/eslint-config-airbnb-typescript
npm error     dev eslint-config-airbnb-typescript@"^18.0.0" from the root project
npm error   peerOptional @typescript-eslint/eslint-plugin@"^6.0.0 || ^7.0.0" from eslint-plugin-jest@28.5.0
npm error   node_modules/eslint-plugin-jest
npm error     dev eslint-plugin-jest@"^28.5.0" from the root project
npm error   1 more (the root project)
npm error
npm error Conflicting peer dependency: eslint@8.57.0
npm error node_modules/eslint
npm error   peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.8.0
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     peer @typescript-eslint/eslint-plugin@"^7.0.0" from eslint-config-airbnb-typescript@18.0.0
npm error     node_modules/eslint-config-airbnb-typescript
npm error       dev eslint-config-airbnb-typescript@"^18.0.0" from the root project
npm error     peerOptional @typescript-eslint/eslint-plugin@"^6.0.0 || ^7.0.0" from eslint-plugin-jest@28.5.0
npm error     node_modules/eslint-plugin-jest
npm error       dev eslint-plugin-jest@"^28.5.0" from the root project
npm error     1 more (the root project)
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-09-16T08_21_30_932Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-09-16T08_21_30_932Z-debug-0.log