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

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
@mdi/font (source) 7.1.96 -> 7.2.96 age adoption passing confidence
@nuxt/types ^2.16.0 -> ^2.16.3 age adoption passing confidence
@types/node (source) 18.15.0 -> 18.15.10 age adoption passing confidence
deepmerge 4.3.0 -> 4.3.1 age adoption passing confidence
nuxt 3.2.3 -> 3.3.2 age adoption passing confidence
sass 1.59.2 -> 1.60.0 age adoption passing confidence
sass ~1.59.2 -> ~1.60.0 age adoption passing confidence
vuetify (source) 3.1.8 -> 3.1.11 age adoption passing confidence

Release Notes

Templarian/MaterialDesign-Webfont ### [`v7.2.96`](https://togithub.com/Templarian/MaterialDesign-Webfont/compare/v7.1.96...v7.2.96) [Compare Source](https://togithub.com/Templarian/MaterialDesign-Webfont/compare/v7.1.96...v7.2.96)
nuxt/nuxt.js ### [`v2.16.3`](https://togithub.com/nuxt/nuxt/releases/tag/v2.16.3) [Compare Source](https://togithub.com/nuxt/nuxt.js/compare/v2.16.2...v2.16.3) > **2.16.3** is a patch release with bug fixes. ##### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt.js/compare/v2.16.2...2.16.3) ##### 🩹 Fixes - **types:** Add return type for `error()` ([#​19044](https://togithub.com/nuxt/nuxt.js/pull/19044)) - **types:** Bring types from `less` into namespace ([#​19738](https://togithub.com/nuxt/nuxt.js/pull/19738)) - **types:** Sync vue type augmentations with Vue 2.7 ([#​19526](https://togithub.com/nuxt/nuxt.js/pull/19526)) - **config:** Move `preset` to inner `postcssOptions` ([#​19518](https://togithub.com/nuxt/nuxt.js/pull/19518)) - **webpack:** Add `node-fetch-native` to externals list ([#​19755](https://togithub.com/nuxt/nuxt.js/pull/19755)) ##### 🏡 Chore - Release all packages with latest tag except `nuxt` ([4e9dcddcb](https://togithub.com/nuxt/nuxt.js/commit/4e9dcddcb)) - **examples:** Use `2.x` version of nuxt instead of latest ([#​19737](https://togithub.com/nuxt/nuxt.js/pull/19737)) - Lint package files ([6ca842e36](https://togithub.com/nuxt/nuxt.js/commit/6ca842e36)) ##### ❤️ Contributors - Daniel Roe - [@​danielroe](https://togithub.com/danielroe) - Olga Bulat - [@​obulat](https://togithub.com/obulat) - Rafał Chłodnicki - [@​rchl](https://togithub.com/rchl) ### [`v2.16.2`](https://togithub.com/nuxt/nuxt/releases/tag/v2.16.2) [Compare Source](https://togithub.com/nuxt/nuxt.js/compare/v2.16.1...v2.16.2) > **2.16.2** is a patch release with bug fixes. #### ✨ Highlights The main change in this patch release is that we now patch the `crypto` node built-in during build to allow Nuxt 2 to be used on Node versions greater than Node 16, which should ease the pressure users feel after Node 16 reaches its own EOL this year. > **Warning** > This should not be taken for an endorsement of continuing to run with Webpack 4, which is out of date and has a number of dependencies with issues. I expect that number to continue to grow, and we will not be able to resolve all of them. I would strongly urge migrating to Nuxt 3 if possible and the team will do our best to make this possible over the course of the year ❤️ #### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v2.16.1...v2.16.2) ##### 🚀 Enhancements - **types:** Add basic types for Nuxt interface ([#​9772](https://togithub.com/nuxt/nuxt.js/issues/9772)) ##### 🩹 Fixes - **vue-renderer:** Insert `charset` before `title` ([#​18998](https://togithub.com/nuxt/nuxt.js/issues/18998)) - **types:** Remove non-existent properties from context ([#​19021](https://togithub.com/nuxt/nuxt.js/issues/19021)) - Add minimum node 14.18 version constraint ([#​19112](https://togithub.com/nuxt/nuxt.js/issues/19112)) - **config:** Upgrade md4 -> md5 on node > 16 ([#​19108](https://togithub.com/nuxt/nuxt.js/issues/19108)) - **vue-app:** Handle promise rejection from `asyncData` ([#​18585](https://togithub.com/nuxt/nuxt.js/issues/18585)) ##### 🏡 Chore - Update tag name ([`15787a2`](https://togithub.com/nuxt/nuxt.js/commit/15787a2e5)) - Fix version merge ([`49ea657`](https://togithub.com/nuxt/nuxt.js/commit/49ea657a4)) - Add `@types/jest` ([`d48efa6`](https://togithub.com/nuxt/nuxt.js/commit/d48efa6cf)) ##### ❤️ Contributors - Rafał Chłodnicki ([@​rchl](http://github.com/rchl)) - Daniel Roe ([@​danielroe ](https://togithub.com/danielroe/)) - Pooya Parsa ([@​pi0](https://togithub.com/pi0)) - Harlan Wilton ([@​harlan-zw](http://github.com/harlan-zw)) ### [`v2.16.1`](https://togithub.com/nuxt/nuxt/releases/tag/v2.16.1) [Compare Source](https://togithub.com/nuxt/nuxt.js/compare/v2.16.0...v2.16.1) > Nuxt 2.16.1 is a patch release with a couple of small bugfixes to last week's 2.16.0 release. ##### v2.16.0...v2.16.1 ##### 🩹 Fixes - **deps:** Downgrade `@types` packages depending on webpack 5 ([#​18827](https://togithub.com/nuxt/nuxt.js/issues/18827)) - **config:** Let webpack merge postcss plugins ([#​18839](https://togithub.com/nuxt/nuxt.js/issues/18839)) - **types:** Import `Location` from `vue-router` ([#​18908](https://togithub.com/nuxt/nuxt.js/issues/18908)) ##### 🏡 Chore - Tag 2.x releases appropriately ([`aba93e9`](https://togithub.com/nuxt/nuxt.js/commit/aba93e9a9)) - Revert node types to v16 ([`3d034a3`](https://togithub.com/nuxt/nuxt.js/commit/3d034a30d)) - Remove stub type definitions ([`daed62a`](https://togithub.com/nuxt/nuxt.js/commit/daed62a73)) ##### ❤️ Contributors - H-kishi - Daniel Roe
TehShrike/deepmerge ### [`v4.3.1`](https://togithub.com/TehShrike/deepmerge/blob/HEAD/changelog.md#​431-httpsgithubcomTehShrikedeepmergereleasestagv431) [Compare Source](https://togithub.com/TehShrike/deepmerge/compare/v4.3.0...v4.3.1) - Fix type definition for arrayMerge options. [#​239](https://togithub.com/TehShrike/deepmerge/pull/239)
nuxt/nuxt ### [`v3.3.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.3.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.3.1...v3.3.2) > **3.3.2** is a patch release with plenty of bug fixes. #### ✅ Upgrading As usual, our recommendation for upgrading is to run: ```sh nuxi upgrade --force ``` This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem. #### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.3.1...v3.3.2) ##### 🔥 Performance - **nuxt:** Experimentally disable vue server renderer nitro endpoint ([#​19825](https://togithub.com/nuxt/nuxt/pull/19825)) ##### 🩹 Fixes - **kit:** Provide name to `performance.mark()` ([#​19687](https://togithub.com/nuxt/nuxt/pull/19687)) - **nuxt:** Unpause DOM updates on suspense resolve ([#​19740](https://togithub.com/nuxt/nuxt/pull/19740)) - **kit:** Handle node 14 performance behaviour ([#​19733](https://togithub.com/nuxt/nuxt/pull/19733)) - **webpack:** Transpile app directory ([#​19773](https://togithub.com/nuxt/nuxt/pull/19773)) - **nuxt:** Unset context after app is created ([#​19753](https://togithub.com/nuxt/nuxt/pull/19753)) - **cli:** Watch dist and register restart hook after nuxt is ready ([#​19736](https://togithub.com/nuxt/nuxt/pull/19736)) - **nuxt:** Ignore falsy modules ([#​19684](https://togithub.com/nuxt/nuxt/pull/19684)) - **nuxt:** Use `h3` utilities to set response status/code ([#​19713](https://togithub.com/nuxt/nuxt/pull/19713)) - **nuxt:** Add temporary augmentation for webstorm (and docs) ([#​19400](https://togithub.com/nuxt/nuxt/pull/19400)) - **nuxt:** Handle external navigation to api routes ([#​19829](https://togithub.com/nuxt/nuxt/pull/19829)) - **nuxt:** Observe slot element in custom nuxt-link ([#​19802](https://togithub.com/nuxt/nuxt/pull/19802)) - **nuxt:** Directly render server components ([#​19605](https://togithub.com/nuxt/nuxt/pull/19605)) - **vite:** Support multiple rollup entries ([#​19842](https://togithub.com/nuxt/nuxt/pull/19842)) - **nuxt:** Ignore schema types that eval to any ([#​19835](https://togithub.com/nuxt/nuxt/pull/19835)) - **nuxt:** Use prerender cache for islands ([#​19822](https://togithub.com/nuxt/nuxt/pull/19822)) - **nuxt:** Add missing import in islands template ([#​19870](https://togithub.com/nuxt/nuxt/pull/19870)) - **kit:** Check if nuxt is restarting before updating templates ([#​19830](https://togithub.com/nuxt/nuxt/pull/19830)) - **test-utils:** Allow overriding nitro options ([#​19872](https://togithub.com/nuxt/nuxt/pull/19872)) - **kit:** Add legacy entrypoints for pre v3.3 usage ([#​19874](https://togithub.com/nuxt/nuxt/pull/19874)) ##### 📖 Documentation - Fix auto-imports example ([#​19520](https://togithub.com/nuxt/nuxt/pull/19520), [#​19690](https://togithub.com/nuxt/nuxt/pull/19690)) - Update seo and meta page ([#​19697](https://togithub.com/nuxt/nuxt/pull/19697)) - **introduction:** First batch of improvements ([98b9afa6d](https://togithub.com/nuxt/nuxt/commit/98b9afa6d)) - Update module author guide ([#​18551](https://togithub.com/nuxt/nuxt/pull/18551)) - Add 'going further' section for custom routing ([#​19565](https://togithub.com/nuxt/nuxt/pull/19565)) - Improve installation prerequisites ([c570ae272](https://togithub.com/nuxt/nuxt/commit/c570ae272)) - Update custom routing link ([8d644903b](https://togithub.com/nuxt/nuxt/commit/8d644903b)) - Add backticks ([#​19721](https://togithub.com/nuxt/nuxt/pull/19721)) - Add link to layout transitions ([#​19770](https://togithub.com/nuxt/nuxt/pull/19770)) - Fix typo ([#​19775](https://togithub.com/nuxt/nuxt/pull/19775)) - Fix typo ([#​19779](https://togithub.com/nuxt/nuxt/pull/19779)) - Fix typo ([#​19785](https://togithub.com/nuxt/nuxt/pull/19785)) - Add missing comma ([#​19791](https://togithub.com/nuxt/nuxt/pull/19791)) - Update legacy server examples ([#​19797](https://togithub.com/nuxt/nuxt/pull/19797)) - Third-party state management and migration guide ([#​19798](https://togithub.com/nuxt/nuxt/pull/19798)) - Link to module request issue template ([#​19754](https://togithub.com/nuxt/nuxt/pull/19754)) - Improve swr documentation ([#​18743](https://togithub.com/nuxt/nuxt/pull/18743)) - Add another example for `useAsyncData` ([#​19225](https://togithub.com/nuxt/nuxt/pull/19225)) - Avoid `$fetch` in top-level ` Githubissues.
  • Githubissues is a development platform for aggregating issues.