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 #222

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.18.5 -> 18.18.6 age adoption passing confidence
electron 27.0.0 -> 27.0.1 age adoption passing confidence
nuxt 3.7.4 -> 3.8.0 age adoption passing confidence
sass 1.69.3 -> 1.69.4 age adoption passing confidence
sass ~1.69.3 -> ~1.69.4 age adoption passing confidence
vuetify (source) 3.3.21 -> 3.3.22 age adoption passing confidence

Release Notes

electron/electron (electron) ### [`v27.0.1`](https://togithub.com/electron/electron/releases/tag/v27.0.1): electron v27.0.1 [Compare Source](https://togithub.com/electron/electron/compare/v27.0.0...v27.0.1) ### Release Notes for v27.0.1 #### Fixes - Fixed an issue where Windows Toast notifications weren't properly dismissed from the Action Center on `notification.close()` if they'd previously been dismissed. [#​40244](https://togithub.com/electron/electron/pull/40244) (Also in [26](https://togithub.com/electron/electron/pull/40242), [28](https://togithub.com/electron/electron/pull/40243)) - Fixed an issue where calling `loadURL` during some `webContents` url loading events could crash. [#​40162](https://togithub.com/electron/electron/pull/40162) (Also in [24](https://togithub.com/electron/electron/pull/40160), [25](https://togithub.com/electron/electron/pull/40161), [26](https://togithub.com/electron/electron/pull/40163)) - Fixed an issue where fully occluded windows would return an empty image from `webContents.capturePage()` on Windows and Linux. [#​40188](https://togithub.com/electron/electron/pull/40188) (Also in [25](https://togithub.com/electron/electron/pull/40186), [26](https://togithub.com/electron/electron/pull/40187), [28](https://togithub.com/electron/electron/pull/40185)) - Fixed an issue with webContents interaction with fullscreen and WCO on macOS. [#​40217](https://togithub.com/electron/electron/pull/40217) (Also in [25](https://togithub.com/electron/electron/pull/40220), [26](https://togithub.com/electron/electron/pull/40218), [28](https://togithub.com/electron/electron/pull/40219)) - Fixed some redundant permission dialogs while screen sharing on Wayland. [#​40193](https://togithub.com/electron/electron/pull/40193) (Also in [26](https://togithub.com/electron/electron/pull/40191), [28](https://togithub.com/electron/electron/pull/40192)) #### Other Changes - Updated Chromium to 118.0.5993.89. [#​40240](https://togithub.com/electron/electron/pull/40240)
nuxt/nuxt (nuxt) ### [`v3.8.0`](https://togithub.com/nuxt/nuxt/compare/v3.7.4...v3.8.0) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.7.4...v3.8.0)
sass/dart-sass (sass) ### [`v1.69.4`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1694) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.69.3...1.69.4) - No user-visible changes.
vuetifyjs/vuetify (vuetify) ### [`v3.3.22`](https://togithub.com/vuetifyjs/vuetify/releases/tag/v3.3.22) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v3.3.21...v3.3.22) ##### :wrench: Bug Fixes - **locale:** update Dutch locale translations ([#​18479](https://togithub.com/vuetifyjs/vuetify/issues/18479)) ([087cdce](https://togithub.com/vuetifyjs/vuetify/commit/087cdcee45116423157ee50a054f77e6f5e50dfe)) - **locale:** update German locale translations ([#​18437](https://togithub.com/vuetifyjs/vuetify/issues/18437)) ([2ca4a3f](https://togithub.com/vuetifyjs/vuetify/commit/2ca4a3f1ccace48b0a60d85c8be8e37923f5df96)) - **VAutocomplete:** increase selection width by using 100% calc ([#​18477](https://togithub.com/vuetifyjs/vuetify/issues/18477)) ([838ea42](https://togithub.com/vuetifyjs/vuetify/commit/838ea42aef0ebdb6d4f074be7437212d1ff1ca7c)), closes [#​18470](https://togithub.com/vuetifyjs/vuetify/issues/18470) - **VCard:** apply elevation on hover ([#​18381](https://togithub.com/vuetifyjs/vuetify/issues/18381)) ([5f94793](https://togithub.com/vuetifyjs/vuetify/commit/5f94793154f184e7689d6edf4e79ffe09f37c4f6)) - **VCombobox:** keydown listener composition session trigger ([#​18423](https://togithub.com/vuetifyjs/vuetify/issues/18423)) ([16656ae](https://togithub.com/vuetifyjs/vuetify/commit/16656ae7415afa2099c313bf9ad9ecbb854c60ac)), closes [#​18421](https://togithub.com/vuetifyjs/vuetify/issues/18421) - **VDataTable:** bg color change via class ([#​17805](https://togithub.com/vuetifyjs/vuetify/issues/17805)) ([d40bff3](https://togithub.com/vuetifyjs/vuetify/commit/d40bff35e574fe9b30f88b6b5f53f051950533a1)), closes [#​17714](https://togithub.com/vuetifyjs/vuetify/issues/17714) - **VListItem:** prevent clipping append slot content ([f59aa96](https://togithub.com/vuetifyjs/vuetify/commit/f59aa96fb86e24223abe63a970bdd8c45682a428)), closes [#​18446](https://togithub.com/vuetifyjs/vuetify/issues/18446) ##### :test_tube: Labs - **VStepper:** clean-up for release ([b5c3d96](https://togithub.com/vuetifyjs/vuetify/commit/b5c3d966e69ea1694bf424e1e9ab85dae771193c))

Configuration

📅 Schedule: Branch creation - "after 12pm on Friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.