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

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.1 -> 18.18.3 age adoption passing confidence
electron 26.2.4 -> 26.3.0 age adoption passing confidence
sass 1.68.0 -> 1.69.0 age adoption passing confidence
sass ~1.68.0 -> ~1.69.0 age adoption passing confidence
vuetify (source) 3.3.19 -> 3.3.20 age adoption passing confidence

Release Notes

electron/electron (electron) ### [`v26.3.0`](https://togithub.com/electron/electron/releases/tag/v26.3.0): electron v26.3.0 [Compare Source](https://togithub.com/electron/electron/compare/v26.2.4...v26.3.0) ### Release Notes for v26.3.0 #### Features - Added support for `chrome.scripting` extension APIs. [#​39676](https://togithub.com/electron/electron/pull/39676) (Also in [25](https://togithub.com/electron/electron/pull/39677), [27](https://togithub.com/electron/electron/pull/39675)) #### Fixes - Fixed BrowserView.setBounds calls not painting view in new bounds in some cases. [#​40036](https://togithub.com/electron/electron/pull/40036) (Also in [25](https://togithub.com/electron/electron/pull/40035), [27](https://togithub.com/electron/electron/pull/40037)) - Fixed an issue where `webContents.print` could fail when `options` is a frozen object. [#​40029](https://togithub.com/electron/electron/pull/40029) (Also in [25](https://togithub.com/electron/electron/pull/40028), [27](https://togithub.com/electron/electron/pull/40030)) - Fixed an issue where vibrant windows incorrectly have square corners when they're modals on macOS. [#​39998](https://togithub.com/electron/electron/pull/39998) (Also in [25](https://togithub.com/electron/electron/pull/39997), [27](https://togithub.com/electron/electron/pull/39996)) #### Other Changes - Updated Chromium to 116.0.5845.228. [#​40043](https://togithub.com/electron/electron/pull/40043)
sass/dart-sass (sass) ### [`v1.69.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1690) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.68.0...1.69.0) - Add a `meta.get-mixin()` function that returns a mixin as a first-class Sass value. - Add a `meta.apply()` mixin that includes a mixin value. - Add a `meta.module-mixins()` function which returns a map from mixin names in a module to the first-class mixins that belong to those names. - Add a `meta.accepts-content()` function which returns whether or not a mixin value can take a content block. - Add support for the relative color syntax from CSS Color 5. This syntax cannot be used to create Sass color values. It is always emitted as-is in the CSS output. ##### Dart API - Deprecate `Deprecation.calcInterp` since it was never actually emitted as a deprecation. ##### Embedded Sass - Fix a rare race condition where the embedded compiler could freeze when a protocol error was immediately followed by another request.
vuetifyjs/vuetify (vuetify) ### [`v3.3.20`](https://togithub.com/vuetifyjs/vuetify/releases/tag/v3.3.20) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v3.3.19...v3.3.20) ##### :wrench: Bug Fixes - **forwardRefs:** skip vue internal properties ([631b42b](https://togithub.com/vuetifyjs/vuetify/commit/631b42b18ca04bfda495ef7ca9f559562a794f82)), closes [#​18364](https://togithub.com/vuetifyjs/vuetify/issues/18364) - **validation:** null check errorMessages ([6c7a4b9](https://togithub.com/vuetifyjs/vuetify/commit/6c7a4b9132d4c212d01bbcef515510628c145835)) - **VList:** collapse avatar and append slot in rail drawer ([bfb3cde](https://togithub.com/vuetifyjs/vuetify/commit/bfb3cde96e7beb8aa7b0dc7c28baedb7a118f3ba)) - **VNavigationDrawer:** reactive prop watchers ([8b10d36](https://togithub.com/vuetifyjs/vuetify/commit/8b10d36496670a81c57aff7e56536b51152e6f80)) - **VSlider:** correct display and interaction when reversed or rtl ([1ddeb32](https://togithub.com/vuetifyjs/vuetify/commit/1ddeb3252cbbdf93187140f3af8a65aa59c2fc3f)), closes [#​18389](https://togithub.com/vuetifyjs/vuetify/issues/18389) [#​18312](https://togithub.com/vuetifyjs/vuetify/issues/18312) - **VTextField:** don't show counter unless counter prop is set ([e3554bb](https://togithub.com/vuetifyjs/vuetify/commit/e3554bbe5c4278dba1357f3c8df779242bbbb8f4)), closes [#​18342](https://togithub.com/vuetifyjs/vuetify/issues/18342) - **VTimeline:** consistent item width ([0c40304](https://togithub.com/vuetifyjs/vuetify/commit/0c40304ae930aa0bbab3341ac94628f9329f9757)), closes [#​17288](https://togithub.com/vuetifyjs/vuetify/issues/17288) ##### :arrows_counterclockwise: Reverts - Revert "fix(VDataTable): strip item value proxies in selected Set" ([5f20f48](https://togithub.com/vuetifyjs/vuetify/commit/5f20f48e2e52bfb92706d1f57e854bb5cb1bf00e)), closes [#​18356](https://togithub.com/vuetifyjs/vuetify/issues/18356) [#​18359](https://togithub.com/vuetifyjs/vuetify/issues/18359) ##### :test_tube: Labs - **VSkeletonLoader:** add new default type ossein ([9e61694](https://togithub.com/vuetifyjs/vuetify/commit/9e61694673ac3a534dbe9be7ba309aef94230262)) - **VDataTableVirtual:** remove spacer height transition, pass correct key ([fe2696a](https://togithub.com/vuetifyjs/vuetify/commit/fe2696a09cb2669dc97dd9213d82e5a5cee930e1)), closes [#​18351](https://togithub.com/vuetifyjs/vuetify/issues/18351) - **VDatePicker:** use correct "no" date locale ([56b8137](https://togithub.com/vuetifyjs/vuetify/commit/56b813754765bb2e4dd99d57acaa225ace004366)), closes [#​18144](https://togithub.com/vuetifyjs/vuetify/issues/18144)

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.