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

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
@nuxt/typescript-build 3.0.0 -> 3.0.1 age adoption passing confidence
@types/node (source) 18.15.10 -> 18.15.11 age adoption passing confidence
nuxt 3.3.2 -> 3.3.3 age adoption passing confidence
vuetify (source) 3.1.11 -> 3.1.12 age adoption passing confidence

Release Notes

nuxt/typescript ### [`v3.0.1`](https://togithub.com/nuxt/typescript/releases/tag/%40nuxt/typescript-build%403.0.1) [Compare Source](https://togithub.com/nuxt/typescript/compare/@nuxt/typescript-build@3.0.0...@nuxt/typescript-build@3.0.1) ##### Bug Fixes - deep merge user's module options ([#​578](https://togithub.com/nuxt/typescript/issues/578)) ([d95453e](https://togithub.com/nuxt/typescript/commit/d95453e48cb86dae40eaf89832326ebe65ea8cbf)) - extend typescript peer dependency range to include 5.x ([#​587](https://togithub.com/nuxt/typescript/issues/587)) ([6e5a51b](https://togithub.com/nuxt/typescript/commit/6e5a51b6fd84b198d34ab69472a7190f521d0120)) - **typescript-build:** set logger instance correctly ([#​580](https://togithub.com/nuxt/typescript/issues/580)) ([96d84f1](https://togithub.com/nuxt/typescript/commit/96d84f1719c93f5c9fe552848df902172695856e))
nuxt/nuxt ### [`v3.3.3`](https://togithub.com/nuxt/nuxt/releases/tag/v3.3.3) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.3.2...v3.3.3) > **3.3.3** is your regularly scheduled bugfix/patch release. #### āœ… 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.2...v3.3.3) ##### šŸ©¹ Fixes - **schema:** Prefer src to rootDir aliases ([#​19937](https://togithub.com/nuxt/nuxt/pull/19937)) - **nuxt:** Don't override options signature with schema ([#​19934](https://togithub.com/nuxt/nuxt/pull/19934)) - **vite:** Allow extending vue config per-environment ([#​19968](https://togithub.com/nuxt/nuxt/pull/19968)) - **nuxt:** Store payloads in cache without trailing slash ([#​19992](https://togithub.com/nuxt/nuxt/pull/19992)) - **webpack:** Transpile rest of nuxt runtime directories ([#​19936](https://togithub.com/nuxt/nuxt/pull/19936)) - **nuxt:** Suppress handled errors ([#​20002](https://togithub.com/nuxt/nuxt/pull/20002)) - **vite:** Remove separate rollup dependency ([#​20013](https://togithub.com/nuxt/nuxt/pull/20013)) - **nuxt:** Sync `setResponseStatus` signature with h3 ([#​19987](https://togithub.com/nuxt/nuxt/pull/19987)) - **schema:** Add export condition for nuxt2 support ([1fd491f1a](https://togithub.com/nuxt/nuxt/commit/1fd491f1a)) ##### šŸ’… Refactors - **vite:** Use rollup types re-exported from vite ([#​20011](https://togithub.com/nuxt/nuxt/pull/20011)) ##### šŸ“– Documentation - Fix `pages:extend` example ([72724076b](https://togithub.com/nuxt/nuxt/commit/72724076b)) - Remove unused function call ([#​20021](https://togithub.com/nuxt/nuxt/pull/20021)) - Add explanation for middleware execution order ([#​20029](https://togithub.com/nuxt/nuxt/pull/20029)) - Fix a couple of typos ([b083493ec](https://togithub.com/nuxt/nuxt/commit/b083493ec)) ##### šŸ” Chore - Remove unneeded types packages ([e60cb2698](https://togithub.com/nuxt/nuxt/commit/e60cb2698)) - Use pnpm workspace protocol internally ([#​19962](https://togithub.com/nuxt/nuxt/pull/19962)) - Bump version of `mkdist` to `1.2.0` ([a96451d2d](https://togithub.com/nuxt/nuxt/commit/a96451d2d)) - Fix fixture package.json files ([8c2ca23c5](https://togithub.com/nuxt/nuxt/commit/8c2ca23c5)) - Fix typo in code comment ([2f8e991b9](https://togithub.com/nuxt/nuxt/commit/2f8e991b9)) ##### āœ… Tests - Skip bundle size test in ecosystem-ci suites ([434e2013e](https://togithub.com/nuxt/nuxt/commit/434e2013e)) - Bump bundle size test by 100 bytes ([5785908ec](https://togithub.com/nuxt/nuxt/commit/5785908ec)) ##### šŸ¤– CI - Run docs linting step on node 18 ([1ae5b2c58](https://togithub.com/nuxt/nuxt/commit/1ae5b2c58)) ##### ā¤ļø Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Ben Hong ([@​bencodezen](https://togithub.com/bencodezen)) - Julien Le Coupanec ([@​LeCoupa](https://togithub.com/LeCoupa)) - David Mignot ([@​idflood](https://togithub.com/idflood))
vuetifyjs/vuetify ### [`v3.1.12`](https://togithub.com/vuetifyjs/vuetify/releases/tag/v3.1.12) [Compare Source](https://togithub.com/vuetifyjs/vuetify/compare/v3.1.11...v3.1.12) ##### :wrench: Bug Fixes - **framework:** check if CSS.supports exists ([#​16984](https://togithub.com/vuetifyjs/vuetify/issues/16984)) ([20af1e6](https://togithub.com/vuetifyjs/vuetify/commit/20af1e6bfaf29853c0c0ee8ddda58523f3d1837f)) - **forwardRefs:** ref chain recursive search ([#​17015](https://togithub.com/vuetifyjs/vuetify/issues/17015)) ([14118ec](https://togithub.com/vuetifyjs/vuetify/commit/14118ec9f158cedbd9fdb63dd194f7abc4d0ca7f)), closes [#​16035](https://togithub.com/vuetifyjs/vuetify/issues/16035) - **VBadge:** add removed display css property ([8f8f2ea](https://togithub.com/vuetifyjs/vuetify/commit/8f8f2ea06b99bc497327a503051d458d0c2ab908)), closes [#​12083](https://togithub.com/vuetifyjs/vuetify/issues/12083) [#​14991](https://togithub.com/vuetifyjs/vuetify/issues/14991) - **VDialog:** replace `aria-role` with `role` ([#​16977](https://togithub.com/vuetifyjs/vuetify/issues/16977)) ([3155c2e](https://togithub.com/vuetifyjs/vuetify/commit/3155c2e3e6f3b6a713163660e84e95cbda3f9493)) - **VField:** stopPropagation mousedown event on clearable icon ([#​16945](https://togithub.com/vuetifyjs/vuetify/issues/16945)) ([7e7a467](https://togithub.com/vuetifyjs/vuetify/commit/7e7a4672d607851a27dc3110683a3dd003c70d0d)) - **VTextField:** remain placeholder after values selected ([#​16565](https://togithub.com/vuetifyjs/vuetify/issues/16565)) ([33cc351](https://togithub.com/vuetifyjs/vuetify/commit/33cc3516c54652e2999a5a5948d861a29e0e8bca)), closes [#​16519](https://togithub.com/vuetifyjs/vuetify/issues/16519) [#​16493](https://togithub.com/vuetifyjs/vuetify/issues/16493) - **VTextField:** only set caret position for text types ([9d00a14](https://togithub.com/vuetifyjs/vuetify/commit/9d00a14a708afb53e41b68fa66bf7427c723d8b0)), closes [#​16976](https://togithub.com/vuetifyjs/vuetify/issues/16976) ##### :test_tube: Labs - **VDataTable:** skip emit click:row on expand and select ([e5d8954](https://togithub.com/vuetifyjs/vuetify/commit/e5d8954d27bd968b09df4a5636cd3bfa774b927a)), closes [#​16936](https://togithub.com/vuetifyjs/vuetify/issues/16936) - **VDataTable:** search in nested keys ([d4689d0](https://togithub.com/vuetifyjs/vuetify/commit/d4689d0bbfa6db42fac67b218aa8be66c5a288d1)), closes [#​16999](https://togithub.com/vuetifyjs/vuetify/issues/16999) - **VDataTable:** add missing colgroup slot ([#​16457](https://togithub.com/vuetifyjs/vuetify/issues/16457)) ([24f7026](https://togithub.com/vuetifyjs/vuetify/commit/24f7026532244cc4a318a9ba1835e3f5ee0ee0f9)) ##### :microscope: Code Refactoring - **VCheckbox:** omit inline prop from checkbox btn ([c04c302](https://togithub.com/vuetifyjs/vuetify/commit/c04c3021d3822d5276914c80d2e8c320216c88db)), closes [#​15931](https://togithub.com/vuetifyjs/vuetify/issues/15931) ##### :arrows_counterclockwise: Reverts - Revert "fix(VDialog): position with transform instead of flex" ([2bb27a9](https://togithub.com/vuetifyjs/vuetify/commit/2bb27a9ed7240793411608653b08efbb5f29ad94)), closes [#​16975](https://togithub.com/vuetifyjs/vuetify/issues/16975)

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.