vue-types
vue-types copied to clipboard
Vue Prop Types definitions
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@babel/plugin-proposal-nullish-coalescing-operator](https://babel.dev/docs/en/next/babel-plugin-proposal-nullish-coalescing-operator) ([source](https://togithub.com/babel/babel)) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-vue](https://eslint.vuejs.org) ([source](https://togithub.com/vuejs/eslint-plugin-vue)) | [`8.7.1` -> `9.5.1`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/8.7.1/9.5.1) |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/dwightjack/vue-types). ## Awaiting Schedule These updates are awaiting...
Cumulative PR for version 5 - [x] `bool().def(undefined)` explicitly sets the `default: undefined` property on the type (https://github.com/dwightjack/vue-types/issues/284) - [ ] Support Nuxt@3
This PR adds support for type arguments to the `oneOf` validator: ```ts type Genre = 'action' | 'thriller' props: { genre: oneOf(['action', 'thriller']) } ```
Using vue-types 4.1.1 with Volar extension v. 0.28.9. Somehow a function prop defined with `VueTypes.prop.isRequired` is still seen as `((...args: any[]) => any) | undefined`. Screenshot below: 
Using generics can help us better constraint types, likes: ```ts type Genre = 'action' | 'thriller' interface User { name: string } props: { genre: oneOf(['action', 'thriller']) user: oneOfType([String, object()])...
Hi, I am new to vue-types and developing in a project with testing and code coverage with jest. My problem ist, that jest/istanbul is telling me that "function not covered"...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`16.11.48` -> `16.11.59`](https://renovatebot.com/diffs/npm/@types%2fnode/16.11.48/16.11.59) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [del](https://togithub.com/sindresorhus/del) | [`6.0.0` -> `7.0.0`](https://renovatebot.com/diffs/npm/del/6.0.0/7.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...