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

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 19.0.8 -> 19.0.9 age adoption passing confidence
sass 1.53.0 -> 1.54.0 age adoption passing confidence
sass ~1.53.0 -> ~1.54.0 age adoption passing confidence

Release Notes

electron/electron ### [`v19.0.9`](https://togithub.com/electron/electron/releases/tag/v19.0.9) [Compare Source](https://togithub.com/electron/electron/compare/v19.0.8...v19.0.9) ### Release Notes for v19.0.9 #### Fixes - Ensures that `requestMediaKeySystemAccess` eventually resolves / rejects. [#​34890](https://togithub.com/electron/electron/pull/34890) (Also in [20](https://togithub.com/electron/electron/pull/34891)) - Fixed a potential crash when changing window settings after initializing WCO with an invalid `titleBarStyle`. [#​34874](https://togithub.com/electron/electron/pull/34874) (Also in [18](https://togithub.com/electron/electron/pull/34873), [20](https://togithub.com/electron/electron/pull/34875)) - Fixed alwaysOnTop BrowserWindow option for X11 Linux. [#​34912](https://togithub.com/electron/electron/pull/34912) (Also in [18](https://togithub.com/electron/electron/pull/34911), [20](https://togithub.com/electron/electron/pull/34913)) - Fixed an issue where BrowserWindows on macOS were incorrectly marked as resizable. [#​34906](https://togithub.com/electron/electron/pull/34906) (Also in [18](https://togithub.com/electron/electron/pull/34907), [20](https://togithub.com/electron/electron/pull/34433)) - Fixed an issue where calling `BrowserWindow.setRepresentedFilename` on macOS with `titlebarStyle: 'hiddenInset'` or `titlebarStyle: 'hidden'` inadvertently moves the traffic light location. [#​34848](https://togithub.com/electron/electron/pull/34848) (Also in [18](https://togithub.com/electron/electron/pull/34847), [20](https://togithub.com/electron/electron/pull/34849)) - Fixed an issue where printing with an invalid `deviceName` on Linux caused silent failures. [#​34900](https://togithub.com/electron/electron/pull/34900) (Also in [20](https://togithub.com/electron/electron/pull/34901)) - Fixed an issue where the minimize button with WCO enabled would incorrectly be highlighted in some cases. [#​34839](https://togithub.com/electron/electron/pull/34839) (Also in [17](https://togithub.com/electron/electron/pull/34837), [18](https://togithub.com/electron/electron/pull/34838), [20](https://togithub.com/electron/electron/pull/34840)) - Fixed empty app_id when running under wayland. [#​34878](https://togithub.com/electron/electron/pull/34878) (Also in [18](https://togithub.com/electron/electron/pull/34877), [20](https://togithub.com/electron/electron/pull/34879)) - Prevent brief display of "Ozone X11" in window title on Linux. [#​34929](https://togithub.com/electron/electron/pull/34929) (Also in [18](https://togithub.com/electron/electron/pull/34943)) #### Other Changes - Updated Chromium to 102.0.5005.167. [#​35017](https://togithub.com/electron/electron/pull/35017)
sass/dart-sass ### [`v1.54.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1540) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.53.0...1.54.0) - Deprecate selectors with leading or trailing combinators, or with multiple combinators in a row. If they're included in style rules after nesting is resolved, Sass will now produce a deprecation warning and, in most cases, omit the selector. Leading and trailing combinators can still be freely used for nesting purposes. See https://sass-lang.com/d/bogus-combinators for more details. - Add partial support for new media query syntax from Media Queries Level 4. The only exception are logical operations nested within parentheses, as these were previously interpreted differently as SassScript expressions. A parenthesized media condition that begins with `not` or an opening parenthesis now produces a deprecation warning. In a future release, these will be interpreted as plain CSS instead. - Deprecate passing non-`deg` units to `color.hwb()`'s `$hue` argument. - Fix a number of bugs when determining whether selectors with pseudo-elements are superselectors. - Treat `*` as a superselector of all selectors. ##### Dart API - Add a top-level `fakeFromImport()` function for testing custom importers that use `AsyncImporter.fromImport`. ##### JS API - Add a `charset` option that controls whether or not Sass emits a `@charset`/BOM for non-ASCII stylesheets. - Fix Sass npm package types for TS 4.7+ Node16 and NodeNext module resolution.

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.