seonglae / intuiter

Globally available Vim like productivity application with a fancy mouse control. Home row keyboard mapping makes typing innovatively fast in everywhere
https://intuiter.seongland.com
39 stars 3 forks source link

deps: Update all non-major dependencies #181

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 18.16.5 -> 18.16.7 age adoption passing confidence
electron 24.2.0 -> 24.3.0 age adoption passing confidence
vuetify (source) 3.2.2 -> 3.2.3 age adoption passing confidence

Release Notes

electron/electron ### [`v24.3.0`](https://togithub.com/electron/electron/releases/tag/v24.3.0): electron v24.3.0 [Compare Source](https://togithub.com/electron/electron/compare/v24.2.0...v24.3.0) ### Release Notes for v24.3.0 #### Features - Added net.resolveHost that resolves hosts using defaultSession object. [#​38153](https://togithub.com/electron/electron/pull/38153) (Also in [25](https://togithub.com/electron/electron/pull/38152)) #### Fixes - Ensured that Electron's custom `AXManualAccessibility` attribute works as expected in all relevant protocol methods. [#​38224](https://togithub.com/electron/electron/pull/38224) (Also in [23](https://togithub.com/electron/electron/pull/38225), [25](https://togithub.com/electron/electron/pull/38223))
vuetifyjs/vuetify ### [`v3.2.3`](https://togithub.com/vuetifyjs/vuetify/releases/tag/v3.2.3) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v3.2.2...v3.2.3) ##### :wrench: Bug Fixes - **click-outside:** ignore mousedown from before element exists ([cd88563](https://togithub.com/vuetifyjs/vuetify/commit/cd88563dc75e691da85656a7cee7368f7755e15b)), closes [#​16684](https://togithub.com/vuetifyjs/vuetify/issues/16684) - **forwardRefs:** include forwarded elements in instance type ([6fd1a13](https://togithub.com/vuetifyjs/vuetify/commit/6fd1a13f4dc0d8a193dc9614902f5907913ec9e4)), closes [#​17299](https://togithub.com/vuetifyjs/vuetify/issues/17299) - **framework:** remove components index imports ([a6ed4c3](https://togithub.com/vuetifyjs/vuetify/commit/a6ed4c3a51604a207b22292f042d65a5c67378d9)) - **locale:** add rtl classes to components ([bc0436d](https://togithub.com/vuetifyjs/vuetify/commit/bc0436d3f79bbb445afc9284f13b1ac9923be848)), closes [#​16586](https://togithub.com/vuetifyjs/vuetify/issues/16586) - **theme:** correct emphasis opacity in default dark theme ([#​17279](https://togithub.com/vuetifyjs/vuetify/issues/17279)) ([1f6b2b3](https://togithub.com/vuetifyjs/vuetify/commit/1f6b2b36936093c6442093fbce77e828e7b4ea42)) - **VAutocomplete:** hide selection slot when focused ([#​17294](https://togithub.com/vuetifyjs/vuetify/issues/17294)) ([6885b43](https://togithub.com/vuetifyjs/vuetify/commit/6885b43e60f32f43c468d5a77247c0e341f6db71)), closes [#​17291](https://togithub.com/vuetifyjs/vuetify/issues/17291) - **VAutocomplete/VCombobox:** reset selection index on blur ([516c306](https://togithub.com/vuetifyjs/vuetify/commit/516c3062f8f6a8154a4c7ac1adae753d92882cdb)) - **VChip:** overflow text in chip selections ([#​17283](https://togithub.com/vuetifyjs/vuetify/issues/17283)) ([0a681c8](https://togithub.com/vuetifyjs/vuetify/commit/0a681c8a6a9e2d8c12d5cfed71b494bac0d05377)), closes [#​16472](https://togithub.com/vuetifyjs/vuetify/issues/16472) - **VColorPicker:** don't display 0 alpha as 1 ([#​17323](https://togithub.com/vuetifyjs/vuetify/issues/17323)) ([6f67aad](https://togithub.com/vuetifyjs/vuetify/commit/6f67aadd10e02271ef0c8a815777c68390726293)), closes [#​17322](https://togithub.com/vuetifyjs/vuetify/issues/17322) - **VExpansionPanel:** remove duplicate aria-expanded ([#​17284](https://togithub.com/vuetifyjs/vuetify/issues/17284)) ([94335b1](https://togithub.com/vuetifyjs/vuetify/commit/94335b188a47c774f9b121f6467e1ba29ecf18d0)), closes [#​15514](https://togithub.com/vuetifyjs/vuetify/issues/15514) - **VNavigationDrawer:** account for VOverlay body offset when sticky ([c45cc65](https://togithub.com/vuetifyjs/vuetify/commit/c45cc6539dcc8fd87d272dff21e9032c50725e3b)) - **VOverlay:** initialise position to top left with fixed activator ([de08cb5](https://togithub.com/vuetifyjs/vuetify/commit/de08cb5d1c1cc680a7a9654534bfe42748bc5ba0)) - **VOverlay:** subtract body scroll from contentBox ([b7e3da6](https://togithub.com/vuetifyjs/vuetify/commit/b7e3da6bec98e5f0bf67035273eae453d09f05ef)), closes [#​16770](https://togithub.com/vuetifyjs/vuetify/issues/16770) - **VSelect:** replace onfocusout with onAfterleave ([#​17218](https://togithub.com/vuetifyjs/vuetify/issues/17218)) ([36e75c2](https://togithub.com/vuetifyjs/vuetify/commit/36e75c21d1a3ea907b7e1975f7b93917ee60720b)), closes [#​17214](https://togithub.com/vuetifyjs/vuetify/issues/17214) ##### :test_tube: Labs - **date:** allow passing already constructed DateInstance ([507d87e](https://togithub.com/vuetifyjs/vuetify/commit/507d87eba74f72157f2537388e53eaaf553d427b)), closes [#​17293](https://togithub.com/vuetifyjs/vuetify/issues/17293) - **VInfiniteScroll:** add tag prop ([24614e5](https://togithub.com/vuetifyjs/vuetify/commit/24614e5166ce4d43cb838e541e114d3a123c6028)), closes [#​17311](https://togithub.com/vuetifyjs/vuetify/issues/17311) ##### :microscope: Code Refactoring - **framework:** convert all component props to factory functions ([#​17263](https://togithub.com/vuetifyjs/vuetify/issues/17263)) ([b5d725b](https://togithub.com/vuetifyjs/vuetify/commit/b5d725b1521ad2e9bab3723f6608ec994a87ce08))

Configuration

📅 Schedule: Branch creation - "after 12pm on Thursday" (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.



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

stackblitz[bot] commented 1 year ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.