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

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.17.18 -> 18.18.1 age adoption passing confidence
electron 26.2.2 -> 26.2.4 age adoption passing confidence
nuxt 3.7.3 -> 3.7.4 age adoption passing confidence
vuetify (source) 3.3.17 -> 3.3.19 age adoption passing confidence

Release Notes

electron/electron (electron) ### [`v26.2.4`](https://togithub.com/electron/electron/releases/tag/v26.2.4): electron v26.2.4 [Compare Source](https://togithub.com/electron/electron/compare/v26.2.3...v26.2.4) ### Release Notes for v26.2.4 #### Features - Detect system dark theme preference via xdg settings portal on Linux. [#​40011](https://togithub.com/electron/electron/pull/40011) (Also in [25](https://togithub.com/electron/electron/pull/40009), [27](https://togithub.com/electron/electron/pull/40010)) #### Other Changes - Fixed build failure when PDF viewer is disabled. [#​39999](https://togithub.com/electron/electron/pull/39999) (Also in [25](https://togithub.com/electron/electron/pull/40000), [27](https://togithub.com/electron/electron/pull/40001)) - Security: backported fix for CVE-2023-5217. [#​40023](https://togithub.com/electron/electron/pull/40023) ### [`v26.2.3`](https://togithub.com/electron/electron/releases/tag/v26.2.3): electron v26.2.3 [Compare Source](https://togithub.com/electron/electron/compare/v26.2.2...v26.2.3) ### Release Notes for v26.2.3 #### Fixes - Fixed `app.runningUnderARM64Translation()` always returning true on ARM64. [#​39932](https://togithub.com/electron/electron/pull/39932) (Also in [25](https://togithub.com/electron/electron/pull/39930), [27](https://togithub.com/electron/electron/pull/39931)) #### Other Changes - Fixed crash on shutdown in tls sockets with Node.js HTTP/2 connections. [#​39946](https://togithub.com/electron/electron/pull/39946) (Also in [25](https://togithub.com/electron/electron/pull/39945), [27](https://togithub.com/electron/electron/pull/39947)) - The `app.runningUnderRosettaTranslation` property has been deprecated. [#​39983](https://togithub.com/electron/electron/pull/39983) (Also in [25](https://togithub.com/electron/electron/pull/39982), [27](https://togithub.com/electron/electron/pull/39984)) #### Documentation - Documentation changes: [#​39967](https://togithub.com/electron/electron/pull/39967)
nuxt/nuxt (nuxt) ### [`v3.7.4`](https://togithub.com/nuxt/nuxt/releases/tag/v3.7.4) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.7.3...v3.7.4) > 3.7.4 is a regularly scheduled patch release. #### ✅ Upgrading As usual, our recommendation for upgrading is to run: ```sh nuxi upgrade ``` #### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.7.3...v3.7.4) ##### 🩹 Fixes - **nuxt:** Use original escapes/quotes in page re-exports ([#​23191](https://togithub.com/nuxt/nuxt/pull/23191)) - **schema:** Default devServer host to undefined ([#​23206](https://togithub.com/nuxt/nuxt/pull/23206)) - **nuxt:** Correct islandsTransform slot regex ([#​23226](https://togithub.com/nuxt/nuxt/pull/23226)) - **nuxt:** Handle vite preload-helper id with extension ([#​23230](https://togithub.com/nuxt/nuxt/pull/23230)) - **nuxt:** Load layer middlewares before project middlewares ([#​22925](https://togithub.com/nuxt/nuxt/pull/22925)) - **nuxt:** Don't incl overridden layer pages as nested children ([#​23238](https://togithub.com/nuxt/nuxt/pull/23238)) - **vite:** Explicitly set vite manifest path ([#​23276](https://togithub.com/nuxt/nuxt/pull/23276)) - **nuxt:** Experimental build manifest + client route rules ([#​21641](https://togithub.com/nuxt/nuxt/pull/21641)) - **nuxt:** Generate empty file when shim is disabled ([#​23333](https://togithub.com/nuxt/nuxt/pull/23333)) - **nuxt:** Apply right types to modules and their runtime files ([#​23240](https://togithub.com/nuxt/nuxt/pull/23240)) - **nuxt:** Add import protection for `nuxt/*` exports ([#​23357](https://togithub.com/nuxt/nuxt/pull/23357)) - **nuxt:** Detect nested pages with /index segments ([#​23404](https://togithub.com/nuxt/nuxt/pull/23404)) - **schema:** Ignore pnpm store directory ([3510cedc3](https://togithub.com/nuxt/nuxt/commit/3510cedc3)) ##### 💅 Refactors - **nuxt:** Use built-in consola prompts ([#​23205](https://togithub.com/nuxt/nuxt/pull/23205)) - **kit,nuxt,schema:** Use `consola` and improve test dx ([#​23302](https://togithub.com/nuxt/nuxt/pull/23302)) ##### 📖 Documentation - Add documentation on `nuxt2` command ([#​23211](https://togithub.com/nuxt/nuxt/pull/23211)) - Clarify nuxi start command usage ([#​23215](https://togithub.com/nuxt/nuxt/pull/23215)) - Close `code-block` in migration guide ([#​23224](https://togithub.com/nuxt/nuxt/pull/23224)) - Typo on `callHook` method ([#​23231](https://togithub.com/nuxt/nuxt/pull/23231)) - **nuxt:** Remove hanging word in modules docs ([#​23242](https://togithub.com/nuxt/nuxt/pull/23242)) - Update latest node.js version to 20.x ([#​23252](https://togithub.com/nuxt/nuxt/pull/23252)) - Add more files to `srcDir` JSDoc ([#​23250](https://togithub.com/nuxt/nuxt/pull/23250)) - Add steps for contributing to docs locally ([#​23270](https://togithub.com/nuxt/nuxt/pull/23270)) - Add support details and update roadmap ([#​21867](https://togithub.com/nuxt/nuxt/pull/21867), [#​21893](https://togithub.com/nuxt/nuxt/pull/21893)) - Add `nuxtApp.runWithContext` ([#​23258](https://togithub.com/nuxt/nuxt/pull/23258)) - Update 'scheduled' status name ([#​23307](https://togithub.com/nuxt/nuxt/pull/23307)) - Fix links to configuration options ([#​23324](https://togithub.com/nuxt/nuxt/pull/23324)) - Update link to `devtools.nuxt.com` ([#​23350](https://togithub.com/nuxt/nuxt/pull/23350)) - Add explicit `await` to clarify `sendRedirect` is async ([#​23345](https://togithub.com/nuxt/nuxt/pull/23345)) - Remove version from npm links to redirect to latest ([#​23371](https://togithub.com/nuxt/nuxt/pull/23371)) - Add `tryUseNuxt` to kit context utils list ([#​23373](https://togithub.com/nuxt/nuxt/pull/23373)) ##### 🏡 Chore - Add `.devcontainer` ([#​22810](https://togithub.com/nuxt/nuxt/pull/22810)) - Remove previous e2e crawler script ([5d36e5c93](https://togithub.com/nuxt/nuxt/commit/5d36e5c93)) ##### 🤖 CI - Add lychee link checker ([#​23254](https://togithub.com/nuxt/nuxt/pull/23254)) - Rename `linkChecker` job to `link-checker` ([#​23319](https://togithub.com/nuxt/nuxt/pull/23319)) - Don't run link checker on pushes to main ([e0ddcfa9e](https://togithub.com/nuxt/nuxt/commit/e0ddcfa9e)) ##### ❤️ Contributors - Damian Głowala ([@​DamianGlowala](https://togithub.com/DamianGlowala)) - Tech Genius ([@​TechGenius7777](https://togithub.com/TechGenius7777)) - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Percy Ma ([@​kecrily](https://togithub.com/kecrily)) - Josh Deltener ([@​hecktarzuli](https://togithub.com/hecktarzuli)) - Arash ([@​arashsheyda](https://togithub.com/arashsheyda)) - Abdul Al-Hasany ([@​abdul-alhasany](https://togithub.com/abdul-alhasany)) - Muhammad Mahmoud ([@​MuhammadM1998](https://togithub.com/MuhammadM1998)) - Pooya Parsa ([@​pi0](https://togithub.com/pi0)) - Alex Riviere ([@​fimion](https://togithub.com/fimion)) - Default-kaas ([@​default-kaas](https://togithub.com/default-kaas)) - Michel EDIGHOFFER ([@​edimitchel](https://togithub.com/edimitchel)) - Arkadiusz Sygulski ([@​Aareksio](https://togithub.com/Aareksio)) - Joaquín Sánchez ([@​userquin](https://togithub.com/userquin)) - Josh Jancourtz ([@​jcolpal](https://togithub.com/jcolpal)) - 翠 / Green ([@​sapphi-red](https://togithub.com/sapphi-red)) - Jeremy Graziani ([@​AcelisWeaven](https://togithub.com/AcelisWeaven)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Andrey Yolkin ([@​AndreyYolkin](https://togithub.com/AndreyYolkin)) - Petro Silenius ([@​PetroSilenius](https://togithub.com/PetroSilenius)) - Ryota Watanabe ([@​wattanx](https://togithub.com/wattanx))
vuetifyjs/vuetify (vuetify) ### [`v3.3.19`](https://togithub.com/vuetifyjs/vuetify/releases/tag/v3.3.19) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v3.3.18...v3.3.19) ##### :wrench: Bug Fixes - **VList:** spread itemProps on VListItem ([633356d](https://togithub.com/vuetifyjs/vuetify/commit/633356d158f3cd52f961fe420e7ba75f535ba133)) ##### :test_tube: Labs - **VDataTable:** display loading-text if provided ([deb7683](https://togithub.com/vuetifyjs/vuetify/commit/deb7683b4c9c2633d67c55c2ec1d858edc77ba8f)), closes [#​18335](https://togithub.com/vuetifyjs/vuetify/issues/18335) ### [`v3.3.18`](https://togithub.com/vuetifyjs/vuetify/releases/tag/v3.3.18) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v3.3.17...v3.3.18) ⚠️ There was a bug found related to list items that shipped with this release. Reference this for patch notes but please install [v3.3.19](https://togithub.com/vuetifyjs/vuetify/releases/tag/v3.3.19). ##### :wrench: Bug Fixes - **Selects:** ignore disable props ([#​18299](https://togithub.com/vuetifyjs/vuetify/issues/18299)) ([00c9fc0](https://togithub.com/vuetifyjs/vuetify/commit/00c9fc00f8705dfe0cf00d403355143f3cb3a381)), closes [#​18293](https://togithub.com/vuetifyjs/vuetify/issues/18293) - **Selects:** use selected items as counter value ([#​18319](https://togithub.com/vuetifyjs/vuetify/issues/18319)) ([871d2d8](https://togithub.com/vuetifyjs/vuetify/commit/871d2d8e8f410c56867aa579f0e6f95e78cb2397)), closes [#​17812](https://togithub.com/vuetifyjs/vuetify/issues/17812) - **VCombobox:** prevent removing disabled items with backspace ([#​18300](https://togithub.com/vuetifyjs/vuetify/issues/18300)) ([d49184b](https://togithub.com/vuetifyjs/vuetify/commit/d49184b36dccc984814ad87f184d5b0b54ccc628)), closes [#​18298](https://togithub.com/vuetifyjs/vuetify/issues/18298) - **VList:** respect return-object in list items ([#​18325](https://togithub.com/vuetifyjs/vuetify/issues/18325)) ([ffb1c80](https://togithub.com/vuetifyjs/vuetify/commit/ffb1c80ef92bfe8a18e8f83657d00f0578ee1e94)), closes [#​18304](https://togithub.com/vuetifyjs/vuetify/issues/18304) - **VTimeline:** prevent divider gap with truncate-line ([#​18160](https://togithub.com/vuetifyjs/vuetify/issues/18160)) ([b13e7f9](https://togithub.com/vuetifyjs/vuetify/commit/b13e7f9804b83a25828b44989779ac951985c4d8)), closes [#​18149](https://togithub.com/vuetifyjs/vuetify/issues/18149) - **VTimeline:** horizontal timeline alignment ([#​18324](https://togithub.com/vuetifyjs/vuetify/issues/18324)) ([497254a](https://togithub.com/vuetifyjs/vuetify/commit/497254ad1c9ca20c2c782f44d1e75cfd50244461)), closes [#​18176](https://togithub.com/vuetifyjs/vuetify/issues/18176) ##### :test_tube: Labs - **VBottomSheet:** apply class and style props ([#​18321](https://togithub.com/vuetifyjs/vuetify/issues/18321)) ([fdbd59a](https://togithub.com/vuetifyjs/vuetify/commit/fdbd59acc3650460f46fa1ea9fb947f329c03a27)) - **VDataTable:** allow columns with no id, alias id to value if not set ([8286b21](https://togithub.com/vuetifyjs/vuetify/commit/8286b218985627f3534b4e4dd63527cb62bb0b4b)), closes [#​17847](https://togithub.com/vuetifyjs/vuetify/issues/17847) [#​17716](https://togithub.com/vuetifyjs/vuetify/issues/17716) - **VDataTable:** update item slot props ([283a18f](https://togithub.com/vuetifyjs/vuetify/commit/283a18f31f4da13877e59c51282a61a93bb6aaa2)), closes [#​16954](https://togithub.com/vuetifyjs/vuetify/issues/16954) [#​17599](https://togithub.com/vuetifyjs/vuetify/issues/17599) - **VDataTable:** strip item value proxies in selected Set ([4d65db6](https://togithub.com/vuetifyjs/vuetify/commit/4d65db678b0dfe1b4e443d61ae07d1f235c014c3)) - **VDataTable:** cast boolean values to string ([3759243](https://togithub.com/vuetifyjs/vuetify/commit/3759243492d3d250b587dcd9a0b3a36680e4f806)), closes [#​17810](https://togithub.com/vuetifyjs/vuetify/issues/17810) - **VDataTable:** add missing transition properties ([#​18297](https://togithub.com/vuetifyjs/vuetify/issues/18297)) ([0b552bb](https://togithub.com/vuetifyjs/vuetify/commit/0b552bb2de4fa49b5bd4ad4013e99938ee2ba9ca)), closes [#​18295](https://togithub.com/vuetifyjs/vuetify/issues/18295) - **VDataTable:** deep compare selected values ([305a211](https://togithub.com/vuetifyjs/vuetify/commit/305a2114e35f508dcce840f64864e275a4fd93f4)), closes [#​18151](https://togithub.com/vuetifyjs/vuetify/issues/18151) [#​18322](https://togithub.com/vuetifyjs/vuetify/issues/18322) - **VDatePicker:** render actions slot if available ([#​18318](https://togithub.com/vuetifyjs/vuetify/issues/18318)) ([67f6d27](https://togithub.com/vuetifyjs/vuetify/commit/67f6d27a800e79a2bc28e2cc7c48e7252870d2fa)), closes [#​18315](https://togithub.com/vuetifyjs/vuetify/issues/18315) - **VDatePicker:** grid shift with some locales ([#​18245](https://togithub.com/vuetifyjs/vuetify/issues/18245)) ([8bc84d6](https://togithub.com/vuetifyjs/vuetify/commit/8bc84d62cde2636fca5283ae93b570d03f8f3c79)) - **VOtpInput:** cast length prop to number ([#​18329](https://togithub.com/vuetifyjs/vuetify/issues/18329)) ([92c1fe2](https://togithub.com/vuetifyjs/vuetify/commit/92c1fe21a4600e2508f26fbc5f6e571f85685c3c)), closes [#​18327](https://togithub.com/vuetifyjs/vuetify/issues/18327) ##### BREAKING CHANGES - **VDataTable:** Slot props have changed. `item` is now the original item object, `item.raw` and `item.columns` have moved to a new `internalItem` property. You can fix this with find+replace, just make sure to leave `item.raw` on select/autocomplete/combobox as that remains unchanged.

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.