Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #308

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^2.12.2 -> ^2.15.0 age adoption passing confidence
dexie (source) ^4.0.1 -> ^4.0.4 age adoption passing confidence
electron 27.0.4 -> 27.3.11 age adoption passing confidence
electron-builder (source) 24.6.4 -> 24.13.3 age adoption passing confidence
eslint (source) ^9.0.0 -> ^9.1.0 age adoption passing confidence
eslint-plugin-format ^0.1.0 -> ^0.1.1 age adoption passing confidence
iconify-icon (source) ^2.0.0 -> ^2.1.0 age adoption passing confidence
pnpm (source) 8.15.6 -> 8.15.7 age adoption passing confidence
pnpm (source) 8.10.2 -> 8.15.7 age adoption passing confidence
typescript (source) ^5.4.4 -> ^5.4.5 age adoption passing confidence
unocss ^0.59.0 -> ^0.59.4 age adoption passing confidence
vite (source) ^5.2.8 -> ^5.2.10 age adoption passing confidence
vite-plugin-electron 0.15.4 -> 0.28.5 age adoption passing confidence
vue (source) ^3.4.21 -> ^3.4.23 age adoption passing confidence
vue-router ^4.3.0 -> ^4.3.2 age adoption passing confidence
vue-tsc (source) ^2.0.11 -> ^2.0.13 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v2.15.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v2.14.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.13.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.13.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.13.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.13.1

Compare Source

   🚀 Features
    View changes on GitHub

v2.13.0

Compare Source

   🚀 Features
    View changes on GitHub
dexie/Dexie.js (dexie)

v4.0.4: Dexie v4.0.4

Compare Source

Fixes #​1955 for real this time (the fix in 4.0.2 wasn't correct enough for npm)

v4.0.3

Compare Source

v4.0.2: Dexie v4.0.2

Compare Source

Patch Release

dexie@4.0.2

  • Fixes issue #​1946 - liveQueries of compound index involving auto-incremented primary key as part failed to update.
  • ~~Fixes issue #​1955 - tsconfig.json in root referering to nonexisting tsconfig in non-bundled src directory.~~ Fixed for real in 4.0.4.

dexie-cloud-addon@4.0.2

  • Allow logging in with demo account in default login GUI and customized login GUI. User can write an imported @​demo.local address in the email dialog and can skip the OTP step.
electron/electron (electron)

v27.3.11: electron v27.3.11

Compare Source

Release Notes for v27.3.11

27-x-y end of support

Electron 27.x.y has reached end-of-support as per the project's support policy.
Developers and applications are encouraged to upgrade to a newer version of Electron.

Other Changes

v27.3.10: electron v27.3.10

Compare Source

Release Notes for v27.3.10

Other Changes

v27.3.9: electron v27.3.9

Compare Source

Release Notes for v27.3.9

Other Changes

v27.3.8: electron v27.3.8

Compare Source

Release Notes for v27.3.8
Other Changes

v27.3.7: electron v27.3.7

Compare Source

Release Notes for v27.3.7

Other Changes

v27.3.6: electron v27.3.6

Compare Source

Release Notes for v27.3.6

Other Changes

v27.3.5: electron v27.3.5

Compare Source

Release Notes for v27.3.5

Other Changes

v27.3.4: electron v27.3.4

Compare Source

Release Notes for v27.3.4

Other Changes

v27.3.3: electron v27.3.3

Compare Source

Release Notes for v27.3.3

Fixes

  • CSS style -webkit-app-region: drag; has no effect in full screen mode. #​41331 (Also in 28, 29)
  • Fixed an issue where crashes in node::Environment destruction potentially wouldn't be propagated to the NodeService exit handler. #​41300 (Also in 28, 29)
  • Fixed an issue where zoom level settings did not persist per-session for webviews. #​41269 (Also in 28)

Other Changes

v27.3.2: electron v27.3.2

Compare Source

Release Notes for v27.3.2

Fixes

  • Fixed an issue where select-usb-device did not respect the filter option in navigator.usb.requestDevice(). #​41196 (Also in 28, 29)

Other Changes

v27.3.1: electron v27.3.1

Compare Source

Release Notes for v27.3.1

Fixes

  • Apply module search paths restriction on worker and child process. #​41139 (Also in 28, 29)
  • Fixed a potential async_hooks crash when listening for the restore event on Windows after minimizing a maximized BrowserWindow. #​41144 (Also in 28, 29)
  • Fixed forked child process not able to send IPC message under some cases on macOS. #​41100 (Also in 26, 28, 29)
  • Fixed on-screen-keyboard not hiding for webviews under some cases. #​41151 (Also in 28, 29)

Other Changes

v27.3.0: electron v27.3.0

Compare Source

Release Notes for v27.3.0

Features

  • Added net module to utility process. #​40968 (Also in 28, 29)

Fixes

  • Fixed a potential crash when calling dialog.showMessageBoxSync. #​41041 (Also in 28, 29)
  • Fixed an issue where non-modal windows with vibrancy could have incorrectly rounded corners on Sonoma. #​41035 (Also in 29)
  • Fixed macOS bug that causes window maximize button to be disabled in full-screen mode. #​41027 (Also in 28, 29)

v27.2.4: electron v27.2.4

Compare Source

Release Notes for v27.2.4

Fixes

  • Fixed an issue where inAppPurchase.getProducts and inAppPurchase.purchasedProduct did not resolve as expected. #​40955 (Also in 28, 29)

Other Changes

v27.2.3: electron v27.2.3

Compare Source

Release Notes for v27.2.3

Fixes

  • Fixed an issue where inAppPurchase.getProducts and inAppPurchase.purchasedProduct did not resolve as expected. #​40955 (Also in 28, 29)

Other Changes

v27.2.2: electron v27.2.2

Compare Source

Release Notes for v27.2.2

Fixes

  • Fixed a crash resultant from trying to listen to power-related events before the ready event was emitted on Linux. #​40923 (Also in 26, 28, 29)
  • Fixed the enabled/disabled behavior of the maximize/fullscreen button of macOS windows. #​40895 (Also in 28, 29)
  • Unset all Node envs in node process when parent is a foreign process. #​40879 (Also in 26, 28, 29)

Other Changes

v27.2.1: electron v27.2.1

Compare Source

Release Notes for v27.2.1

Fixes

  • Fixed incorrect title bar shown on frameless transparent windows. #​40868 (Also in 28, 29)

Other Changes

v27.2.0: electron v27.2.0

Compare Source

Release Notes for v27.2.0

Features

  • Added an option in protocol.registerSchemesAsPrivileged to allow V8 code cache in custom schemes. #​40708 (Also in 28)

Fixes

  • Fixed an issue where font requests were incorrectly being sent to dev tools multiple times per resource. #​40715 (Also in 28)
  • Fixed child window opening in non-active macOS apps. #​40658 (Also in 26, 28)
  • Fixed documentation of the default --inspect port. #​40742 (Also in 28)
  • Fixed save to file option not working in performance tab of devtools. #​40753
  • Prevent node mode to be used as script runner by other apps on macOS. #​40737 (Also in 26, 28)

Other Changes

v27.1.3: electron v27.1.3

Compare Source

Release Notes for v27.1.3

Fixes

  • Backported fix for AVX related crashes on certain linux machines. #​40541 (Also in 26, 28)
  • Fixed a potential issue with async_hook corruption in some error contexts. #​40593 (Also in 26, 28)
  • Fixed file paths passed to shell.showItemInFolder not being escaped in Linux. #​40561 (Also in 28)

Other Changes

v27.1.2: electron v27.1.2

Compare Source

Release Notes for v27.1.2

Fixes

  • Fixed resizing performance issue on macOS. #​40585 (Also in 26, 28)

v27.1.0: electron v27.1.0

Compare Source

Release Notes for v27.1.0

Features

  • Added keyboardLock to ses.setPermissionRequestHandler(handler). #​40459 (Also in 26, 28)

Fixes

  • Fixed "will-navigate" not being emitted when pressing links in chrome: pages. #​40524 (Also in 28)
  • Fixed a unexpectedly thrown error in some unsupported chrome extensions. #​40513 (Also in 26, 28)

Other Changes

  • Updated Chromium to 118.0.5993.144. #​40522
electron-userland/electron-builder (electron-builder)

v24.13.3

Compare Source

Patch Changes

v24.13.2

Compare Source

Patch Changes

v24.13.1

Compare Source

Patch Changes
  • Updated dependencies [6a4f605f, ccbb80de]:
    • app-builder-lib@24.13.1
    • builder-util@24.13.1
    • builder-util-runtime@9.2.4
    • dmg-builder@24.13.1

v24.13.0

Compare Source

Patch Changes

v24.12.0

Compare Source

Minor Changes
Patch Changes

v24.11.0

Compare Source

Patch Changes

v24.10.0

Compare Source

Patch Changes

v24.9.4

Compare Source

Patch Changes

v24.9.3

Compare Source

Patch Changes

v24.9.2

Compare Source

Patch Changes

v24.9.1

Compare Source

Patch Changes

v24.9.0

Compare Source

Patch Changes
  • Updated dependencies [9883ab60, 906ffb1f]:
    • app-builder-lib@24.9.0
    • dmg-builder@24.9.0

v24.8.1

Compare Source

Patch Changes

v24.8.0

Compare Source

Patch Changes

v24.7.0

Compare Source

Patch Changes

v24.6.5

Compare Source

Patch Changes
  • Updated dependencies [a8b1f159, 4fc7a3c3]:
    • dmg-builder@24.6.5
    • app-builder-lib@24.6.5
eslint/eslint (eslint)

v9.1.0

Compare Source

antfu/eslint-plugin-format (eslint-plugin-format)

v0.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
pnpm/pnpm (pnpm)

v8.15.7

Compare Source

Microsoft/TypeScript (typescript)

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

unocss/unocss (unocss)

v0.59.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.59.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.59.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.59.1

[Compare Source](http


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 915157b to b2efa18 Compare April 19, 2024 21:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b2efa18 to 1c7d862 Compare April 20, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants