vue-promised icon indicating copy to clipboard operation
vue-promised copied to clipboard

πŸ’ Composable Promises & Promises as components

Results 21 vue-promised issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`^27.5.2` -> `^29.0.3`](https://renovatebot.com/diffs/npm/@types%2fjest/27.5.2/29.0.3) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pascalcase](https://togithub.com/jonschlinkert/pascalcase) | [`^1.0.0` -> `^2.0.0`](https://renovatebot.com/diffs/npm/pascalcase/1.0.0/2.0.0) | [![age](https://badges.renovateapi.com/packages/npm/pascalcase/2.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@size-limit/preset-small-lib](https://togithub.com/ai/size-limit) | [`^7.0.8` -> `^8.0.0`](https://renovatebot.com/diffs/npm/@size-limit%2fpreset-small-lib/7.0.8/8.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@size-limit%2fpreset-small-lib/8.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/plugin-replace](https://togithub.com/rollup/plugins) | [`^3.1.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-replace/3.1.0/4.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@rollup%2fplugin-replace/4.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.3.4. Changelog Sourced from nanoid's changelog. 3.3.4 Fixed --help in CLI (by @​Lete114). 3.3.3 Reduced size (by Anton Khlynovskiy). 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced...

**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor -...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jsdom](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | [`^16.2.15` -> `^20.0.0`](https://renovatebot.com/diffs/npm/@types%2fjsdom/16.2.15/20.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fjsdom/20.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

### What problem is this solving Currently, Vue Promised supports Vue 2.6.x or Vue 3. When using 2.6.x, @vue/composition-api is a required dependency, but this is no longer supported in...

feature request

**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [X ] Feature - [ ] Code style update - [ ] Refactor...

### Reproduction Seems to be a problem with the Shim. ```bash node_modules/vue-promised/dist/vue-promised.d.ts:1:23 - error TS2688: Cannot find type definition file for 'jest'. 1 /// ``` ### Steps to reproduce the...

bug
contribution welcome