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

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 Type Update
@types/node (source) 18.17.1 -> 18.17.4 age adoption passing confidence resolutions patch
electron 25.4.0 -> 25.5.0 age adoption passing confidence devDependencies minor
node >=v18.17.0 -> >=v18.17.1 age adoption passing confidence engines patch
sass 1.64.2 -> 1.65.1 age adoption passing confidence resolutions minor
sass ~1.64.2 -> ~1.65.1 age adoption passing confidence devDependencies minor
vuetify (source) 3.3.11 -> 3.3.12 age adoption passing confidence devDependencies patch

Release Notes

electron/electron (electron) ### [`v25.5.0`](https://togithub.com/electron/electron/releases/tag/v25.5.0): electron v25.5.0 [Compare Source](https://togithub.com/electron/electron/compare/v25.4.0...v25.5.0) ### Release Notes for v25.5.0 #### Features - Added `safeStorage.setUsePlainTextEncryption` and `safeStorage.getSelectedStorageBackend` api. [#​39325](https://togithub.com/electron/electron/pull/39325) (Also in [26](https://togithub.com/electron/electron/pull/39155)) #### Fixes - Fixed a rare crash when closing active native tab on macOS. [#​39409](https://togithub.com/electron/electron/pull/39409) (Also in [26](https://togithub.com/electron/electron/pull/39410)) - Fixed an issue where `browserView.removeBrowserView` could cause a crash in some cases. [#​39408](https://togithub.com/electron/electron/pull/39408) (Also in [24](https://togithub.com/electron/electron/pull/39407), [26](https://togithub.com/electron/electron/pull/39406)) - Fixed an issue where `chrome.tabs.update` did not return a `tab` object that properly reflected potential properties that were changed. [#​39388](https://togithub.com/electron/electron/pull/39388) (Also in [26](https://togithub.com/electron/electron/pull/39389)) - Fixed crash in message ports when utility process exits. [#​39345](https://togithub.com/electron/electron/pull/39345) (Also in [26](https://togithub.com/electron/electron/pull/39346)) - Notes: Fixes an issue where `chrome.tabs` did not work properly with Chrome Extensions Manifest V3. [#​39359](https://togithub.com/electron/electron/pull/39359) (Also in [26](https://togithub.com/electron/electron/pull/39360)) #### Other Changes - Updated Chromium to 114.0.5735.289. [#​39351](https://togithub.com/electron/electron/pull/39351)
nodejs/node (node) ### [`v18.17.1`](https://togithub.com/nodejs/node/releases/tag/v18.17.1): 2023-08-09, Version 18.17.1 'Hydrogen' (LTS), @​RafaelGSS [Compare Source](https://togithub.com/nodejs/node/compare/v18.17.0...v18.17.1) This is a security release. ##### Notable Changes The following CVEs are fixed in this release: - [CVE-2023-32002](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32002): Policies can be bypassed via Module.\_load (High) - [CVE-2023-32006](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32006): Policies can be bypassed by module.constructor.createRequire (Medium) - [CVE-2023-32559](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32559): Policies can be bypassed via process.binding (Medium) - OpenSSL Security Releases - [OpenSSL security advisory 14th July](https://mta.openssl.org/pipermail/openssl-announce/2023-July/000264.html). - [OpenSSL security advisory 19th July](https://mta.openssl.org/pipermail/openssl-announce/2023-July/000265.html). - [OpenSSL security advisory 31st July](https://mta.openssl.org/pipermail/openssl-announce/2023-July/000267.html) More detailed information on each of the vulnerabilities can be found in [August 2023 Security Releases](https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/) blog post. ##### Commits - \[[`fe3abdf82e`](https://togithub.com/nodejs/node/commit/fe3abdf82e)] - **deps**: update archs files for openssl-3.0.10+quic1 (Node.js GitHub Bot) [#​49036](https://togithub.com/nodejs/node/pull/49036) - \[[`2c5a522d9c`](https://togithub.com/nodejs/node/commit/2c5a522d9c)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.10+quic1 (Node.js GitHub Bot) [#​49036](https://togithub.com/nodejs/node/pull/49036) - \[[`15bced0bde`](https://togithub.com/nodejs/node/commit/15bced0bde)] - **policy**: handle Module.constructor and main.extensions bypass (RafaelGSS) [nodejs-private/node-private#417](https://togithub.com/nodejs-private/node-private/pull/417) - \[[`d4570fae35`](https://togithub.com/nodejs/node/commit/d4570fae35)] - **policy**: disable process.binding() when enabled (Tobias Nießen) [nodejs-private/node-private#460](https://togithub.com/nodejs-private/node-private/pull/460)
sass/dart-sass (sass) ### [`v1.65.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1651) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.65.0...1.65.1) - Update abs-percent deprecatedIn version to `1.65.0`. ### [`v1.65.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1650) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.64.2...1.65.0) - All functions defined in CSS Values and Units 4 are now parsed as calculation objects: `round()`, `mod()`, `rem()`, `sin()`, `cos()`, `tan()`, `asin()`, `acos()`, `atan()`, `atan2()`, `pow()`, `sqrt()`, `hypot()`, `log()`, `exp()`, `abs()`, and `sign()`. - Deprecate explicitly passing the `%` unit to the global `abs()` function. In future releases, this will emit a CSS abs() function to be resolved by the browser. This deprecation is named `abs-percent`.
vuetifyjs/vuetify (vuetify) ### [`v3.3.12`](https://togithub.com/vuetifyjs/vuetify/releases/tag/v3.3.12) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v3.3.11...v3.3.12) ##### :wrench: Bug Fixes - **locale:** update Norwegian translations ([#​17988](https://togithub.com/vuetifyjs/vuetify/issues/17988)) ([c6bb099](https://togithub.com/vuetifyjs/vuetify/commit/c6bb0995e249b6aaf20e39d4517e47d35dfc2fe0)) - **md3:** set VCheckbox inset to true ([0d2bb7f](https://togithub.com/vuetifyjs/vuetify/commit/0d2bb7f09080c927af0825a521913e6564202e53)) - **VBanner:** align-items center ([ddf79ff](https://togithub.com/vuetifyjs/vuetify/commit/ddf79ffa5582cc16e10c900103c1fecacb6fe330)), closes [#​16322](https://togithub.com/vuetifyjs/vuetify/issues/16322) - **VBtn:** override hover effect for disable state ([#​17912](https://togithub.com/vuetifyjs/vuetify/issues/17912)) ([e5ddab5](https://togithub.com/vuetifyjs/vuetify/commit/e5ddab57d54c7a9e8a49188c8874e5bba8a2d22b)), closes [#​17228](https://togithub.com/vuetifyjs/vuetify/issues/17228) - **VChip:** add stopPropagation on close event ([#​17947](https://togithub.com/vuetifyjs/vuetify/issues/17947)) ([54a340e](https://togithub.com/vuetifyjs/vuetify/commit/54a340e003b6ac48ee323ecc568fc5688e60e218)), closes [#​17804](https://togithub.com/vuetifyjs/vuetify/issues/17804) - **VDialog:** apply scrollable styles to card when wrapped in a form ([2537945](https://togithub.com/vuetifyjs/vuetify/commit/253794577bd1b1cb4f74fca30a9fee7beb7b12ec)) - **VField:** reset underline border color ([9012797](https://togithub.com/vuetifyjs/vuetify/commit/901279774438d72401f0c2092d87eec41c37e059)), closes [#​17964](https://togithub.com/vuetifyjs/vuetify/issues/17964) - **VField:** apply text-align to input element ([#​17895](https://togithub.com/vuetifyjs/vuetify/issues/17895)) ([d428f62](https://togithub.com/vuetifyjs/vuetify/commit/d428f62d58994d6b0f106c66abec6c47cf77240f)), closes [#​17856](https://togithub.com/vuetifyjs/vuetify/issues/17856) - **VListItem:** apply proper icon styles when inside of a badge ([8009633](https://togithub.com/vuetifyjs/vuetify/commit/8009633a93277b1ef50c1e132516f0d41c03bc4e)), closes [#​16240](https://togithub.com/vuetifyjs/vuetify/issues/16240) - **VListItem:** add anchor title ([#​17940](https://togithub.com/vuetifyjs/vuetify/issues/17940)) ([bf76c7a](https://togithub.com/vuetifyjs/vuetify/commit/bf76c7a1c91915c9393487c89063275903d8a72c)), closes [#​17908](https://togithub.com/vuetifyjs/vuetify/issues/17908) - **VSpacer:** remove utility class requirements ([98cf8e5](https://togithub.com/vuetifyjs/vuetify/commit/98cf8e54357ba03a81857971b25820b07369fab5)) - **VTooltip:** remove background opacity ([9945ed1](https://togithub.com/vuetifyjs/vuetify/commit/9945ed1ee5a0c8d12c160b227a045efb0691128b)), closes [#​17998](https://togithub.com/vuetifyjs/vuetify/issues/17998) ##### :test_tube: Labs - **date:** return narrow format of weekday ([#​17961](https://togithub.com/vuetifyjs/vuetify/issues/17961)) ([460c3aa](https://togithub.com/vuetifyjs/vuetify/commit/460c3aa9989f68de24b21aab3567989175fb7b00)), closes [#​17959](https://togithub.com/vuetifyjs/vuetify/issues/17959) - **VDatePicker:** recursive update when using hide-actions ([#​17914](https://togithub.com/vuetifyjs/vuetify/issues/17914)) ([6f30e56](https://togithub.com/vuetifyjs/vuetify/commit/6f30e5697959a9b240a0e8af934c5b27e3594548)), closes [#​17867](https://togithub.com/vuetifyjs/vuetify/issues/17867) [#​17872](https://togithub.com/vuetifyjs/vuetify/issues/17872) - **VOtpInput:** form data support ([#​17955](https://togithub.com/vuetifyjs/vuetify/issues/17955)) ([75aeb85](https://togithub.com/vuetifyjs/vuetify/commit/75aeb855f324d1452ca7a75c1f4fff90f29563a0)) - **VOtpInput:** input focus control ([0a55521](https://togithub.com/vuetifyjs/vuetify/commit/0a5552104f53ecb04c37442957b8d11d1b686cc9)) - **VStepper:** disabled actions & colors ([3d1b12d](https://togithub.com/vuetifyjs/vuetify/commit/3d1b12d06fd269452bd95a35590825c318155ca8))

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.