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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 20.1.0 -> 20.1.4 age adoption passing confidence
sass 1.54.5 -> 1.54.9 age adoption passing confidence
sass ~1.54.5 -> ~1.54.9 age adoption passing confidence
vuetify (source) 2.6.9 -> 2.6.10 age adoption passing confidence

Release Notes

electron/electron ### [`v20.1.4`](https://togithub.com/electron/electron/releases/tag/v20.1.4) [Compare Source](https://togithub.com/electron/electron/compare/v20.1.3...v20.1.4) ### Release Notes for v20.1.4 #### Fixes - Added support for Windows drop-down dialog extensions. [#​35659](https://togithub.com/electron/electron/pull/35659) (Also in [18](https://togithub.com/electron/electron/pull/35661), [19](https://togithub.com/electron/electron/pull/35660)) - Enable WCO maximize button when window enters tablet mode and is not already maximized. [#​35663](https://togithub.com/electron/electron/pull/35663) (Also in [21](https://togithub.com/electron/electron/pull/35664)) - Fixed issue with history.back() in sandboxed iframes affecting parent browsing context. [#​35622](https://togithub.com/electron/electron/pull/35622) (Also in [19](https://togithub.com/electron/electron/pull/35621), [21](https://togithub.com/electron/electron/pull/35623)) #### Other Changes - Security: backported fix for CVE-2022-3039. [#​35560](https://togithub.com/electron/electron/pull/35560) #### Documentation - Documentation changes: [#​35649](https://togithub.com/electron/electron/pull/35649) ### [`v20.1.3`](https://togithub.com/electron/electron/releases/tag/v20.1.3) [Compare Source](https://togithub.com/electron/electron/compare/v20.1.2...v20.1.3) ### Release Notes for v20.1.3 #### Fixes - Added a background to the WCO container to avoid rendering glitches. [#​35611](https://togithub.com/electron/electron/pull/35611) (Also in [21](https://togithub.com/electron/electron/pull/35612)) - Fixed session.getBlobData never resolves with blob sizes > 65536. [#​35601](https://togithub.com/electron/electron/pull/35601) (Also in [19](https://togithub.com/electron/electron/pull/35600), [21](https://togithub.com/electron/electron/pull/35602)) ### [`v20.1.2`](https://togithub.com/electron/electron/releases/tag/v20.1.2) [Compare Source](https://togithub.com/electron/electron/compare/v20.1.1...v20.1.2) ### Release Notes for v20.1.2 #### Other Changes - Security: backported fix for CVE-2022-3038. [#​35549](https://togithub.com/electron/electron/pull/35549) - Security: backported fix for CVE-2022-3040. [#​35553](https://togithub.com/electron/electron/pull/35553) - Security: backported fix for CVE-2022-3041. [#​35557](https://togithub.com/electron/electron/pull/35557) - Security: backported fix for CVE-2022-3075. [#​35544](https://togithub.com/electron/electron/pull/35544) - Updated Chromium to 104.0.5112.114. [#​35570](https://togithub.com/electron/electron/pull/35570) ### [`v20.1.1`](https://togithub.com/electron/electron/releases/tag/v20.1.1) [Compare Source](https://togithub.com/electron/electron/compare/v20.1.0...v20.1.1) ### Release Notes for v20.1.1 #### Fixes - Fixed a bug where calling `atob` in the renderer process could fail under some circumstances. [#​35445](https://togithub.com/electron/electron/pull/35445) (Also in [21](https://togithub.com/electron/electron/pull/35443)) - Fixed a potential crash on WebWorker destruction. [#​35491](https://togithub.com/electron/electron/pull/35491) (Also in [19](https://togithub.com/electron/electron/pull/35490), [21](https://togithub.com/electron/electron/pull/35492)) - Fixed an issue where frameless windows with `roundedCorners: false` couldn't enter fullscreen without crashing. [#​35455](https://togithub.com/electron/electron/pull/35455) (Also in [19](https://togithub.com/electron/electron/pull/35456), [21](https://togithub.com/electron/electron/pull/35454)) - Fixed an issue where part of the BrowserView could be cut off when calling `setBounds` on some windows. [#​35494](https://togithub.com/electron/electron/pull/35494) (Also in [19](https://togithub.com/electron/electron/pull/35495))
sass/dart-sass ### [`v1.54.9`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1549) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.54.8...1.54.9) - Fix an incorrect span in certain `@media` query deprecation warnings. ### [`v1.54.8`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1548) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.54.7...1.54.8) - No user-visible changes. ### [`v1.54.7`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1547) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.54.6...1.54.7) - Add support for 32-bit ARM releases on Linux. ### [`v1.54.6`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1546) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.54.5...1.54.6) - Fix a bug where a `@media` query could be incorrectly omitted from a stylesheet if it had multiple levels of nested `@media` queries within it *and* the inner queries were mergeable but the outer query was not.
vuetifyjs/vuetify ### [`v2.6.10`](https://togithub.com/vuetifyjs/vuetify/releases/tag/v2.6.10) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v2.6.9...v2.6.10) ##### :wrench: Bug Fixes - **VCalendar:** prevent XSS from eventName function ([ade1434](https://togithub.com/vuetifyjs/vuetify/commit/ade1434927f55a0eccf3d54f900f24c5fa85a176)), closes [#​15757](https://togithub.com/vuetifyjs/vuetify/issues/15757) - **VDialog:** don't try to focus `tabindex="-1"` or hidden inputs ([89e3850](https://togithub.com/vuetifyjs/vuetify/commit/89e3850c5478c7bf0ae6081a95f6d2b39e690e8f)), closes [#​15745](https://togithub.com/vuetifyjs/vuetify/issues/15745) - **VMenu:** disable activatorFixed when attach is enabled ([#​15709](https://togithub.com/vuetifyjs/vuetify/issues/15709)) ([464529a](https://togithub.com/vuetifyjs/vuetify/commit/464529a0358704c27463b660eead65925adf0f6d)), closes [#​14922](https://togithub.com/vuetifyjs/vuetify/issues/14922) - **VTextField:** only show clear icon on hover or when focused ([7a51ad0](https://togithub.com/vuetifyjs/vuetify/commit/7a51ad0140dd17f9d718f6ceb84226d305c2c379)) - **VTextField:** prevent tabbing to clear button ([f8ee680](https://togithub.com/vuetifyjs/vuetify/commit/f8ee680b1d78182852822fd12b63dd00a5803f40)), closes [#​11202](https://togithub.com/vuetifyjs/vuetify/issues/11202) - **web-types:** add support for VDataTable pattern slots ([#​15694](https://togithub.com/vuetifyjs/vuetify/issues/15694)) ([ac45c98](https://togithub.com/vuetifyjs/vuetify/commit/ac45c98983717d5ee42c4e85de1deccbd698cc83)) ##### :microscope: Code Refactoring - **VSelect:** render highlight with vnodes instead of innerHTML ([4468e3c](https://togithub.com/vuetifyjs/vuetify/commit/4468e3c442284b512729e7b89768fd8762c2e9c1)) ##### BREAKING CHANGES - **VCalendar:** `eventName` function can no longer render arbitrary HTML, convert to VNodes instead. `eventSummary` can no longer be used with v-html, replace with ``

Configuration

📅 Schedule: Branch creation - "before 3am 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.



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